/** {*/
/*  outline: 1px solid green;*/
/*}*/

body {
    background-color: #ebf2ff;
}

@media only screen and (min-width: 860px) {
    #modal-login {
        width: 860px !important;
        margin-left: -420px !important;
    }
}

.modal-logged-in {
    width: 600px !important; 
    margin-left: -300px !important; 
    margin-top: 0px !important; 
    display: block !important;
    position: relative !important;
    top: 0% !important;
}

.modal-header {
    display: none !important;
}

.modal-header-flex {
    display: flex !important;
    cursor: move !important;
}


#login-form .container-fluid {
    padding: 0;
}

#login-form-container-left {
  background: url(../static/files/images/login_background.png) no-repeat left;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 510px;
  
}

#login-logo {
    margin: 40% 20px 30px;
}

#login-form-inner {
    margin:  40% 20px 30px;
}

#forgot-password {
    border: none;
    color: red;
    padding-left: 0;
}

#login-logo-wrapper-mobile {
  background: url(../static/files/images/login_background.png) no-repeat left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 0 0 25px 25px;
}


@media (max-width: 790px) {
    #modal-login { 
       height: 98% !important;
       border: none;
       box-shadow: none;
       margin-top: 0 !important;
       top: -10px;
    }
    

    #login-form-inner {
        margin:  15% 20px 35% 30px;
    }
    
    #login-form-inner h4 {
        margin-bottom: 10%;
    }
    
    #login-logo {
        margin: 30% auto 30%;
        width: 75%;
    }
}

#login-form-inner input {
    height: 35px;
    border-radius: 0;
    border: 1px solid red;
}


#login-form-inner input[type=text], #login-form-inner input[type=password] {
    width: 90%;
}

#login-form-inner input[type=submit] {
    margin-right: 25px;
    background-color: red;
    color: white;
}

#title-logo {
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}


#title {
    color: #f01f1b;
    font-size: 1.4em;
    padding-top: 10px;
    margin-bottom: 0;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.009em;
}


#title-description {
    color: #ffc800;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 5px;
}

.logging-info {
    margin-top: 40px;
}

#user-info {
  display: block;
}

#log-out {
  display: block;
  font-size: 0.95em;
}

.title-row {
    padding-left: 30px;
    padding-right: 30px;
}

#container, .nav-container {
  /*background-color: yellow;*/
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#content {
    margin: 0 30px;
}

.title-row {
    padding: 0;
}

.nav-logo-container {
  padding-left: 30px;  
}

.logging-info {
  padding-right: 30px;  
}

@media (min-width: 1200px) {
   #taskmenu {
       margin: 10px 30px;
   }
   
   #content {
        max-width: 1700px;
        margin: auto;
   }
}

.navbar-inner {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.title-row {
    border-bottom: 1px solid #d9d9d9;
}

.title-row, .nav-container, .tab-content {
    background-color: white;
}

#content {
    margin-top: 20px;
}

.nav-menu-icon {
   display: block !important;
   text-align: center;
   font-size: 1.35em !important;
   margin-bottom: 5px;
   padding-right: 10px;
}

.nav-menu-icon-green {
    color: green;
}

.nav-menu-icon-orange {
    color: #ffc800;
}

.nav-menu-icon-blue {
    color: blue;
    padding-right: 0;
}

.nav-menu-icon-red {
    color: #f01f1b;
}

#content .nav {
    margin-bottom: 0;
}

#content .form-frame {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
}

.toolbar-btn-group {
    margin-bottom: 10px;
}

.toolbar-btn-group .btn {
    border: none;
}

.tab-content {
    margin-bottom: 50px;
}

thead {
    background-color: #5190b9;
}

.th-table .text-center {
    color: #ffffff;
}


#search-form button.dropdown-toggle {
    background-color: #c4d8ff;
}

#search-input {
    border-radius: 5px;
    padding: 3.5px;
}

.well {
    background-color: #ebf2ff;
    color: #254779;
}

.controls .btn,
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.input-prepend.input-append .add-on:first-child, 
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child, 
.input-prepend.input-append .btn:last-child {
    background-color: #f8fbff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #4e74ab;
}


input[disabled], 
select[disabled], 
textarea[disabled], 
input[readonly], 
select[readonly], 
textarea[readonly] {
    background-color: #abbeda;
    color: white;
}

.help-badge {
    background-color: #abbeda;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.show-password {
    border: none;
    background-color: transparent;
    position: relative;
    margin-left: -43px;
    top: -5px;
}
