﻿body {
    /*background: #F1F7FB 0% 0% no-repeat padding-box;*/
    padding-bottom: 0;
    background: #fff;
}

.container100percent {
    padding-bottom: 240px;
}

.account.pageWithBGImage {
    height: 100vh;
}


.userProfileBG {
    background: #1d417c 0% 0% padding-box;
    background: transparent url('../images/userProfileBG.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.userProfileIcon {
    float: left;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.btn {
    padding: 6px 12px;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #406786;*/
    /*color: #f08221;*/
    color:#1d417c;
    font-weight: bold;
}
.nav.navbar-nav .dropup, .nav.navbar-nav .dropdown {
    margin-top: 0;
    margin-left: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f08221;
    color: #fff;
}
.request-a-demo {
    color: #fff;
    height: 40px;
    padding: 10px 40px 0 25px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #fff;
    margin-right: 15px;
    margin-left: 30px;
    font-weight: 400
}

    .request-a-demo:after {
        content: '\f105';
        font-family: FontAwesome;
        height: 40px;
        width: 40px;
        line-height: 35px;
        font-size: 25px;
        display: inline-block;
        background-color: #1d417c;
        border: 2px solid #fff;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        position: absolute;
        top: -2px;
        right: -20px;
        padding-left: 14px;
    }

    .request-a-demo:hover:after {
        background-color: #f08221
    }

#request-a-demo {
    padding-left: 20px;
    padding-right: 30px;
}

.divStyleForRequest {
    background: #f08221 !important;
    color: #fff !important;
    padding-top: 7px !important;
}
#logoNav img {
    height: 85px;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media only screen and (min-width:1280px) {
    #logoNav img {
        height: 110px
    }
}


#logoNav {
    padding: 3px;
}

.menuBottomBorder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    margin-bottom: 1px;
}

.menuTopBorder {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 1px;
}

.noRightPadding {
    padding-right: 0;
}

.col-center {
    float: none;
    margin: auto !important;
}

.form-control-static {
    color: #1d417c;
}

.navbar-default .navbar-nav > li > a.noBGEffect:hover,
.navbar-default .navbar-nav > li > a.noBGEffect:focus,
.navbar-default .navbar-nav > li > a.noBGEffect:active {
    background-color: transparent;
    color: #475a78;
}

#footerNav {
    background: #1d417c 0% 0% no-repeat padding-box;
    box-shadow: 0px -3px 6px #1d417c;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.footerLinkCookie {
    color: #fff !important;
}
a.footerLink {
    color: #fff !important;
}

    a.footerLink:hover,
    a.footerLink:focus,
    a.footerLink:active {
        text-decoration: none;
        background-color: transparent !important;
    }

