
@media (min-width: 1400px) {
    .container {
        width: 85%;
    }
}

body {
    background-color: #ebebeb;
    font-family: Open Sans;
    -webkit-font-smoothing: antialiased;
}

p {
    margin: 0px!important;
}
.header {
    background-color: #fff;
}

.header img {
    padding: 15px;
    display: block;
    margin: 0 auto;
}
.header-address {
    padding: 15px;
}
.header-address span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #045063;
}
.navbar-ht {
    border-radius: 0px!important;
    background: #3B8051;
    /*background: -moz-linear-gradient(top, #464646 0%, #353535 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #353535));
    background: -webkit-linear-gradient(top, #464646 0%, #353535 100%);
    background: -o-linear-gradient(top, #464646 0%, #353535 100%);
    background: -ms-linear-gradient(top, #464646 0%, #353535 100%);
    background: linear-gradient(to bottom, #464646 0%, #353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#353535', GradientType=0 );*/
    border: none!important;
    min-height:30px !important;
    margin-bottom: 0px;
}

.navbar-ht ul.nav > li > a {
    font-weight: bold;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.navbar-ht ul.nav > li.active > a {
    color: #fff;
}
@media (min-width: 768px) {
    .navbar-ht li.active a:after {
        color: #fff;
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 1px;
        bottom: 0px;
        left: 50%;
        margin-left: -7px;
        border-style: solid;
        border-width: 8px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    .navbar-ht li.active2 a:after {
        color: #4CA067;
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 1px;
        bottom: 0px;
        left: 50%;
        margin-left: -7px;
        border-style: solid;
        border-width: 8px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }

}

.navbar-ht li.active2 a {
    color: #fff;
}

.navbar-ht a:hover, .navbar-ht a:focus {
    text-decoration: none;
    background-color: transparent!important;
    color: #ddd;
}
.navbar-ht .navbar-toggle .icon-bar {
  background-color: #0D6D2C;
}
.navbar-ht input {
    height: 26px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .navbar-ht input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}



.header-icon ul {
    padding-top: 60px;
}
.header-icon ul > li {
    display: inline;
    font-size: 25px;
    padding: 10px;
}
.header-icon ul > li a{
    color: #ccc;
}
.header-icon ul > li a:hover {
    color: #3c763d;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 5px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  23px; }
.right-addon input { padding-right: 30px; }

.content {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#userbox {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.employee-info {
    padding: 0px 0px 0px 12px!important;
}
.employee-info span {
    display: block;
    font-size: 13px;
}
.employee-info span.title {
    font-weight: bold;
}
.line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dfdfdf;
    height: 1px;
    width: 100%;
}
.certification span {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}
.request-time-off {
    padding-left: 12px;
    padding-right: 12px;
}
.request-time-off a{
    border-radius: 5px;
    background: rgba(110,170,135,0.9);
    padding: 4px;
    font-size: 12px;
    color: #fff;
}
.request-time-off a:hover{
    text-decoration: none;
    background: #63be88;
}
.request-time-off a:focus{
    text-decoration: none;
    background: #63be88;
}

.panel-box {
    position: relative;
    border: 1px solid #dfdfdf;
    padding-bottom: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.panel-box .box-header {
    background-color: #f5f5f5;
    font-size: 13px;
    min-height: 25px;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #dfdfdf;
}
.panel-box .box-content {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.panel-box .box-content li {
    list-style-position: inside;
}
.panel-box .box-fixed {
    max-height: 150px;
    overflow-y: scroll;
}
.lined-list {
    list-style: none;
    padding:0px;
}
.lined-list li {
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
    text-align: left;
    float: left;
    line-height: 1.5em;
    font-size: 12px;
    padding: 3px 0;
}
.sub-text {
    display: block;
    font-size: 10px;
    color: #ddd;
}
.panel-box .table {
    margin-bottom: 0px;
}

.employee-name {
    background-color: #4CA067;
}
.employee-name .employee-name-box {
    padding: 20px 20px 20px 0px;
}
.employee-name .name {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.employee-name2 {
    background-color: #fff;
}

ul.profile-tabs {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -15px;
}
.profile-tabs li {
    list-style: none;
    display: inline;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}
.profile-tabs li.active a {
    color: #3B8051;
}

.profile-tabs li.active a:hover {
    color: #4EA66A;
    text-decoration: none;
}

.profile-tabs li a {
    color: #7A7A7A;
}

.profile-tabs li a:hover {
    color: #3B8051;
    text-decoration: none;
}
.profile-pic {
    padding: 15px;
}

.profile-pic-wrapper {
    position: relative;
    max-width: 160px;
    max-hieght: 160px;
}

@media (min-width: 1200px) {
    .profile-pic {
        position: absolute;
        top: 15px;
        left: 20px;
        padding: 0px!important;
    }
    .profile-pic-wrapper {
        position: relative;
        width: 162px;
        height: 162px;
    }
}

.info-column {
    margin-top: 60px;
}
.info-column span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}
.color {
    color: #85b394;
    display: block;
    font-weight: bold;
}
.employee-manager {
    font-size: 12px;
}
.employee-manager span {
    padding-left: 5px;
}
.my-info-form input.form-control, .my-info-form select.form-control {
    height: 32px;
    border-radius: 4px;
    text-align: left;
}

.my-info-form select[multiple] {
    height: auto;
}

.my-info-form select.form-control {
    padding-top: 5px;
    padding-left: 5px;
}
.my-info-form .form-control{
    webkit-box-shadow: none;
    box-shadow: none;
}
.my-info-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    border: 1px solid #ccc;
}
.my-info-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 1px;
}
img.profile-picture {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;

}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 90px;
}
.footer {
    background: #fff;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 85px;
}
.footer img {
    float: right;
    padding: 10px;
}
#loginbox {
    margin-top: 10%;
}

