/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
    font-family: Arial, Times, serif;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 16px;
}

.training-timer {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 200px;
  height: 100px;
  border: 3px solid #73AD21;
}

.popup-overlay.active{
visibility:visible;
}

.popup-content.active {
visibility:visible;
}

.headroom {
  margin-top: 100px;
}

.header-font {
  font-size: 20px;
  font-weight: 600;
}

.header-contact {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  height: 100px;
  padding-top: 25px;
}

.card-body {
  font-size: 13px;
}

.divider {
  margin-top: 20px;
}

.illustration {
  text-align: center;
  font-size: 70px;
  color: #28a745;
}

.register-help {
  font-size: 14px;
  text-align: center;
}

.confirmation {
  display: block;
  font-size: 16px;
  text-align: center;
}

textarea {
  width: 100%;
}

.urlhoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.register-photo {
  padding: 80px 0;
}

.register-photo .image-holder {
  display: table-cell;
  width: auto;
  background: url(../images/register.jpg);
  background-size: cover;
}

.register-photo .form-container {
  display: table;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.register-photo form {
  display: table-cell;
  width: 400px;
  background-color: #ffffff;
  padding: 40px 60px;
  color: #505e6c;
}

@media (max-width:991px) {
  .register-photo form {
    padding: 40px;
  }
}

.register-photo form h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.register-photo form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 6px;
  height: 40px;
}

.register-photo form .form-check {
  font-size: 13px;
  line-height: 20px;
}

.register-photo form .btn-primary {
  background: #f4476b;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 35px;
  text-shadow: none;
  outline: none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
  background: #eb3b60;
}

.register-photo form .btn-primary:active {
  transform: translateY(1px);
}

.already {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize-zip {
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
::placeholder { /* Recent browsers */
    text-transform: none;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.progress2 {
  padding: 6px;
  margin-left: 50%;
  width: 20%;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);  
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar2 {
  height: 18px;
  max-width: 100%;
  border-radius: 30px;
  background-image: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;  
  transition-property: width, background-color;    
}

.progress-moved .progress-bar2 {
  width: 85%; 
  background-color: #FF8C00;  
  animation: progressAnimation 6s;
}

.navbar-access-level{
    font-size: larger;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.info-panel {
    margin-top: 17%;
}

#upload_box {
    margin-top: 2%;
}

#upload_submit {
    margin-top: 2%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    margin-top: 10px;
}

.hidden {
    display:none;
    visibility: hidden;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.setWidth {
    max-width: 50px;
}

.truncate {
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap {
  word-wrap: break-word;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.error
    {
        color:red; 
        font-size:13px; 
        font-style: italic;
    }
.checkbox_inbound{
            border: solid black 1px;
            width:20px;
            height: 20px;
            display: inline;
            top: 5px;
        }

.myButton {
    width: 95px;
}

#comment_list ul {
  border-radius: 25px;
  border: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}

#construction {
width: 40%;
height: 100%;
margin: 0 auto;

position: relative;
}

#main{
width: 30%;
height: 100%;
margin: 0 auto;
margin-top: 10%;
position: relative;
}
h2{
font-family:raleway;
}
div#envelope{
position: relative;
width: 100%;
border: 1px solid #CFCFD0;
border-radius: 10px;
background-color: #FFFFFF;
}
div#content{
width: 100%;
padding:12px auto;
overflow: hidden;
word-break: break-all;
overflow-wrap: break-word;
border-radius: 0 0 10px 10px;
border: solid #079BAE;
}
header#sign_in{
font-family:raleway;
background-color: #079BAE;
text-align: center;
padding-top: 12px;
padding-left: 5px;
padding-bottom: 8px;
border-radius: 10px 10px 0 0;
color: white;
}
header#info{
font-family:raleway;
background-color: #079BAE;
margin-top: -11px;
padding-top:15px;
padding-bottom: 42px;
padding-left: 15px;
padding-right: 15px;
font-size: 16px;
border-radius: 10px 10px 0 0;
color: white;
height: 100px;

}
header#info a.user_name{
font-family:raleway;
text-decoration: none;
color:white;
}

p {
padding: 0 25px;
}
p.profile {
font-weight: bold;
font-size: 20px;
}
img.user_img{
border-radius:50% 50% 50% 50%;
border:3px solid white;
width: 30%;
display: inline-block;

}
img.user_img:hover{
border-radius:50% 50% 50% 50%;
border:3px solid white;
width: 30%;
display: inline-block;

}
p.welcome{
    padding: 15px;
    font-size: 15px;
}
a.a_welcome, a.a_welcome:visited, a.a_welcome:link, a.a_welcome:active{
    text-decoration: none; 
}

#header-icon.fa-user, #header-icon.fa-caret-down{
    color: white;

}

a.dropdown-toggle.active:active, a.dropdown-toggle.active:hover, a.dropdown-toggle.active:focus {
 background-color:  black;
}

div.evaluation_form_heading{
    background-color: #E6E6FA;
}



div.inline{
    display: inline-block;
}

img.flag{
    width:50px;
    height:25px;
    margin-top: -5px;
}

span.glyphicon-remove-circle {
    font-size: 1.5em;
    color: #B22222;
}
span.glyphicon-remove-circle:hover  {
    font-size: 1.7em;
    color: red;
}

img#loading {
    position: absolute;
    z-index: 1050;
    left: 45%;
    top: 30%;
    width: 250px;

}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.btn span.glyphicon {               
    opacity: 0;             
}
.btn.active span.glyphicon {                
    opacity: 1;             
}
.button-box{
    border:1px black solid;
    border-radius: 5px;
    width: 36px !important;
    height:36px !important;
}
.button-box-small{
    border:1px black solid;
    border-radius: 5px;
    width: 25px !important;
    height:25px !important;
}

.btn-green-checkbox {
    color: #fff;
    background-color: #3cba54;
    border-color: #3cba54;
    width: 25px !important;
    height:25px !important;
    left:-1px;
    top:-1px;
}

.btn-yellow-checkbox {
    color: #fff;
    background-color: #f4c20d;
    border-color: #f4c20d;
    width: 25px !important;
    height:25px !important;
    left:-1px;
    top:-1px;
}

.glyphicon-position{
    left:-5px;
    top:-5px;
}

.add_user{
    width:50px;
}

.add_user:hover{
    width:65px;
}

.img-circle{
    width:150px;
    border-radius: 50;
}

.edit_user_error{
    color:#ff0000;
    text-align:right;
    display: none;
}

i.fa.fa-check-circle {
    color: green;
}

.btn-green {
    color: #fff;
    background-color: #3cba54;
    border-color: #3cba54;
}

.btn-yellow {
    color: #fff;
    background-color: #f4c20d;
    border-color: #f4c20d;
}

.btn-red {
    color: #fff;
    background-color: #db3236;
    border-color: #db3236;
}

.btn-blue {
    color: #fff;
    background-color: #4885ed;
    border-color: #4885ed;
}

.modal-green {
    color: #fff;
    background-color: #3cba54;
    border-color: #3cba54;
}

.modal-yellow {
    color: #fff;
    background-color: #f4c20d;
    border-color: #f4c20d;
}

.modal-red {
    color: #fff;
    background-color: #db3236;
    border-color: #db3236;
}

.modal-blue {
    color: #fff;
    background-color: #4885ed;
    border-color: #4885ed;
}

textarea.form-control-custom {
    min-height: 70px;
    width: 450px;
}

.nav-justified>li>a {
    text-align: center;
    background-color: #ADD8E6;
}
