/*

 */
p.h4, p.h5, p.h6  {
    margin-top: 30px;
    margin-bottom: 20px;
}
.panel-footer {
    background-color: #fff;
    border: none;
}
.panel-default {
    border-color: #a2a2a2;
    border-radius: 0;
}
.navbar-default {
    background-color: #00ADE7;
    border-color: #00ADE7;
    border-radius: 0;
    z-index: 1500;
    box-shadow: 0  4px 4px rgba(0, 0, 0, 0.25);
}
.navbar-default  a i {
    color: #fff;
}
.tab-pane {
    padding-top: 30px;
}
body {
    background: #fff;
    font-family: "open sans";
}
a:hover,.left-site-bar a:hover>i, .left-site-bar a:hover {
    color: #1E376F;
}

.fff {
    color: #fff !important;
}
.bg {
    border-radius: 0;
    padding: 5px 7px;
    background: transparent;
    box-shadow: none;
    border: none;
}
#form_place .form-group, #form_user .form-group {
    box-shadow: none;
    border: 1px solid #e9e9e9;
}
.form-control{
    border-radius: 0;
}
.btn {
      margin-right: 5px;
    border-radius: 0;

}
form > .btn:not(.btn-lg){
    margin-right: 0px;
    max-height: 34px;
}
form > .btn-danger.navbar-btn{
    margin: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {

    outline: none;
    outline-offset: 0;
}


@media (max-width:768px){
    aside {
       position: relative;

    }
}

    @media (min-width:768px){
        aside {
            background: #f1f1f1;
            margin-top: 52px;
            padding-top: 20px;
            height: 100%!important;
            position: fixed!important;
            z-index: 99;
        }
        div#workspace {
            margin-top: 70px;
        }
    .navbar-default {

        position: fixed;
        width: 100%;
        z-index: 9999;
    }
}
.modal {z-index: 9999;}
#login-panel .form-control {padding: 20px 12px; }
#login-panel  .form-group {margin-bottom: 20px;}
.alert {
    border-radius: 0;
}

.user-list-body {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -15px;
    /* display: flex; */
    /* overflow: hidden; */
}

ul.userList {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 401px;
    overflow-y: scroll;
    border: 1px solid #c0c0c0;
    box-shadow: 2px 3px 3px 0px #c0c0c0;
    margin: 0;
}

ul.userList li {
    cursor: pointer;
    outline: 1px solid #adadad;
    width: 100%;
    padding: 7px 5px;
    background: #fdfdfd;
}

ul.userList li:hover {
    background: #f1f1f1;
}

ul.free-time-list {
    padding: 0;
    list-style: none;
}

ul.free-time-list li {
    display: inline-block;
    /* padding: 5px; */
    /* border: 1px solid #c0c0c0; */
    /* margin-right: 10px; */
    /* border-radius: 5px; */
    /* background: #f9f9f9; */
    cursor: pointer;
    overflow: hidden;
}

ul.free-time-list li.disabled label {
    background: #525252;
    color: #fff;
}

ul.free-time-list li input[type=checkbox] {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -10px;
}

ul.free-time-list li label {
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin-right: 10px;
    border-radius: 5px;
    background: #f9f9f9;
    cursor: pointer;
}

ul.free-time-list li input[type=checkbox]:checked+label {
    background: #d9f8ea;
}

.input-search {
    display: inline-block;
    width: calc(100% - 121px);
}

.input-add {
    display: inline-block;
}

.services-list {
    display: inline-block;
    width: calc(100% - 105px);
}

.teeth-item:hover {
    fill: #a5a5a5;
    cursor: pointer;
}

.complaintsList {
    outline: 1px solid #c0c0c0;
    margin-bottom: 20px;
    padding: 10px;
    position: absolute;
    background: #fff;
    top: -250px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 99000;
    height: auto;
}

.complaintsList ul {
    list-style: none;
    padding: 0;
}

.complaintsList input[type=checkbox] {
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 21px;
}
svg .str1 {stroke:black;stroke-width:1.23681}
svg .str0 {stroke:#4D4D4D;stroke-width:0.471225;}
svg .fil1 {fill:#4D4D4D}
svg .fil2 {fill:#4D4D4D;font-size: 33px;}
svg .fil0 {fill:#FCFCFC;stroke: 1px solid #000;}
svg .fnt0 {font-weight:normal;font-size:30.2907px; }
svg .textSize {font-size: 30px}
.selectTeeth {
    stroke: #3a3086!important;
    stroke-width: 3!important;
    fill: #3a308638!important;
}

tr.decline {
    background: #c0c0c0!important;
    color: #fff;
}


.variantForm {
    outline: 1px solid #c0c0c0;
    padding-top: 15px;
    margin-bottom: 20px;
}

.recordHeader {
    padding: 10px;
    background: #f9f9f9;
    cursor: pointer;
    margin-bottom: 0!important;
}

.recordBody {
    margin-bottom: 20px;
    outline: 1px solid #f1f1f1;
}

.form-health {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 20px;
}

#mark{
  display:none;
  position: absolute;
  background-color: white;
  border: 1px solid #c0c0c0;
}
.marks_list li {
    padding: 3px 10px;
    cursor: pointer;
    color:#525252

}
.marks_list li:hover{
    color: #000;
    background: #f2f2f2
    
}