/* *********************************** */
/* DEFAULTS */
/* 
  PRIMARY #ec2232 
*/
/* *********************************** */
body{
	/*background: #FAFAFA;
	font-family: 'proxima_nova_rgregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22.4px;
  color: #444;*/
}
/*@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
       url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/
#dash--body {
/*    min-width: 1024px;
    overflow: auto;*/
}

/* =======LOGIN======= */
.password-input-wrap .form-group {
  display: block;
    
}
.password-input-wrap .form-control-password {
  
}
.password-input-wrap .form-control-password:focus {
  
}

.password-input-wrap{
  position: relative;
}
#show-hide-password{
  position: absolute;
  top: 31px;
  right: 0;
  margin-top: 8px;
  margin-right: 25px;
  font-size: 22px;
  color: #333;
}

.login-wrapper .form-group.has-error .help-block p {
  color: #dc3545 !important;
}

.main-login-container{
  /*max-width: 480px;
  padding: 40px;
  margin: 80px auto 20px;*/
}

.login-landing-mockup{
  /*padding: 150px 80px;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;*/
}



.module{
  /*background: #ffffff;*/
  padding: 0 30px 20px;
  border: 4px solid #ffffff;
  border-radius: 3px;
}
.logo-wrapper{
  min-width: 380px;
  /*margin-top: 60px;*/
  margin-bottom: 30px;
  text-align: center;
}
.logo-wrapper a{
  display: inline-block;
}
.site--logo{
  min-width: 380px;
}
.logo-wrapper img{
  width: 200px;
}
.system-logo{
  background-size: 250px 106px;
  display: inline-block;
  width: 250px;
  height: 95px;
  position: relative;
  text-indent: -9999px;
  image-rendering: optimizeSpeed;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  color: transparent;
  /*margin-bottom: 10px;*/
  /*opacity: 0;*/
}
.cms-label{
  /*color: #ffffff;
  color: rgba(255,255,255, 0.7);*/
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

.left-section-fluid{
  /*padding: 20px;*/
}
.fluid-right-section{
  background: #27B193;
}



/* *********************************** */
/* BOOTSTRAP OVERRIDE */
/* *********************************** */
.alert{
  /*padding: 15px 15px 15px 0;*/
  border-top: 0;
  /*border-left: 0;*/
  border-left-width: 2px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.alert .icon{
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.alert .close{
  color: #ffffff !important;
  text-shadow: none !important;
}

/* TYPOGRAPHY */
/* *********************************** */
strong{
	/*font-family: 'proxima_nova_rgregular', Arial;*/
	/*font-weight: normal !important;*/
}
.section-title1{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}



/*================LOGIN PAGE================*/

.site--logo, .logo-wrapper {
  min-width: auto;
  
}




/* LINKS */
/* *********************************** */

a {
  color: #777777;
  text-decoration: none;
  -webkit-transition: color .1s ease-in-out, opacity .1s ease-in-out;
  transition: color .1s ease-in-out, opacity .1s ease-in-out;
}
a:hover,
a:focus {
  color: #ec2232;
  text-decoration: none;
}
a:active{
  outline: none;
}

/* FORMS */
/* *********************************** */
.form-control, .input-group-addon{
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px;
  border-color: #bdc3c7;
  height: 40px;
}
.form-control:focus{
  box-shadow: none !important;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.input-sm{
  font-size: 14px;
}

.help-block{
  font-size: 12px;
  margin-bottom: 0;
}
.help-block p{
  margin-bottom: 5px;
}
/*.form-group{
  margin-bottom: 8px;
}*/
.form-actions{
  padding: 30px 0 60px;
}

.control-label{
  /*color: #353535 !important;*/
}


.form-inline .checkbox{
  padding: 0;
  margin-right: 20px;
}
.checkbox {
  padding-left: 20px; 
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.form-inline .checkbox label{
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: -1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 1;
  z-index: 1; 
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }


textarea { resize: none; }

/* MARKDOWN */
/* *********************************** */
.markdown-textarea, .markdown-textarea:focus{
  border-color: #ecf0f1;
  /*padding: 0;*/
  /*background: #ecf0f1;*/
}
.markdown-textarea:hover{
}


/* BUTTONS */
/* *********************************** */
.btn{
  /*border-radius: 100px;*/
  /*border: none;*/
  /*padding: 10px 30px;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition   : all 0.2s ease;
  -ms-transition    : all 0.2s ease;
  -o-transition     : all 0.2s ease;
  transition        : all 0.2s ease;*/
}
.btn:focus, .btn:active, .btn:active:focus, .btn.active:focus{
  /*outline: none;
  box-shadow: none;*/
}
.btn.btn-primary{
  /*border-color: #27B193;
  background-color: #27B193;*/
}
.btn.btn-primary:hover{
  /*background-color: #27B193;*/
}
.btn-default{
  /*background: #e4e4e4;*/
}
.btn-link{
  box-shadow: none;
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "proxima_novasemibold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.dash-btn{
  color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}


/* BUTTON SIZES */
/* *********************************** */
.btn-lg, .btn-group-lg > .btn{
  padding: 10px 28px;
}
.btn-md{
  padding: 10px 26px;
  font-size: 16px;
}
.btn-sm, .btn-group-sm > .btn{
  padding: 5px 16px;
}
.btn-xs, .btn-group-xs > .btn{
  padding: 2px 15px;
}

/* BUTTONS */
.btn{
	border-radius: 2px;
	/*border: none;*/
	padding: 10px 16px;
  background-color: transparent;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
  outline: none;
  box-shadow: none;
}
.btn-default{
  /*color: #ffffff;*/
}
.btn .icon{
  font-size: 120%;
}


/* *********************************** */
/* STYLES */
/* *********************************** */
.admin-login-wrap{
  /*background: #f1f1f1;*/
  /*border-radius: 0 0 4px 4px;*/
  padding: 15px 0;
}
.admin-login-wrap a:hover{
  /*color: #ddd;*/
}

@media (max-width: 1199px) {


}


/* *********************************** */
/* CSS HELPERS */
/* *********************************** */
.topfix     { margin-top: 60px; }
.top100     { margin-top: 100px; }
.top20      { margin-top: 20px; }
.float-none { float: none; }
.tac        { text-align: center; }
.pad0       { padding: 0;  }
.overflow-h       { overflow: hidden;  }
.pdr20 { padding-right: 20px; }

/* ================ CHECKBOX ================ */
.checkbox-item-block {
  display: block;
}

.checkbox-item {
  /*display: block;*/
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

/* Hide the browser's default checkbox */
.checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* On mouse-over, add a grey background color */
.checkbox-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-item input:checked ~ .checkmark {
  background-color: #293E94;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-item .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-item-bordered .checkmark {
  background: #ffffff;
  border: 1px solid #ccc;
}
.checkbox-item-bordered .checkbox-item input:checked ~ .checkmark {
  border-color: #293E94;
}
.checkbox-item-bordered .checkbox-item:hover input ~ .checkmark {
}

.checkbox-item-sm .checkbox-item {
}
.checkbox-item-sm .checkbox-item .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
}
.checkbox-item-sm .checkmark {
  height: 18px;
  width: 18px;
  margin-top: 4px;
}
.checkbox-item-sm .checkbox-item {
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
  margin-bottom: 5px;
}