
body {
  font-family: CorporateSPro, Arial, Helvetica, sans-serif;
  background-color: #f0f1f2;
  overflow: auto;
}

.container {
  background-color: #ffffff;
  padding: 0px;
  width: inherit;
  box-shadow: 0 0 4px #606061;
  max-width: 990px;
}

.header {
  background-image: url(../img/cd_internet_med41-43151EAC.png);
  background-repeat: no-repeat;
  background-position: 11px 35px;
  background-size: auto 35px;
  padding: 1.8em 2.6em;
  /* padding-left: 2.1em; */
  padding-left: 4.5em;
}

.headerLabel {
  width: 130px;
  padding: 10px 0 0;
  min-height: 1.3em;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  height: 15px;
  -ms-transform: translate(0px, 3px);
  /* -webkit-transform: translate(10px, 5px); Safari */
  /*  transform: translate(10px, 5px); */
}

.menu {
  margin-bottom: 10px;
  margin-top: 10px;
}

.help {
  display: inline;
  margin-left: 1em;
  float: right;
  margin-top: 8px;
}

.brand {
  padding: 1em 1em;
  background-repeat: no-repeat;
  background-color: #F0F1F2;
  background-size: 0;
}

hr {
  margin: 0.5em 0em;
  border-bottom: 1px solid #d7d4cd;
}

.errorText {
	background-image: url("../img/error-76285570.png");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border: 0 none;
	box-shadow: 2px 2px 4px grey;
	color: #ff0000;
	font-size: 1em;
	margin: 15px 10px 10px 0;
	padding: 10px 10px 10px 50px;
}

.message {
  padding: 1em;
  margin: 1em 0;
}

.row {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.credential {
  background-color: #ffffff;
  max-width: 15em;
}

.credentialreadonly {
  background-color: #DDDDDD !important;
}

.simplecredential {
  border: 1px solid #33CC00  !important;;
}

 .credentialsLogo {
    padding-left: 10px; 
    margin-right: -30px; 
    margin-top: -13px
  }

a {
	color: #00677f !important;
	display:inline;
	text-decoration: none !important;
}

a:hover {
	color: #000000 !important;
	display:inline;
	text-decoration: none !important;
}

.links {
  background: url(../img/arrow_r-7A31422A.gif) no-repeat right center; 
}

.links:hover {
  background: url(../img/arrow_b-B8C3958E.gif) no-repeat right center;
}

.row > .col-md-5,
.row > .col-md-7 {
	display: inline-block;
	width: auto !important;
    margin-right: -10px;	
}

.form-group {
  margin: 0.5em 0 !important;
}

.footer {
  padding: 0.9em 1.8em;
}

.footerHidden {
  display: inline;
}

/* Small devices (tablets, 768px and up) */
@media ( min-width : 768px) {
  body {
    padding: 0.5em;
  }
  .header {
    background-image: url(../img/header_logo-02ED2EC0.gif);
    background-repeat: no-repeat;
    background-position: 19px 21px;
    padding: 1em 2.6em;
    /* background: repeating-linear-gradient(135deg, #6e6f72, #b1b3b5 75%, #828487); */
  }
  .brand {
    background-color: #ffffff;
    background-size: cover;
    margin: 0 0.8em;
    background-position: center top;
    min-height: 450px;
  }
  .content {
    padding: 0.8em;
    padding-top: 0.1em;;
    opacity: 0.95;
    width: 23em;
    background-color: #fff;
    box-shadow: 0 0 4px #606061;
  }
  .newcontent {
    padding: 0.8em;
    padding-top: 0.1em;;
    opacity: 0.95;
    background-color: #fff;
    box-shadow: 0 0 4px #606061;
    margin-left: -15px;
    margin-right: 0;
  }
  .credential {
    background-color: #F0F1F2;
  }
  
  .col-sm-5 {
    width: 247px !important;
  }
}

/* Medium devices (desktops, 992px and up) */
@media ( min-width : 992px) {
  body {
    font-size: 1.5em;
  }
  .content {
    width: 368px;
  }
  .credential {
    max-width: 15em;
    background-color: #F0F1F2;
    height: 1.3em;
  }
  
  .col-sm-5 {
    width: 371px !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
  .newcontent {
    margin-left: -15px;
    margin-right: 20px;
  }
  
  .col-sm-5 {
    width: 391px !important;
  }
}

h1, h2, h3, h4, h5 {
  font-family: CorporateSPro, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

@font-face {
  font-family: CorporateSPro;
  src: url("../../../fonts/Corporate/Webfonts/CorporateSPro-Regular-BDB7F449.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: CorporateSPro;
  src: url("../../../fonts/Corporate/Webfonts/CorporateSPro-Bold-0CD79B61.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

input {
  background-color: #FFFFFF;
  color: #00677F;
  border-left: 1px solid #9C9C9C;
  border-right: 1px solid #9C9C9C;
  border-bottom: 2px solid #00677F;
  border-top: 1px solid #9C9C9C;
  min-height: 27px;
  -webkit-box-shadow: inset 0px 1px 3px grey;
  -moz-box-shadow: inset 0px 1px 3px grey;
  box-shadow: inset 0px 1px 3px grey;
}

input:FOCUS {
  border-left: 1px solid #00677F;
  border-right: 1px solid #00677F;
  border-bottom: 2px solid #00677F;
  border-top: 2px solid #00677F;
}


.select-style {
   width: 190px;
   height: 30px;
   overflow: hidden;
   background: url(../img/menu_arrow-2BC08545.png) no-repeat right center;
   border: none;
   border-bottom: 1px solid #9e9e9e;
   float: right;
}

.select-style select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}

select {
	cursor: pointer;
	cursor: hand;
}

select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
}

option:checked {
    background-color: white;
    color: #00677f;
}

option:hover, 
option:checked:hover {
    background-color: black;
    color: white;
}

.input_padding {
	padding-left:5px;
	padding-top: 2px;
}

.col-sm-12 > .form-group > label {
	margin-top: 5px;
}


label {
  font-weight: bold;
}

.arrow-link {
    background: rgba(0, 0, 0, 0) url("../img/arrow_r-7A31422A.gif") no-repeat scroll right center;
    display: block;
    float: left;
    height: 20px;
    width: 10px;
    margin-right: 10px;
}

a:hover > .arrow-link, .arrow-link:hover {
  background: rgba(0, 0, 0, 0) url("../img/arrow_b-B8C3958E.gif") no-repeat scroll right center;
}

/* small devices (mobile phones) */
@media ( max-width : 500px) {
    .headerLabel {
        width: auto !important;
    }    
    .col-xs-6 {
        width: auto !important;
    }
    .select-style {
        width: 100px !important;
    }
}

.loginButton {
  color: #fff;
  background: #000000 url(../img/arrow_w_small_ab-929FF69E.gif) no-repeat;
  background-position: right 15px center;
  font-weight: normal;
  padding: 0 2em;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  border: 0px;
  display:inline;
}

.loginButton:hover { 
	background-color: #454545;
	text-decoration: none; 
}

.col-lg-7 {
    width: 58% !important;
}

#rememberme {
    min-height: 0px !important;
}
