.form-control{
	height: 32px;
}
.acct-personal-info{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/my_account_personalinfo_bg.jpg);    
}

.acct-personal-info .company-info-box p.read-only
{
    border: none;
    background: transparent;
    color: #4B4C50;
    padding: 0px 0px 3px 0px;
    box-shadow: none;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}

.account-section .account-section-content form {
     padding-left: 0px; 
     padding-right: 0px; 
}

.acct-personal-info .admin-info-box p.read-only
{
    border: none;
    background: transparent;
    color: white;
    box-shadow: none;
    font-size: 14px;
}

.acct-personal-info .admin-info-box .description
{
    color: #ffffff;
    margin-top: 14px;
}

.admin-info-box .usr-name{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 15px 0px 20px 0px;    
    line-height: 1;
}

@media screen and (max-width: 1200px)
{
    .admin-info-box .usr-name{
         margin-bottom: 10px;
    }
}

.admin-info-overlay{
    box-shadow: inset 2000px 0 0 0 rgba(65, 143, 222, 0.8);
    padding-left: 0px;
    padding-right: 0px;
}

.admin-info-box,
.my-info-box,
.pw-info-box,
.company-info-box
{
    padding: 20px 0px 5px 0px;
}


.admin-info-box{
    display: none;
}

.my-info-box > form,
.pw-info-box > form{
    margin-block-end: 0px;
}
.my-info-overlay{
    box-shadow: inset 2000px 0 0 0 rgba(0, 56, 101, .9);
    padding-left: 0px;
    padding-right: 0px;
}

#updatepw_form input.form-control{
    padding: 6px 25px 6px 10px;
}

.pw-info-overlay{
    box-shadow: inset 2000px 0 0 0 rgba(6, 43, 49, 0.9);
    padding-left: 0px;
    padding-right: 0px;
}

.pw-info-box .right-icon{
    vertical-align: middle;
    float: right;
    margin-right: 4px;
    margin-top: -22px;
}

.pw-info-box .right-icon.hide-icon{
    display: none !important;
}

.company-info-overlay{
    box-shadow: inset 2000px 0 0 0 rgba(254, 255, 255, 1);
    padding-left: 0px;
    padding-right: 0px;
}

.acct-personal-info .box-header
{
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 16px;
}
.company-info-box .box-header{
    color:  #003865;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px){
    .acct-personal-info .box-header,
    .company-info-box .box-header{
        margin-bottom: 5px;
    }
}

/* .section.acct-personal-info .form-group{
	margin-top: 5px;
} */

.acct-personal-info label
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 12px;
}

.acct-personal-info .form-control{
	margin-top: 1px;
	font-size: 13px;
}

.acct-personal-info .form-group label.required:after
{
	content: " *";
    font-weight: bold;
    color: inherit;
    font-size: 12px;
}


