﻿.iframe
{
    border-style:none;
}
.apptooltipbuttons
{
    display:inline-block;
    padding-top:1mm;
}
.kiosk_icons
{
    width:200px;
    height:200px;
    background-color:#00a1ff;
   background-color:#0d547d;   
    color:white;
  padding:10px;
 // border-radius:2px;
  background-size:100px;
  background-position:center;
  background-repeat:no-repeat;
  padding-top:175px;
  cursor:pointer
}
.kiosk_icons:hover
{
    background-color:goldenrod;  
   color:black;
 
}
.kiosk_icons.checkin
{
    background-image:url('kioskicons/kioskcheckin.png');
    
}
.kiosk_icons.appointment
{
    background-image:url('kioskicons/kioskappointment.png');
    
}
.kiosk_icons.registration
{
    background-image:url('kioskicons/kioskregistration.png');
    
}
.kiosk_icons.feedback
{
    background-image:url('kioskicons/kioskfeedback.png');
    
}
.popup_registerpatient_container
{
    width: 900px;
    background-color:white;
    border-radius:2px;
    min-height:400px;
    padding:20px;
    text-align:left;
    font-family:helvetica;
    font-weight:600 !important;
}

.bt_app_tp_button {
   border: 1px solid #222222;
   background: #333333;
   background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
   background: -webkit-linear-gradient(top, #666666, #333333);
   background: -moz-linear-gradient(top, #666666, #333333);
   background: -ms-linear-gradient(top, #666666, #333333);
   background: -o-linear-gradient(top, #666666, #333333);
   background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
   padding: 4px 16px;
  
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #222222 0 1px 0;
   color: #FFFFFF;
   font-size: 12px;
   font-family: Arial, Helvetica, Serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
    -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
   }
.bt_app_tp_button:hover {
   border: 1px solid #222222;
   text-shadow: #222222 0 1px 0;
   background: #222222;
   background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
   background: -webkit-linear-gradient(top, #555555, #222222);
   background: -moz-linear-gradient(top, #555555, #222222);
   background: -ms-linear-gradient(top, #555555, #222222);
   background: -o-linear-gradient(top, #555555, #222222);
   background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
   color: #FFFFFF;
   text-decoration: none;
   }
.bt_app_tp_button:active {
   text-shadow: #222222 0 1px 0;
   border: 1px solid #222222;
   background: #222222;
   background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
   background: -webkit-linear-gradient(top, #444444, #222222);
   background: -moz-linear-gradient(top, #444444, #222222);
   background: -ms-linear-gradient(top, #444444, #222222);
   background: -o-linear-gradient(top, #444444, #222222);
   background-image: -ms-linear-gradient(top, #444444 0%, #222222 100%);
   color: #FFFFFF;
   }

.app_tp_delete_area
{
   width:100%;
   height:2cm;
   vertical-align:top;
}
.bt_app_tp_buttoncontainer
{
    padding:3px;
    display:inline-block;
    padding-left:0px;
   
}
.bt_app_tp_container
{   
    width:100%;
    height:50px;   
    padding-top:2mm;
    text-align:left !important;
     border-top:solid thin gray;
}
.linkbutton
{ text-decoration:underline;
    color:blue;
}
    .linkbutton:hover {
    text-decoration:underline;
    cursor:pointer;
    }

.close_popup {
    background-color:lightblue;
    text-align:center;
    border:none;

}
.close_popup:hover {
    background-color:red;
    cursor:pointer;
}
#cardupload_popup {
padding-top:82px;
}
.cardupload {
    padding:20px;
    background:white;
    border-radius:5px;
    display:inline-block;
    border-style:none !important;
    overflow:hidden;
}
.calender_holder
{
    position:fixed;
    right:10px;
    width:220px;
    height:200px;
    background-color:whitesmoke;
    top:90px;
    z-index: 9999999;
}
.div_provider_unavailability
{
    width:500px;
    height:auto;
    background-color:white;
    font-family:helvetica;
    font-size:11px;
    font-weight:600;
    padding:20px;
    border-radius:5px;
}
.contextmenu_item
{
    padding:5px;
    padding-top:7px;
    padding-bottom:7px;
    border:none ;
    background-color:white;
}
.contextmenu_item:hover
{
    background-color:deepskyblue;
    color:white;
    cursor:pointer;   
}
.contextmenu
{
    width:118px;
    height:auto;
    background:white;
    font-family:Helvetica;
    font-size:11px;
    padding:2px;
    border:solid thin gray;
    position:absolute;
}
.popup_rescheduled_conent
{
    background-color:whitesmoke;
    font-family:Helvetica;
    font-size:12px;
    font-weight:600;
    padding:10px;
    width:900px;
    height:82%;
    overflow:auto;
    
}
.rajappan
{
    background-color:red !important;
}
.mastertime
{
   
    text-align:center;
    font-family:Helvetica;
    font-size:28px;
    font-weight:700;
    color:darkred;
    vertical-align:top;
  
}
.text_onlynew
{
      border-style: none !important;
    height: 20px;       
    background-color:rgba(255,255,255,0.01) !important;
    font-weight:700;
  
}

.qv
{
    background:white;
    width:880px;
    height:auto;
    font-family:Helvetica !important;
    font-size:small;
    font-weight:600;
}
#iframe_quickview
{
    width:100%;
    height:420px;
    border:none;   
     background-image:url('icons_new/37.GIF');
     background-position:center; 
     background-position-y:center;
     background-repeat:no-repeat;
     background-size:50px;
     overflow:hidden;
     overflow-y:auto;
    
}
.tabs_ds
{
  padding:5px;
  font-family:Helvetica;
  font-size:small;
  color:black;
  text-align:center;
  height:35px;
  vertical-align:middle;
  line-height:18px;
  color:black;
  cursor:pointer;  
}
.tabs_ds.select
{
    color:white ;
    background-color: #4690D6 !important;
}
.tabs_ds:hover
{     
     color:white;
    background-color: black;
}
.popup_quickview
{
    width:910px;
    height:460px;
    //height:91%;
    background-color:white;
    vertical-align:top;
    border:solid thick white;
    border-top-style:none;
}



.schedulerholder
{
   // position:absolute;    
    overflow:hidden;
    overflow-x:auto;
   // height:800px;
    width:1000px;
 
}
.appcheckin_innerdiv {
    height:500px; overflow:auto;
}
.tooth
{
    width:100% !important;
    height:64px !important;
   background-color:rgba(255,255,255,0.1) !important;
   font-weight:600 !important;
   font-family:Helvetica !important;
  
}

.scheduler
{
   // height:500px !important;
   // width:3500px !important;
   height:100% !important;
   width: auto !important;
   z-index:10 !important;
}
.addtofav2
{
    width:25px;
    height:25px;
   background-image:url('short_icons/fav.png');
   background-position:center;
   background-size:contain;
}
#iframe_maintainsession
{
    background-color:lightblue;
    width:1px;
    height:1px;
    border:none;
}
#type_t_icon_area
{
    overflow-x:hidden;
}
.peado_perio_upper
{
    width: 704px;
     height: 130px;
     background-color:white;
     border-radius:5px;
     border:solid thin #4690D6;
   background-image: url('tooth/55.png'),url('tooth/54.png'), url('tooth/53.png'),url('tooth/52.png'),url('tooth/51.png'),url('tooth/61.png'),url('tooth/62.png'),url('tooth/63.png'),url('tooth/64.png'),url('tooth/65.png');  
   background-size:50px;
     background-position:35px 5px,95px 5px,155px 5px,215px 5px,275px 5px,335px 5px,395px 5px,455px 5px,515px 5px,575px 5px;
     background-repeat:no-repeat;     
}
.peado_perio_lower
{
    width: 704px;
     height: 130px;
     background-color:white;
     border-radius:5px;
     border:solid thin #4690D6;
   background-image: url('tooth/85.png'),url('tooth/84.png'), url('tooth/83.png'),url('tooth/82.png'),url('tooth/81.png'),url('tooth/71.png'),url('tooth/72.png'),url('tooth/73.png'),url('tooth/74.png'),url('tooth/75.png');  
   background-size:50px;
     background-position:35px 5px,95px 5px,155px 5px,215px 5px,275px 5px,335px 5px,395px 5px,455px 5px,515px 5px,575px 5px;
     background-repeat:no-repeat;     
}

.frnotecontent:hover
{
  //  background-color:darkgray;
   // color:white;
   // cursor:pointer;
}
.frnotecontent
{
   -webkit-user-select: text !important; /* disable selection/Copy of UIWebView */
 -webkit-touch-callout: initial !important;/* disable the IOS popup when long-press on a link */

}
.frcntdiv
{
    padding:5px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:lavender;
    border-bottom:solid thin black;
}

.executerow
{
    width:100px;
    height:30px;
    background-image:url('Icon/exe.png');
    background-size:50px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;

}
.completerow
{
    width:100px;
    height:30px;
    background-image:url('Icon/cmpt.png');
    background-size:50px;
    background-repeat:no-repeat;
    background-position:center;
    pointer-events: none;
    cursor: default;
}
.iframeadditionalfees
{
    background-color:white;
    width:500px;
    height:480px;
    overflow-x:hidden;
    border-radius:5px;
}
.menu_reservewidth
{
    width:50px;
}
.controlblocks
{
   // background-color:yellow;
    width:100%;
    height:100%;
    padding:10px;
    font-family:Helvetica;
    font-weight:600;
    font-size:12px;
}
.bigscreenbuttonholder
{
    width:82px;
    vertical-align:top;
}
.bigscreenbuttons
{
    width:100%;
    height:55px;
    background-color:white;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    text-align:left;
    padding-left:10px;
    font-family:Helvetica;
    font-size:11px;
    font-weight:600;
    color:black;
    display:inline-block;
    border:solid thin black;
    border-right:none;
    vertical-align:middle;
    line-height:55px;
}
.bigscreenbuttons:hover
{
    cursor:pointer;
    color:white;
    background-color:deepskyblue;
    border-color:white;
    
}
.bigscreenbuttons.select
{
    cursor:pointer;
    color:white;
    background-color:deepskyblue !important;
    border-color:white;
    text-decoration:underline;
}
.hiddenchart
{
    width:0px !important;
    height:0px !important;
    display:none;

}
.controlsinlineholder
{   
     height:515px;
     width:550px;
    
}
.chartinlineholder
{
    display:inline-block;
    width:752px; 
    height:515px;
     background-color:blue;
}
.externalpagesize
{
      width:600px;
      min-height:500px;
      height:auto;
      overflow:hidden;
      font-family:Helvetica;
      font-size:11px;
      font-weight:600;
      background:white;
      overflow-y:auto;
            
}

#popupdiv_externalpage
{
    padding-top:28px;
}
.iframeexternal_page
{
    background-color:white;
    width:640px;
    height:550px;
   overflow:hidden;
   overflow-y:auto;
    
    font-family:Helvetica !important;
    background-image:url('icons_new/37.GIF');
    background-position:center;
    background-size:55px;
    background-repeat:no-repeat;
    border:none;
}
.addfeebtn
{
    width:37px;
    height:37px;
    cursor:pointer;
    background-image:url('images/addnlfee.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:30px;
    border-radius:2px;
}
.addfeebtn:hover
{
    background-color:deepskyblue;
    cursor:pointer;
}
.frontdeskmsgbox
{
   position:fixed;
   background-color:whitesmoke;
   width:370px;
   height:auto;
   bottom:0px;
   left:82px;
  z-index: 9999998;
  z-index: 99999999;
 // display:none;
 
}
.frontdeskmsgboxhead
{
    height:28px;
    background-color:deepskyblue;
    cursor:pointer;
    color:white;
    font-family:Helvetica;
    font-weight:600;
    text-align:center;
     -webkit-transition:background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.frontdeskmsgboxhead.minimize
{
    background-color:gray;
     -webkit-transition:background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.frontdeskmsgboxcontent
{
    height:500px;
    /*-webkit-transition:height 200ms ease-in-out;
    -moz-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;*/
    border:solid thin deepskyblue;
    border-bottom:none;
  //  transition: height 200ms ease-in-out;

    overflow:auto;
}
.frontdeskmsgboxcontent.minimize
{
    height:0px;
   //  -webkit-transition:height 200ms ease-in-out;
    /*-moz-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;*/
    border:none;
}
.popup_changestatus
{
    background-color:white;
    border-radius:2px;
    width:450px;
    padding:20px;
}
.ht_app_tp_status_drop
{
    border-style:solid !important;
    cursor:pointer;
    font-weight:700;
}
.ht_app_tp_status_drop:disabled
{
    border-style:solid !important;
    color:black !important;
    background-color: white !important;
}
.rsAptDelete
{
   display: none !important;
}

.up
{
   width:20px;
   height:20px;
   cursor:pointer;
   text-align:center!important;
  // background-color:lightgreen !important;
  font-weight:700;
}
.up:hover{
    background-color:yellow;    
}
.down
{
   width:20px;
   height:20px;
   cursor:pointer;
   text-align:center!important;
  // background-color:orangered !important;
  font-weight:700;
}
.down:hover{ background-color:yellow; }

.app_settings_blocks_inner
{
     width:100%;
   height:350px;
   overflow:hidden;
   overflow-y:auto;
   border-bottom:solid thin deepskyblue;
}
.app_settings_blocks
{
   width:100%;
   height:400px;
   overflow:hidden;
   overflow-y:auto;
  // background:lightblue;
}
.customtab
{
  height:35px;
  font-family:Helvetica;
  font-weight:700;
  color:black;
  line-height:35px;
  text-align:center;
  font-size:12px;
  background-color:white;
  cursor:pointer;
 // border-right:solid thin deepskyblue;
 // border-left :solid thin deepskyblue;
  border-bottom:solid thin deepskyblue;
}
.customtab:hover
{
    background-color :whitesmoke;
    color:blue;
}
.customtab.select
{
    background-color:deepskyblue;
    color:white;
}
.appointment_status
{
    border-bottom-style:solid !important;   
     border-width:8px !important;
   
     border-radius:2px !important;
     cursor:pointer;
    color:black !important;
 
    border-width:3px !important;
   
}
.appointment_treatment
{
     border-top-style:solid !important;
    //  border-top-color:lightblue !important;
    cursor:pointer !important;
    color:black !important;
     border-width:3px !important;
}
.noborder
{
    border-width:0px !important;
}
.counter_treatmentcell
{
    height:auto;
    overflow:hidden;
  //  cursor:pointer;
    
}
.counter_treatmentcell.shrink{
    height:40px;
    overflow:hidden;
    
}

.new_patient_appointment
{
    color:blue !important;
  
    border-radius:10px !important;
   
}

.inprocess
{
    /*-webkit-box-shadow: 0px 0px 46px 0px #dee !important;
-moz-box-shadow: 0px 0px 46px 0px #eaeb34 !important;
box-shadow: 0px 0px 46px 0px #eaeb34 !important;*/
border-bottom-color:white !important;

  
}


.user_photo
{
    border:solid thin deepskyblue;
}
.bt_blur
{
   width:1px;
   height:1px;
   position:fixed;
top:400px;

}
.minimizefont
{
   // font-size:9px !important;  
}



.image_tiles2
{
   width:80px;
   height:80px;
   display:inline-block; 
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.image_tiles2:hover
{
    border-radius:2px;
 -webkit-box-shadow:5px 5px 10px black;
-moz-box-shadow: 5px 5px 10px black;
box-shadow:5px 5px 10px black;
overflow:auto;
}

.treatimagescontainer
{
    width:400px;
    height:360px;   
    left:5px;
    top:5px;
    border-radius:2px;
    background-color:whitesmoke;  
    border:solid thin black;
     -webkit-box-shadow:5px 5px 10px black;
-moz-box-shadow: 5px 5px 10px black;
box-shadow:5px 5px 10px black;
overflow:auto;
padding:10px;

}

.statusimagefill
{
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    background-position:center;
}
.apptocheckin
{
     width:40px;
    height:40px;
    background-image:url('icons_new/checkin.png');
        background-size:25px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
   
}
.apptocheckin:hover
{
    background-color:darkgray;
}

.patientalert
{
    width:500px;
    min-height:100px;
  text-align:left !important;
    top:50px;
    background-color:white;
    padding:10px;
   // border-radius:3px;
}

.amountblock
{
    border:solid thin #4690D6; border-radius:3px;padding:15px;height:270px;
    width:400px;
     -webkit-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -moz-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -o-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
}
.amountblock.shrink
{
      width:250px;
       -webkit-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -moz-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -o-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
}

.commonnewtreatmentblock
{
    border:solid thin #4690D6; border-radius:3px;padding:15px;
    height:270px;
     width:330px;
     width:400px;
       -webkit-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -moz-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -o-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    
}
.commonnewtreatmentblock.shrink
{
    width:250px;
    width:330px;
      -webkit-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -moz-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    -o-transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
    transition: width 300ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out; 
}
.optionarea
{
     border:solid thin #4690D6;
      border-radius:3px;
      padding:15px;
      height:270px;
      width:330px;
      width:400px;
     -webkit-transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    -moz-transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    -o-transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
       
}
.optionarea.shrink
{
  
    border-style:none;
    width:0px ;
     height:0px; 
      padding:0px;
    -webkit-transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    -moz-transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    -o-transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    transition: width 100ms ease-in-out,height 300ms ease-in-out, border-style 300ms ease-in-out,padding 300ms ease-in-out; 
    overflow:hidden;
}
.color_area
{
     width:160px;
   height:60px;
 
}
.image_area
{
   background-color:whitesmoke;
   text-align:center;  
   width:125px;
   height:70px;
   cursor:pointer;
   border-radius:3px;
  // padding-bottom:20px;
   border:solid thin #4690D6;
   overflow:hidden;
   
}
.image_area:hover
{
    background-color:lightgoldenrodyellow;
}
.yesnobutton
{
    border:solid thin black;   
    width:60px;
    height:30px;
    text-align:center;
    font-family:Helvetica;
    font-weight:600;
    font-size:12px;
      color:white;
      border-radius:5px;
}
.yesnobutton.yes
{
    background-color:green;
  
}
.yesnobutton.no
{
    background-color:red;
    
}

.addnew_treatment_container
{
    width:980px;
   // padding:10px;
   font-family:Helvetica !important;
    font-weight:600 !important;
    font-size:12px !important; 
   
}

.reset_filter
{
    background-color:white;
    background-image:url('icons_new/reset.png');
    background-size:25px;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.reset_filter:hover
{
    background-color:lightgoldenrodyellow !important;
}

.master_column
{
   // background-color:lightgoldenrodyellow !important;
   font-weight:700 !important;
}

.tableselectcolumn_4_appselect
{
  color:darkred !important;
  font-weight:600 !important;
 background-color:lightgoldenrodyellow !important;
 border-bottom-color:lightgoldenrodyellow !important;
}
.treatmentchildarea
{
    min-height:100px;
    background-color:lightgoldenrodyellow;
    border:solid thin black;
   
  //  padding-left:50px;
  width:490px;
  
}

.alltreatgridimage
{
    border-radius:0;
    width:40px;
    height:60px;
  background-size:15px;
  background-position:center;
  background-repeat:no-repeat;
  cursor:zoom-in
}
.alltreatgridimage:hover
{
    background-color:black;   
     -webkit-transform: scale(2,2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 100ms;
    -moz-transform:  scale(2,2);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    position: relative;
}
.alltreatgridcolor
{
    width:40px;
    height:60px;  
    background-image:none;
}
/*.alltreatgridcolor:hover
{
     -webkit-transform: scale(2,2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 100ms;
    -moz-transform:  scale(2,2);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    position: relative;
}*/


.loading_background
{
    background-image:url('icons_new/37.GIF');
    background-position:center;
    background-repeat:no-repeat;    
    background-size:50px;
}



.appointment_popup
{
    width:100%;
    border:none thin lightgray;
    border-radius:3px;
    padding:5px;
    font-family:Helvetica;
    font-weight:600;
    font-size:12px !important;
    background-color:white
}

.filtercolumn
{
   background-image:url('icons_new/filter.png');
   background-position:center;
   background-repeat:no-repeat;
   cursor:pointer;
   background-size:15px;
   width:30px;
   height:30px;
   border:solid thin white;
   border-radius:1px;
}
.filtercolumn:hover
{
    background-color:lightgoldenrodyellow;
    border:solid thin deepskyblue;
}

.htmlgridsorthead:hover
{
    background-color:whitesmoke !important;
    color:black !important;
    border-top:solid thin red !important;
    background-image:url('images/arrow.png');
    background-position:top;
    background-repeat:no-repeat;
    cursor:pointer;
    background-size:15px;
}

.htmlgrid_hovercolumn
{
    cursor:pointer;
}
.htmlgrid_hovercolumn:hover
{
    background-color:deepskyblue;
    color:white;
}
.htmlgrid_hovercolumn.select
{
    background-color:deepskyblue;
    color:white;
}

.ddlphase
{
    width:200px;
}

.interchange{
    width:40px; 
    height:40px;
    cursor:pointer;
    border-radius:2px;
    background-image:url('ipadicons/toggle.png');
    background-position:center;
    background-size:35px;
    background-repeat:no-repeat;
}

.planname
{
    width:350px;
}
.interchange:hover
{
    background-color:lightblue;
    border:solid thin black;
     -webkit-box-shadow:5px 5px 10px black;
-moz-box-shadow: 5px 5px 10px black;
box-shadow:5px 5px 10px black;
}

.dashboardTile
{
    font-family:Helvetica !important;
    font-size:13px !important;
    font-weight:600 !important;
    cursor:pointer !important;
}


.familybutton
{
    width:30px; 
    border:solid thin black;
    background-color:white;
    cursor:pointer;
}
.familybutton:hover{
    background-color:yellow;
}

.rowselection
{
    color:white !important;
    background-color:#4690D6 !important;
}

.checkiniframe
{
   background-image:url('icons_new/37.GIF');
   background-position:center;
   background-repeat:no-repeat;
   background-size:50px;
}


.adult_perio_upper
{
    width: 1151px;
     height: 135px;
     background-color:white;
     border-radius:5px;
     border:solid thin #4690D6;
   background-image: url('tooth/18.png'),url('tooth/17.png'), url('tooth/16.png'),url('tooth/15.png'),url('tooth/14.png'),url('tooth/13.png'),url('tooth/12.png'),url('tooth/11.png'),url('tooth/21.png'),url('tooth/22.png'),url('tooth/23.png'),url('tooth/24.png'),url('tooth/25.png'),url('tooth/26.png'),url('tooth/27.png'),url('tooth/28.png');  
   background-size:50px;
     background-position:35px 5px,95px 5px,155px 5px,215px 5px,275px 5px,335px 5px,395px 5px,455px 5px,515px 5px,575px 5px, 635px 5px, 695px 5px, 755px 5px, 815px 5px, 875px 5px, 935px 5px;
     background-repeat:no-repeat;     
}
.adult_perio_lower
{
    width: 1151px;
     height: 135px;
     background-color:white;
     border-radius:5px;
     border:solid thin #4690D6;
   background-image: url('tooth/48.png'),url('tooth/47.png'), url('tooth/46.png'),url('tooth/45.png'),url('tooth/44.png'),url('tooth/43.png'),url('tooth/42.png'),url('tooth/41.png'),url('tooth/31.png'),url('tooth/32.png'),url('tooth/33.png'),url('tooth/34.png'),url('tooth/35.png'),url('tooth/36.png'),url('tooth/37.png'),url('tooth/38.png');  
   background-size:50px;
     background-position:35px 5px,95px 5px,155px 5px,215px 5px,275px 5px,335px 5px,395px 5px,455px 5px,515px 5px,575px 5px, 635px 5px, 695px 5px, 755px 5px, 815px 5px, 875px 5px, 935px 5px;
     background-repeat:no-repeat;     
}

.perioshrink
{
    height:0 !important;
    -webkit-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -moz-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -o-transition: height 300ms ease-in-out ,min-height 300ms ease-in-out; 
    transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
}
.chartvalues
{
   height:200px;
    overflow:hidden;
    background-color:lightgoldenrodyellow;
    font-family:Helvetica;
    font-size:12px;
    font-weight:600;
    width: 1151px;
    border:solid thin #4690D6;
    border-radius:5px;

   -webkit-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -moz-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -o-transition: height 300ms ease-in-out ,min-height 300ms ease-in-out; 
    transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
}

.applefont
{
    font-family:Helvetica !important;
    font-size:12px;
    font-weight:600;
    
}
.colorpanels
{
     Height :5mm;
    //  Width :1.5cm ;
    width:100%;
    display:none;
      /*border-radius:2px;
      border:solid thin black;*/
}

.cell_edit_inner:hover
{
    background-color:lightblue;
    cursor:pointer;
    color:black;
    font-weight:700;
 border:solid thin white;
}


.tabledatastyle_inner
{
     background-color:lightgoldenrodyellow;
    height:25px;
    color:black;
    font-family:Helvetica !important;font-size:12px;font-weight:500;
    text-align:left;
    padding:5px;
    vertical-align:middle;
    line-height:25px;
    border-right:solid thin lightblue;
    border-left:solid thin lightblue;
    border-bottom:solid thin lightblue;   
}
.tabletitlestyle_inner
{
     background-color:lightblue;
    height:25px;
    color:black;
    font-family:Helvetica !important;
    font-size:12px;
    font-weight:700;
   // text-align:center;
    padding:5px;
    vertical-align:middle;
    line-height:25px;
    border-right:solid thin lightblue;
   // border-left:solid thin black;
    border-bottom:solid thin lightblue;
}

.masterrow_select
{
    background-color:deepskyblue !important;
    color:white !important;
}
.masterrow:hover
{
    background-color:deepskyblue !important;
    color:white !important;
}

.existingplans
{
    height:auto;
    min-height:100px;
    color:darkred;
    font-weight:600;
  background-color:lightgoldenrodyellow;
 cursor:pointer;
border:solid thin darkred;
    -webkit-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -moz-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -o-transition: height 300ms ease-in-out ,min-height 300ms ease-in-out; 
    transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    overflow:auto;
    background-image:url('icons_new/37.GIF');
    background-size:30px;
    background-position:center;
    background-repeat:no-repeat;
  
}
.srinked_child
{
    height:0px;
    min-height:0;
     -webkit-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -moz-transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    -o-transition: height 300ms ease-in-out ,min-height 300ms ease-in-out; 
    transition: height 300ms ease-in-out, min-height 300ms ease-in-out; 
    border:none;   
    overflow:hidden;
}

.detail_tab_blocks
{
    width:100%;
    height:100%;    
    min-height:500px;   
    height:500px;
    overflow-y:auto;
}


.tabs_new
{
   min-height:35px;
    font-family:Helvetica;
    font-weight:600;
    font-size:12px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    color:GrayText;
    background-color:whitesmoke;
    border:solid thin whitesmoke;   
    border-bottom-width:thick ;
    border-bottom-color:whitesmoke ;
    cursor:pointer;
    text-align:center;
}
.tabs_new.select
{
    background-color:white;
    color:#4690D6;
    border-bottom-color:#4690D6;
}

.tabs_new:hover
{
    /*background-color:white;*/
    color:#4690D6;
    border-bottom-color:#4690D6;
}
.vertical_rule
{
    min-height:500px;
    height:100%;
    width:1px;
    background-color:lightgray;
}

.show_app_detail_container
{
    background-color:white;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
  
    height:51px;
    width:28px;
   padding-top:12px;
   cursor:pointer;
}
.show_app_detail_container:hover
{
    background-color:yellow;
}


.show_app_detail
{
    width:25px;
    height:25px;
 
   -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
   cursor:pointer;
  
}
.show_app_detail.rotate100
{
    -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
}

.availableplans
{
    width:500px;   
    -webkit-transition: width 300ms ease-in-out; 
    -moz-transition: width 300ms ease-in-out; 
    -o-transition: width 300ms ease-in-out; 
    transition: width 300ms ease-in-out;    
   height:auto;
   overflow:hidden;
    
}

.shrinkplanblock {
    width: 0;   
    height:0;
    -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
}

.horizontal_rule
{
    height:1px;
    width:95%;
    background-color:#4690D6;
    background-color:lightgray;
}
.noborder_radius
{
    border-radius:0 !important;
}
.datetime_holder
{
    width:100px;
    overflow:hidden;
    height:25px;
}


#tp_loading
{
   width:400px;
   height:280px;
  text-align:center;
  vertical-align:middle;
}



.tooltip_tb
{
    border:none !important;
    background-color:rgba(0,0,0,0);
 
    font-family:Helvetica;
    /*font-size:12px;
    font-weight:600;*/
    width:180px;
    color:black !important;
    cursor:default;
}
.tooltip_tb:focus
{
    border:none !important;
    background-color:rgba(0,0,0,0) !important;
 
    font-family:Helvetica;
    font-size:12px;
    /*font-weight:600;*/
    width:180px;
    color:black !important;
}
.tooltip_div
{
    z-index:999999;
    width:420px;
    height:auto;
    background-color:white;
    position:absolute;
    top:100px;
    left:0px;
    border-radius:2px;
    border:double thin gray;
    font-family:Helvetica;
    font-size:12px;
    font-weight:600;
    padding:10px;
    z-index: 10000000;
   
    font-weight:500!important;
   
   
}


.app_groups
{
    border-radius:2px;
    padding:5px;
    padding-top:10px;
    padding-bottom:10px;
    border:solid thin lightgray;
  -webkit-box-shadow: inset 10px 10px 197px -139px  #4690D6;
-moz-box-shadow: inset 10px 10px 197px -139px  #4690D6;
box-shadow: inset 10px 10px 197px -139px  #4690D6;

}
.app_groups_update
{
    -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:lightblue;
color:darkred;
border-radius:5px;
}

.appointment_overlay
{
    min-width:200px;
   // height:auto;
    border-radius:5px;
    padding:20px;
    background-color:white;
    font-family:Helvetica;
    font-weight:600;
    font-size:12px;
    display:inline-block;
    background-color:white;
    border-top-right-radius:0px;
   
    
}
.appointment_overlay_content
{
    width:100%;
    min-height:200px; 
   // border:solid thin deepskyblue;
    border-radius:5px;
   
    border:none;
}

.loadingtext
{
    color:white;
    font-family:Helvetica;
    font-size:large;

}
.loadingtable
{
    position:fixed;
    top:150px!important;
   left:500px;
}

.fullsize {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.bg {
    background: url('./tooth/bg_metro.jpg') no-repeat center;
}

.hiddendiv {
    display: none;
}

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
input[type=text],textarea,input[type=email]
{
    border-style:solid ;
    border-width:thin;
   
}
.UItextboxnew
{
   width:250px !important;
   height:30px !important;
   border:solid thin lightblue !important;
   border-radius:3px !important;
}
.UItextbox
{
   width:250px !important;
   height:33px !important;
   border:solid thin lightblue !important;
   border-radius:3px !important;
}
.UItextbox:focus
{
    border:solid thin black !important;
}

.appear {
    background: url('./tooth/bg_metro.jpg') center repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    /*overflow: hidden;*/
}

.bg {
    background: url('./tooth/bg_metro.jpg') center repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.master_strip {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: cadetblue;
}

.photo_patient {
    height: 73px;
    width: 73px;
}

.update_block {
    /*position: fixed;
    top: 0;
    left: 950px;
   */
    height: 60px;
     width: 220px;
}

#updte_blok_checkin {
    /*position: absolute;
    height: 60px;
    width: 100px;
    top: 0;
    left: 0;
    height: 60px;
    width: 100px;
    display:inline;*/
}

#updte_blok_appntment {
    /*position: absolute;
    height: 60px;
    width: 110px;
    left: 110px;
    top: 0;
     height: 60px;
    width: 100px;
    display:inline;*/
}

#updte_blok_checkin:hover {
    background-color: #4690D6;
    background-color:#b2e2fa;
    border-radius: 2px;
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    cursor: pointer;
    
}

#updte_blok_appntment:hover {
    cursor: pointer;
    background-color: #4690D6;
     background-color:#b2e2fa;
    border-radius: 2px;
     color:white !important;
}
.blk_select
{
    background-color: deepskyblue;
}

.status_panel {
    position: fixed;   
   width:444px;  
   width:540px;
 // min-height:250px;
 // max-height:80%;
 height:530px;
    top: 85px;
   // top:60px;
    background-color: whitesmoke;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
   overflow:hidden;
    z-index: 99999999;
   right:5px;
   
    vertical-align:top;
    box-shadow: -10px 0px 10px -7px rgba(0,0,0,0.5);
     overflow:hidden;
     -webkit-transition: width 500ms ease;
        -moz-transition: width 500ms ease;
        -o-transition: width 500ms ease;
        transition: width 500ms ease;
     
   }
.status_panelhidden
{
    height:0;
      -webkit-transition: width 500ms ease;
        -moz-transition: width 500ms ease;
        -o-transition: width 500ms ease;
        transition: width 500ms ease;
}

.settings_block {
    
  
    height: 30px;
    width: 29px;
   
   
    background-image: url('tooth/settings.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
   
}

.aiobody
{
    width:97%;
    background-color:lightblue;
   background-color:lightblue;
}

.bodymaster {   
   /*background-image:url('images/fresh_snow.png');
  // background-image:url('images/bg_expatlogo.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;*/
    /*overflow:hidden;
    overflow-y:auto;
    height:110%;*/
    overflow:auto;   
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;*/
    background-color:lightblue;
}
*:not(input):not(textarea)
 {
//-webkit-user-select: none !important; /* disable selection/Copy of UIWebView */
 -webkit-touch-callout: none !important;/* disable the IOS popup when long-press on a link */

}
.bg_masterarea {
    background-color: whitesmoke;
  
    position: fixed;
  position:absolute;
width:100%;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 9999999;
    overflow: hidden;
    border-bottom: solid;
    border-width: thin;
    border-color: lightgray;
    /*min-width:1300px;
    max-width:100%;*/
}


.childcontent {
    position: absolute;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
   cursor:pointer;
}

    .rotate.hovered, .rotate:hover {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
       
        
    }

#settingsimg {
    width: 50px;
    height: 50px;
}



.profie {
    position: absolute;
    left: 0;
    background-color: whitesmoke;
    top: 73px;
    height: 200px;
    width: 245px;
    float: left;
}

.hidden {
    display: none;
}

.settings {
    position: fixed;
    top: 80px;
    right: 10px;
    background-color: whitesmoke;
    height: 15%;
    width: 15%;
    float: right;
    font-family: 'Segoe UI';
    font-size: 100%;
    box-shadow: 10px 10px 20px #888888;
    border-radius: 2px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    z-index: 100000000;
    border-style:solid;
    border-color:darkgray;
    border-width:thin;
    right:20px;
    
}

    .settings.closed {
        max-height: 0;
    }

.button {
    width: 110px;
    height: 25px;
    background-color: whitesmoke;
    font-size: 100%;
    font-family: 'Segoe UI';
    /*outline-color: deepskyblue;
    outline-width: 1px;
    outline-style: solid;*/
    text-align: center;
    border-radius:2px;
    cursor:pointer
}

    .button:hover {
        background-color: deepskyblue;
       
        font-weight: 500;
        color:white;
    }

    .LKBTN_LOGOUT
    {
       border-style:none;
       vertical-align:middle;
    line-height:25px;


    }

#mydash {
    color: darkblue;
}

#dash_link:hover {
    cursor: pointer;
    color: deepskyblue;
}

.contentplace {
   position:absolute;
   top:85px;
   width:100%;
   height:auto;  
  
}
.content
{    
   overflow:hidden;
   height:auto;
   width:100%;
   position:relative;
   padding-bottom:28px;
      }


position {
    position: absolute;
}

.pat_name {
    color: darkblue;
}

    .pat_name:hover {
        cursor: pointer;
        color: deepskyblue;
    }

.consultation {
    height: 150px;
    background-color: deepskyblue;
    padding: 10px;
    font-size: 100%;
    font-family: 'Segoe UI';
    font-weight: 700;
}

.lab {
    height: 105px;
    background-color: darkorange;
    padding: 10px;
    font-size: 100%;
    font-family: 'Segoe UI';
    font-weight: 700;
}

.employee {
    height: 105px;
    background-color: black;
    padding: 10px;
    font-size: 100%;
    font-family: 'Segoe UI';
    font-weight: 700;
}

.oral {
    height: 30px;
    width: 310px;
    background-color: red;
    padding: 10px;
    font-size: 100%;
    font-family: 'Segoe UI';
    font-weight: 700;
}

.appointments {
    height: 210px;
    background-color: darkgray;
    padding: 10px;
    font-size: 100%;
    font-family: 'Segoe UI';
    font-weight: 700;
}

.app_new {
    height: 290px;
    background-color: black;
}

.appoint_new {
    background-image: url('../tooth/app_new.png');
    background-repeat: no-repeat;
}

.browser {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    height: 100%;
    width: 100%;
    /* background-image:url('../tooth/main_bg.png');*/
    overflow: hidden;
}
.mainmenu
 {
     position:fixed;
     position:absolute;
     left:0;
     top:87px;
     width:auto;
     height:auto;
    // z-index:99999999;
     z-index:85001;
 }
.menu {
    position: fixed;
    position:absolute;
    width: 800px;
    height: 500px;
    width:600px;
    height:400px;
    top: 85px;
    left: 0;
    transition: left 700ms;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9); 
  z-index:85000;  
    overflow-y: auto;
    padding-right:5mm;
}

    .menu.in {
        / left:-100%;
        left: -1000px;
        // transition:ease-in-out;
    }

   

#all_menuDiv {
    background-color: white;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Segoe UI';
    z-index: 100;
    scrollbar-base-color: deepskyblue;
    scrollbar-arrow-color: firebrick;
}

.ball {
    width: 61%;
    height: 44px;
    background-image: url('../tooth/menu_ball.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.menu_main_blocks {
    width: 100px;
    min-height: 80px;
    background-color: deepskyblue;
    font-family: 'Segoe UI';
    color: white;
    font-weight: 700;
    text-align: center;
    padding-top: 2%;
}

    .menu_main_blocks:hover {
        cursor: pointer;
        background-color: firebrick;
        color: white;
        font-size: 125%;
    }

.menu_tile_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}



/*==============================================Front desk==========================*/

.common {
    height: 150px;
    background-color: green;
    padding: 10px;
    font-size: 100%;
    font-family: 'Segoe UI';
    font-weight: 700;
    color: white;
}

    .common.new_patient {
        background-color: green;
    }

.selected {
    background-color: white;
    color: green;
    font-size: 125%;
}

.all_menu_icon {
    position: fixed;
    height: 50px;
    width: 50px;
    top: 40%;
    left: 0px;
    background-image: url('../tooth/button-menu.png');
    background-size: contain;
    background-repeat: no-repeat;
}

    .all_menu_icon:hover {
        cursor: pointer;
        background-image: url('../tooth/button-menu-hover.png');
    }

.new_container {
    position: relative;
    width: 100%;
    height: 90%;
    overflow: auto;
}

.searchblock {
   
    width: 220px;
  
    height: 20px;
}



    


.searchArrow {
    position: relative;
    height: 100%;
    width: 10%;
    left: 89%;
    background: url('./images/arrow.png') no-repeat center;
    background-size: contain;
    border-radius: 2px;
}

    .searchArrow:hover {
        background-color: deepskyblue;
    }

#logo {
    position: fixed;
    width: 200px;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: url('./images/logo_v10.png') no-repeat center;
    background-size: contain;
    border:none;

}

#patient_photo {
   
    width: 80px;
    height: 80px;
    top: 0;
    
   cursor:pointer;
      border-radius: 500px;
}

.menu_strip {
    position: fixed;
    left: 0px;
    top: 80px;
    max-width: 150px;
    height: auto;
    //;
}

.menu_strip_data {
   
    left: 0;  
  
    font-size: 0%;
    background-color: #4690D6;
    color: #4690D6;
    // background-color:#555657;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border: thin;
    border-color: blue;
    -webkit-transition: width 150ms ease-in-out, height 150ms ease-in-out;
    -moz-transition: width 150ms ease-in-out, height 150ms ease-in-out;
    -o-transition: width 150ms ease-in-out, height 150ms ease-in-out;
    transition: width 150ms ease-in-out, height 150ms ease-in-out;
    z-index: 99999999;
    vertical-align: middle;
    line-height: 50px;
    border-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: none;
    font-family:Helvetica;
}

    .menu_strip_data:hover {
        background-color: #4690D6;
        cursor: pointer;
        width: 112px;
        border-color: whitesmoke;
        border-width: thin;
        -webkit-transition: width 150ms ease-in-out, height 150ms ease-in-out,font-size 150ms ease-in-out,border-color 150ms ease-in-out;
        -moz-transition: width 150ms ease-in-out, height 150ms ease-in-out,font-size 150ms ease-in-out,border-color 150ms ease-in-out;
        -o-transition: width 150ms ease-in-out, height 150ms ease-in-out,font-size 150ms ease-in-out,border-color 150ms ease-in-out;
        transition: width 150ms ease-in-out, height 150ms ease-in-out,font-size 150ms ease-in-out,border-color 150ms ease-in-out;
        font-family: 'Segoe UI';
        font-size: 13px;
        font-weight: 700;
        color: white;
        //text-align:right;
         font-family:Helvetica;
    }

.master-tile
{
    min-width:140px;   
    padding:5px;
   
     display: -moz-inline-stack;
        display: inline-block;
       vertical-align: top;
     
}

.tile {
    position: relative;
    min-width: 130px;
    
    height: 50px;
    background-color: #4690D6;
    font-family: Helvetica;
    font-weight: 600;
    text-align: center;
    /*vertical-align: middle;
    line-height: 50px;*/
    color: white;   
    width: auto;
     border-radius: 2px;   
    
     border-style:solid;
     border-width:thin;
     border-color:#4690D6;
     font-size:12px;
     padding:5mm;
     display:flex;
     align-items:center;
     justify-content:center;
}

    .tile:hover {
        background-color: indianred;
        -webkit-transition: background-color 0.5s ease;
        -moz-transition: background-color 0.5s ease;
        -o-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        color: white;
        text-decoration: underline;
        cursor: pointer;
        text-shadow: black 0px 0px 20px;
        border-style:solid;
        border-color:white;
        border-width:thin;
    
    }

.newtile
{
    background-color:white;
    color:#4690D6;
  
    color:black;
   
     border-style:solid;
     border-width:thin;
     border-color:whitesmoke;
       font-family: Helvetica;
    font-size:12px;
}



    .tile.big {
        width: 264px;
    }

.tile_table {
    position: relative;
    width: 90%;
    height: 90%;
    left: 73px;
    top: 5%;

}

.center_align_table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.Button_style {
    border-style: none;
    border-color: inherit;
    border-width: thin;
    background-color: #4690D6;
    color: white;
    font-family: Tahoma;
    font-weight: 600;
    min-width: 80px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-style: solid;
    border-width: thin;
    border-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius:4px;
}

    .Button_style:hover {
        background-color: indianred;
        /*-webkit-transition: background-color 500ms ease,border-width 300ms ease-in-out;
        -moz-transition: background-color 500ms ease,border-width 300ms ease-in-out;
        -o-transition: background-color 500ms ease,border-width 300ms ease-in-out;
        transition: background-color 500ms ease,border-width 300ms ease-in-out;*/
        cursor: pointer;
        text-shadow: rgb(255, 255, 255) 0px 0px 10px;
        border-style: groove;
        border-width: thin;
        border-color: white;
    }

    .Button_style:disabled {
        background-color: lightgray;
        color: darkgray;
       
        width: 80px;
        height: 30px;
        text-align: center;
        cursor: not-allowed;
        border-style:solid;
        border-color:darkgrey;
        border-width:thin;
    }
    .Button_style:disabled :hover
    {
         background-color: lightgray;
        color: darkgray;
        border-style: none;
        width: 80px;
        height: 30px;
        text-align: center;
        cursor: not-allowed;
    }

 .Button_style:active 
 {
  color: blue !important;
  background-color:white !important;
  border:solid thin blue;
}

.acc_style {
    border-style: none;
    border-color: inherit;
    border-width: thin;
    background-color: #4690D6;
    color: white;
    font-family: 'Segoe UI';
    font-weight: 700;
    width: 80px;
    height: 25px;
    font-size: 85%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

    .acc_style:hover {
        background-color: deepskyblue;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        cursor: pointer;
        text-shadow: rgb(255, 255, 255) 0px 0px 10px;
        border-style: double;
        border-width: 1px;
        border-color: white;
    }

.accordian {
    // background-color:#4690D6;
    background-color: darkgrey;
    color: white;
    height: 20px;
    font-family: 'Segoe UI';
    font-size: 100%;
    font-weight: 700;
    border: thin;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 20px;
    width: 1000px;
}

    .accordian:hover {
        background-color: deepskyblue;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        cursor: copy;
        color: white;
    }

.textbox_style {
    height: 24px;
    // border:thin;
    // border-style:solid;
    color: darkblue;
    border-width: thin;
    border-radius: 2px;
    /*
   background-color:none;
    font-family:'Segoe UI';
    font-weight:700;
   
    outline:none;
   background-color:rgba(224, 224, 224, 0.00001);
   color:darkblue;
   width:auto;
   height:auto;

    
    border-style:solid;
    border-bottom:solid;
    border-width:2px;
    border-color:black;
    border-top:none;
    border-left:none;
    border-right:none;
    */
}


.label_style {
    font-family: 'Segoe UI';
    color: black;
    font-weight: 500;
}

.inner_table {
    border-spacing: 5px;
    border-collapse: separate;
    width: 1100px;
}

.inner {
    border-spacing: 5px;
    border-collapse: separate;
}

.page_head {
   height:28px;
}

.padding {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    padding-left: 15px;
}

.padding_big {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 0;
    padding-left: 25px;
}


.data_display_style {
    font-family: 'Segoe UI';
    color: darkblue;
}

.readonly {
    background-color: none;
    font-family: 'Segoe UI';
    font-weight: 700;
    border: none;
    border-style: none;
    outline: none;
    background-color: rgba(224, 224, 224, 0.00001);
    color: darkblue;
    width: auto;
    height: auto;
}

.profile_divs {
    width: 600px;
    height: 250px;
    background-color: #4690D6;
    background-color: #85ADFF;
    background-color: #6694B3;
    // border-radius:2px;
    left: 0;
    top: 0;
    border-style: solid;
    border-color: #4690D6;
    border-width: thin;
    color: white;
    font-family: 'Segoe UI';
    font-size: 120%;
    // border-radius:5px;
    border-top-color: black;
    border-right-color: black;
}

.profile_innerdiv {
    position: relative;
    height: 90%;
    width: 100%;
    background-color: whitesmoke;
    color: black;
    overflow: auto;
    font-size: 14px;
    overflow: hidden;
    top: 0px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: solid;
    border-right-width: thin;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
    font-weight: 500;
}

.profile_divs:hover {
    background-color: #4690D6;
     background-color:indianred;
    font-weight: 600;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    border-color: deepskyblue;
    cursor: pointer;
}

.profile_innerdiv:hover {
    cursor: auto;
    width: 100%;
    left: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    border-right: none;
    overflow: auto;
}

.profile_link_div {
    position: relative;
    top: 0px;
    width: 5%;
    height: 10%;
    background-color: white;
    border-radius: 5%;
    left: 95%;
}

.border_top {
    border-style: solid;
    border-color: #4690D6;
    border-width: thick;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-width: 8px;
}

.sub_head {
    height: 20px;
    background-color: rgba(224, 224, 224, 0.7);
    color: black;
    color: white;
    font-family: 'Segoe UI';
    font-weight: 600;
    border-style: solid;
    border-color: grey;
    background-color: #4690D6;
    font-size: 100%;
    border-width: thin;
}

.fullrow {
    position: relative;
    width: 100%;
    height: 12px;
    border-style: solid;
    border-width: thin;
    cursor: pointer;
}

    .fullrow:hover {
        // background-color:deepskyblue;
        border-color: rgba(0,0,255, 1);
        border-width: 6px;
        border-color:indianred; 
         -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 100ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 100ms;
    position: relative;
    }
    .row_select
    {
        border-color: #FE2E2E;
        border-width: 6px;
    }

.switch_holder {
    width: 180px;
    height: 30px;
    border-radius: 20px;
    font-family: 'Segoe UI';
}

.switch {
    background-color: whitesmoke;
    color: darkgray;
    font-family: 'Segoe UI';
    font-weight: 700;
    width: 82px;
    height: 30px;
    // display: inline-block;
    text-align: center;
    font-size: 100%;
    vertical-align: middle;
    line-height: 30px;
}

    .switch:hover {
        cursor: pointer;
        border-bottom-style: solid;
        border-width: thick;
        border-color: #4690D6;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
    }

.switch_select {
    color: black;
    border-bottom-style: solid;
    border-width: thick;
    border-color: #4690D6;
    background-color: white;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.switch_down {
    background-color: black;
    color: white;
    border-style: none;
}


.t55 {
    background: url('./tooth/17.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t54 {
    background: url('./tooth/16.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t53 {
    background: url('./tooth/15.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t52 {
    background: url('./tooth/13.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t51 {
    background: url('./tooth/11.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t61 {
    background: url('./tooth/21.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t62 {
    background: url('./tooth/23.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t63 {
    background: url('./tooth/25.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}


.t64 {
    background: url('./tooth/26.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t65 {
    background: url('./tooth/27.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t85 {
    background: url('./tooth/47.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t84 {
    background: url('./tooth/46.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t83 {
    background: url('./tooth/45.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t82 {
    background: url('./tooth/43.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t81 {
    background: url('./tooth/41.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t71 {
    background: url('./tooth/31.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t72 {
    background: url('./tooth/33.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t73 {
    background: url('./tooth/35.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t74 {
    background: url('./tooth/36.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.t75 {
    background: url('./tooth/37.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_55 {
    background: url('./teeth_treatment/17_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_54 {
    background: url('./teeth_treatment/16_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_53 {
    background: url('./teeth_treatment/15_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_52 {
    background: url('./teeth_treatment/13_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_51 {
    background: url('./teeth_treatment/11_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_61 {
    background: url('./teeth_treatment/21_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_62 {
}

.treat1_63 {
    background: url('./teeth_treatment/23_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_64 {
    background: url('./teeth_treatment/26_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_65 {
    background: url('./teeth_treatment/27_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}




.treat1_85 {
    background: url('./teeth_treatment/47_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_84 {
    background: url('./teeth_treatment/46_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_83 {
    background: url('./teeth_treatment/45_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}


.treat1_82 {
    background: url('./teeth_treatment/43_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_81 {
    background: url('./teeth_treatment/41_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_71 {
    background: url('./teeth_treatment/31_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_72 {
    background: url('./teeth_treatment/33_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_73 {
    background: url('./teeth_treatment/35_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_74 {
    background: url('./teeth_treatment/36_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}

.treat1_75 {
    background: url('./teeth_treatment/37_rct.png') no-repeat center;
    background-size: contain;
    top: 0px;
    left: 0px;
}


.arch_sel2 {
    border-color: rgba(186,40,40, 1);
    border-color: rgba(186,40,40, 0.6);
    border-width: 6px;
}

.arch_selection {
    border-color: rgba(0,0,255, 1) !important;
    border-width: 6px;
   
}

.div_head {
    left: 5px;
    top: 0;
    color: white;
    font-family: 'Segoe UI';
    font-weight: 600;
}

.div_add_bttn {
    top: 0;
    left: 200px;
    background: url('./images/add_profile.png') no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
}



.appnt_kios {
    font-family: "segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.master_width {
    width: 100%;
    position: relative;
    height: 650px;
    overflow: hidden;
}


.page_heading {
    position: relative;
   // left: -200px;
    font-family: 'Segoe UI';
    font-weight: 700;
    font-size: 18px;
    cursor: default;
}

.more {
    position: relative;
    top: 0;
    font-family: Tahoma;
    color:black;
}

.text_only {
    border-style: none !important;
    height: 20px;    
    width: 180px;
     width:270px;
    background-color:whitesmoke;
    cursor:default;
   font-size:12px !important;
  font-family:Helvetica !important;
}


.text_only2 {
    border-style: none !important;
    height: 20px;
    background-color: white;
    width: 180px;
    background-color: whitesmoke;
    border-top: none;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 15px;
}

.btn_details {
   // position: fixed;
   // left: 471px;
   
    
    height: 30px;
    width: 30px;
    background-color: whitesmoke;
    border-style: solid;
    border-width: thin;
    border-color: whitesmoke;
  
     //  z-index: 9999999;
    border-left: none;
    border-bottom: none;
    background-image: url('images/arrow1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    display: inline-block;
}

    .btn_details:hover {
        cursor: pointer;
        border: none;
        background-color: white;
        border-style: solid;
        border-width: thin;
        border-color: lightgray;
    }

.btn_details_select {
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    border-color: darkgrey;
}

#detail_block {
    position: fixed;
    width: 203px;
    left: 160px;
   // height: 235px;
   height:auto;
    top: 83px;
    background-color: whitesmoke;
    border-style: solid;
    border-width: thin;
    // border-top:none;
    border-color: lightgray;
    -webkit-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			-moz-box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
			box-shadow:0 2px 2px #000, 0 1px 0 #fff inset;
}

.button_link {
    border-style: none;
    background-color: whitesmoke;
    color: black;
    font-family: 'Segoe UI';
    font-size: 15px;
    width: 100%;
    height: 33px;
}

    .button_link:hover {
        background-color: deepskyblue;
        color: white;
        font-weight: 600;
        cursor: pointer;
        border-style: none;
        border-width: thin;
        border-color: deepskyblue;
    }

.verticalline {
    width: 2px;
    height: 70px;
    top: 0;
    left: 502px;
    background-color: black;
    top: 5px;
}

.tabs {
    text-align: center;
    font-family: Verdana;
    color: darkgrey;
    font-weight: 700;
    border-style: solid;
    border-width: thin;
    border-bottom-width: thick;
   
    
    border-color: lightgrey;
    border-bottom-color:whitesmoke;
    
    width: 100%;
    height: 28px;
    vertical-align: middle;
    line-height: 28px;
    background-color: whitesmoke;
    font-size:90%;
}
.tabs1
{
text-align: center;
    font-family: Verdana;
    color: darkgrey;
    font-weight: 700;
    border-style: solid;
    border-width: thin;
    border-bottom-width: thick;
   
    
    border-color: lightgrey;
    border-bottom-color:whitesmoke;
    
    width: 100%;
    height: 28px;
    vertical-align: middle;
    line-height: 28px;
    background-color: whitesmoke;
}

.tabs1:hover{
     border-bottom-color: #4690D6;
        border-bottom-width: thick;
        border-bottom-style: solid;
        cursor: pointer;
}

    .tabs:hover {
        border-bottom-color: #4690D6;
        border-bottom-width: thick;
        border-bottom-style: solid;
        cursor: pointer;
    }

.tabs_select {
    color: black;
    background-color: white;
    border-bottom-color: #4690D6;
    border-bottom-width: thick;
    border-bottom-style: solid;
    cursor: pointer;
}
.tabs_select1 {
    color: black;
    background-color: white;
    border-bottom-color: #4690D6;
    border-bottom-width: thick;
    border-bottom-style: solid;
    cursor: pointer;
}
.tabs_leftmost
{
     border-top-left-radius:5px; border-bottom-left-radius:5px;
}
.tabs_rightmost
{
     border-top-right-radius:5px; border-bottom-right-radius:5px;
}

.border_whiteback {
    border-style: solid;
    border-width: thin;
    border-color: darkgray;
    border-radius: 5px;    
    padding: 20px;    
    width: 620px;
    text-align: center;
    vertical-align: middle;
    height: 220px;
}

.vert_align {
    /* 
    position: relative;
  top: 50%;
  transform: translateY(-50%);
        
  vertical-align:top; */
}

.subbhead {
    /*  color:whitesmoke; background-color:darkgray; font-weight:600; text-align:center*/
    color: #424242;
    font-weight: 600;
    font-family: Verdana;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -10px;
}

.center_align_table {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    left: 0px;
}

.switch_down2 {
    background-color: black;
    color: white;
    border-style: none;
}

.circle {
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;
    -moz-box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;
    box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;
    width: 500px;
    height: 500px;
    // -webkit-border-radius:127px;
    // -moz-border-radius:127px;
    // border-radius:127px;
    cursor: move;
    position: relative;
    top: 100px;
    left: 500px;
}

.border {
    -webkit-box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;
    -moz-box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;
    box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;  
    background-color: rgba(224, 224, 224, 0.85);  
 // background-color:rgba(255,255,255,0.73);
    border-radius:2px;
 
}


.master_buttons {
    position: absolute;
    // left: 765px;
    right: 0px;
    top: 83px;
    // width:450px;
    height: 28px;
    // background-color:whitesmoke;
    border-style: none;
    border-color: lightgray;
    border-width: thin;
}
.master_buttons_aio {
    position: absolute;
    // left: 765px;
    right: 80px;
    top:0px;
    // width:450px;
    height: 28px;
    // background-color:whitesmoke;
    border-style: none;
    border-color: lightgray;
    border-width: thin;
}

.curve_edge {
    height: 25px;
    // border-radius:2px;
    text-align: center;
}



/*input[type=text]:focus,input[type=email]:focus , textarea:focus {
 
    border-color:#4690D6 !important;
     color:black !important;
}*/

.masterbtn_class {
 //   border: none !important;
    font-family: helvetica;
   // -webkit-box-shadow: 0px 1px 3px #666666;
    //-moz-box-shadow: 0px 1px 3px #666666;
   // box-shadow: 0px 1px 3px #666666;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: white;
    border-radius: 3px;
    background-color: whitesmoke;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 80px;
    font-weight: 600;
   
    font-size:12px;
   // border-radius:0;
}

    .masterbtn_class:hover {
        /*border-style: solid;
        border-color: black;
        border-width: thin;
        background-color: #36373e;*/
    }
.left.red1{
    border-style:solid;
    border-color:red;
    border-width:5px;
   
}
.right.red1{
    border-style:solid;
    border-color:red;
    border-width:5px;
   
}
.bottom.red1{
    border-style:solid;
    border-color:red;
    border-width:5px;
   
}
.top.red1{
    border-style:solid;
    border-color:red;
    border-width:5px;
   
}

.centre.red1
{
    border-style:solid;
    border-color:red;
    border-width:7px;
}
.diag_border
{
    border-style:solid;
   
    border-color:black;
    border-width:2px;
   
   
}
.red {
    background-color: indianred;
    border-style: solid;
    border-color: #4ba614;
    border-width: thin;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.delete_app
{
   
    border-style: solid;
    border-color: #4ba614;
    border-width: thin;
    background-color: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}


.yellow {
    background-color: yellow;
    border-style: solid;
    border-color: #a90329;
    border-width: thin;
    background-color: #a90329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
    background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
    background-image: -moz-linear-gradient(top, #a90329, #6d0019);
    background-image: -ms-linear-gradient(top, #a90329, #6d0019);
    background-image: -o-linear-gradient(top, #a90329, #6d0019);
    background-image: linear-gradient(to bottom, #a90329, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

.blue {
    background-color: deepskyblue;
    border-style: solid;
    border-color: #3093c7;
    border-width: thin;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.green {
    background-color: orange;
    border-style: solid;
    border-color: #a67939;
    border-width: thin;
    background-color: #a67939;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a67939), to(#845108));
    background-image: -webkit-linear-gradient(top, #a67939, #845108);
    background-image: -moz-linear-gradient(top, #a67939, #845108);
    background-image: -ms-linear-gradient(top, #a67939, #845108);
    background-image: -o-linear-gradient(top, #a67939, #845108);
    background-image: linear-gradient(to bottom, #a67939, #845108);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a67939, endColorstr=#845108);
}

.orange {
    background-color: #646464;
    border-style: solid;
    border-color: #646464;
    border-width: thin;
    background-color: #646464;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
    background-image: -webkit-linear-gradient(top, #646464, #282828);
    background-image: -moz-linear-gradient(top, #646464, #282828);
    background-image: -ms-linear-gradient(top, #646464, #282828);
    background-image: -o-linear-gradient(top, #646464, #282828);
    background-image: linear-gradient(to bottom, #646464, #282828);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
    background-color:gray ;
    background:gray ;
}

.purple {
    background-color: #eab92d;
    border-style: solid;
    border-color: #eab92d;
    border-width: thin;
    background-color: #eab92d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
    background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
    background-image: -moz-linear-gradient(top, #eab92d, #c79810);
    background-image: -ms-linear-gradient(top, #eab92d, #c79810);
    background-image: -o-linear-gradient(top, #eab92d, #c79810);
    background-image: linear-gradient(to bottom, #eab92d, #c79810);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
}

.heading2
{
    position:absolute;
    top:-10px;

    text-transform:capitalize;
    font-family:Verdana;
    color:black;
    text-shadow: 3px 1px 4px rgba(149, 156, 168, 1);
    font-size:large;
    margin-left:auto;
    margin-right:auto;
    
}
.page_heading
{
  //  position:absolute;
  
  
  top:55px;
}
.headlabel
{
    position:relative;
     font-family:Verdana;
    color:black;
  //  text-shadow: 3px 1px 4px rgba(149, 156, 168, 1);
     font-size:larger;
     font-weight:700;
}
.status_image
{
   text-align:left
}
.rotate2
{/*
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
     */
    height:28px;
    width:28px;
}

.rotate2.hovered, .rotate2:hover {
      /*  -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
          */
      background-color:yellow;
       
    }


.grid_holder
{
    position:relative;
    width:auto;
   
    
   
    margin-right:auto;
    margin-left:auto;
    
 
  //  min-height:100px;
    max-height:500px !important;
    overflow:hidden;


}.grid_holder:hover{
     overflow:auto;
 }


.glow
{
   height:28px;
   width:28px;
   border-radius:100px;
    
}
.glow:hover
{
    background-color:yellow;
}
.grid_delete
{
    width:25px;
    height:25px;
}
.loginuser{position:absolute; top:2px; left:1175px; font-family:Tahoma; font-size:14px; z-index:99999999; font-weight:500;text-align:right; width:185px;text-align:right;border:none;background-color:whitesmoke; padding-right:13px;}
.link_dash{position:absolute; top:25px; left:1170px; font-family:Tahoma; font-size:14px; z-index:99999999; font-weight:500; width: 215px;background-color: whitesmoke; border-style: solid; color:black; text-align:right !important;padding-right:20px;border:none;border-color:whitesmoke;}



.home_btn {
 
    width: 30px;
    height: 30px;
  
    border-style: none;
    background-color: #4690D6;
   
    background-image: url('icons_new/home_1.png');
   background-position:top;
    background-size:contain;
    background-repeat:no-repeat;
    

   
}
.home_btn:hover{
    background-color:indianred;
     -webkit-transition: background-color 0.2s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        cursor:pointer;

}


.bt_small
{
     border-style: none;
    border-color: inherit;
    border-width: thin;
    background-color: #4690D6;
    color: white;
    font-family: 'Segoe UI';
    font-weight:800;
    
    height: 28px;
    font-size: 85%;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border-style: solid;
    border-width: thin;
    border-color: white;
   
}

.yesNoHovered .rbText {
     color: White !important;
}
.gridbutton_height
{
    height:28px;
    width:28px;
}
.grid_item_style
{
     border-radius:0px;
    text-align:center;
    width:50px;
}
.grid_item_style:hover{
    background-color:ThreeDLightShadow;
    border-style:solid;
    border-color:lightgrey;
    border-width:thin;
   
}
grid_item_style_small
{
     border-radius:0px;
    text-align:center;
   height:20px;
   width:20px;
}
.grid_item_style_small:hover
{
     background-color:ThreeDLightShadow;
    border-style:solid;
    border-color:lightgrey;
    border-width:thin;
}
.img_parent
{
    width:550px;
    height:420px;
   
    overflow-y:auto;

}




.img_tiles
{
    width:100px;
    height:100px;
    display:inline-block;
   border-style:solid;
   border-color:white;
   border-width:thin;
  cursor:pointer;
    
}
.img_tiles:hover
{
    border-style:solid;
     border-color:deepskyblue;
   border-width:thick;
   background-color:whitesmoke;
}
.img_select
{
    border-style:solid;
     border-color:deepskyblue;
   border-width:thick;
   background-color:whitesmoke;
}
.menu_sub_head
{
    width:100%;
    height:45px;
    font-family:'Segoe UI';
    text-transform:capitalize;
    color:white;
    font-weight:700;
    font-size:18px;
    text-align:left;

    vertical-align:bottom;
    line-height:40px;
    
 
    border-radius:2px;
    border-style:none;
    border-bottom-style:solid;
    border-bottom-color:white;
    border-width:thin;
    
}
.menu_main_head
{
    width:100%;
    height:20px;
    font-family:'Segoe UI';
    text-transform:capitalize;
    color:white;
    font-weight:700;
    font-size:18px;
    vertical-align:bottom;
    text-align:center;
}
.showp{
width:100px; height:100px; border-style:solid;border-color:#4690D6;border-width:thick;text-align:center;background-color:white;
}
.padding_tb
{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:5px;
}
.amount
{
    text-align:right!important;
}
.hidden2
{
    display:none;
}
.sel_img
{
    cursor:pointer;
}
.inline
{
    display:inline;
    display:inline-block;
}
.row1
{
    background-color:whitesmoke;

}
.row2
{
    background-color:white;
}
.close_container
{
    width:100%;
    background-color:green;
    
}
.close_btn
{
    width:20px;
    height:20px;
    background-color:whitesmoke;
    background-image:url('icons_new/close.png');
    background-size:contain;
    background-position:center;
   border-radius:2px;
    left:1000px;
    border-style:solid;
    border-width:thin;
    border-color:gray;
}
.close_btn:hover{
    background-color:red;
    cursor:pointer;
}
.popup_content
{
    background-color:whitesmoke;border-radius:10px; padding:10px; 
    width:700px;
}
.specialdrop
{
     border-style:none;
   
           
            -webkit-appearance: none; 
           background-color:#4690D6;
           color:lightgoldenrodyellow;
           font-weight:600;
           vertical-align:central;
           line-height:22px;
           cursor:pointer;
     
           
}
 .droparea
 {
     background-color:whitesmoke;
     color:black;
     z-index:99999999999;
 }
 .table4
 {
    background-color:red;
     width:36px;
     height:15px;
     position:relative;
     margin-left:auto;
     margin-right:auto;
     top:42px;
 }
 .A4
 {
    width:210mm;
     height:297mm;
     font-family:Verdana;
     font-size:12pt;
     
 }

 .fullwidth_relative
 {
     width:100%;
 }
 .fullsize_relative
 {
     width:100%;
     height:100%;
 }
 .livetile
 {
     width:390px;
     height:190px;
     font-family:'Segoe UI';
     background-image:url('icons_new/livetile.png');
     background-size:contain;
     background-repeat:no-repeat;
     border-style:solid;
     border-width:thin;
     border-color:#007229;
     overflow:hidden;
   

 }
 .livetilehead
 {
     background-color:#007229;
     color:white;
     font-weight:500;
     height:35px;
     cursor:default;
     padding-left:2px;
    font-size:large

 }
 .for_tile_hover:hover
 {
     
 }
 /*.black{
     background-color:black;

 }
 .red
 {
     background-color:red;
 }*/
 #note_area:focus
 {
     background-color:white;
 }
 .content_modal
 {
     width:100%;
     height:100%;
     position:fixed;
      background-color: rgba(0, 0, 0, 0.7);
     top:0px;
     left:0px;
     text-align:center;
     z-index:850000000 !important;
  //z-index:85000000;
     font-family:Helvetica !important;
     font-size:12px;
     font-weight:600;
     overflow:auto;
 }
 .content_modal_transparent
 {
       width:100%;
     height:100%;
     position:fixed;
      /*background-color: rgba(0, 0, 0, 0.7);*/
     top:0px;
     left:0px;
     text-align:center;
  //   z-index:99999999999999999;
  z-index:85000000;
     font-family:Helvetica !important;
     font-size:12px;
     font-weight:600;
     overflow:auto;
 }
 .popupcontents{}

 .cloose
 {
     border-radius:30px;
     background-color:deepskyblue;
     background-image:url('icons_new/cloose.png');
     width:35px;
     height:35px;
     background-size:contain;
     background-repeat:no-repeat;
     background-position:center;
     border-style:solid;
     border-width:thin;
     border-color:white;
     left:250px;
 }
 .cloose:hover
 {
     
     border-color:white;
     border-width:thin;
     cursor:pointer;
     -webkit-transition: background-color 0.5s ease-in-out;
     background-color:red;
 }
 .cloose.cloose2
 {
     left:0;
     width:30px;
     height:30px;
 }
 .text_only:focus
{
    background-color:whitesmoke !important;
    
}
 #lbl_name:focus
 {
     background-color:whitesmoke;
 }
 #LblAge:focus
 {
     background-color:whitesmoke;
 }
 #LblMobile:focus
 {
     background-color:whitesmoke;
 }
 

 .previewdiv
 {
     width:100px;
     height:100px;
     padding:10px;
    background-image:url('teeth_treatment/dgs10/24.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
     
 }
 
  
 .d
 {
     background-color:gray
 }
 .notification
 {
    width:40px;
    height:40px;
    background-size:28px;
    background-image:url('icons_new/bell.png');
    background-position:right;    
    background-repeat:no-repeat;
   // text-align:right;
   // vertical-align:top;
   cursor:pointer;
 
  

 }
 .count
 {left:20px;
     width:18px;
     height:18px;
     border-radius:2px;
     background-color:red;
     font-family:Helvetica;
    font-weight:700;
     color:white;
     font-size:11px;
     text-align:center;
     vertical-align:middle;
     line-height:16px;
     border-style:solid;
     border-width:thin;
     border-color:black;
     cursor:pointer;

 }
 .notification_detail
 {
     position:fixed;
     width:250px;
     box-shadow: 10px 10px 20px #888888;
     background-color:whitesmoke;

 }


  .bubble {
      top:55px;
    position: fixed;
    width: 350px;
    height:300px;

    padding: 0px;
    background-color:white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius:0;
    z-index:999999999;
   
    box-shadow: 5px 5px 5px #888888;
  // box-shadow: 0 2px 2px #000, 0 1px 0 #fff inset;
  border:solid thin black;
}

  .bubble:after {
    content: "";
    position: absolute;
    top: -18px;
    left: -1px;
    border-style: solid;
    border-width: 0 13px 18px;
    border-color: black transparent;
    display: block;
    width: 0;
    z-index: 1;
     
}
  .noti
  {
      width:100%;
       height:50px;      
       font-size:11px;
       font-weight:600;
       font-family:Helvetica;
       padding:3px;
       padding-top:6px;
       padding-bottom:15px;
       border-bottom:solid thin darkgray;
       
  }
  .noti:hover
  {
      background-color:lightgoldenrodyellow;
      color:green;
      cursor:pointer;
     border-color:black;

  }
  textarea {
    resize: none;
}
  .hidetimeslots
  {
    
      height:500px;
      width:0px;
      overflow:hidden;
      -webkit-transition: width 500ms ease-in-out;
        -moz-transition:  width 500ms ease-in-out;
        -o-transition:  width 500ms ease-in-out;
        transition:  width 500ms ease-in-out;

  }
  .showtimeslots
  {
      background-color:white;
      
      height:500px;
      width:300px;
      overflow:hidden;
      -webkit-transition: width 500ms ease-in-out;
        -moz-transition:  width 500ms ease-in-out;
        -o-transition:  width 500ms ease-in-out;
        transition:  width 500ms ease-in-out;
  }
  .textleft
  {
      text-align:left;

  }
  .time
{
    width:80%;
    height:20px;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    line-height:20px;
     border-radius:2px;
      border-radius:5px;
       border-style:none;
         font-weight:600;
   
    border-width:thin;
}
.activetime
{
  // background-color:whitesmoke;
   
    color:deepskyblue;
   border-color:deepskyblue;
   
    cursor:pointer;


}
.activetime:hover{
    background-color:deepskyblue;
    color:white;
   
}
.bt_prenext
{
    width:20px;
    color:white;
    font-weight:800;
    font-family:'Courier New';
    text-align:center;
    vertical-align:middle;
    line-height:13px;
}
.bt_prenext:hover
{
  // background-color:white;
   border-radius:5px;
    color:red;
    cursor:pointer;
}
.seeall
{
    height:25px;
     width:50px;
     left:300px;
     cursor:pointer;
      text-align:right;
      vertical-align:middle; 
      line-height:25px;
       font-family:'Segoe UI';
        color:#6495ED;
         font-weight:600;
         font-size:small;
}
.seeall:hover
{
    color:red;
}
.columngap
{
    width:50px;
}
.disablepage
{
     width:100%;
     height:100%;
     position:fixed;
      background-color: rgba(255, 255, 255, 0.4);
     top:83px;
     left:0px;
     text-align:center;
     z-index:7000;
     cursor:not-allowed;
}
td
{
   cursor:default;
    text-align: left;
}
div
{
    cursor:default;
}

.Button_style2
{
    
    border-style: none;
    border-color: inherit;
    border-width: thin;
    background-color: #4690D6;
    color: white;
    font-family: Tahoma;
    font-weight: 600;
    min-width: 80px;
    height: 30px;
    font-size: 85%;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-style: solid;
    border-width: thin;
    border-color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius:4px;
}
.Button_style2:hover
{
    
        background-color: indianred;
        -webkit-transition: background-color 500ms ease,border-width 300ms ease-in-out;
        -moz-transition: background-color 500ms ease,border-width 300ms ease-in-out;
        -o-transition: background-color 500ms ease,border-width 300ms ease-in-out;
        transition: background-color 500ms ease,border-width 300ms ease-in-out;
        cursor: pointer;
        text-shadow: rgb(255, 255, 255) 0px 0px 10px;
        border-style: groove;
        border-width: thin;
        border-color: white;
}

.charttable
{
    position:relative;
     width:1300px;
       
}
.RadScheduler .rsHeader h2
{
            font-weight:bold !important;
          //  color:darkred ;
             text-align:left !important;
}
.labelwidth
{
    width:100px !important;
    text-align:left !important;
    font-weight:600 !important;
   

}
.app_template
{
    background-image:url('icons_new/app_template.jpg');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    background-color:red;
}
.namecluster
{
    border-style:solid;
    border-radius:2px;
    border-color:grey;
    border-width:thin;
    padding:5px;
    width:600px;
}
.text_cent
{font-weight:600;
 text-align:center !important;
 font-size:80%;
}
.dinamictable
{
    border-style:solid !important;
    border-width:thin !important;
}
.dynamicrow
{
    background-color:white;
    font-family:Verdana;
    border-style:solid;
    border-width:thin;
     cursor:pointer;
     position:relative;

}

.dynamicrow:hover
{
    background-color:lightblue;
    color:black !important;
    font-weight:600;
   //  -webkit-transform: scale(1.02,1.02);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 100ms;
  //  -moz-transform: scale(1.02,1.02);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    position: relative;
   
}
.dynamicrow2
{
    background-color:whitesmoke;
    
}
.dinamiccell
{
    
    border-style:solid;
    border-width:thin;
    border-color:lightgray;
    padding:5px;
    font-weight:600;
     cursor:pointer;
     height:1.5cm !important
}
.dinamicheading
{
    text-align:center !important;
    font-weight:700;
    color:black;
    background-color:silver;
}

.xray_images_dynamic
{
    width:180px; 
    height:180px; 
    border-style:solid;
     border-width:5px;
      border-color:white;
       display:inline-block;
       display:inline;
       cursor:pointer;

}
.xray_images_dynamic:hover
{
    
     -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 100ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    position: relative;
   
}

.popupwithstrip
{
    width:100%;
     height:100%;
     position:fixed;
      background-color: rgba(0, 0, 0, 0.5);
     top:83px;
     left:0px;
     text-align:center;
     z-index:7000;
  
}
.close3
{
    border-radius:30px;
     background-color:deepskyblue;
     background-image:url('icons_new/cloose.png');
     width:35px;
     height:30px;
     background-size:contain;
     background-repeat:no-repeat;
     background-position:center;
     border-bottom-left-radius:0px;
     border-bottom-right-radius:0px;
    
}
.close3:hover
{
     cursor:pointer;
     -webkit-transition: background-color 0.5s ease-in-out;
     background-color:red;
}
.back
{
    border-radius:30px;
     background-color:#4690D6;
     background-image:url('icons_new/back1.png');
     width:35px;
     height:35px;
     background-size:18px;
     background-repeat:no-repeat;
     background-position:center;
    
}
.back:hover
{
 cursor:default;
     -webkit-transition: background-color 0.5s ease-in-out;
     background-color:deepskyblue;
}

.xrayworkarea
{
  
   position:relative; 
   top:30px;
   height:80%;
   width:800px;
   background-color:white;
   border-color:white;
   border-width:5px;
   border-style:solid;
   border-radius:5px;
   border-top-right-radius:0px;
}
.imagearea
{
    width:100%;
    height:100%;
    overflow:auto;

}
.dialogarea
{
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:top;
}
.preview_xray
{
    width:800px;
    height:100%;
    overflow:auto;
    background-color:lightblue;
}
.img_preview
{
    width:100%;
    height:100%;
    background-image:url('pqrs/testdicom110.jpg');
    background-size:contain;
    background-position:left;
    background-repeat:no-repeat;
  //  background-color:red;
}
.zoominbtn
{
    width:20px;
    height:20px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url('icons_new/zoomin_small.png');
  cursor:pointer;
  border-radius:10px;
  border-color:white;
  border-style:solid;
  border-width:thin;

}
.zoomoutbtn
{
    width:20px;
    height:20px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url('icons_new/zoomout_small.png');
  cursor:pointer;
  border-radius:10px;
  border-color:white;
  border-style:solid;
  border-width:thin;
}


.treaticon
{
   border-style:solid;
   border-width:thin;
   border-color:white;
   display:inline-block;
   
   width:80px;
   height:80px;
   background-image:url('short_icons/1.png');
   background-position:center;
   background-size:60px;
   background-repeat:no-repeat;
   cursor:pointer;
   background-color:red;
   border-radius:5px;
   border-top-left-radius:7px;
   border-top-right-radius:7px;
}
.treaticon:hover
{
    border-color:deepskyblue
}
.fav_treat
{
    height:85px;
    width:250px;    
  
}
.addtofav
{
    width:30px;
    height:30px;
    background-image:url('short_icons/fav.png');
    background-size:contain;
    background-position:center;
     cursor:pointer
}
.addtofav:hover
{
    -webkit-transform: scale(1.4,1.4);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.4,1.4);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 200ms;
    position: relative;
   
}
.treaticon
{
    width:35px;
    height:35px;
    display:inline-block;
    border-style:none;
    background-size:contain;
    background-position:center;
    
}
.treaticon:hover
{
     -webkit-transform: scale(1.4,1.4);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.4,1.4);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 200ms;
    position: relative;
}
.ftclose
{
    width:10px;
    height:10px;
    background-color:white;
    color:darkred;
    text-align:center;
    vertical-align:middle;
    line-height:5px;
    top:0;   
    position:relative;
    margin-left:auto;
    margin-right:0;
    border-style:solid;
    border-width:thin;
    border-color:darkred;
    vertical-align:middle;
    text-align:center;
    line-height:3px;
    border-radius:2px;
    cursor:pointer;
}
.ftclose:hover
{
     -webkit-transform: scale(1.8,1.8);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.8,1.8);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 200ms;
    position: relative;
}

.dontshow
{
    visibility:hidden;
}
.tbnumeric
{

}
.dashboard_tab
{
    width:150px;
     height:50px;     
      border-style:solid;
       text-align:center;
       vertical-align:middle;
       line-height:50px;
        display:inline-block;
        background-color:blue;
        color:white;
        font-weight:700;
}
.dashboard_tab:hover{
    cursor:pointer;
    background-color:deepskyblue;
    border-color:deepskyblue;
}

.cl_group
{
    border:none !important;
   // background-color: rgba(224, 224, 224, 0);
   background-color: whitesmoke;
    color:#4690D6;
    font-size:90%;
    font-family:'Segoe UI';
    font-weight:700;
}
.cl_group:hover
{
    background-color:white;
    color:black;
    
}
    .cl_group:focus 
    {
    background-color:lightgoldenrodyellow;
    }
.cl_template_outer
{
    height:28px;
    text-align:left;
    vertical-align:bottom;
}
.cl_template
{   
    height:25px;
    width:200px;
     width:175px;
    border-style:solid;
    border-width:thin;
    border-color:whitesmoke;
    font-family:'Segoe UI';
    font-size:90%;
    font-weight:700;
    border-radius:5px;   
    vertical-align:middle;
    line-height:25px;
    cursor:pointer;
    background-color:#4690D6;
    color:white;   
   text-align:center;
}
.cl_template:hover
{
    background-color:deepskyblue;
}

.template_container
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    top:15px;
    width:225px;
    height:280px;   
    border-radius:2px;
    border-style:solid;
    border-color:whitesmoke;
    border-width:thin; 
   // padding:5px; 
    overflow:hidden;
}
.template_parent
{    
    height:250px;
   width:235px;
    overflow:hidden;
    overflow-y:auto;
   // padding:5px;
   text-align:left !important;
}
.cl_template_new
{
      height:25px !important;
    text-align:center;
    vertical-align:top;
    width:25px!important;
    margin-left:5px;     
}
.right_align_table
{
    margin-left:auto !important;
    margin-right:0 !important;
    position:relative !important;
}
.left_align_table
{
    margin-left:0;
    margin-right:auto;
    position:relative;
}
.label_text
{
    font-size:90%;
    font-family:'Segoe UI';
    font-weight:700;
}
.notimportant
{
    color:GrayText !important;
}
.innerpop
{
    width:100%;
    min-height:100px;
   border:solid thin lightgray;
    border-radius:5px !important;
    padding:10px;
   padding-top:0px;
   padding-right:0px;
}
.cl_btn
{
    width:20px;
     height:20px;
     cursor:pointer;
     z-index:1000;
}
.cl_btn2
{
    width:20px;
     height:20px;
     cursor:pointer;
}
.cl_btn:hover
{
   background-color: rgba(224, 224, 224, 0.85);
    border-radius:2px;
     -webkit-transform: scale(1.5,1.5);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -moz-transform: scale(1.5,1.5);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 200ms;
    position: relative;
}
.hand
{
    cursor:pointer !important;
}
.hand:hover
{
    background-color:lightgoldenrodyellow !important;
    color:red !important; 
    
}
.innertabs
{
    width:438px;
    height:auto;
    left:0;
    position:relative;
    
}
.diag_grouparea_parent
{
    position:relative;
    height:35px;
    width:100%;
   // background-color:green;
    overflow-y:hidden;
    border-radius:2px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0px;
    border-bottom-style:solid;
    border-width:thin;
    border-color:whitesmoke;
    overflow:hidden;
}
.diag_grouparea_parentedit
{
     position:relative;
    height:35px;
    width:100%;
   // background-color:green;
    overflow-y:hidden;
    border-radius:2px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0px;
    border-bottom-style:solid;
    border-width:thin;
    border-color:whitesmoke;
    overflow:hidden;
}
.diag_grouparea
{    
    height:46px;
    width:426px;
     width:420px;
    overflow-x:auto;
    overflow-y:hidden;
   font-family:Helvetica !important;
   
}
.diag_groupareaedit
{    
    height:46px;
    width:426px;
     width:420px;
    overflow-x:auto;
    overflow-y:hidden;
   font-family:Helvetica !important;
   
}
.diag_iconarea_parent
{   
   height:150px;
   height:130px;
  width:426px; 
   width:419px;   
 overflow:hidden;
 vertical-align:bottom;
 height:280px;
 
}
.diag_iconarea_parentedit
{   
   height:150px;
   height:130px;
  width:426px; 
   width:419px;   
 overflow:hidden;
 vertical-align:bottom;
 
}
.diag_iconarea
{
    width:430px;
    height:149px; 
    height:130px;
 overflow-y:auto;  

 height:280px;
 
}
.diag_iconareaedit
{
    width:430px;
    height:149px; 
    height:130px;
 overflow-y:auto;  
 
}
.d_group
{
    height:25px;   
    background-color:whitesmoke;
    text-align:center;
    font-size:smaller;
    font-weight:700;
    cursor:pointer;
   // padding:5px;
    color:GrayText;
    vertical-align:middle;
    line-height:30px;
    border-right-style:solid;
    border-width:thin;
    border-color:lightgray;
    width:50px;
   
}

.d_group:hover
{
    color:deepskyblue;
}
.d_group.select
{
    background-color:deepskyblue;
    color:white;
}

.diag_icon_holder
{
    width:40px;
    height:40px;
    display:inline-block;
    text-align:center;
   // background-image:url('teeth_treatment/dgssample/d0.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
   background-color: rgba(224, 224, 224, 0.85);  
   background-color:whitesmoke;
   // border:solid thin deepskyblue;   
    padding:5px;
   // box-shadow: 5px 5px 5px darkgray;
    -webkit-box-shadow: inset 0px 0px 4px 0px black;
-moz-box-shadow: inset 0px 0px 4px 0px black;
box-shadow:inset 0px 0px 4px 0px black;
border-radius:1px;
cursor:pointer;
/*-webkit-touch-callout: none !important;
    -webkit-user-select: none !important;*/ 
}
.diag_icon_holder:hover
{
    background-color:deepskyblue;
    cursor:pointer;
   box-shadow: 5px 5px 5px darkgray;
   background-color:white;
  border:solid thin deepskyblue;
}
.diag_icon
{
   width:20px;
   height:40px;   
   border-radius:3px;   
}
.diag_iconzoom
{
    
    background-color:orangered;
}
.divasheading
{  
  text-align:left;
  vertical-align:middle;
  width:100%;
 font-family:Helvetica;
  height:20px;
 font-size:90%;
}
.ipadicons
{
    width:30px;
    height:30px;
    display:inline-block;
}

.d_t_footer
{
    border-top:solid thin lightgray;
    font-family:Helvetica;
    font-weight:700;
    color:blue;
    font-size:80%;
    padding-top:5px;
}
.d_t_footerbtns

{
    width:60px;
}
.d_t_footerbtns:hover
{
    color:darkred;
    cursor:pointer;
}
.info
{
    width:20px;
    height:20px;
    background-image:url('short_icons/info.png');
    background-size:contain; background-position:center; background-repeat:no-repeat;
    cursor:pointer;
    border-radius:1px;

}
.infoselect
{
    background-color:deepskyblue;
}

.tabletitlestyle
{
   
    height:25px;
    color:black;
    font-family:Helvetica !important;
    font-size:12px;
    font-weight:700;
    text-align:center;
    padding:2px;
    vertical-align:middle;
    line-height:25px;
    border-right:solid thin lightblue;
   // border-left:solid thin black;
    border-bottom:solid thin lightblue;
    border:solid thin #337ab7;
    color: #fff;
  background-color: #337ab7;
  text-align:left;
  padding-left:2mm;
   
}
.tabledatastyle
{
    background-color:white;
    height:25px;
    color:black;
    font-family:Helvetica !important;
    font-size:12px;
    font-weight:500;
    text-align:left;
    padding:5px;
    vertical-align:middle;
    line-height:25px;
    border-right:solid thin whitesmoke;
    border-left:solid thin whitesmoke;
    border-bottom:solid thin whitesmoke;    
    line-height:1.7 !important;
}
.tabledatastyle .cellEditPencil
{
    display:none;
}
.editedcolumn
{
    /*background-color:darkred;
   color:white;*/
}
.teethcell
{
    width:0.5cm;
    font-weight:600;
}
.complaintcell
{
  //  width:3cm;
  background-color: floralwhite;
}
.diagnosiscell
{
   max-width:5cm;
}
.treatmentcell
{
   // width:3cm;
   background-color: floralwhite;
}
.datecell
{
   width:3cm;
   background-color: floralwhite;
   text-align:center;
}
.doctorcell{
   // width:5cm;
       background-color: floralwhite;
}
.amountcell
{
    width:2.5cm;
   font-weight:600;
   color:darkred;
}
.selcolumn
{
     width:0.3cm;
}
.statuscell
{
   width:1.5cm;
  font-weight:500 !important;
}

.autobox
{
    height:50px !important;
    border-style:none !important;
}

.tableeditcolumn
{
    /*background-image:url('icons_new/editnew.png');
    background-position-x:right;
    background-position-y:top;
    background-size:15px;
    background-repeat:no-repeat;*/
}

.tableeditcolumn_4_app:hover
{
    color:darkred;
  //  font-weight:600;
  background-color:lightgoldenrodyellow;
 cursor:pointer;
}
.tableselectcolumn_4_app
{
    color:darkred;
   // font-weight:600;
  background-color:lightgoldenrodyellow;
 cursor:pointer;
 border-bottom-style:none;
}

.tableeditcolumn:hover
{
  
   
  background-color:#D5DBDB !important; 
background-color:lightgoldenrodyellow !important; 
 cursor:pointer;
 cursor:context-menu;
 
}
.tableeditcolumn:hover .cellEditPencil
{
    display:inline-block;
}
.tableeditcolumn.select
{
    color:white;
    background-color:deepskyblue;
 cursor:pointer;
}
.editcolumn
{
     width:25px;
    height:25px;
    background-image:url('Icon/edit.png');
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
.dltcolumn
{
    width:25px;
    height:25px;
    background-image:url('Icon/remove.png');
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
.cutcolumn
{
    width:25px;
    height:25px;
    background-image:url('Icon/cut.ico');
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
cutcolumn:hover
{
    background-color:yellow !important;
}
.destroycolumn
{
     width:25px;
    height:25px;
    background-image:url('icons_new/delete.png');
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
.editiconcolumn
{
    width:25px;
    height:25px;
    background-image:url('icons_new/edit.png');
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
.editiconcolumn:hover
{
  background-color:lightyellow;
}
.destroycolumn:hover
{
    background-color:lightyellow;
}

.dltcolumn:hover
{
    background-color:darkgray;
}

.aspcombo
{
    border:none !important;    
    border:solid thin lightgray !important;
    vertical-align:middle;
    line-height:35px;
   
}
.tb_diagnosis
{
    width:365px !important;
    font-family:Helvetica !important;
    font-size:85%;
    font-weight:500;
}
.planactive
{
    background-color:green;
    border-radius:5px;
    color:white;
    font-family:Helvetica;
   text-align:center;
   font-weight:600;
   font-size:85%;
   cursor:pointer;
   height:100%;
    -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.plandeactive
{
    background-color:red;
    border-radius:5px;
    color:white;
    font-family:Helvetica;
    text-align:center;
   font-weight:600;
   font-size:85%;
   cursor:pointer;
   height:100%;
    -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.chart
{
    width:752px; height:515px;
}
/*.StarttingButtonList
{
    border-top-left-radius:5px ! important;
     border-bottom-left-radius:5px ! important;
}
.EndingButtonList
{
    border-top-right-radius:5px ! important;
    border-bottom-right-radius:5px ! important;
}*/
@media screen and (max-width: 1300px) 
{
    .hidemenu{display:none !important;}
    .charttable{ width:1275px}
    .chart_buttons{
        font-size:11px;
        width:65px;
    }
    .menu_reservewidth
    {
        width:0px
    }

}



@media screen and (max-width: 1239px) 
{
    .loginbanner {display:none}
    .menu { position:absolute; }
  .status_panel{ position:absolute; font-family:Helvetica !important;}
  #detail_block{ position:absolute; }
  #master_buttons{
      position:absolute !important;
      font-family:Helvetica !important;
      font-weight:600 !important;
      font-size:85% !important; 
      display:none;     
  }    
  #menu{position:absolute;}
  .hidemenu{display:none !important;}
  .tabledatastyle{font-weight:500 !important}
   .bg_masterarea
  {
  position:absolute;    
  min-width:1300px;
  }
   
  .bodymaster
  {
      background-image:none;
      background-color:lightblue;
  }
  /*a[data-role=button] 
  {
    -webkit-user-select: none!important;
}*/
  .teeth_selection_zoom
  {
      //background-color:blue;
       -webkit-transform: none;
    -webkit-transition-timing-function:step-end;
    -webkit-transition-duration: 0;
    -moz-transform: none;
    -moz-transition-timing-function:step-end;
    -moz-transition-duration:0;
  }
 
 
  .charttable { width:980px;}
  .innertabs
  {
      width:220px;
     padding-left:0;
     padding-right:0;
      overflow:auto;
      
  }
  #d_block
  {
      padding-left:1px !important;
      padding-right:1px !important;
  }
  .diag_grouparea {  width:200px;height:50px }
  .diag_iconarea_parent{ width:200px; }
  .diag_iconarea{  width:215px; }
  .control_holder { height:520px;}
  /*.chart_menu.invisible{ display:none;}*/
  .chart_menu { position:relative; font-size:90%!important; font-family:Helvetica; font-weight:600 !important;font-size:90% !important; }
  .ipadmenu{display:block;}
  .chart_buttons { display:none;}
    chart_buttons.selection_chart_menu 
    {
        border:none;
        background-color:rgba(255,255,255,0) !important;
          -webkit-transform: scale(1.8,1.8);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    -moz-transform: scale(1.8,1.8);
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    position:relative;

    }

    div.itemZoom:hover
     {
    -webkit-transform: none;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 20ms;
    -moz-transform: none;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 20ms;
    position: relative;
    cursor:pointer; 
   }

    .complaint_plan
    {
        width:210px !important;
    }
    .tb_diagnosis
    {
        width:142px !important;
    }
    .mediahide
    {
        display:none;
    }
    .table_heading
    {
        font-size:90%;
    }
    .chart1
    {
-moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);  
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;  
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    }
    .chartminimize
    {
     width:50px;
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);  
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;  
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 300ms;
    }

 .selection_chart_menu
{
    background-color:yellow !important;
    border-width:thick !important;
}
 .tododiv
 {display:none !important;}  


 .textboxresponsive
{
    width:140px !important;
 
}
 .planname
 {
     width:165px;
 }

 .ddlphase
 {
     width:100px;
 }

}
/*///////////////////////////////////////////////////////////////////////////////end of mediaquery////////////////////////////////*/
.editbtncolumn
{
    width:25px;
    height:25px;
    background-image:url('Icon/Edit.png');
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
.editbtncolumn:hover
{
    background-color:HighlightText !important;
     background-color:gray !important;
}
.tooltip_datetime
{
    border-style:none !important;
    color:black !important;
}
.divtreatment {
font-size:11px !important;
font-weight:500 !important;
font-family:Helvetica !important;
z-index:999999999;min-height:28px;
color:darkred !important;
width:340px !important;
padding-top:5px !important;
padding-right:50px !important;
border-bottom:solid thin lightgray !important;
empty-cells:hide;
}
    .divtreatment:focus {
        color:white !important;
        background-color:deepskyblue !important;
    }
.tdwidthrate {
   
    width:100px !important;
     text-align:right;
}
.tdwidthtreat {
    width:240px !important;
}
.arrow-right-masterbutton {   
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
    float:left;
}
.arrow-container
{
   
    padding-left:2px;
    padding-right:2px
}
.PopupDashboardSelectContent
{
    background-color:white;
    width:900px;
    height:450px;
    border-radius:2px;
    font-weight:700;
    padding:15px;
    padding-top:20px;
    
}
.dashboardpreview
{
    height:auto;
    width:243px;
    border:solid thick black;
    cursor:pointer;
    border-radius:3px;
}
.dashboardpreview.select
{
    border:solid thick red;
}
.docktopstrip
{
    background-color:#4690D6;  
     width:100%;
      height:18px;
      
       font-family:Helvetica; 
       font-size:small;
        color:white;
        font-weight:600;      
          text-align:center;
          top:0px; 
          border-right:solid thin whitesmoke;
          border-left:solid thin whitesmoke;
}
.docknumbers
{
    cursor:pointer;
     font-size:200%;
      color:#CC3300;
}
.dock_panel_topstrip
{
    width:100%;
     height:100%;
     background-color:#4690D6; 
}
.homepageselectionheading
{
    text-align:center;
    font-size:large;
    text-decoration:underline;
}
.messagecell
{
   font-size:12px;   
 
}
#bt_choose_homepage
{
    font-size:smaller;
}
.xray_images_dynamic_container
{
  //  height:200px;
    width:170px;
    display:inline-block;
    border-bottom:solid thin lightgray;
  border-radius:0
   
}
.xray_images_dynamic_container:hover
{
 
    color:white !important;   
    background-color:Highlight;
}
.xray_images_dynamic_container:hover a
{
 
   color:darkgreen !important;  
     visibility:visible;
}
.xray_images_dynamic_container:hover span
{  
    
    color:white !important;
    background-color:black;
}
.xray_preview
{
    width:180px; 
    height:190px;     
    cursor:pointer;
}


.xray_container
{
  background-color:white;
  width:800px;
  height:500px;
  overflow-y:auto;
 
}
.tb_questionclass
{
    width:10cm;
    height:3cm;
    border:solid thin black;
}

.htmlgrid_data
{
    padding-left:2mm;
    padding-top:1mm;
    height:15mm;
    display:flexbox;
    align-items:center;
  background-color: white; 
  border-bottom:solid thin lightgray;
   
     font-weight:500 !important;    
     cursor:pointer;
}


.htmlgrid_head
{
    background-color:#0d547d;   
    color:black;
    height:1cm;
    display:flexbox;
    align-items:center;
  //  text-align:center;
    flex-direction:row;
    padding-left:2mm; 
    color:white;
    cursor:default;
    border-bottom:solid thin lightgray;
     /*background: -webkit-linear-gradient(black,#0d547d); 
    background: -o-linear-gradient(black,#0d547d);
    background: -moz-linear-gradient(black,#0d547d); 
    background: linear-gradient(black,#0d547d);*/
}
@-webkit-keyframes blinker {
  /*from {opacity: 1.0;}
  to {opacity: 0.0;}*/

 from {color:red;
       font-weight:700;
       cursor:pointer;
   
       border-radius:5px;
 }
  to 
  {color:black;
   font-weight:700;
   cursor:pointer;
   
  }
}
.blinknotification{
   
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 280ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in;
	-webkit-animation-direction: alternate;
}
.xray-badge
{
    background-color:black;
}
.xray-badge:hover
{
    background-color:#4690D6;
    color:white !important;
}
.eye
{
    font-size:large;
    cursor:pointer;
   visibility:hidden;
}
.peadoRoot
{
     -webkit-transform: scale(0.7,0.7) !important;   
    -moz-transform: scale(0.7,0.7)!important;   
   
}

@-webkit-keyframes toothNoteBlinker 
{ 

 from 
 {
  /*-webkit-box-shadow: inset 0px 0px 10px 3px deepskyblue;
-moz-box-shadow: inset 0px 0px 10px 3px deepskyblue;
box-shadow: inset 0px 0px 10px 3px deepskyblue;
background-color:rgba(255,255,255,0.5);*/
 border-color:deepskyblue;
 }
  to 
  {
 
 
  }
}
.toothNoteBlink{   
	
	-webkit-animation-name: toothNoteBlinker;
	-webkit-animation-duration: 1000ms;
   
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: ease-in ease-out;
	-webkit-animation-direction: alternate-reverse;
  // border-radius:2px;
   
}

.chart_representation
{
    min-width:16.5cm;
   height:5cm;
   
}


.dentalChart
{
    background-color:rgba(255,255,255,0.73);
    height:12cm;
    /*width:208mm;*/
    
}
.chart-bg
{
     background-color:rgba(255,255,255,0.73);
}
.teeth-wrap
{
    
    border-radius:5px;
    display:inline-block;
}
.teethRow
{
    width:203mm;
    background-color:lightblue;
}
.peado-Row
{
   
    width:13cm;    
}
.chart-side-panel-wrap
{
     /*height:12cm;*/
     background-color:rgba(255,255,255,0.73);
}
@-webkit-keyframes fillSurfaceBlinker 
{ 
 from {  background:black;} to {background:red; }
}
.fillSurface{   	
	-webkit-animation-name: fillSurfaceBlinker;
	-webkit-animation-duration: 200ms;   
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: ease-in ease-out;
	-webkit-animation-direction: alternate-reverse;    
    background:red;
}
.coloring
{
    background:green;
}
.diagnosis-treatment-block-wrap
{
    height:3in;
    background-color:white;
    border-radius:1mm;
    border:solid thin lightblue;
}

.imageButtons
{
    background-image:url('teeth_treatment/dgs9/25.png');
    width:1cm;
    height:1cm;
    background-size:4mm;
    background-repeat:no-repeat;
    background-position:center;
}
.colorButtonsDiagnosis
{
  
  width:1cm;
  height:1cm;
  border-radius:28px !important;
 // background-color:gray !important;
  border:solid thin black !important;
  border-width:1mm !important;
}
.colorButtonsTreatment
{
  width:1cm;
  height:1cm;
  border-radius:28px !important; 
  border:solid thin lightgray !important;
  
}
.imageButtons-wrap
{
     width:11mm;
     height:11mm;
     padding:1mm;
     display:inline-block;
}
.htmlFocus
{
    border:solid thin blue !important; 
}

.master-strip-top
{
 
  top:0;
  left:0;
  height:82px;
  width:100%;
  background-color:whitesmoke;  
  border-bottom:solid thin lightgray;
}
.hoverGlow:hover .docktopstrip
{  
 background-color:#286090 !important;
}
.hoverGlow:hover
{
   cursor:pointer !important;

}
.slidePanelMenu
{
   
    background-color:#337ab7;
     z-index:85000000;
     height:100vh;   
     top:82px;
     left:0;
     position:fixed;   
    width:0;
    overflow:hidden;    
     -webkit-transition:width 280ms ease-in-out;
    -moz-transition: width 280ms ease-in-out;
    -o-transition: width 280ms ease-in-out;
    transition: width 280ms ease-in-out; 
}
.slidePanelMenu.showslidePanel
{     
     width:3.5in;
}
.slidePanelPatientSearch
{
     background-color:#239ADE;   
     z-index:85000000;
     height:100vh;   
     top:82px;
     left:0;
     position:fixed;   
    width:0;
    overflow:hidden;    
      -webkit-transition:width 280ms ease-in-out;
    -moz-transition: width 280ms ease-in-out;
    -o-transition: width 280ms ease-in-out;
    transition: width 280ms ease-in-out; 
}
.slidePanelPatientSearch.showslidePanel
{     
     width:4in;
}

.patientMenu
{
    background-color:whitesmoke;
    width:7.8cm;
    position:absolute;
    top:81px; 
    left:164px;
    border:solid thin lightgray;
    border-top:0;  
}
.patientMenu-item:hover
{
    background-color:#4690D6;
    color:white !important;
}

.bt_csMore ul
{
    display:block !important;
}
.externalPageIframe
{
    width:98vw;
    height:90vh;
    background-color:white;
    border-radius:0;
    border-style:none;
}

.MasterGearBlock
{
   position:absolute;
   background-color:whitesmoke;
   top:81px;
   right:0;
   width:3in;
  
   border:solid thin lightgray;
   border-top:none;
}