/*========= PATIENTS =============*/
.patients_header {
    padding: 30px 10px 10px 10px;
}

.patients_sub-header {
    margin: 0;
    padding: 0 10px 5px 0px;
}

.patients_header .dropdown-menu li{
  cursor: pointer;
}

.patients_header h3 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.patients_search-bar input[type="text"] {
    background: none;
    color: #2b6662;
    border: none;
    outline: none;
    height: 48px;
    font-size: 16px;
    float: left;
    padding: 10px 5px;
    margin: 0px;
}

.patients_search-bar input[type="submit"] {
    background: url(../img/img_search_v2.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    height: 48px;
    padding: 0;
    margin: 0;
}

.filter-tag {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3px 11px;
    margin: 7px 7px 0px 0px;
    border-radius: 25px;
    display: inline-block;
    height: 26px;
}

.patients_filter_tags {
    padding: 7px 15px 10px 15px;
    background-color: #faf6ed;
}

.filter-tag-value {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.filter-tag input {
    background: url(../img/close.png) no-repeat center;
    border: none;
    outline: none;
    margin-left: 5px;
    padding: 1px 6px 0px 6px;
}

.patients_search-bar input[id="clearSearchInput"] {
    background: url(../img/clear-input.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    height: 48px;
    padding: 0;
    margin: 0;
}

.patients_toggle {
    margin: 7px 0 0 0;
    padding: 0px;
}

.patients_select {
    padding-top: 20;
    font-size: 16px;
    color: #fff;
}

.physician_select {
    margin: 7px 0 0 0;
    padding: 0px;
}

.patients {
    width: 100%;
    background-color: #FFFFFF;
    height: 100%;
}

.patients thead tr {
    background: #faf6ed;
    text-align: left;
    padding: 8px 20px;
    font-size: 16px;
    color: #adabac;
    font-weight: normal;
}

.patients tbody tr td {
    cursor: pointer;
}

.patients a {
    color: #adabac;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.patients .enabled {
    color: #C3C3BF;
}

.dropbtn {
    top: -2px;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

.dropbtn:hover, .dropbtn:focus, .open > .dropdown-toggle.dropbtn {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
}

.open .dropbtn {
    box-shadow: none !important;
}
.flag-kr {width: 16px; height: 11px; background:url(../img/flags/kr.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-us {width: 16px; height: 11px; background:url(../img/flags/us.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-cn {width: 16px; height: 11px; background:url(../img/flags/cn.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-tr {width: 16px; height: 11px; background:url(../img/flags/tr.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-sp {width: 16px; height: 11px; background:url(../img/flags/sp.jpg) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-jp {width: 16px; height: 11px; background:url(../img/flags/jp.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-nl {width: 16px; height: 11px; background:url(../img/flags/nl.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag-de {width: 16px; height: 11px; background:url(../img/flags/germany_flag.jpg) no-repeat; display: inline-block; margin: 0 5px 0 0;}
/*.flag {width: 16px; height: 11px; background:url(../img/flags.png) no-repeat; display: inline-block; margin: 0 5px 0 0;}
.flag.flag-cn {background-position: -16px 0}
.flag.flag-tr {background-position: 0 -11px}
.flag.flag-us {background-position: -16px -11px}*/