* {
    font-family: "Fira Sans";
}

.area {
    background-image: url("../img/body_bg.png");
    height:100%;
}

.area img {
    max-width: 99%;
    max-height: 99%;
}

h1 {
    color: #134783;
    font-weight: 700;
    font-size: 40px;
}

.dashboard_container {
    /*background-color: #faf9f5;*/
    background-image: url(../img/bmcs_middle_tr_bg.png);
    border-radius: 14px;
    margin-top: -80px;
    padding: 0px 6px 0px 6px;
    /* padding: 0px 0px 0px 0px; */
    border: 1px solid #dcdbd7;
}

.dashboard_container_2 {
    /*background-color: #faf9f5;*/
    background-image: url(../img/bmcs_middle_tr_bg.png);
    border-radius: 14px;
    margin-top: -80px;
    padding: 0px 11px 0px 11px;
    /* padding: 0px 0px 0px 0px; */
    border: 1px solid #dcdbd7;
}


.footer-small {
    height: 2em;
    text-align: center;
    font-size: 1em;
    color: #aaa;
}

.navbar-inverse {
    background-color: #444444;
}

.navbar {
    padding-top: 0px;
    margin-bottom: 0px;
}

.nav>li {
    position: relative;
    /*padding-top: 4px;*/
    /*height: 120px;*/
    display: block;
}
.nav>li>a {
    padding-top: 19px;
}

.nav>li:hover {
    background-color: #eeeeee;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding-top: 18px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 20px;
    color: #134783 !important;
    font-weight: 700;
}

.nav-tabs {
    padding-left: 10px;
    /*padding-top: 6px;*/
}

.sdmainbox {
    height: 600px;
/*    background-image: url("../img/body_bg.png");
    background-repeat: no-repeat;
    background-position: left;
*/
}

.sdslogan {
    margin-top: 5px;
    margin-left: 370px;
    font-size: 2.5em;
}
.sdslogan span {
    font-size: 11px;
}

.sdslogan-large {
    margin-top: 5px;
    margin-left: 380px;
    font-size: 3em;
}
.sdslogan-large span {
    font-size: 13px;
}

.sdslogan-small {
    display: inline;
    width: 333px;
    height: 230px;
    padding-top: 40px;
    font-size: 2em;
    text-align: center;
}
.sdslogan-small span {
    font-size: 8px;
}

.sdslogan, .sdslogan-large, .sdslogan-small {
    float: left;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0px 0 9px rgba(60, 60, 60, 0.9);
}
.sdslogan span, .sdslogan-large span, .sdslogan-small span {
    color: #777;
    padding: 10px;
    text-shadow: none;
    font-weight: normal;
}

.title {
    font-size: 2.5em;
    margin: 10px 0 0.5em 0;
}
.title-large {
    margin: 12px 0 1em 0;
    font-size: 3.5em;
}
.title-small {
    display: inline;
    width: 333px;
    height: 230px;
    font-size: 1.5em;
}
.title, .title-large, .title-small {
    text-align: center;
    font-weight: 500;
    color: #134783;
    text-shadow: 0px 0 9px rgba(160, 160, 160, 0.7);
}

