﻿/*======================================================
  common/css/customerOverrides.CSS
  ======================================================
    0.  BOOSTRAP OVERRIDES

  ===================================================== */


/*======================================================
  0. BOOSTRAP OVERRIDES
  ===================================================== */


/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}



body {
    background-color: rgba(242, 242, 242, 1) !important;
}

.widgetBody {
    background-color: transparent;
    overflow-x:hidden;
}

.container {
    background-color: #ffffff;
}


img {
    height: auto;
    width: auto;
}


section {
    padding: 20px 0 40px;
}


.adminPanel .row > div {
    padding-bottom: 5px;
}

.login {
    border-collapse: collapse;
    width: 100%;
}

    .login .row {
        padding-bottom: 5px;
    }

.navbar-collapse.collapse {
    padding-left: 0px;
}

    .navbar-collapse.collapse.in {
        padding-left: 15px;
    }


.navbar-custom {
    background-color: #f5f5f5;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 25%, #fdfdfd 100%);
    border-radius: 0;
}

    .navbar-custom .navbar-brand {
        color: #7a7a7a;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus {
            color: rgb(61,61,61);
            background-color: transparent;
        }

    .navbar-custom .navbar-text {
        color: #7a7a7a;
    }

    /*.navbar-custom .navbar-nav > li {
        padding: 8px 0px;
    }*/

        .navbar-custom .navbar-nav > li > a {
            color: #7a7a7a;
            font-weight: bold;
            outline: 0;
            /*border-left: 1px solid #ffffff;*/
            border-right: 1px solid #dbdbdb;
            /*text-align: center;*/
            /*line-height: 10px;*/
        }

        .navbar-custom .navbar-nav > li:first-child > a {
            border-left: 0px;
        }

.navbar-right > li:last-child > a {
    border-right: 0px;
}

.navbar-right > li:first-child > a {
    border-left: 1px solid #dbdbdb !important;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: rgb(61,61,61);
    font-weight: bold;
    background-color: transparent;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: rgb(61,61,61);
    background-color: transparent;
    /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #00296a 0%, #003d9d 100%);*/
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-custom .navbar-toggle {
    border-color: #7a7a7a;
}

    .navbar-custom .navbar-toggle:hover,
    .navbar-custom .navbar-toggle:focus {
        background-color: #7a7a7a;
    }

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #7a7a7a;
    }

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #ececec;
    /*padding-left: 0;*/
}

.navbar-custom .navbar-nav > .dropdown > a:hover,
.navbar-custom .navbar-nav > .dropdown > a:focus {
    border-top-color: #7a7a7a;
    border-bottom-color: #7a7a7a;
}

    .navbar-custom .navbar-nav > .dropdown > a:hover .caret,
    .navbar-custom .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #7a7a7a;
        border-bottom-color: #7a7a7a;
    }

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: rgb(61,61,61);
    border-color: #dbdbdb;
}

    .navbar-custom .navbar-nav > .open > a .caret,
    .navbar-custom .navbar-nav > .open > a:hover .caret,
    .navbar-custom .navbar-nav > .open > a:focus .caret {
        border-top-color: #7a7a7a;
        border-bottom-color: #7a7a7a;
    }

.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: #7a7a7a;
    border-bottom-color: #7a7a7a;
}

.navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #dbdbdb;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #7a7a7a;
    }

        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
            color: rgb(61,61,61);
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: rgb(61,61,61);
        background-color: transparent;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-custom .navbar-link {
    color: #ffffff;
}

    .navbar-custom .navbar-link:hover {
        color: #9095ac;
    }



#sideMenu {
    padding-left: 10px;
}

.sideNavMenu {
    width: 200px;
    margin: 0px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
  box-shadow: 0 1px 4px rgba(0,0,0,.065);*/
}

    .sideNavMenu.affix-top {
        position: static;
        /*margin-top:5px;*/
        width: 200px;
    }

    .sideNavMenu.affix-bottom {
        width: 200px;
    }

    .sideNavMenu.affix {
        position: fixed;
        top: 10px;
        width: 200px;
    }

    .sideNavMenu > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px 8px 10px;
        border: 1px solid #e5e5e5;
    }

    .sideNavMenu > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }
    /*.sideNavMenu > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}*/
    .sideNavMenu > .lastLiManual > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .sideNavMenu > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .sideNavMenu .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .sideNavMenu > li > a:hover {
        background-color: #f5f5f5;
    }

    .sideNavMenu a:hover .icon-chevron-right {
        opacity: .5;
    }

    .sideNavMenu .active .icon-chevron-right,
    .sideNavMenu .active a:hover .icon-chevron-right {
        background-image: url(../img/glyphicons-halflings-white.png);
        opacity: 1;
    }
    /*.sideNavMenu.affix {
  top: 40px;
}*/
    .sideNavMenu.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }



/* Pages Layout Start*/

#homeBanner {
    /*  background: url('../../Images/Monochromatic_RESPOND.png') 50% 70px no-repeat fixed; 50% background position x and 70px background position y*/
    min-height: 300px;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

/* Pages Layout End*/


/*Jumbotron*/

.jumbotron {
    background-color: rgba(102, 153, 51, 0.1);
    border: 4px #000000 solid;
}

/*Buttons*/
/*a {
    color: rgba(0, 158, 153, 1);
}*/

.btn.outline {
    background-color: #FFFFFF;
    padding: 12px 22px;
}

