/* common */
*::-moz-selection {
    background: #1fb5ad none repeat scroll 0 0;
    color: #fff;
}
.alert-g {
    margin-left: 25%;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 15px;
    width: 50%;
    z-index: 9999;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
}
input.error, textarea.error {
    background: none repeat scroll 0 0 #fee;
    border-color: #c00;
}
input.error:focus, textarea.error:focus {
    background: none repeat scroll 0 0 #fee;
    border-color: #c00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
}
input.success, textarea.success {
    background: none repeat scroll 0 0 #efe;
    border-color: #0c0;
}
input.success:focus, textarea.success:focus {
    background: none repeat scroll 0 0 #efe;
    border-color: #0c0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 255, 0, 0.6);
}
.border_left {
    border-left: 1px black solid !important;;
}
.border_right {
    border-right: 1px black solid !important;
}
.border_bottom {
    border-bottom: 1px black solid !important;
}
.border_top {
    border-top: 1px black solid !important;
}
.abbr_helper {
    margin-bottom: 10px;
}
.abbr {
    border: 1px solid #0f0f0f;
    font-weight: bold;
    padding: 2px;
    margin-bottom:5px;
    display: inline;
}
/*****
Login
*****/
.login-body {
    background: #32323a none repeat scroll 0 0 / cover ;
    height: 100%;
    width: 100%;
}.login-wrap {
    padding: 20px;
    position: relative;
}

.form-signin h2.form-signin-heading {
    background: #aec785 none repeat scroll 0 0;
    border-bottom: 10px solid #a0b87e;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 35px 15px;
    text-align: center;
    text-transform: uppercase;
}
.form-signin-heading img {
    height: 150px;
}
.form-signin .login-title {
    background: #eaeaec none repeat scroll 0 0;
    font-size: 13px;
    text-align: center;
}

.form-signin {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 100px auto;
    max-width: 330px;
}
.form-signin .btn-login {
    background: #1fb5ac none repeat scroll 0 0;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.user-login-info {
    background: #eaeaec none repeat scroll 0 0;
    margin: -20px -20px 20px;
    padding: 20px;
}

/*********
Top menu
*********/
.fixed-top {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
    position: fixed;
    
}
.header {
    background: #fff none repeat scroll 0 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1002;
    width: 100%;
}
.full-width .navbar-header {
    width: 100%;
}
.brand {
    background: #1fb5ad none repeat scroll 0 0;
    float: left;
    height: 80px;
    position: relative;
    width: 80px;
}
.brand a.logo {
    color: #2e2e2e;
    float: left;
    font-size: 21px;
    margin: 5px 0 0 5px;
    text-transform: uppercase;
}
.brand img {
    height: 70px;
}
a, a:hover, a:focus {
    outline: medium none;
    text-decoration: none;
}
.horizontal-menu {
    float: left;
    margin-top: 18px;
}
.horizontal-menu .navbar-nav > li {
    margin-right: 5px;
}
.horizontal-menu .navbar-nav > li > a {
    border-radius: 30px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.nav > li > a:hover, .nav li.active a{
    background-color: #1fb5ad;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.topmenu_margin {
    margin-top: 80px;
}
/****************
Nurse management
****************/
.red {
    background-color: #fc8888;
}

.shift_select {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 30px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid black;
    cursor: pointer;
}

.shift_select::-ms-expand {
    display: none;
}
.m-bot15 {
    margin-bottom: 15px;
}
#shift_data {
    color: #000;
}
#shift_data th, #shift_data td {
    text-align: center;
}
#shift_data th {
    padding-right: 5px;
    padding-left: 5px;
}
#shift_data th:first-child, #shift_data td:first-child {
    text-align: left;
    padding-right: 5px;
}
#manage_notifications {
    margin-top: 10px;
    width: 500px;
}
.names {
    white-space: nowrap;
}
.btn-heading {
    margin-top: -5px;
    margin-left: 5px;
    margin-bottom: -4px;
}
/****************
Layout
****************/
body {
    background: #f1f2f7 none repeat scroll 0 0;
    color: #767676;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;
    text-rendering: optimizelegibility;
}
.panel-heading {
    background: #fafafa none repeat scroll 0 0;
    border-color: #eff2f7;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
    text-transform: uppercase;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.row {
    border-bottom: 1px solid #eff2f7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wrapper {
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.site-min-height {
    min-height: 400px;
}

td,th.right {
    text-align: right;
}
td,th.center {
    text-align: center;
}
td,th.left {
    text-align: left;
}
/*nurse assignments*/
#unassigned_nurses, #assigned_nurses {
    overflow:auto;
}

.workers {
    cursor: move;
    border: 1px solid black;
    display: block;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    position:relative;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
    background: #1fb5ad none repeat scroll 0 0 !important;
    border: 0 none !important;
    color: #fff !important;
    margin-bottom: 4px !important;
    padding: 5px 6px !important;
}