.sd_btn_left {
    /*margin-right: 5px !important;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
}
.sd_btn_middle {
    /*margin-left: 5px;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sd_btn_right {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
}

.sd_btn_left.active, .sd_btn_middle.active, .sd_btn_right.active {
    background-color: #95e595;
}

.tips {
    margin-top: 10px;
}

label {
    font-weight: normal !important;
}

.icon_login {
    position: fixed;
    left: 2em;
    top: 0;
    margin: 0;
    z-index: 999999999;
}

.icon_login img {
    position: fixed;
    max-width: 8%;
    max-height: 8%;
}

.x_content {
    margin-top: 10px;
}

.entry {
    width: 365px;
    background: rgba(255, 255, 255, .95);
    border-radius: 6px;
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 5;
    margin-left: 0;
}

.striped_list {
    display: block;
    list-style-type: none;
    border-bottom: solid 1px #222222;
}
#accordion {
    margin: 10px 3px 10px 3px;
}

/*td { padding: 5px 3px; border: 1px solid rgba(51, 122, 183, 0.35); }*/
td { padding: 5px 3px; border: 1px solid rgba(51, 183, 122, 0.35); }
table.comments td {
  margin: 2px;
  padding: 3px;
  font-weight: normal !important;
  color: #000;
/*  background-color: rgba(149, 210, 234, 0.20);*/
  background-color: rgba(149, 234, 210, 0.20);
  vertical-align: top;
}
td.time {
  width: 9%;
}
div.caution {
    background: rgba(255, 155, 155, .90);
    border-radius: 6px;
    border: 2px solid #f50000;
    position: absolute;
    right: 60px;
    top: 60px;
    overflow: hidden;
    padding: 10px;
    margin: 7px;
}

.area-left, .area-right {
    min-height: 460px;
    font-size: 14px;
    line-height: 20px;
    width: 48%;
    margin: 10px 0 0 0;
}
.area-left {
    float: left;
    padding: 5px 8px 5px 5px;
    color: #000;
    background-color: #e4e4e4 !important;
}
.area-right {
    float: right;
    padding: 5px 5px 5px 8px;
    color: #000 !important;
    background-color: #e9e9e9 !important;
}
div#doctor {
    height:100%;
}
h1, h2, h3, h4, h5, h6 { color: #337ab7; }
h4 i, h4 span { color: #f00; padding: 4px 8px; }
div.melodie, span.melodie { background-color: #337ab7; padding: 8px 4px; margin: 0; min-width: 2em; color: #fff; cursor: default; }
span.melodie.active { background-color: #f00; }
a.comm.disabled, a.comm.disabled:hover { color: #ccc; }


div#list-doctors > li {
   display: block;
}
div#list-doctors li img {
   width: 36px; height:36px; padding:2px 9px 2px 2px;
}
div#list-doctors ul, div#list-doctors li {
  padding:5px;
  margin:1px;
}

h5.my_owner {
  position: relative;
  right: 0px;
  top: 0px;
  overflow: hidden;
  margin-right: 10px;
  float: right;
}
div#list-doctors li {
  clear: both;
  list-style: none;  
  color: #337ab7;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 7px;
  border: 1px solid transparent;
  cursor: pointer;
}
div#list-doctors li:hover {
  border: 1px solid #337ab7;
}
div#list-doctors li.active {
  background-color: #337ab7;
  color: #f5f5f5;
}
.form-error {
  background-color: red;
  border: 1px solid red;
}
/*
.btns {
border-radius: 4px;
padding: 4px;
display:none;
}
*/
.normal {background-color:rgba(197, 211, 211, 0.4);}
.super {background-color:rgba(219, 222, 222, 0.4);}

#submitBtn {
  width: 40%;
}

div.entry.box, div.edit {
border:1px solid transparent;cursor:pointer; border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.LICENSE, div.TEXT {
padding: 12px;
margin: 5px;
text-shadow: none;
max-width: 95%;
font-size: 12px;
text-align: left;
overflow-y: scroll;
overflow-x: hidden;
}
div.LICENSE p, div.TEXT p  {
font-weight: normal;
}
div.LICENSE p  b, div.TEXT p b {
font-weight: 700;
}

div.LICENSE {
  color: #999;
  border: 1px solid #fff;
  border-top: 1px solid #999;
  border-radius: 3px;
  max-height: 150px;
  background-color: rgba(196, 196, 196, 0.2);
}
div.TEXT {
  color:#000;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: transparent;
  /*background: url(../img/a.jpg);*/
  text-shadow: 1px 1px 1px #fff;
}
div.TEXT p  {
text-indent: 1.5em;
}

p.ATTETION  {
padding: 10px 0 0 0;
font-weight: normal;
font-size:85%;
color: #999;
}

div.scrolling {
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 992px) and (max-width: 1023px) {
  div.LICENSE { max-height: 100px; }
  div.TEXT { max-height: 20em; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  div.LICENSE { max-height: 110px; }
  div.TEXT { max-height: 30em; }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  div.LICENSE { max-height: 120px; }
  div.TEXT { max-height: 40em; }
}
@media (min-width: 1600px) and (max-width: 2400px) {
  div.LICENSE { max-height: 150px;}
  div.TEXT { max-height: 50em; }
}
@media ((min-width: 100px) and (max-width: 735px)) or ((min-height: 100px) and (max-height: 735px)) ( {
  html * {
  font-size:9px;
  overflow:visible;
  color:red;
  }
  #footer {
  height:2em;
  }
}
