/*start fonts*/

/*---end fonts ----*/


/* Add here all your CSS customizations */

#header nav {
    padding: 0;
    float:left
}


.mleft13px {
    margin-left:13px;
}


.mleft21px {
    margin-left:21px;
}

.padleft0px {
    padding-left:0px;
}
.pad0 {
    padding:0;
}

.padBottom50{
    padding-bottom:50px !important
}

.c-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-left:auto;
        margin-right:auto
}

.c-container-3 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

#container-fluid-formLogin {
        margin-left:auto;
        margin-right:auto;
        position:relative;
        min-height:1%;
        overflow:hidden;
        padding-bottom:30px
    }

@media (max-width:767px) {
        header .c-container, footer .c-container{
        padding-left:0px;
        padding-right:0px
    }


    .logo-asea img {
        margin-left:15px;
        max-width:100% !important
    }

    #header .main-menu-container nav ul.nav-top {
        width:100%;
        padding-left:15px;
        padding-right:15px
    }

    #header .main-menu-container .info-section {
        float:right
    }

    #header .main-menu-container .user-info {
        margin-right:0px;
        text-align:right
    }

    header#header .main-menu-container .nav-pills > li.secondary-option .icon-item {
        margin-right:10px
    }
}


@media (max-width:359px) {
    .logo-asea img {
        max-width:90% !important
    }
}



@media (min-width: 768px) {
    .c-container, .c-container-3{
        width:750px;
        padding-left:0px;
        padding-right:0px
    }

    #container-fluid-formLogin {
        width:750px;
    }

    .logo-asea img {
        margin-left:5px
    }

    header#header .nav-pills > li.secondary-option .icon-item {
        margin-right:15px !important
    }

    #contPhoto {
        margin-right:15px !important
    }

    #header .logo {
        margin-top:10px !important
    }
}

@media (min-width: 992px) {
    .c-container, .c-container-3{
        width:970px;
    }

    #container-fluid-formLogin {
        width:970px;
    }

    .logo-asea img {
        margin-left:0px
    }

    header#header .nav-pills > li.secondary-option .icon-item {
        margin-right:25px !important
    }
    #contPhoto {
        margin-right:30px !important
    }

    #header .logo {
        margin-top:15px !important
    }
}

@media (min-width:1200px) {
    .c-container, .c-container-3{
        width:1170px;
    }

    #container-fluid-formLogin {
        width:1170px;
    }
}

.c-container:before, .c-container:after {
    clear: both;
    content: ' ';
}



.c-container-2 {
    margin-right: auto;
    margin-left: auto;
}


.c-container-2:before, .c-container-2:after {
    clear: both;
    content: ' ';
}


.c-container-3:before, .c-container-3:after {
    clear: both;
    content: ' ';
}


.c-dropdownlist {
    
}







#footer {
    font-size: 0.9em;
    width: 100%;
    clear: both;
}


#header nav .nav-pills li.separator {
    height: 15px;
    width: 1px;
    background-color: #BDBDBD;
    margin-top: 11px;
}


#footer .item-footer-left.copy-right p {
    color: white;
    margin: 0 0;
    line-height: 16px;
    font-size: 14px;
    margin-top: 14px;
}

@media (max-width: 1123px) {
    #footer .item-footer-left.copy-right p {
        font-size: 11px;
    }
}


@media (max-width: 455px) {
    #footer{
      text-align:center
    }
}


.c_inputFormat {
    border-radius: 0 !important;
    border: none !important;
}




html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family:"proxima-nova", sans-serif
}


header nav li.open-header {
    font-size:30px;
    cursor:pointer;
}

.btn-borders-white,.btn-borders-white:hover {
       background: transparent!important;
    border-color: #ffffff!important;
    color: #ffffff;
    text-shadow: none!important;
    border-radius:0px!important;
}


.btn-borders-white-2,.btn-borders-white-2:hover {
       background: transparent!important;
    border-color: #ffffff!important;
    color: #ffffff;
    text-shadow: none!important;
    border-radius:0px!important;
    font-weight:700;
}


.pos-relative {
    position:relative
}


/*menu extra styles*/
.block-menu-item {
    background-color : #095fac;
    padding:20px;
}


.block-menu-item .wrapper-image>img {
   width:100%
}

header#header {
    position:relative
}

header#header .main-menu-container{
    background-color: #0072ce;
}

header#header .main-menu-container>.c-container{
    padding-bottom:20px
}

header#header[aria-expanded='true'] .main-menu-container {
    width:100%;
    position:absolute;
    top:0;
    padding-bottom:70px;
    visibility:visible;
    opacity:1;
    z-index:20000;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;

    -moz-transform:translateY(0);
    -webkit-transform:translateY(0);
    -o-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}