.btn-primary.outline {
    border: 2px solid #669933;
    color: #669933;
}

    .btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
        color: #000000;
        border-color: #000000;
    }

    .btn-primary.outline:active, .btn-primary.outline.active {
        border-color: #000000;
        color: #000000;
        box-shadow: none;
    }


/*INPUT ELEMENTS*/
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 0px;
    -webkit-box-shadow: none;
}



/*Fieldset*/
/*fieldset {
    padding: 20px;
}*/

    fieldset > legend {
        padding-top: 20px;
        /*border-bottom: darkgrey solid 1px;*/
    }


/*ANY ELEMENT*/
.marginTopClear {
    margin-top: 0px;
}

.marginBottomTwentyPX {
    margin-bottom: 20px;
}

h3.panel-title {
    display: inline;
}

h3.title {
    padding: 0px 10px;
}

.clickable {
    cursor: pointer;
}


.ui-autocomplete {
    max-width: 75%;
}

.autocomplete-w1 {
    background: url(img/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    overflow-x: auto;
}

    .autocomplete .selected {
        background: #F0F0F0;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
    }

    .autocomplete strong {
        font-weight: normal;
        color: #3399FF;
    }


/*.ui-autocomplete .ui-menu-item:hover{
        background-color:#007fff14;
        border:1px solid #003eff5c;
    }*/
.ui-autocomplete .ui-menu-item .ui-state-active{
    background:transparent;
    border:0px solid #003eff;
    color:#333333;
}
    .ui-autocomplete .ui-menu-item .ui-state-active .itemContainer{
        background-color:rgba(232, 240, 248, 1);
        border:1px solid #003eff5c;
    }
.alert-info {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}


/*.notice {
}*/

    .notice ul {
        list-style-type: none;
        padding-left: 5px;
    }

   
    .notice .glyphicon {
        margin-right: 10px;
        font-size: 25px;
    }


.footer-content {
    margin-top: 10px;
}

.footer-content-img {
    line-height: 75px;
    margin-top: 10px;
    white-space: nowrap;
}

.footer-line {
    background: #cfcfcf;
    height: 3px;
}

.RadInput {
    width: 100% !important;
}


/*Wizard*/
.rwzContent {
    height: 100% !important;
}

.RadDropDownList {
    width: 100% !important;
    height: 36px;
}

    .RadDropDownList > .rddlInner {
        height: 35px;
    }
/*
    MEDIA QUERIES   
 */

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
    /*Header*/
    /*#headerImgLeft
    {
        height: 100px;
    }

    #headerImgRight
    {
        height: 100px;
    }*/

    /*#footerImgAIG {
        height: 100px;
    }

    #footerImgPresidencia {
        height: 100px;
    }*/



}

@media screen and (max-width:992px) {
    .center-sm {
        text-align: center;
        /*visibility: hidden;*/
    }
}

.copyright-section {
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #808080 !important;
    background-color: #202020 !important;
}



.required-asterisk:after {
    content: " *";
    color: red;
}







/*DEMO ENTITIESg*/

#iframeContents {
    margin-top: -400px;
	 margin-bottom: -600px;
}
#calContainer,#faqContainer,#newsContainer {
    margin-bottom: -140px;
}
#newsWidgetContents {
     margin-top: -400px;
}
#newsWidget {
    margin-bottom:-240px;
}
#newsWidget {
    padding-bottom: 150%;
}
/*large*/
@media (min-width: 1200px) {
    #calContainer {
        padding-bottom: 155%;
    }
    #faqContainer {
        padding-bottom: 240%;
    }
    #newsContainer {
        padding-bottom: 200%;
    }
}
/*medium*/
@media(max-width: 1199px) and (min-width: 992px) {
     #calContainer {
        padding-bottom: 180%;
    }
     #faqContainer {
        padding-bottom: 360%;
    }
      #newsContainer {
        padding-bottom: 290%;
    }
}
/*small*/
@media (max-width: 991px) and (min-width: 768px) {
     #calContainer {
        padding-bottom: 210%;
    }
     #faqContainer {
        padding-bottom: 440%;
    }
      #newsContainer {
        padding-bottom: 350%;
    }
}
/*xs-small*/
@media (max-width: 767px) {
    #calContainer {
        padding-bottom: 400%;
    }
      #faqContainer {
        padding-bottom: 740%;
    }
      #newsContainer {
        padding-bottom: 550%;
    }
      #exploreCasesFrame {
          width: calc(100% + 85px) !important; 
          margin-left: -75px
      }
}

.FlexFieldTable tr td:nth-child(2){
    width:50%;
}



ul.ui-autocomplete{
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    overflow-x: hidden !important;
	width:50%;
	padding-left:0px;
	list-style-type:none;
	color:#337ab7 !important;
    width:auto !important;
}

	/*ul.ui-autocomplete .itemContainer{
		padding-left:20px;
	}*/
	ul.ui-autocomplete .itemContainer.ui-state-active {
        background: #F0F0F0;
        color:#337ab7 !important;
        margin:0px !important;
    }

    ul.ui-autocomplete div {
        /*padding: 2px 5px;*/
        white-space: nowrap;
    }

    ul.ui-autocomplete strong {
        font-weight: normal;
        color: #3399FF;
    }


#divNavBar .fa {
    padding-right: 4px !important;
}

.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}