/* ======= Typography ========= */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #58324b;
}

h1, h3 {
    font-weight: 400;
}

/* ======= Layout ========= */
.main-content {
    overflow: hidden;
    width: 100%;
}

.column-25 {
    width: 23%;
    float: left;
    padding: 2% 1% 1% 2%;
    color: white;
}

.column-45 {
    width: 45%;
    float: left;
    margin-right: 5%;
    padding-bottom: 10%;
}

.column-75 {
    width: 75%;
    padding-bottom: 30px;
    float: right;
}

.column-25 .row {
    width: 100%;
}

.column-25 input, .column-25 select, .column-25 textarea {
    width: 100%;
    color: gray;
    transition: 700ms;
}

.column-25 a.white {
    width: 100%;
    color: white;
}

.column-25 input:focus {
    color: black;
}

.column-25 p {
    opacity: 0.6;
    margin: 0;
}

nav ul li {
    list-style: none;
    display: inline-block;
}

form input {
    display: block;
}

.date-filter, .table-schedule {
    padding-left: 10%;
    padding-right: 10%;
}

.time-schedule, .admin-content {
    background-color: white;
    min-height: 100%;
    padding-top: 33px;
    z-index: 3;
}

.dr-text {
    background-color: #e6e6e6;
    min-height: 30px;
    width: 80%;
    float: left;
}

.dr-text-full {
    width: 100% !important;
}

.dr-form .dr-text {
    width: 60%;
}

.dr-double, .dr-block, .dr-easy, .dr-lock {
    background-color: #e6e6e6;
    float: left;
    min-width: 9%;
    max-width: 10%;
    min-height: 30px;
    border-left: solid 2px white;
}

.dr-block i, .dr-double i, .dr-easy i, .dr-lock i {
    position: relative;
    left: 24%;
    margin-top: 7px;
    display: block;
}

:hover.dr-block, :hover.dr-double, :hover.dr-easy, :hover.dr-lock, :hover.dr-week {
    cursor: pointer;
    font-size: 14px;
}

.dr-text span {
    display: inline-block;
    position: relative;
    margin-top: 4px;
}

.dr-text span:first-child {
    padding-left: 10px;
    padding-right: 10px;
}

.dr-text span i {
    padding-right: 10px;
}

.dr-inner-icons {
    float: right;
}

.dr-inner-icons i {
    display: block;
    width: 25px;
    float: left;
    margin-top: 7px;
    opacity: 0;
}
.fa-comment-o{
    vertical-align: super;
}

:hover.dr-entry .dr-inner-icons i {opacity: 1;}

.dr-entry-wrap, .dr-entry {
    clear: both;
}

.dr-entry {
    margin-top: 2px !important;
    min-height: 30px;
    transition: 500ms;
}

.dr-savable:hover {
    opacity: 0.6;
}

.color-light-red:hover, .color-light-gray:hover {
    opacity: 1;
}

.ajax-save-button {
    width: 100%;
    display: none;
    border: none;
    background: transparent;
    float: left;
    clear: none;
    line-height: 30px;
    opacity: 0.01;
}

:hover.ajax-save-button {
    opacity: 1;
    cursor: pointer;
}

.dr-time {
    float: left;
    display: block;
    width: 20%;
    text-align: center;
}

.dr-view i.fa-lock {
    color: black;
    line-height: 30px;
}

.dr-name {
    float: left;
    width: 57%;
}

.dr-name p {
    display: none;
}

.dr-name ul {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 13px;
    color: #ab321f;
    margin-top: 5px;
}

:hover.dr-name ul {
    display: none;
}

:hover.dr-name .ajax-save-button-error {
    display: block;
}

.lock-info {
    color: grey !important;
    font-size: 12px;
}

.dr-name strong:hover, :hover.dr-delete, :hover.dr-double-priority {
    cursor: pointer;
}

.dr-move, .dr-edit, .dr-delete, .dr-double-priority {
    float: right;
    width: 20%;
    background: #ab321f;
    margin-left: 1px;
    color: white;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 3px;
}

.dr-double-priority {
    float: left;
    width: 100%;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    color: white !important;
}

.flash-error {
    margin: 50px;
    text-align: center;
}

.errorSummary {
    color: black;
}

.dr-week-day {
    margin-top: 15px;
}

.dr-week-day, .dr-week {
    text-align: center;
}

.dr-week {
    width: 100%;
    line-height: 30px;
}

.table-exception .dr-week {
    width: 50%;
    float: left;
}

.table-exception .dr-time {
    display: block;
    float: left;
    width: 20%;
}

.table-exception .dr-name {
    width: 80%;
}

.table-exception select {
    width: 50%;
    float: left;
}

.column-45 h2 {
    margin-bottom: 50px;
}

#sidebar-search {
    min-height: 400px;
}

.search-patient {
    margin-top: 50px;
}

.search-patient input, div.search-patient .row select {
    height: 45px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}

.admin-links {
    margin-top: 50px;
}

div.ac_results {
    width: 280px !important;
    border: none !important;
    box-shadow: black 0px 2px 2px;
    -webkit-box-shadow: black 0px 2px 2px;
    -moz-box-shadow: black 0px 2px 2px;
}

div.ac_results ul li {
    height: 40px;
    line-height: 37px;
    width: 100% !important;
    font-size: 16px;
}

div.ac_results ul li:hover {
    cursor: pointer;
    background-color: gray !important;
}

li.ac_even {
    background-color: #333;
    color: white;
}

.radioRow {
    margin-top: 0px;
}

.radioRow input {
    width: auto;
    float: left;
    height: auto !important;
    margin: 0px;
}