header#header[aria-expanded='false'] .main-menu-container {
    display:block;
    position:absolute;
    top:0;
    right:0;
    background:#0071ec;
    width:100%;
    visibility:hidden;
    opacity:1;
    z-index:10000;
    overflow:hidden;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;

    -moz-transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%)
}

 header#header[aria-expanded='true'] .main-menu-container  .user-info span, header#header[aria-expanded='true'] .main-menu-container .user-info a{
    color:  #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    }


header#header[aria-expanded='false'] .user-info {
    float: right;
}

header#header[aria-expanded='false'] .user-icon {
    float: left;
    margin-top:-4px
}


header#header[aria-expanded='true'] .user-info {
    float: right;
}

header#header[aria-expanded='true'] .main-menu-container .user-icon {
    float: right;
}



header#header[aria-expanded='false']{
    background-color: #fff;
    color:  #0072ce;
}


header .main-menu-container .ddl-main-options {
    margin-bottom:15px;
}


header#header .nav-pills > li {
        height: 50px;
    }

header#header .main-menu-container .nav-pills > li.info-section {
    padding-top:25px
}

header#header .nav-pills > li.secondary-option .icon-item {
    margin-right:25px;
}


header#header .nav-pills > li {
    
}


@media (max-width: 631px) {

    header#header[aria-expanded='false'] .nav-pills > li.info-section {
        width:100%;
    }

        header#header[aria-expanded='false'] .nav-pills > li .user-icon {
            display:none
        }
    header#header[aria-expanded='false'] .nav-pills > li .user-info {
        float:right;
    }
}


header#header[aria-expanded='true'] ul.nav span.label-toggle 
{
    display:none
}


header#header[aria-expanded='false'] ul.nav span.label-toggle 
{
    display:inline
}

header#header[aria-expanded='false']  header#header li.open-header {
    width:79px;
}

header#header[aria-expanded='true']  header#header li.open-header {

}


@media (max-width: 600px) {
    header#header ul.nav span.label-toggle {
        display:none
    }
}

@media (max-width: 520px) {
    header#header nav {
            width:100%;
            display:inline-block;
    }
}
.c-ts-1 {
    color:#fff;
    font-size:15px;
    font-weight:700
}


.c-ts-2 {
    color:#fff;
    font-size:15px;
}

.c-ts-3 {
    color:#fff;
    font-size:15px;
}

.c-ts-4 {
    font-family:"proxima-nova";
    font-size:14px;
    line-height:20px
}

.c-ts-5 {
    font-family:"proxima-nova";
    font-size:14px;
    font-style:normal;
    font-weight:700;
}

.c-ts-6 {
   font-family:"proxima-nova";
    font-style:normal;
    font-weight:700;
     font-size:16px;
     line-height:18px;
     color:#fff;
}


.c-ts-7 {
   font-family:"proxima-nova";
    font-style:normal;
    font-weight:400;
     font-size:16px;
     line-height:18px;
     color:#fff;
}


.page-top .c-container .c-ddl {
    max-width:300px
}

.mtop15 {
    margin-top:15px;
}
.mtop25 {
    margin-top:25px;
}

.mtop20 {
    margin-top:20px;
}
.mbottom15 {
    margin-bottom:15px;
}

.mtop40 {
    margin-top:40px;
}



.mtop44 {
    margin-top:44px;
}

.mbottom20 {
    margin-bottom:20px;
}



.wrapper-submenu > ul {
    margin-top:20px;
    color:#fff;
    list-style:none;
    padding-left:0
}

.wrapper-submenu > ul li{
    float:left;
}

.wrapper-submenu > ul li:not(:last-child):after{
    content:'|';
    padding:0px 15px
}


.wrapper-login-info span{
    line-height:3px !important;
    font-weight:700
}

.wrapper-login-info .user-info{
  margin-top:-11px;
}

.mtop17 {
    margin-top:17px;
}


/*sub menu*/

section.page-top {
    
}

.mtop30 {
    margin-top:30px
}

.mtop45 {
    margin-top:45px
}

.mtop170 {
margin-top:170px;
}

.mtop70 {
margin-top:70px;
}

.mtop6px {
    margin-top:6px;
}

.social-icons li a,.social-icons li {
    background: none; box-shadow: none;
}

    .social-icons li:hover a {
        background:none
    }

.social-icons li {
    margin-left:15px
}


    .social-icons li img {
        max-width:25px;
        max-height:25px;
        margin-top:10px;
    }


#header nav ul.nav-top li.open-header i {
    position: relative;
    top: 1px;
    font-size: 20px;
}

#header nav ul.nav-top li.open-header span{
    font-size: 16px;
    letter-spacing: 1px;
}

#header[aria-expanded='true'] nav ul.nav-top li.open-header i:before
{
    font-family:FontAwesome;
    content:"\f00d";
}

#header[aria-expanded='false'] nav ul.nav-top li.open-header i:before
{
    font-family:FontAwesome;
    content:"\f0c9";
    
}


