/* Variables */

@lightgray: #ddd;
@gray: #ccc;
@wellgray: #eee;
@darkgray: #aaa;
@lightblack: #666;
@black: #333;
@mildblue: #dce8f4;
@lightblue: #5490ca;
@blue: #4183c4;
@semidarkblue: #264f7a;
@darkblue: #2c5c8d;
@darkerblue: #1a3653;
@lightgreen: #d1e1ad;
@green: #41c482;
@darkgreen: #32a069;
@orange: #f77c39;
@darkorange: #f35c0a;
@red: #c44142;
@darkred: #a03233;
@yellow: #f0b840;
a {
    color: @blue;
}

.red {
    color: @red;
    vertical-align: super;
    font-size: 70%;
}

.user-dp {
    width: 25px;
    height: 25px;
    background-size: cover;
    margin-top: -7px;
}

a:hover {
    color: @blue;
    text-decoration: underline;
}

.blank-link {
    color: @black !important;
}

.clickable {
    cursor: pointer;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.first-letter-capital {
    text-transform: capitalize;
}

.flash-message {
    background: @wellgray;
    height: 40px;
    margin-top: 50px;
    margin-bottom: -50px;
    .container {
        padding-top: 10px;
        .flash-close {
            /*display: none;   */
            color: #000;
            float: right;
        }
    }
    .container:hover {
        .flash-close {
            display: inline-block;
        }
    }
}

.examify-header {
    li {
        a {
            color: #fff !important;
        }
    }
    .open {
        .dropdown-toggle {
            background-color: #095e87 !important;
        }
    }
}

.flash-message.error {
    background: @red;
    border-bottom: 1px solid @darkred;
    color: #fff;
    a {
        color: @darkred;
    }
}

.flash-message.success {
    background: @green;
    border-bottom: 1px solid @darkgreen;
    color: #fff;
    a {
        color: @darkgreen;
    }
}

.grad-blue {
    background: @blue !important;
}

button.grad-blue:hover {
    background: @darkblue !important;
}

button.grad-blue small {
    font-size: 10px;
}

.grad-green {
    background: @green !important;
}

button.grad-green:hover {
    background: @darkgreen !important;
}

.grad-red {
    background: @red !important;
}

button.grad-red:hover {
    background: @darkred !important;
}

.listless {
    list-style-type: none;
}

.text-center {
    text-align: center;
}

.base-text-color {
    color: #91cefb;
}

.vertical-text {
    font-size: 12px;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    float: right;
}

.base-color {
    background-color: #91cefb !important;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

#home {
    margin: 0px !important;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #095e87 !important;
    color: #fff;
}

.dropdown-menu >li >a {
    color: #333 !important;
}

.main-body {
    margin-top: 72px;
    margin-bottom: 30px;
    min-height: 500px;
    padding-bottom:100px;
}

.fc-unthemed .fc-today {
    background: #FFB2B2 !important;
}

.dual-list1 .list-group,
.dual-list2 .list-group {
    margin-top: 8px;
    text-align: left;
    max-height: 200px;
    overflow-y: scroll;
}

.dual-list2 .sublist-group {
    margin-left: 10px;
}

.list-left1 li,
.list-right1 li,
.list-left2 li,
.list-right2 li {
    cursor: pointer;
}

.list-arrows1,
.list-arrows2 {
    padding-top: 100px;
}

.list-arrows1 button,
.list-arrows2 button {
    margin-bottom: 20px;
}

.investigation {
    margin-bottom: 30px;
    h4 {
        text-decoration: underline;
    }
}

.panel-heading:hover {
    cursor: pointer;
}

.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.side-tab:hover {
    cursor: pointer;
}

.panel.panel-default {
    border: none;
    box-shadow: none !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-heading {
    border: none;
    background-color: #BDC3C7;
}

.panel-body {
    background-color: #ECF0F1;
}

.panel-title {
    font-weight: 400;
    color: #fff;
}

.user-thumb-small {
    width: 18px;
    height: 18px;
}

.top-border {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.full-border {
    margin: 20px 0px;
    padding: 20px 0px;
    border: 1px solid #eee;
}

.profile-user-thumb {
    height: 150px;
    margin: 10px 0px 10px 0px;
    width: 150px;
}

.profile-head {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    .profile-head-sub {
        font-size: 15px !important;
        margin-top: 5px;
    }
}

.profile-stats {
    margin-left: -25px;
    ul {
        li {
            list-style-type: none;
            margin-left: 0px;
            font-size: 13px;
            padding-bottom: 5px;
        }
    }
}

.feed-view-options {
    border-bottom: 1px @wellgray solid;
    margin-bottom: 10px;
    padding-bottom: 5px;
    a {
        display: inline;
        margin-right: 15px;
    }
    a.active {
        color: @lightblack;
        font-weight: bold;
    }
}


/*thead, tbody { display: block; }*/

.medicines-list {
    /*position: absolute;*/
    width: 100%;
    max-height: 250px !important;
    overflow-y: auto;
    tr {
        width: 100%;
    }
    td {
        width: 350px;
    }
}


/*tree*/

.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span:not(.glyphicon) {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 9px;
    text-decoration: none
}

.tree li.parent_li>span:not(.glyphicon) {
    cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li>span:not(.glyphicon):hover,
.tree li.parent_li>span:not(.glyphicon):hover+ul li span:not(.glyphicon) {
    background: #eee;
    border: 1px solid #999;
    padding: 3px 8px;
    color: #000
}

.uploadPic {
    width: 300px;
    height: 100px;
    canvas {}
}

.cropArea {
    margin-left: -80px;
}

.section-foot {
    background: #eee;
    color: #555 !important;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.ref-doc-wiz .row {
    margin: 0px!important;
}

.onlyread:read-only {
    background-color: #FFF!important;
    cursor: pointer!important;
}

.onlyread:-moz-read-only {
    background-color: #FFF !important;
    cursor: pointer !important;
}

.label-sm {
    font-size: 13px !important;
    padding-left: 0px;
    padding-right: 0px;
}

label {
    font-size: 13px !important;
}

.pull-to-bottom{
    position: fixed;
    bottom: 0px;
}