.close {
    font-size: 16px;
}
.btn.btn-link.close{
    float:none;
}
.btn.btn-link.close {
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-footer.text-center{
    text-align:center;
}
.modal-footer .btn + .btn {
    margin-left: 10px;
}


.modal {
    text-align: center;
}

@media screen and (min-device-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.navbarShadow {
    box-shadow: 0px 0px 10px #1d417c;
}

.navbar-brand {
    height: 84px;
}

.nav-pills > li > a {
    /*color: #406786;*/
    color: #f08221;
}

.footerIcon {
    max-height: 60px;
}
.alert {
    margin-bottom: 5px;
}
.alert-info {
    /*background-color: rgba(0, 38, 62, 0.8);*/
    background-color: rgba(29,65,124, 0.8);
    border-color: rgba(0, 38, 62, 1);
    color: #C3D8F0;
}

.noPaddingLeft {
    padding-left: 0;
}
.noPaddingLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.noPadding {
    padding: 0;
}

.navbar-nav > li > a.noPadding {
    padding: 0;
    margin-left: 20px;
}
.noMargin{
    margin:0;
}
.noMarginBottom {
    margin-bottom: 0;
}
.carousel-indicators {
    bottom:10px;
}
.carousel-caption h3, .carousel-caption h2{
    color: #FFF;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    max-height:450px;
}
.carousel-caption {
    text-align: center;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.rightNavBar {
    margin-top: 30px;
    vertical-align: middle;
}

.borderRightNavbar {
    border-right: 1px solid rgb(255,255,255);
    border-image: linear-gradient(to bottom, rgba(255,255,255,0) 35%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 65%,rgba(255,255,255,0) 65%);
    border-image-slice: 1;
}

.navbar-toggle {
    background-color: #f08221;
}

.dropup, .dropdown {
    margin-top: 17.5px;
    margin-left: 15px;
}
.dropdown-menu.topMenu{
    width:100%;
}
.form-control-static > label {
    font-weight: normal;
    padding-right: 10px;
}

.fontColor333 {
    color: #333333;
}

    .fontColor333 a {
        font-weight: bold;
        color: #333333;
    }

.fonhtWhite {
    color: #ffffff !important;
}
.fontSizeLarge{
    font-size:17px;
}
.fontLightBlue {
    color: #1d417c;
}
.unboldFont{
    font-weight:normal;
    font-size:40px;
}

.project_action_box, .project_action_box > .thumbnail {
    background: #00263E 0% 0% no-repeat padding-box;
    box-shadow: 1px 4px 6px #1d417c;
    border-radius: 5px;
    opacity: .9;
    padding: 1.8rem .8rem;
}

.project_action_box {
    margin: auto;
    text-align: center;
}

.marginAuto {
    margin: auto !important;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.marginTopBottom15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.project_action_box > img, .project_action_box > a > img {
    height: 150px;
}

.height350 {
    height: 350px;
}

.height400 {
    height: 450px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop15 {
    margin-top: 15px;
}

.projectLink {
    font-size: 23px;
}

.project_action_box:hover,
.project_action_box:focus,
.project_action_box:active {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 4px 6px #1d417c;
    color: #00263E;
    opacity: .9
}

.project_action_box .projectLink {
    background-color: transparent;
    border: 2px solid #fff;
    /*padding: 6px 24px;*/
    padding: 6px 12px;
    border-radius: 10px;
    margin-bottom: 4px;
}

.project_action_box:hover .projectLink,
.project_action_box:focus .projectLink,
.project_action_box:active .projectLink {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #00263E !important;
    border-color: #DFE9F7;
    opacity: .9;
}

.project_action_box .fa-thumbs-up {
    color: #f08221;
}

.project_action_box:hover .fa-thumbs-up,
.project_action_box:focus .fa-thumbs-up,
.project_action_box:active .fa-thumbs-up {
    color: #1d417c;
}

.normalText {
    /*color: #406786;*/
    color: #f08221;
}

h1.normalText,
h2.normalText,
h3.normalText,
h4.normalText,
h5.normalText,
h6.normalText {
    /*color: #406786;*/
    color: #f08221;
}

.btn-link {
    /*color: #406786;*/
    color: #f08221;
}

.club-teamBox {
    margin: 0;
    padding: 1.8rem .8rem;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*box-shadow: 1px 4px 4px #406786;*/
    box-shadow: 1px 4px 4px #1d417c;
    border-radius: 5px;
}

.table th {
    /*color: #406786;*/
    color: #f08221;
}

.custom-toggle-off {
    background: transparent url('../icons/toggle-off.svg') 100% 100% no-repeat padding-box;
    background-position: center;
}

.custom-toggle-on {
    background: transparent url('../icons/toggle-on.svg') 100% 100% no-repeat padding-box;
    background-position: center;
}

/*input:placeholder-shown {
    border-left: 4px solid #d12027;
}

input:not(:placeholder-shown),
.input-validation-error {
    border-left: 4px solid #949300;
}

textarea:placeholder-shown {
    border-left: 4px solid #d12027;
}

textarea:not(:placeholder-shown) {
    border-left: 4px solid #949300;
}*/

.table-custom-bordered > thead > tr {
    padding-top: 0;
}

    .table-custom-bordered > thead > tr > th {
        border: 1px solid #1d417c;
    }

.table-custom-bordered > thead tr:first-child th {
    border-top: 0;
}

.table-custom-bordered > thead tr th:first-child {
    border-left: 0;
}



.table-custom-bordered > thead tr th:last-child {
    border-right: 0;
}


.table-custom-bordered > tbody > tr > td {
    border: 1px solid #1d417c;
}

.table-custom-bordered > tbody tr td {
    border-right: 0;
    border-left: 0;
}

.table-custom-bordered > tbody tr:first-child td {
    border-top: 0;
}

.table-custom-bordered > tbody tr td:first-child {
    border-left: 0;
}

/*.table-custom-bordered > tbody tr:last-child td {
    border-bottom: 0;
}*/

.table-custom-bordered > tbody tr td:last-child {
    border-right: 0;
}

.table-custom-bordered > thead tr th.borderLeft {
    border-left: 0;
}

.table-custom-bordered > thead tr th.borderRight {
    border-right: 0;
}

option[value=''] {
    color: #C3D8F0;
}

.marginAuto {
    margin: auto;
}

#manageOtherAssetListApp .action .btn {
    margin: 0 0 4px 4px;
    min-width: 80px;
}

.imgWidth20 {
    width: 20px;
}

.form-control-static {
    padding: 0;
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 0;
    }
}



.height30ValidationDefault {
    height: 30px;
}

#CookieReportsBanner {
    background: none #1d417c left bottom no-repeat !important;
}

.fontLogout {
    color: #475a78 !important;
}

.paddingLeft30 {
    padding-left: 30px;
}

.fontMenuBar {
    color: #475a78;
}

.menubarIcon {
    max-height: 25px;
}
.linkedInMenuIcon {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.linkedInMenuIcon:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    text-decoration: none
}
.paddingWithBorder {
    padding: 6px 12px;
    border-radius: 10px;
}


.tel {
    color: #475a78;
    font-size: 28px;
    font-weight: 700;
}












#footer,
#footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    background-color: #1d417c;
    color: #fff;
    font-size: 13px
}

    #cookie-notice #footer *,
    #cookie-notice #footer-bottom *,
    #footer #cookie-notice *,
    #footer a,
    #footer address,
    #footer p,
    #footer ul,
    #footer-bottom #cookie-notice *,
    #footer-bottom a,
    #footer-bottom address,
    #footer-bottom p,
    #footer-bottom ul {
        font-size: 13px;
        line-height: 18px;
        margin: 0
    }

    #footer a,
    #footer-bottom a {
        color: #fff;
        text-decoration: none
    }

        #footer a:hover,
        #footer-bottom a:hover {
            text-decoration: underline
        }