.dr-toggle-field-set {
    display: none;
}

.dr-toggle-field-set input, .dr-toggle-field-set textarea, .dr-toggle-field-set select {
    opacity: 0.5;
    color: grey;
    padding-left: 15px;
    padding-top: 3px;
}

.dr-toggle-field-set input, .dr-toggle-field-set div.row select {
    height: 30px;
}

div.dr-toggle-field-set div.row {
    margin-top: 0px;
    margin-bottom: 0px;
}

:focus.dr-toggle-field {
    opacity: 1;
}

.toggle-the-fields {
    float: right;
    color: #d2c8ce;
}

:hover.toggle-the-fields {
    cursor: pointer;
}

div.search-patient .row select {
    margin-top: 0px;
    padding-top: 0px;
}

.dr-text strong {
    font-weight: normal;
    color: black;
    font-size: 15px;
    line-height: 26px;
}

.dr-text strong span {
    color: grey;
    padding-left: 0px !important;
    font-size: 12px;
}

.search-patient input.butBasic {
    height: 45px !important;
    line-height: 45px;
}

.header-icons {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 120px;
    float: left;
}

.header-icons div {
    float: left;
    margin-right: 10px;
    font-size: 25px;
    color: white;
    opacity: 0.7;
}

.header-icons div:hover {
    cursor: pointer;
    opacity: 0.4;
}

.toggle-sibling .dr-inner-icons {
    display: none;
}

.toggle-sibling.header-icons div {
    color: aquamarine;
}

.navigation {
    z-index: 1;
    padding: 0;
    margin-top: 33px;
    margin-bottom: -10px;
    position: relative;
    left: -40px;
}

#active-tab {
    background-color: white;
}

.navigation li {
    background-color: #d5ccd2;
    height: 37px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 15px;
    margin-right: 10px;
}

.navigation li:hover {
    cursor: pointer;
    font-weight: 600;
}

#day-nav {
    float: right;
    margin-right: 56px;
}

#day-nav div {
    float: left;
    height: 35px;
    width: 90px;
    margin-left: 1px;
    background-color: gray;
}

.date-filter form {
    float: left;
}

.date-filter form select, .date-filter form input {
    height: 35px;
}

.date-filter form select {
    min-width: 120px;
    margin-right: 2px;
}

.navigation-tab-pic-help {
    position: relative;
    top: 0px;
    right: 10px;
    margin-right: -39px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .navigation-tab-pic-help {
        top: 0px;
    }
}

.arrows input {
    background-color: #908e8e;
    background-repeat: no-repeat;
    background-image: url(../img-system/dr/arrow_left.png);
    background-position: 18px;
    border: solid 1px #908e8e;
    width: 50px;
    margin-left: 7px;
}

.arrows input:nth-child(2) {
    background-image: url(../img-system/dr/arrow_right.png);
}

/* ======= Colors ========= */
.color-light-red {
    background-color: #deada6;
    color: #ab321f;
}

.color-dark-red {
    background-color: #ab321f;
    color: #deada6;
}

.color-dark-red i {
    color: #deada6;
}

.color-light-blue {
    background-color: #dce4f1;
    color: #4f679e;
}

.color-dark-blue {
    background-color: #4f679e;
    color: #dce4f1;
}

.color-dark-blue i {
    color: #dce4f1;
}

.color-light-violet {
    background-color: #c4b7c0;
    color: #58324b;
}

.color-dark-violet {
    background-color: #58324b;
    color: #c4b7c0;
}

.color-dark-violet i {
    color: #c4b7c0;
}

.color-light-grey {
    background-color: #f2f2f2;
    color: #999999;
}

.color-dark-grey {
    background-color: #cccccc;
    color: black;
}

.color-dark-grey i {
    color: black;
}

/* ======= Helpers ========= */
img {
    max-width: 100%;
}

.helper-clear {
    clear: both;
}

.color-red {
    background-color: #e51c20;
}

.color-green {
    background-color: #2fac66;
}

.hide {
    display: none;
}

.float-left {
    float: left;
}

.padding-main {
    padding: 30px;
}

/* ======= Responsive ========= */
@media screen and (max-width: 1280px) {
    .date-filter, .table-schedule {
        padding-left: 5%;
        padding-right: 5%;
    }

    .dr-name {
        float: left;
        width: 54%;
    }

    .navigation li {
        font-size: 14px;
        height: 35px;
    }

    .navigation-tab-pic-help {
        top: 1px;
    }
}

@media screen and (max-width: 1164px) {
    .navigation li {
        font-size: 12px;
        height: 35px;
    }

    .navigation-tab-pic-help {
        top: 3px;
    }
}

@media screen and (max-width: 1024px) {
    .column-45 {
        width: 100%;
        float: none;
        padding-bottom: 0;
    }

    .column-45:nth-child(2) {
        padding-bottom: 10%;
    }
}

@media screen and (max-width: 800px) {
    .column-25 {
        width: 100%;
        float: none;
        padding: 5%;
    }

    .column-75 {
        width: 100%;
        padding: 5%;
        float: none;
    }

    .table-schedule-entry {
        padding-right: 5%;
    }

    nav ul li {
        display: block;
    }

    .navigation-tab-pic-help {
        display: none;
    }

    .navigation li {
        margin-top: 3px;
    }

    #print-icon {
        display: none;
    }
}

.inThePast
{
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    /*position:absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
}

.warning
{
    background-color: red;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    /*height: 100%;*/
    /*width: 100%;*/
    background-repeat:no-repeat;
    background-position:center;
    /*position:absolute;*/
    /*top: 0px;*/
    /*left: 0px;*/
}

.appointment-note {
    display: none;
}