#header[aria-expanded='true'] nav ul.nav-top li.open-header
{
    font-size: 41px !important;
}
#header[aria-expanded='true'] nav ul.nav-top li.open-header i {
    font-size: 41px !important;
}


@media (max-width: 755px) {
      #header[aria-expanded='true'] nav ul.nav-top .open-header
{
           text-align:right;
            text-align: right;
}
     
       
}

@media (min-width: 520px) and (max-width: 755px) {
    #header[aria-expanded='true'] nav ul.nav-top li.world-icon-wrapper {
        margin-right: 50px;
    }
}

@media (max-width: 755px) {
     #header[aria-expanded='true'] nav ul.nav-top li.info-section .icon-userprofile {
         display:none !important
    }
}


#header .nav.nav-pills.nav-top li a{
    font-size:16px;
    font-family:"proxima-nova";
}

header#header .logo-wrapper a.logo-asea
{
    display:inline-block;
    height: 43px;
    max-width:100%
}


#header nav ul.nav-top li span {
    font-family:"proxima-nova";
    font-size:12px;
    font-weight:700;
	display: block;
	line-height: 0px !important;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 5px;
    letter-spacing:.25em
}


@media (min-width: 544px) and  (max-width: 767px){
    .btnLearMoreWrapper {
        text-align: center;
    }
}
/*START ICONS HEADER*/


/*BLUE*/

#header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item,.icon-item.icon-email.gray {
  background-image: url('/src/img/icons/icons_sheet.png');
  background-repeat: no-repeat;
      display: inline-block;
}
    #header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item.icon-information {
        background-image: url('/src/img/icons/icon-information.png');
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
    }
#header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item.icon-email,.icon-item.icon-email.gray {
   background-position: 2px -5px;
   height: 19px;
   width: 26px;
}


#header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item.icon-newdis {
     background-position: -32px 0px;
    height: 27px;
    width: 30px;
}


#header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item.icon-car {
    background-position: -69px 0px;
    height: 27px;
    width: 26px;
}

#header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item.icon-world {
background-position: -107px 0px;
    height: 27px;
    width: 22px;
}


#header[aria-expanded='false'] .nav.nav-pills.nav-top li a.icon-item.icon-userprofile {
background-position: -140px 0px;
    height: 27px;
    width: 30px;
}



/*WHITE*/

#header[aria-expanded='true'] .main-menu-container .nav.nav-pills.nav-top li a.icon-item {
  background-image: url('/src/img/icons/icons_sheet.png');
  background-repeat: no-repeat;
  display: inline-block;
}
    #header[aria-expanded='true'] .main-menu-container .nav.nav-pills.nav-top li a.icon-item.icon-information {
        background-image: url('/src/img/icons/icon-information-blanco.png');
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
    }
#header[aria-expanded='true'] .nav.nav-pills.nav-top li a.icon-item.icon-email,.icon-item.icon-email.white {
      background-position: 0px -37px;
   height: 19px;
   width: 26px;
}


#header[aria-expanded='true'] .nav.nav-pills.nav-top li a.icon-item.icon-newdis {
    background-position: -32px -30px;
    height: 27px;
    width: 30px;
}


#header[aria-expanded='true'] .nav.nav-pills.nav-top li a.icon-item.icon-car {
        background-position: -69px -31px;
    height: 27px;
    width: 26px;
}

#header[aria-expanded='true'] .nav.nav-pills.nav-top li a.icon-item.icon-world {
    background-position: -107px -31px;
    height: 27px;
    width: 22px;
}


#header[aria-expanded='true'] .nav.nav-pills.nav-top li a.icon-item.icon-userprofile {
    background-position:-135px -30px;
    height: 27px;
    width: 30px;
}


/*END ICONS HEADER*/
/*ICONS*/
.icon-print {
    background-image:url('/src/img/icons/icons_gray.png');
    background-repeat:no-repeat;
     background-position:-163px 0px;
    display:inline-block;
    height: 27px;
    width: 30px;
    cursor:pointer
}
/*END ICONS*/

.block-menu-item .wrapper-text {
    font-family:"proxima-nova";
}


.wrapper-login-info .fname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform:uppercase;
    letter-spacing:.25em
}

.wrapper-login-info .flegacy {
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:700;
}

#header[aria-expanded='false'] .wrapper-login-info .flegacy 
{
    color:#000000; 
       
}

#header[aria-expanded='true'] .secondary-option , #header[aria-expanded='true'] .secondary-option  a,

#header[aria-expanded='false'] .secondary-option , #header[aria-expanded='false'] .secondary-option  a
{
    display: table-cell; 
    vertical-align: middle;
    height: 31px;
}

#header[aria-expanded='true'] .secondary-option, #header[aria-expanded='true'] .secondary-option a {
    vertical-align: middle;
}