#footer {
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width:1024px) {
    #footer .footer-left {
        width: auto
    }
}

#cookie-notice #footer .footer-left *,
#footer .footer-left #cookie-notice *,
#footer .footer-left p {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    max-width: 460px
}

#footer .footer-left img {
    margin-bottom: 10px;
    float: left;
    clear: both;
    max-height:70px;
}

@media only screen and (min-width:768px) {
    #footer .footer-left img {
        margin-left: 30px;
        padding-left: 20px;
        padding-right: 20px;
        border-left: 2px solid #475a78;
        clear: none;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1024px) {
    #footer .footer-right {
        width: auto;
        float: right
    }
}

#footer .footer-right .site {
    float: left;
    clear: both
}

@media only screen and (min-width:1024px) {
    #footer .footer-right .site {
        margin-left: 20px;
        clear: none
    }
}

#footer .footer-right .ce-logo {
    float: left;
    height: 70px;
    margin-right: 10px
}

@media (max-width:1024px) {
    #footer .footer-right .ce-logo {
        float: none;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

#footer .fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #becbe1;
    color: #1d417c;
    text-decoration: none;
    font-size: 18px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

    #footer .fa:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        text-decoration: none
    }

@media (max-width:1024px) {
    #footer .fa {
        float: none;
        display: block
    }
}