.acct-personal-info .my-info-box label
{
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.acct-personal-info input.read-only{
    border: none;
    background: transparent;
    color: white;
    padding: 3px 0px;
    box-shadow: none;
    height: 20px;
    margin-top: -3px;
}
.acct-personal-info input.read-only:disabled{
    cursor: default;
}

.my-info-box input.border-only{
    background: transparent;
    border: 1.5px solid #dfe5e6;
    color: #dfe5e6;
    padding: 6px;
    height: 32px;
    line-height: 32px;
}

.my-info-box .form-control:focus,
.my-info-box .btn.dropdown-toggle.bell-btn-select:focus{
	    box-shadow: 1px 2px 10px -2px rgba(255, 255, 255, 0.3);
}

.acct-personal-info .bell-primary-bluetext{
    width: auto;
    color: #064C58;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    min-width: 85px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.acct-personal-info .bell-primary-bluetext:hover,
.acct-personal-info .bell-primary-bluetext:active,
.acct-personal-info .bell-primary-bluetext:focus
{
    width: auto;
    color: #064C58;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    min-width: 85px;
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: .7;
}


.acct-personal-info .bell-primary-whitetext{
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: transparent;
    border: 2px solid #fff;
    font-weight: 900;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.acct-personal-info .bell-primary-whitetext:focus,
.acct-personal-info .bell-primary-whitetext:hover,
.acct-personal-info .bell-primary-whitetext:active{
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: transparent;
    border: 2px solid #fff;
    font-weight: 900;
    opacity: .7;
    margin-top: 20px;
    margin-bottom: 10px;
}

.acct-personal-info .bell-primary-whitetext[disabled]{
    cursor: not-allowed;
    opacity: .7;
}

.company-info-box .comp-name{
    color:#064C58;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 1;
}

@media screen and (max-width: 1200px)
{
    .company-info-box .comp-name{
         margin-bottom: 20px;
    }
}

.company-info-box label{
    color: #4B4C50;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.company-info-box input.form-control.read-only{
    border: none;
    background: transparent;
    color: #064C58;
    padding: 3px 0px;
    box-shadow: none;
    height: 20px;
    font-size: 12px;
}

@media screen and (max-width: 1023px){
    .acct-company-info input.form-control,
    .acct-personal-info input.form-control
    {
        height: 32px;
    }
    
    .acct-personal-info input.form-control.read-only{
        height: 20px;
    }
}

.acct-personal-info .row{
   /* overflow: hidden;*/
    margin-left: 0px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    display: flex;
    flex-wrap: wrap;
}

/*@media (min-width: 1400px) {
    .row.equal {
      display: flex;
      flex-wrap: wrap;
    }
  }*/

/*.acct-personal-info [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/

/*slider*/

.scroller{
    text-align: center;
    float: right;
    list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prev{
    cursor: pointer;
    color: white;
    font-size: 16px;
    user-select: none;
    display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 10px;
}
.next {
    cursor: pointer;
    color: white;
  /*   font-size: 16px; */
    user-select: none;
    display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 10px;
}

.next.glyphicon, .prev.glyphicon{
	top: -2px;
}

.prev:hover, .next:hover{
    color: white;
}

.prev.disable,
.next.disable{
    opacity: .5;
    cursor: not-allowed;
}

.prev.disable:hover,
.next.disable:hover{
    opacity: .5;
    cursor: not-allowed;
    color: white;
}

.slide-number{
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 20px;
  	width: 20px;
  	margin: 0 10px;
}
.fade{
-webkit-animation-name: admin-card-change;
-webkit-animation-duration: 1s;
animation-name: admin-card-change;
animation-duration: 1s;
opacity: 1;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes admin-card-change {
    0%   {opacity:.3;}
    25%  {opacity:.5;}
    50%  {opacity:.7;}
    100% {opacity:1;}
  }
  
  /* Standard syntax */
  @keyframes admin-card-change {
    0%   {opacity:.3;}
    25%  {opacity:.5;}
    50%  {opacity:.7;}
    100% {opacity:1;}

    /*
     0% {
        -webkit-transform:translateX(-100%);
        opacity:1;
    }
    100% {
        -webkit-transform:translateX(0);
        opacity:0;
    }
    */
  }

  hr.my-acct-section-divider
  {
    border: 1px solid #003865;
    background-color: #003865;
    margin-top: 35px;
  }

  .section{
    margin-top: 30px;
  }

  .section .section-header{
    color: #003865;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0px;
    border-bottom: 2px solid #003865;
  }

  .section .section-sub-header
  {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .section .section-desc{
    color: #4B4C50;
    font-size: 12px;
    line-height: 16px;
  }

  .section.acct-access-prev .section-desc{

    margin-top: -10px;
  }

  .section .blue-block-btn{
    display: inline-block !important;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 900 !important;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background-color: #064C58;
    border: 2px solid #064C58;
    padding: 5px 15px;
    margin: 0 0 10px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 16px;
  }
  
.section .blue-block-btn.auto-width{
	width: auto !important;
	padding: 5px 15px;
    margin: 0px;
    font-size: 10px;
}

  .section .blue-text-btn
  {
    display: inline-block !important;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 900;
    color: #064C58;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: 2px solid #064C58;
    padding: 5px 15px;
    margin: 0 0 10px;
    cursor: pointer;
    text-decoration: none;
    line-height: 16px;
  }

.blue-block-btn[class*=" icon-"]:before, 
.blue-text-btn:before {
    margin-right: 7px;
    font-size: 14px;
}

  @media screen and (max-width: 1024px){
      
    .section .blue-block-btn{
        padding: 10px 15px;
    }
    .section .blue-text-btn{
        padding: 10px 15px;
    }
}

@media (min-width: 640px){
    .text-md-left {
        text-align: left!important;
}}

@media (min-width: 640px){
.text-md-right {
    text-align: right!important;
}}

#back2Top {    
	width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    z-index: 990;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0px;
    background-color: #003865;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    text-decoration: none;
    opacity: .7;
    padding: 5px;
}
#back2Top:hover {
    opacity: 1;
}

.has-error .help-block{
    color: #B4171E;
    text-align: left;
    font-size: 13px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: normal;
}

.my-info-box .has-error input.form-control {
    border: 2px solid #B4171E;
    background-color: transparent;
}

.pw-info-box .has-error input.form-control{
    
    border-color: #B4171E;
    background-color: white;
}

/*Modal info*/
.my-acct-notify .modal-content{
    text-align: center;
}

.my-acct-notify .modal-header
{
    border: none;
    color: #0E9BAF;
    font-size: 24px;
}
.my-acct-notify .modal-footer{
    text-align: center;
    border: none;
}

.my-acct-notify .modal-footer button.blue-btn-block{
    text-align: center;
    width: auto;
    display: inline-block !important;
    height: auto;
    font-size: 12px;
    font-weight: 900 !important;
    color: white;
    text-transform: uppercase;
    background-color: #0E9BAF;
    border: 2px solid #0E9BAF;
    padding: 5px 15px;
    margin: 0 0 10px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
}

.my-acct-notify .modal-body{
    color:  #064C58;
}

.my-acct-notify.modal {
    text-align: center;
    padding: 0!important;
  }
  
.my-acct-notify.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.my-acct-notify .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}



/************ BEGIN - Drop down box styling*/

.open > .dropdown-menu {
    padding: 5px 0 0 0; 
}
.btn-group.bootstrap-select.form-control.bell-btn-select
{
    margin-top: -9px !important;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 14px;
    font-weight: 400;
    color: #dfe5e6;
    text-transform: none;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-menu li{
    border-bottom: 1px solid #ededed;
    margin-top: 0px;
}

/*Main DDL box when expanded or collapsed*/
.btn.dropdown-toggle.bell-btn-select{
    box-shadow: none !important;
    height: 32px;
    border: 1.5px solid #dfe5e6;
    background-color: transparent;
}
/*Error box styling*/
.form-group.has-error button.btn.dropdown-toggle.bell-btn-select{
    border: 2px solid #B4171E !important;
}
/*overwrite bs default effects*/
.btn.dropdown-toggle.bell-btn-select:active,
.btn.dropdown-toggle.bell-btn-select:focus
{
    outline: none !important;
}
.dropdown-menu a{
    font-size: 12px;
    text-align: left;
    padding: 3px 10px !important;
}

.dropdown-menu > .active > a{
    padding: 3px 10px;
}

.dropdown-menu > .disabled > a, 
.dropdown-menu > .disabled > a:hover, 
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:active
{
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
}

.bootstrap-select.btn-group .dropdown-menu li a.select-header{
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
}

.bootstrap-select.btn-group .dropdown-menu li a.select-header:focus,
.bootstrap-select.btn-group .dropdown-menu li a.select-header:hover,
.bootstrap-select.btn-group .dropdown-menu li a.select-header:active
{
    background-color: white !important;
    color: #98979D !important;
    font-weight: 400 !important;
}

/*overwrite bs styling*/
.bootstrap-select.btn-group .dropdown-menu li a:active,
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus{
    color: #000000;
    border: none !important;
    outline: none !important;
}

/***DDL Theme specific colors - BLUE*/
/*arrow sign color*/
.theme-blue .bell-btn-select .btn, 
.theme-blue .bell-btn-select .btn:hover, 
.theme-blue .bell-btn-select .btn:focus, 
.theme-blue .bell-btn-select .btn.focus {
    color: #0E9BAF;
    text-decoration: none;
    padding: 6px;
}
.theme-blue .bootstrap-select.btn-group .dropdown-menu li a:active,
.theme-blue .bootstrap-select.btn-group .dropdown-menu li a:hover,
.theme-blue .bootstrap-select.btn-group .dropdown-menu li a:focus{
    background-color: rgba(60, 203, 220, .4);
}
.theme-blue .bootstrap-select.btn-group .dropdown-menu li.selected:hover,
.theme-blue .bootstrap-select.btn-group .dropdown-menu li.selected:focus{
    background-color: rgba(60, 203, 220, .4);
}

.theme-blue .bootstrap-select.btn-group .dropdown-menu li.selected a{
    color:#0E9BAF;
    background-color: rgba(60, 203, 220, .2);
    font-weight: 600;
}

/************ END - Drop down box styling*/

/************ Start - Color box styling*/
#missing-pub-sf{
	display: none;
}

#colorbox #missing-pub-sf
{
	display:block;
}
.missing-pub-sf .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.missing-pub-sf .form-control{
	font-size: 12px;
    margin-top: 1px;
	color: #064C58;
	box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
}


.missing-pub-sf label{
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: none;
    line-height: 14px;
}

.missing-pub-sf label.required:after{
	content: " *";
    font-weight: bold;
    color: inherit;
    font-size: 12px;
}

.missing-pub-sf .form-control:focus {
    border-color: #064C58;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #064C58;
    box-shadow: inset 0 1px 1px #064C58;
  }
  
.missing-pub-sf .form-group.has-error button.btn.dropdown-toggle.bell-btn-select
{
	border: 1px solid #B4171E !important;
}
.missing-pub-sf .btn.dropdown-toggle.bell-btn-select {
    height: 32px;
    border: 1px solid #cccccc;
    background-color: transparent;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
}

.missing-pub-sf .btn.dropdown-toggle.bell-btn-select:focus{
	border-color: #064C58;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #064C58;
    box-shadow: inset 0 1px 1px #064C58;
}
.missing-pub-sf .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	color: #064C58;
}
.cbox-error-header{
	color: #B4171E;
    font-size: 24px;
    font-weight: 500;
}

.cbox-success-header{
	color: #003865;
    font-size: 24px;
    font-weight: 500;
}

.theme-blue.cbox-header{
	color: 0E9BAF;
    font-size: 24px;
    font-weight: 500;
}


.missing-pub-sf .commentSubLabel{
	font-weight: 400 !important;
}

.cbox-success-header-missingpub{
	color: #064C58;
    font-size: 32px;
    font-weight: 400;
}
.missingpubsection .blue-block-btn{
    display: inline-block !important;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 900 !important;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background-color: #064C58;
    border: 2px solid #064C58;
    padding: 5px 15px;
    margin: 0 0 10px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
  }

#cboxOverlay
{
	position:fixed; 
	width:100%; 
	height:100%; 
	z-index:9998;
}

/************ End - Color box styling*/


.bell-tooltip + .tooltip {
	text-decoration: none;
	border-bottom: none;
	border-radius: 3px;
	border: none !important;
	padding: 0px !important;
}

.bell-tooltip{
	color:black; 
	padding-left:3px;
}

@media screen and (max-width: 1023px){
.form-control.bell-primary-bluetext,
.form-control.bell-primary-whitetext {
    height: auto;
}}

/* My Comp dropdown customizations*/
.user-acct-ddl .btn-group.bootstrap-select.form-control.bell-btn-select{
	margin-top: 0px !important;
    background-color: #ffffff;
}

.user-acct-ddl .btn.dropdown-toggle.bell-btn-select
{
    height: 28px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}

.user-acct-ddl .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    text-align: left;
    padding: 5px 25px 5px 12px;
}

.user-acct-ddl .theme-blue .bell-btn-select .btn{
	padding: 0;
}

.bell-hint + .tooltip > .tooltip-inner 
{
	background-color: #ffffff; 
	color: #000000; 
	font-weight: 600; 
	box-shadow: 1px 2px 10px -2px rgba(75, 76, 80, .7);
	border-radius: 4px;
	border: 1px solid #ffffff;
}

.bell-hint + .tooltip{
	background-color: transparent;
	border: none !important; 
}