#header .wrapper-login-info a.flogout {
    display:inline;
    padding:0;
}
#header[aria-expanded='false'] .wrapper-login-info a.flogout {
    font-size:12px !important;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:700;
    display:block;
    letter-spacing:.15em;
    color:#555555 !important;
    margin:0;
    padding:0
}

#header .wrapper-login-info a.flogout:hover, #header .wrapper-login-info a.flogout:focus {
    color:#33cccc !important   
}

#header[aria-expanded='true'] .main-menu-container .wrapper-login-info a.flogout {
    font-size:12px !important;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:700;
    display:block;
    letter-spacing:.15em;
    color:#ffffff;
    margin:0;
    padding:0 10px 0 0
}


.cwhite {
    color:#ffffff;
}

/*blocks*/

.panel.st1 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel.st1 header.panel-heading{
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px; 
            border-top-right-radius: 0px; 
            background-color: #5BA2DD;
            border-color: #5BA2DD;
        }

    .panel.st1 header.panel-heading .panel-title {
                    font-family:"proxima-nova";
            font-style:normal;
            font-weight:400;
            font-size:18px;
    }


.panel.st1 .panel-body {
    background-color: #095fac;
    color:#ffffff;
}


.panel.st1 .panel-body .title {
    font-family:"proxima-nova";
    font-weight:800;
    font-size:12px;
}


.panel.st1 .panel-body .text-blank  span, .panel.st1 .panel-body .text-blank  p{
    color:#fff;
        margin: 0 0 5px;
}

.panel.st1 .panel-body .textinfo {
    font-family:"proxima-nova";
    font-weight:400;
    font-size:14px;
}




.panel.st2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom:none;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius:0px !important;
}

.panel.st2  .panel-body {
    background: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}
.panel.st2 header.panel-heading{
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px; 
            border-top-right-radius: 0px; 
            background-color: #0072CE;
            border-color: #0072CE;
        }

    .panel.st2 header.panel-heading .panel-title {
            font-family:"proxima-nova";
            font-style:normal;
            font-weight:400;
            font-size:18px;
    }

.panel.st2 .panel-body {
    background-color: #ffffff;
    color:#000000;
}


.panel.st2 .panel-body .title {
    font-family:"proxima-nova";
    font-weight:800;
    font-size:12px;
}


.panel.st2 .panel-body .text-blank  span, .panel.st2 .panel-body .text-blank  p{
    color:#000000;
    margin: 0 0 5px;
}

.panel.st2 .panel-body .textinfo {
    font-family:"proxima-nova";
    font-weight:400;
    font-size:14px;
}



/*buttons*/
.c-btn {
        padding: 8px 35px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;

    font-size:16px;
    font-family:"proxima-nova";
    font-weight:800;
    line-height: 22px;


}


.c-btn ,.c-btn:hover {
      background: transparent!important;
    text-shadow: none!important;
    border-radius: 0px!important;
    font-weight: 700;
}


.c-btn.white
{
    border-color: #ffffff!important;
    color: #ffffff;
}


.c-btn.blue
{
    border-color: #0072CE !important;
    color: #0072CE;
}

.c-btn.lightblue
{
    border-color: #fff !important;
    color: #fff !important;
}

.c-btn.lightblue:hover {
    background-color:#5BA2DD !important;
}

.c-btn.st2
{
    font-size: 12px;
    padding: 5px 9px;
    font-weight: 700;
    font-family: "proxima-nova";
    color: #0072CE;
    border-color: #0072CE !important;
}


.c-btn.st2:hover
{
    border-color: #0077b3;
    background-color: #0077b3 !important;
}


.color-white {
    color:#ffffff;
}

.color-black {
    color:#000000;
}

.fs12 {
    font-size:12px;
}


/*input*/

input.form-control.c-input,textarea.form-control.c-input {

  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px;

  -moz-box-shadow:    none;
  -webkit-box-shadow:none;
  box-shadow:        none;


  border:none;

      padding: 8px 10px;
    height: 40px;
}

input.form-control.c-input-2,textarea.form-control.c-input-2 {

  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px;

  -moz-box-shadow:    none;
  -webkit-box-shadow:none;
  box-shadow:        none;


  border:none;
  background-color:#F4F5F6;
  height: 28px;
}



label.lbl-blue {
    font-size:14px;
    color:#0072ce;
    font-family: "proxima-nova" ;
    font-style: normal;
    font-weight: 700;
}

label.lbl-blue-2 {
    font-size:18px;
    color:#0072ce;
    font-family: "proxima-nova" ;
    font-style: normal;
    font-weight: 700;
}


label.lbl-black {    
    font-size:14px;
    color:#000000;
    font-family: "proxima-nova" ;
    font-style: normal;
    font-weight: 700;
}

label.lbl-grey {    
    font-size:14px;
    color:#555555;
    font-family: "proxima-nova" ;
    font-style: normal;
    font-weight:normal;
}