#loginbox img {
    margin: 0 auto;
    display: block;
    width: 120px;
    margin-bottom: 20px;
}

.login-box {
    background: #cccccc;
    border: 2px solid #707070;
    border-radius: 4px;
    padding: 50px 50px 20px 50px;
}
.login-box div {
    padding-bottom: 15px;
}

.login-box input {
    width: 100%;
    border: 1px solid #969696;
    border-radius: 8px;
    height: 35px;
    padding-left: 30px;
    font-size: 16px;
}
.login-box i{
    font-size: 130%;
    top: 3px;
    left: 4px!important;
    color: #5f5f5f;
}
.login-box button{
    font-size: 20px;
    padding: 5px 15px;
    background: #6dac87;
    border: 0;
    border-radius: 6px;
    margin-right: 10px;
    color: #fff;
    margin-top: 15px;
}

.login-box a {
    color: #000;
}

.heading {
    margin-bottom: 20px;
}

.heading button {
    font-weight: bold;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 6px;
}

.login-box {
    max-width: 500px;
}

.datepicker, .timepicker {
    cursor: pointer;
}
.tab-pane {
    padding-top: 15px;
}


.profile-pic-wrapper input{
    display: none
}

.profile-pic-edit-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/edit-icon.png);
    border-bottom-left-radius: 3px;
    display: none;
    cursor: pointer;
}
/* Absolute Center Spinner */
.overlay {
    display: none;
    position: absolute;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Transparent Overlay */
.overlay:before {
  content: '';
  display: block;
  overflow: show;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.overlay:not(:required):after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45%;
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Boostrap Modify */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/
.btn-hr {
    background-color: #4CA067;
    color: #fff;
    border-radius: 3px;
}
.btn-hr:hover {
    background-color: #3B8051;
    color: #fff;
}
.btn-hr:active {
    background-color: #3B8051;
    color: #fff;
}

.folder-header h3 {
    display: inline;
    margin-right: 10px;
}
.folder-header{
    margin-top: -20px;
}

.folder-header a {
    margin-bottom: 10px;
}

table {
    margin-top: 5px;
}

.folder_share {
    display: none;

}
.folder_share a{
    margin-top: 10px;
}

.file_share {
    display: none;
}
.nav-pills {
    margin-bottom: 20px;
}

/* Admin */
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.permission_form .checkbox label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.permission_form .box-content {
    display: none;
}*/

.permission_form .expand-buttons {
    font-size: 18px;
    margin-right: 7px;
    margin-top: -3px;
    cursor: pointer;
    color: #A8A8A8;
}
.permission_form .checkall {
    font-size: 18px;
    margin-right: 7px;
    margin-top: -3px;
    cursor: pointer;
    color: #A8A8A8;
}

.permission_form .checked {
    color: #0094FF;
}
.permission_form .expand-hide {
    display: none;
}
.employee-info span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.absence-form > div {
    margin-top: 7px;
    margin-bottom: 7px;
}
.absence-form > div.input {
    margin-top: 10px;
    margin-bottom: 10px;
}
.absence-form > div.title {
    font-weight: bold;
}
.dashboard-profile-pic {
    width: 100px;
    height: 90px;
    padding-left: 12px;
    padding-right: 0px;
}
.dashboard-profile-pic img {
    width: 100%;
    height: 100%;
}
ul.my-info-dropdown {
    position: absolute;
    z-index: 6969;
    padding: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.my-info-dropdown li:not(:last-child) {
    border-bottom: 1px #ccc dotted;
}

.my-info-dropdown a {
    font-size: 14px;
    padding: 7px 10px;
    display: block;
    color: #64af7c!important;
}

.my-info-dropdown a:hover {
    font-size: 14px;
    color: #fff!important;
    background: #64af7c!important;
}

.my-info-dropdown a:after {
    display: none!important;
}

@media (max-width: 480px) {
    #profile_pic {
        display: none;
    }
    .employee-name-box {
        margin-left: 20px;
    }
    .header-address {
        display: none;
    }
}

#browse_button {
    cursor: pointer;
}
#file_input {
    display: none;
}
.header-bar {
    height: 10px;
    background-color: #3B8051;
    width: 100%;
}

input[readonly], textarea[readonly], select[disabled] {
    cursor: not-allowed;
    background: none!important;
}
.its-today {
    background: rgba(255, 255, 0, 0.5);
    font-weight: bold;
}
#who_is_out_cal {
    max-width: 100%;
}
.box-link a {
    font-weight: normal;
    font-size: 12px;
    padding-right: 5px;
}
.org-chart {
    padding: 0px;
}
.e-row {
    height: 100px;
}
.e-img img{
    height: 90px;
    width: 90px;
}
.e-info {
    vertical-align: top;
    padding-left: 10px;
}
.e-info span {
    display: block;
}
.e-info > .e-name {
    font-size: 20px;
}

.preview {
    text-align: center;
    background: #B34848;
    color: #E2E2E2;
    height: 25px;
    padding-top: 3px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 69;
}
.preview a {
    color: #A7A7A7;
}

.time-off-medical {
    display: none;
}