﻿.wrapper
{
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
select,
button,
input[type="Submit"]
{
    font-family: inherit!important;
}
body
{
    margin: 0;
    font-size: 14px;
}
.modal
{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: url('images/ajax-loader.gif') 50% 50% no-repeat;*/
}
.modal-backdrop.show
{
    z-index: 999;
}
.loading
{
    overflow: hidden;
}
.disp
{
    display: block;
}
.row
{
    margin: 12px 0;
    display: flex;
}
.col {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 2px;
}
    .inputs .col span
    {
        width: 100%;
        display: block;
    }
.col.center
{
    text-align: center;
}
.col .label
{
    min-width: 65px;
                
}
.col .label.full
{
    display: block;
}
.col .label,
.col span
{
    display: inline-block;
}
.col.col-25
{
    width: 25%;
}
.col.col-28
{
    width: 28%;
}
.col.col-33
{
    width: 33.3%;
}
.col.col-33 span
{
    width: 100%;
}
.col.col-50
{
    width: 50%;
}
.col.col-100
{
    width: 100%;
}
.p-t-15
{
    padding-top: 15px;
}
.p-r-15
{
    padding-right: 15px;
}
.m-b-10
{
    margin-bottom: 10px;
}
.cursor-pointer,
.cursor-pointer input[type="checkbox"],
.cursor-pointer label
{
    cursor: pointer;
}
select,
input[type="text"],
textarea
{
    width: 100%;
    box-sizing: border-box;
}
.display-top
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.panel_cell_header th
{
    word-break: break-word;
}
.d-block
{
    display: block;
}

#lblHeader
{
    font-size: 17px;
    box-sizing: border-box;
}
#Anthem_lblError__,
#Anthem_lblInfo__
{
    width: 100%;
}
#lblError.error
{
    color: #970b0b;
    width: 100%;
    background: #e20c0c4d;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #970b0ba1;
    font-weight: 500;
}
#lblInfo
{
    color: #003e8b;
    width: 100%;
    background: #1074c930;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #003e8b75;
    margin-top: 10px;
    font-weight: 500;
}
#messagePnl
{
    margin-top: 400px;
}

.selected-doctor-details
{
    text-align: left;
    background: #eeeeee;
    padding: 10px;
    margin-bottom: 10px;
}
.selected-doctor-details.cas
{
    background: #ffefd5;
}
.selected-doctor-details span
{
    width: 100%;
}

.schedule-table th span
{
    display: block;
    font-weight: normal;
}

#Anthem_lblDetails__
{
    width: 100%;
    display: block;
}
.selected-schedule
{
    color: #FFF;
    padding: 6px;
    display: block!important;
    font-size: 14px;
}

.details-wrapper
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legend
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -8px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.legend-item
{
    margin: 0 3px 0 6px;
}

.panel_cell_header .mobile
    {
        display: none;
    }
    .panel_cell_header .desktop
    {
        display: block;
    }

.sk-circle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -2.5em;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #0295cd;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.panel_text,
.panel_cell_header,
.panel_cell_par,
.panel_cell_impar,
.panel_cell_title,
.panel_cell_empty
{
    font-size: 14px;
}

#lblHeader {
    font-size: 19px;
}

input[type="submit"].cancel-btn {
    background: none;
    padding: 9px 10px 6px 10px;
    font-size: 12px;
    border: 0;
}

.time-slot
{
    margin: 2px;
}

.relative
{
    position: relative;
}

.version
{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #888;
}

.appointment-type-radio {
    margin-left: -6px;
}

/* RESPONISVE */
@media screen and (min-width: 1100px)
{
    .wrapper
    {
        width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 576px)
{
    .row,
    .legend
    {
        display: block;
    }
    .col.col-25,
    .col.col-33,
    .col.col-50
    {
        width: 100%;
    }
    .col.col-25 .label {
        width: 100%;
    }
        .col.col-25 #Anthem_ddlClinic__,
        .col.col-25 #Anthem_ddlCabinet__,
        .col.col-25 #Anthem_ddlDoctor__
        {
            width: 100%;
        }
    .col.p-r-15 {
        padding-right: 0;
    }
    #txtResultwyk6a0
    {
        width: 100%!important;
    }

    #detailsPnl .col-50
    {
        width: 100%;
        padding: 0;
    }
    #detailsPnl .p-r-15
    {
        padding-right: 0;
    }
    #detailsPnl .row,
    #detailsPnl.row
    {
        margin: 0;
        flex-direction: column;
    }
    #detailsPnl .label
    {
        margin-top: 10px;
    }
    #detailsPnl input[type="submit"]
    {
        margin-top: 10px;
    }
    .panel_cell_header .mobile
    {
        display: block;
    }
    .panel_cell_header .desktop
    {
        display: none;
    }
    .legend-container
    {
        text-align: left!important;
    }
    .version
    {
        position: relative;
        padding-top: 10px;
    }
}