.text-form{
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 17px;
}

.femail {
    color:#0072ce;
     font-family:"proxima-nova";
    font-size:14px;
    font-weight:400;
}

a,.c-link {
    font-family:"proxima-nova";
    font-weight:800;
    color:#0072ce;
}

.w100p {
    width:100%;
}

.form-group {
    margin-bottom:22px;
}




/*check box*/
.item-checkboxes div.section-text 
{
      display:table-cell;
    vertical-align: middle;
}
.item-checkboxes div.section-text .lbl-checkbox {
    display:table-cell;
    vertical-align:middle;
    color: #000;
    padding-top: 1px;
}

.item-checkboxes {
    display:table;
}

.item-checkboxes div.section-checkbox, .item-checkboxes div.section-checkbox span{
    display:table-cell;
    vertical-align:middle;
}


/*div check 1*/

.div-check input[type="checkbox"] + label, .div-check input[type="radio"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 0px 0 0;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #D1D3D3;
    background-color: #fff;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
}


.div-check input[type="checkbox"], .div-check input[type="radio"] {
    display: none;
}

.div-check input[type="checkbox"]:checked + label:before, 
.div-check input[type="radio"]:checked + label:before {
    content: "\f00c";    -webkit-font-smoothing: antialiased;
}

.div-check input[type="checkbox"] + label:before, 
input[type="radio"] + label:before {
    background: none;
    display: inline-block;
    speak: none;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position:absolute;
    top:0;
    left: 3px;
    color: #0072ce;
    font-size: 13px;
}


.div-check .item-checkboxes div.section-text {
  
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 12px;
    color: #000;
}


.div-check .item-checkboxes div.section-text {
  
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 12px;
    color: #555555;
}



/*div-check 2*/
.div-check-2 input[type="checkbox"] + label, .div-check input[type="radio"] + label {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -1px 0px 0 0;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #D1D3D3;
    background-color: #fff;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
}


.div-check-2 input[type="checkbox"], .div-check input[type="radio"] {
    display: none;
}

.div-check-2 input[type="checkbox"]:checked + label:before, 
.div-check-2 input[type="radio"]:checked + label:before {
    content: "\f00c";    -webkit-font-smoothing: antialiased;
}

.div-check-2 input[type="checkbox"] + label:before, 
.div-check-2 input[type="radio"] + label:before {
    /* content: " "; */
    background: none;
    display: inline-block;
    speak: none;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -5px;
    left: 2px;
    color: #3FAE2A;
    font-size: 8px;

}



.div-check-2 .item-checkboxes div.section-text {
  
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 10px;
    color: #000;
}



/*div-check 3*/
.div-check-3 input[type="checkbox"] + label, .div-check input[type="radio"] + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -1px 0px 0 0;
    margin-right: 4px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #F4F5F6;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
}


.div-check-3 input[type="checkbox"], .div-check input[type="radio"] {
    display: none;
}

.div-check-3 input[type="checkbox"]:checked + label:before, 
.div-check-3 input[type="radio"]:checked + label:before {
    content: "\f00c";    -webkit-font-smoothing: antialiased;
}

.div-check-3 input[type="checkbox"] + label:before, 
.div-check-3 input[type="radio"] + label:before {
   background: none;
    display: inline-block;
    speak: none;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 2px;
    left: 5px;
    color: #3FAE2A;
    font-size: 14px;
}



.div-check-3 .item-checkboxes div.section-text {
  
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 12px;
    color: #000;
}




/*div-check 4*/
.div-check-4 input[type="checkbox"] + label, .div-check input[type="radio"] + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -1px 0px 0 0;
    margin-right: 4px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #F4F5F6;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
}


.div-check-4 input[type="checkbox"], .div-check input[type="radio"] {
    display: none;
}

.div-check-4 input[type="checkbox"]:checked + label:before, 
.div-check-4 input[type="radio"]:checked + label:before {
    content: "\f00c";    -webkit-font-smoothing: antialiased;
}

.div-check-4 input[type="checkbox"] + label:before, 
.div-check-4 input[type="radio"] + label:before {
   background: none;
    display: inline-block;
    speak: none;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 2px;
    left: 5px;
    color: #0072ce;
    font-size: 14px;
}