#footer-bottom {
    background-color: #19386a;
    padding-top: 17.5px;
    padding-bottom: 5px
}

    #footer-bottom ul.footer-links {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
        float: left
    }

        #footer-bottom ul.footer-links li {
            float: left;
            padding-right: 20px;
            width: 100%
        }

@media only screen and (min-width:480px) {
    #footer-bottom ul.footer-links li {
        width: auto
    }
}

#footer-bottom .footer-bottom-right address {
    float: left;
    font-style: normal;
    margin-bottom: 10px
}

#footer-bottom .footer-bottom-right .tel-fax {
    clear: both
}

@media only screen and (min-width:1024px) {
    #footer-bottom .footer-bottom-right {
        width: auto
    }

        #footer-bottom .footer-bottom-right .tel-fax {
            width: auto;
            float: right
        }
}

@media only screen and (min-width:1280px) {
    #footer-bottom .footer-bottom-right .tel-fax {
        clear: none
    }
}

#footer-bottom .footer-bottom-right a {
    margin-right: 15px;
    margin-bottom: 10px;
    float: left
}

@media only screen and (min-width:1024px) {
    #footer-bottom .footer-bottom-right a {
        margin-right: 0;
        margin-left: 15px
    }
}





#process-header {
    background-color: #f08221;
    color: #fff;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

    #process-header.padding {
        padding: 80px 0;
        position: fixed;
        z-index: 98;
        top: 125px;
        left: 0;
        -moz-transition: all .5s ease;
        transition: all .5s ease
    }

#case-studies .case-study .logo,
#case-studies .case-study img.bg {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

@media only screen and (min-width:1024px) {
    #process-header.padding {
        top: 180px
    }
}

#process-header.padding.active {
    padding: 10px 0
}

#process-header.padding.top {
    top: 0
}

@media only screen and (min-width:1024px) {
    #process-header.padding.top {
        top: 55px
    }
}

#process-header:after {
    content: url(../images/orange-logo-watermark.png);    
    position: absolute;
    top: -50px;
    left: 20%;
    background-repeat: no-repeat;
    packground-position: center center
}

#process-header .process-header-left,
#process-header .process-header-right {
    float: left;
    position: relative;
    width: auto;
    z-index: 1
}

    #process-header .process-header-left h1 {
        font-size: 30px;
        color: #fff;
        float: left
    }

#process-header .process-header-right {
    clear: both
}

    #process-header .process-header-right ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
        font-size: 20px;
        line-height: normal
    }

@media only screen and (min-width:624px) {
    #process-header .process-header-right ul {
        font-size: 25px
    }
}

@media only screen and (min-width:1024px) {
    #process-header .process-header-right {
        float: right;
        clear: none
    }

        #process-header .process-header-right ul {
            font-size: 30px;
            margin: 20px 0
        }
}

#process-header .process-header-right ul li {
    float: left;
    margin-left: 0;
    width: auto
}

    #process-header .process-header-right ul li:after {
        content: '/';
        margin: 0 5px
    }

@media only screen and (min-width:624px) {
    #process-header .process-header-right ul li:after {
        margin: 0 10px
    }
}

@media only screen and (min-width:768px) {
    #process-header .process-header-right ul {
        font-size: 30px
    }

        #process-header .process-header-right ul li:after {
            fmargin: 0 15px
        }
}

@media only screen and (min-width:1024px) {
    #process-header .process-header-right ul li:after {
        margin: 0 20px
    }
}

#process-header .process-header-right ul li:last-child:after {
    display: none
}

#process-header .process-header-right ul li a {
    color: #fff;
    text-decoration: none
}
.normalFontWeight{
    font-weight:normal;
}