.div-check-4 .item-checkboxes div.section-text {
  
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
/*end checkbox*/



.c-separator {
    height:2px;
    background-color:#BAC3C9;
}


.mbottom5 {
    margin-bottom:5px
}

.mbottom10 {
    margin-bottom:10px;
}


.mbottom8 {
    margin-bottom:8px;
}

.mbottom20 {
      margin-bottom:20px;
}


.mtop1 {
    margin-top:1px;
}

.mtop10 {
    margin-top:10px;
}

.mright15 {
    margin-right:15px;
}


.mtop3 {
    margin-top:3px;
}




/*styles datatable*/
table.datatable tr td{
    vertical-align:middle !important;
        padding: 8px 0px !important;
}



.block-blank {
    background-color:#ffffff;
    padding:30px 20px
}


/*checkboxes*/

.div-check .checkboxwrapper{
    display: table-cell;
    vertical-align: top;
}


.div-check .textwrapper{
            display: table-cell;
}

.list-wrapp-files, .list-wrapp-files .file-item {
width:100%;
}


 .list-wrapp-files .file-item {
    border-bottom:1px solid #F4F5F6
}


   .list-wrapp-files .file-name{
    width:80%;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float:left;
}



  .list-wrapp-files .file-icon-send {
    width:20%;
    float:right;
    text-align:center;
}


.file-item {
    margin-top:10px;
    margin-bottom:10px;
}


.table.st2 thead > tr, .table.st2 tbody > tr >td:first-child
{
    font-family:"proxima-nova";
    font-weight:800;
    font-size:16px;
    color:#0072ce;
}


.table.st2 tbody > tr.odd{
        background-color: #ffffff !important;
}


.table.st2 tbody > tr.even,.table.st2 thead > tr{
        background-color:  #f9f9f9 !important;
}


.table-heading{
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px; 
            border-top-right-radius: 0px; 
            background-color: #0072ce;
            border-color: #0072ce;
            font-family:"proxima-nova" !important;
            font-weight:400;
            font-size:12pt !important;
            color:white;
  }

.table.st2,
.table.st2 thead,
.table.st2 tbody,
.table.st2 thead > tr , .table.st2 thead > tr > th, 
.table.st2 tbody > tr , .table.st2 tbody > tr > td,
.dataTables_wrapper.no-footer .dataTables_scrollBody
{
    border:none !important;
}

.table.st2
{
    width:100% !important
}



table.st3{
    width:100% !important
}

table.st3 > tbody , table.st3 >  tbody .text-left,
table.st3 > tbody , table.st3 >  tbody .text-left
{
    text-align:left !important;
}


table.st3 > tbody .text-right{
    text-align:right!important;
}


    table.st3 > tbody> tr.row-result ,table#tbTableResult > tbody .details-control i,
    table.st3 > tbody> tr.row-result ,table#tbPrintableTable > tbody .details-control i
    {
          cursor:pointer;
    }

table.st3 > tbody .details-control i
{
    font-size:30px;
    color:#BAC3C9;
      
}
table.st3 > tbody tr .details-control i:before 
 {
        content:"\f106"
    }

table.st3 > tbody tr.shown .details-control i:before 
{
    content:"\f107"
}


table.st3 > tbody > tr.row-result, table.st3 > tbody > tr.row-result > td
{
    border-top:1px solid #BAC3C9 !important;
}

table.st3 > tbody  .row-content-info {
    text-align:left;
        margin-top: -25px;
}
table.st3 
{
    border-bottom: 1px solid #BAC3C9 !important;
}


table.st3 > tbody .wrapper-container-detail {
    text-align:left;
    margin-top: -9px;
    margin-bottom: 6px;
    font-size:12px
}

table.st3 thead , table.st1 thead  tr{
    background-color: #0072ce;
    border: 0px;
    color:#fff;
    text-align:center;
  
}

table.st1 {
    border:none !important;
}


table.dataTable.st3, table.dataTable.st3 th, table.dataTable.st3 td {
    border : none;
    text-align:center;
     padding-left:0 ;
     font-size:12px
}

table.dataTable.st3   tbody  tr.row-result, table.dataTable.st3   tbody   tr.row-result > td
{
    padding: 0px 0px !important;
    vertical-align: middle;
}

table.dataTable.st3  > tbody .details-control i{
    font-size:30px;
    cursor:pointer;
    color:#BAC3C9;
}


table.dataTable.st3  > tbody .details-control i
{
    font-size:30px;
    color:#BAC3C9;      
}


table.dataTable.st3  > tbody .details-control i{
    font-size:30px;
    cursor:pointer;
    color:#BAC3C9;
}



.bottom-options-datatable.st3 .paginate_button , 
.bottom-options-datatable.st3 .paginate_button:hover,
.bottom-options-datatable.st3 .dataTables_info
{
    background-color:#005eac !important;
    background:none !important;
    border:none !important;
    color:#000 !important;
    font-weight:400 !important;
    font-size:14px;
}

.bottom-options-datatable.st3 .paginate_button.current
{
        color:#0072ce !important;
}

.bottom-options-datatable.st3  a.paginate_button.disabled
{
    display:none !important
}

.wrapper-count-items {
    margin-top: 2px;
    margin-right: 52px;
}


.collapse-all, .uncollapse-all {
    cursor:pointer;
}


.options-datatable.st3 .sorting,
.options-datatable.st3 .sorting2,
.options-datatable.st3 .dataTables_length, 
.options-datatable.st3 .wrapper-collapsableOptions
{
    color: #000000;
    font-size: 12px;
}

.options-datatable.st3 {
    height:29px;
}

table.st4,table.st4 > tbody, table.st4 > tbody > tr, table.st4 > tbody > tr > td {
    border:none;
}



.align-center {
    text-align:center;
}


.h300px {
    height:300px;
}

.margin0 {
    margin:0 !important
}



input[type='text'],input[type='password'], textarea
{
    font-family: "proxima-nova" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}




.mbottom29 {
margin-bottom:49px;
}

.mbottom21 {
    margin-bottom:21px
}

.mright17 {
    margin-right:17px;
}

.mright20 {
    margin-right:20px;
}

.mright10 {
    margin-right:10px;
}

.list li {
    margin: 0 0 ;
}



.w100p {
    width:100%;
}


.options-datatable select {
    border:0px;
    border-radius:0px;
    padding: 0 10px;
    background-color:#F4F5F6;
    height:25px;
}


.container-report-results {
    background-color: #ffffff;
    min-height: 500px;
    margin-top: 67px;
    padding-top: 46px;
    padding-bottom: 150px;
}


@media (max-width:320px) {
    .panel.st2 header.panel-heading .panel-title {       
        font-size: 14px;
    }
}



/*-------------------------ADD WATCH LIST --------------------------------*/
.watchlist_green {
                color: #3fae2a !important;
        }

        .watchlist_red {
                color: #f00 !important;
                
        }


        .lnk-watch-list {
            font-weight: initial;
                font-family: "proxima-nova";
                font-size: 12px;
        }


/*---------------------------- END ---------------------------------------*/




















































































































































































































































































































.divtooltip.st1
{
    margin-left: -7px;
    margin-right: 16px;
    font-family: "proxima-nova" !important
}

.divtooltip.st1 p.textattribute
{
    color: #555555;
    line-height: 5px;
    font-size: 13px;
    font-weight: 400;
}

.divtooltip.st1 p.tittleattribute
{
    color: #2371CE;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 13px;
}

.divtooltip.st1 p.tittleattribute2
{
    background-color: #2371CE;
    color: white;
    font-weight: 400;
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 5px;
    height: 23px;
    width: 110%;
}

.divtooltip.st1 table.textattribute2
{
    margin-left: 10px;
    font-size: 12px;
    color: #555555;
}

.divtooltip.st1 table.textattribute3
{
    margin-left: 2px;
    font-size: 12px;
    color: #555555;
    font-weight: 400;
}


.divtooltip.st1 p.status
{
    background-color: #2371CE;
    height: 5px;
    width: 110%;
    margin-top: 4px;
    margin-bottom: 0;
}

.divtooltip.st2
{
    margin-left: -7px;
    margin-right: 16px;
    font-family: "proxima-nova" !important
}

.divtooltip.st2 p.textattribute
{
    color: #555555;
    line-height: 5px;
    font-size: 13px;
    font-weight: 400;
}

.divtooltip.st2 p.tittleattribute
{
    color: #2371CE;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 13px;
}

.divtooltip.st2 p.tittleattribute2
{
    background-color: #2371CE;
    color: white;
    font-weight: 400;
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 5px;
    height: 23px;
    width: 110%;
}

.divtooltip.st2 table.textattribute2
{
    margin-left: 10px;
    font-size: 12px;
    color: #555555;
}

.divtooltip.st2 table.textattribute3
{
    margin-left: 2px;
    margin-top: -17px;
    font-size: 12px;
    color: #555555;
    font-weight: 400;
}


.divtooltip.st2 p.status
{
    background-color: #2371CE;
    height: 5px;
    width: 110%;
    margin-top: 4px;
    margin-bottom: 0;
}

a.green_link {
    color: green;
}

.loadingoverlay {
    z-index: 10000 !important;
    /*width: 100% !important;
    height: 100% !important;*/
}

.btngenealogy {
    margin-top: -22px !important;
    /*display: block !important;*/
    z-index: 2 !important;
    margin-left: 2px !important;
}

p.divLeft {
    display: block;
    position: absolute;
    left: 0;
    text-align: right;
    z-index: 10;
    margin-top: -10px;
}

p.divRight {
    display: block;
    position: absolute;
    left: 0;
    text-align: left;
    z-index: 10;
    margin-top: -10px;
}

p.pRanks {
    margin-bottom: -6px;
}


.table.st8 thead > tr {
    background-color: #0072ce;
    height: 40px;
} 

.table.st8 thead > tr > th {
    font-weight: 400 !important;
    font-size: 18px !important;
} 


.table.st8 tbody {
    color:#555555;
}


.table.st8 tbody > tr.odd{
        background-color: #ffffff !important;
}


.table.st8 tbody > tr.even {
        background-color:  #f9f9f9 !important;
}

.table.st8 tbody > tr >td:first-child
{
    padding-left: 18px;
}


.table.st8,
.table.st8 thead,
.table.st8 tbody,
.table.st8 thead > tr , .table.st8 thead > tr > th, 
.table.st8 tbody > tr , .table.st8 tbody > tr > td,
.dataTables_wrapper.no-footer .dataTables_scrollBody
{
    border:none !important;
}

.table.st8
{
    width:100% !important

}


.options-datatable .sorting, 
.options-datatable .sorting, 
.options-datatable .sorting-then, 
.options-datatable .wrapper-show-watchlist ,
.options-datatable  .dataTables_length,
.options-datatable  .collapse-all ,.options-datatable  .uncollapse-all 

{
    font-size:12px;

}

.title-survey {
        font-size: 18px;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 1px;
}

.subtitle-survey, title-item-survey {
         font-size: 14px;
    font-family: "proxima-nova";
    font-weight: 400;
    letter-spacing: 1px;
}

.icon-blue {
    background-image: url('/src/img/icons/icons_sheet_blue.png');
    background-repeat: no-repeat;
    display: inline-block;
}


.icon-blue-2 {
    background-image: url('/src/img/icons/icons_sheet_blue_2.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-blue-2.icon-information {
       background-position: 0px 0px;
    height: 27px;
    width: 30px;
}

.icon-blue.icon-survey 
{
    background-position: 0px 0px;
    height: 27px;
    width: 30px;
}


.title-item-survey{
    vertical-align:top;
}

.container-survey-list .icon-blue icon-survey , .container-survey-list .icon-blue icon-survey {
     vertical-align:top;
}

.container-survey-list .item-icon {
    padding-right:7px;
}


























































.container-survey-list {
    margin-top:20px;
}

.section-suverys {
        line-height: 14px;
}

.container-survey-list tbody tr{
    line-height: 27px; 
}















































/*div-check 5*/
.div-check-5 input[type="checkbox"] + label, .div-check input[type="radio"] + label {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -1px 0 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
}

.div-check-5 input[type="checkbox"], .div-check input[type="radio"] {
    display: none;
}

.div-check-5 input[type="checkbox"]:checked + label:before, 
.div-check-5 input[type="radio"]:checked + label:before {
    content: "\f00c";    -webkit-font-smoothing: antialiased;
}

.div-check-5 input[type="checkbox"] + label:before, 
.div-check-5 input[type="radio"] + label:before {
    background: none;
    display: inline-block;
    speak: none;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -4px;
    left: 2px;
    color: #3FAE2A;
    font-size: 8px;
}

.div-check-5 .item-checkboxes div.section-text {
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 10px;
    color: #000;
}



.overflow-hidden {
    overflow:hidden
}


   .display-celltable {
            display:table-cell;
        }




.alert-required{
    background-color: #FF3535;
    border-color: #FF3535;
    border-radius: 0;
    color: white;
}

/*.login-form{
        padding-left: 50px;
        padding-right: 50px;
}*/

.btn-lateral {
position:fixed;
right:0;
top:20%;
background:#fff;
/*color:#337ab7;*/
color:#0072ce;
display:block;
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
margin-right:-73px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
padding:10px 25px;
box-sizing:border-box;
cursor:pointer;
box-shadow:2px 3px 5px rgba(0,0,0,0.2);
z-index:1000;
font-weight:800!important;
font-size:16px
}

.btn-lateral-bottom {
position:fixed;
right:10%;
left:10%;
bottom:5px;
background:#fff;
/*color:#337ab7;*/
color:#0072ce;
display:block;
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);
border-top-left-radius:20px;
border-top-right-radius:20px;
padding:10px 25px;
box-sizing:border-box;
cursor:pointer;
box-shadow:2px 3px 5px rgba(0,0,0,0.2);
z-index:1000;
font-weight:800!important;
font-size:16px;
text-align:center;
border: solid 1px #0072ce;

}


.btn-lateral:hover {
    text-decoration:none
}

.btn-lateral-bottom:hover {
    text-decoration:none
}

@media (max-width:1100px) {
    .btn-lateral {
        top:55%
    }
}

#formFeedModal {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:9999;
    display:none;
    font-size:16px !important
}

#formFeedModal h4 {
    text-align:center;
    font-size:1.4em !important
}

#formFeedModal .form-control {
    width:100% !important
}

#formFeedModal #btnSendFeed {
    margin-left:auto !important;
    margin-right:auto !important;
    display:block !important;
    padding-left:20px;padding-right:20px;
    width:25%;
    color:#ffffff !important
}

@media (max-width: 740px) {
    .login-form{
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}
.txt-ann {
    color:#555555 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 0px 0px 0px 0px !important;
}
.icon-language{
   background: none !important;
   padding:8px 1px !important
}

.icon-language img {
    width: 22px;
    margin-top: -9px;
}
