
root { 
    display: block;
}
html{
    
     margin:0 !important; padding:0 !important;
}
body{
    margin:0; padding:0;   
    color:#7d7d7d;
    overflow:auto;
    font-family:sans-serif;
    font-size: 11px;
   width:100%;
   height:100%
}

/*@media only screen and (max-device-width: 480px) {
    
    form{width:80%}*/
    /*    .loginform{min-width:50%;width:fit-content}*/
   /*body{width:100%}
}*/

/* for mobile */
@media only screen and (max-device-width: 480px) {
    body{width:100%}
   
}
.loginTheme{
    position:relative;
    background-color: grey !important;
    padding-top: 10%;
    padding-left: 0;   
    padding-right: 0; 
    padding-bottom: 10%;
     
    text-align: center;
    display: block;
    overflow: hidden;
}  
.loginform{
  
    height:30%;
    border :0;
    color:green;
    background: whitesmoke;
    padding:2px;
    margin-top: 2%;
    margin-left:0;
    display:inline-block;

}

.loginform .imagelogin{
    padding-right: 15px;
    
    text-align: center;
    vertical-align: middle;
    
   margin: 0 auto 0 auto;
    padding-top: 9px !important;
    width:170px;
       
/*    padding-top: 0px !important;*/
/*    padding-top: 50px !important;
    */

}
.loginform table tr td {

    color:green;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    /*font-family:'abelregular';*/
    font-size: 13px;
}

.loginform table tr td input[type=text],.loginform table tr td input[type=password]{

    color:green;
    vertical-align: top;
    /*font-family:'abelregular';
    font-size: 15px;*/
    width:150px;
}


/*for mobile*/
.loginformMob{
  
    height:30% ;
    border :0;
    color:#581D70;
    background: whitesmoke;
    padding:2px;
/*    margin-top: 2%;*/
    margin-left:0;
    display:inline-block;

}

.loginformMob .imagelogin{
    /*border-bottom:2px solid #630460 ;*/
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 0 auto;
    padding-top: 9px !important;
    width:170px;
}

.loginformMob table tr td {

    color:green;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    /*font-family:'abelregular';*/
    font-size: 13px;
}

.loginformMob table tr td input[type=text],.loginformMob table tr td input[type=password]{

    color:#630460;
    vertical-align: top;
    /*font-family:'abelregular';
    font-size: 15px;*/
    width:150px;
}

.loginformMob table tr th{
    color:#630460;
    font-weight: bold;
    text-align:left;
    vertical-align: top;
    /*font-family:'abelregular';*/
    font-size: 13px;

}
.loginformMob table {
    width:100%;
    height:100%;
}
 

/*for mobile*/
.middlebarMob
{
    position:relative;
    padding:1%;
    width:98%;
    top:50px; /* because .headers is fixed */
    background-color: transparent;
    float:left;
    font-size: 11px;
    padding-top: 10px;
/*    display: inline-block;*/

}
.middlebar
{
    position:absolute;
    left:170px;
    right:2px;
    top:10px;
    background-color: transparent;
    float:left;
    padding:20px;
    font-size: 11px;
    padding-top: 100px;
    display: inline-block;

}

.loginform table tr th{
    color:#630460;
    font-weight: bold;
    text-align:left;
    vertical-align: top;
    /*font-family:'abelregular';*/
    font-size: 13px;

}
.loginform table {
    width:100%;
}



/*.headers{
    position:absolute;
    left:0px;
    top:0px;
    width:170px;
    min-height:100% !important;
    height:auto;
    background-color:#581D70 !important;
    float : left;
}*/
/* edited by sandy */
.headers{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:88px;
    height:auto;
    /*background: whitesmoke;*/
    float : left;
}

/*for mobile*/
.headersMob{
    position:absolute;
    width:100% !important;
     right:0px;
     left:0px;
    top:0px;
    /*background: whitesmoke;*/
    z-index: 1;
    height:44px !important;
    float : left;
    
}

.headersInfo{
    position:absolute;
    width:100%;
    height:42px;
    z-index: 1;
    float : left;
}

.headersInfoMob{
    position:absolute;
    right:0px;
    width:100% !important;
    height:42px !important;
    z-index: 1;
    float : left;
    background-color:green;
}

/* added for mobile*/
#seperator{
    position:relative;
    width:100%;
    background: whitesmoke;
    height:1px;
    float : left;
    top:42px;
   
    background: whitesmoke; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, whitesmoke, #b63fbd, whitesmoke); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, whitesmoke, #b63fbd, whitesmoke); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, whitesmoke, #b63fbd, whitesmoke); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, whitesmoke, #b63fbd, whitesmoke); /* Standard syntax (must be last) */
}

.logo{
    padding-top:0px;
    width: 170px;
    height: 130px;
    background: #E7E7E7;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 30px;
    display:inline-block;
}

/* for mobile */
.logoMob{
    width: 100%; /*139px;*/
    height:70px !important;
    text-align: center;
    position: fixed;
    float: left;
    top:42px !important;
}

.logo img{
    width:100%;
} 

/* for mobile */
.logoMob img{
    height:100%;
}  

.logo a{
    height: 100%;
    width: 100%;
    display: block;
}

.logoMob a{
    height: 100%;
    width: 100%;
    display: block;
}

/****************************** added by sandy for mobile ******************************/
/* added for mobile */
#mainmenubg{
    position:fixed;
    width:100%;
    height:100%;
    z-index:1;
    background: #ffffff;
    opacity: .5;
    top:42px;
}

/*.mainmenu{
    position:absolute;
    float:left;
    height:100%;
    z-index:1;
    top:87px;
}*/

/* added for mobile */
/*.mainmenuMob{
    position:absolute;
    right:0;
    height:100%;
    z-index:1;
}*/



.switchbtn{
    width: 30px;
    height:30px;
    position:absolute;
    right:0;
    left:60px;
    top:6px;
    background: #581D70;
    z-index:1;
}

/* added for mobile */
.menubtnMob{
    width: 30px;
    height:30px;
    position:absolute;
    top:6px;
    left:10px;
    background: green;
    z-index:1;
}

#userPopup{
    z-index:1;
    position:absolute;
    /*float:right;*/
    width:200px;
    height:77px;
    right:0px !important;
    top:42px;
    color:white;
    text-align: left;
    background: green;
    display: none;
}

#userPopup ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height:100%;
    width:125px;
}

#userPopup a {
    text-decoration:none;
    color: #d0cbcb;
}

#userPopup li a:link, .menubar .menuclass li a:visited {
    color: #FFF;
    display: block;
    padding: 8px 0 0 10px;
}

/******************************************************************************/
.menulist{
    position:absolute;
    float:left;
    min-height:82% !important;
     bottom:0;
    margin-bottom: 0px;
    z-index:1;
    top:160px;
    background: #E7E7E7 !important;
    display: inline-table;
     width: 170px !important;
}

/* added for mobile */
.menulistMob{
    z-index:1;
    position:absolute;
    height:100%;
    top:42px;
    overflow: auto;
    background:grey;
   /*background: #A3BC50;*/
    display: none;
    width:100%;
}

.menubar{
    width: 170px !important;
    background: grey;
   /* display:relative;*/
    padding:0px;
    min-height:78% !important;
    top:160px;  
}


/* for mobile - change menubar from id# to class. */
.menubarMob{
    width:100% !important;
    height:100% !important;
    position:relative;
    top:0px !important;
}
.menubarMob .menuclass ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height:100% !important;
    width:100% !important;
    

}
/*.menubarMob{
    width: 170px !important;
    background: #581D70;
    display:inline-block;
    padding:0px;
    height:100% !important;
    top:160px;  
}*/

.menubar li a, .menubar li span{
    /*    -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        transition: all 1s ease-out;*/
    font-size:12px !important;
    color: white;
    vertical-align: middle;
    height: 35px;
    line-height: 29px;
    display: inline-block;
    padding-left: 8px;
    font-family: inherit;
    text-transform: capitalize;
    text-decoration: none;
    cursor:pointer;

}	

.menubar .menuclass li a:link, .menubar .menuclass li a:visited {
    color: #FFF;
    display: block;
    padding: 8px 0 0 10px;
}

.menubar .menuclass ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height:100%;
    width:170px;
    

}

div.footmenu {
 position: relative;
    background: grey;
    height:3%;
display: table-footer-group;
padding-top:5px !important;
padding-bottom:5px !important;
  margin-bottom:6% !important;
  
    width:170px;
    text-align: left;
/*    vertical-align: middle;*/
}
.footmenu ul{
    float:left;
    margin: 0;
    padding: 0;
   
}
.footmenu a {
    color: white;
    float:left;
    margin:0 !important;
    padding:0 !important;
    font-size: 11px;
    text-decoration: none;
    text-transform: capitalize;
    display:block;
}
.footmenu li a:link, .footmenu li a:visited {
    color: white;
    display: block;
    padding: 8px 0 0 10px;
}
.footmenu ul li{ 
 
    padding-top:5px !important;
    padding-bottom:5px;
    padding-left: 5px;
    padding-right: 5px;
    float:left;
    display:inline-block;
    vertical-align: top !important;
    text-align: center;
    height:100%;
    list-style:none;
    margin:0;
    line-height:3px;
  color:white;
}
.border{
     border-right:1px solid white;
   
}


/*.footmenu .border{
    height: 10px;
    display: inline-block;
    padding-left: 6px;
    border-right: 1px solid white;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}*/


@font-face {
    font-family: 'abelregular';
    src: url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.eot');
    src: url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.woff') format('woff'),
        url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.ttf') format('truetype'),
        url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.menubar li { border-bottom:2px solid #FFD700; }
.menubar li+li { border-bottom:2px solid #FFE862; }
.menubar li+li+li { border-bottom:2px solid yellow }
.menubar li+li+li+li  {border-bottom:2px solid greenyellow; }
.menubar li+li+li+li+li { border-bottom:2px solid #4CFF33; }
.menubar li+li+li+li+li+li { border-bottom:2px solid aqua; }
.menubar li+li+li+li+li+li+li{ border-bottom:2px solid turquoise; }
.menubar li+li+li+li+li+li+li+li{ border-bottom:2px solid #00BFFF; }

.menubar li+li+li+li+li+li+li+li+li { border-bottom:2px solid #FFD700; }
.menubar li+li+li+li+li+li+li+li+li+li { border-bottom:2px solid #FFE862; }
.menubar li+li+li+li+li+li+li+li+li+li+li { border-bottom:2px solid yellow }
.menubar li+li+li+li+li+li+li+li+li+li+li+li {border-bottom:2px solid greenyellow; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li{ border-bottom:2px solid #4CFF33; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li { border-bottom:2px solid aqua; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{ border-bottom:2px solid turquoise; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{ border-bottom:2px solid #00BFFF; }

.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li { border-bottom:2px solid #FF3383; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{ border-bottom:2px solid #FAC101; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{ border-bottom:2px solid #33C7FF }

.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li { border-bottom:2px solid  #AF7AC5; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li {border-bottom:2px solid #4CFF33; }




.menubar li a:hover,.menubar li span:hover { color: #FF3383;}
.menubar li+li a:hover ,.menubar li+li span:hover{ color: #FAC101; }
.menubar li+li+li a:hover,.menubar li+li+li span:hover { color: #E95E65; }
.menubar li+li+li+li a:hover,.menubar li+li+li+li span:hover {color: #DF1E80; }
.menubar li+li+li+li+li a:hover,.menubar li+li+li+li+li span:hover { color: #009EE2; }
.menubar li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li span:hover { color: #F29100; }



.menubar li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li span:hover { color: yellow; }
.menubar li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li span:hover { color:  yellowgreen; }

.menubar li+li+li+li+li+li+li+li+li  a:hover,.menubar li+li+li+li+li+li+li+li+li span:hover { color:  #FF3383; }
.menubar li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li span:hover { color: #FAC101; }
.menubar li+li+li+li+li+li+li+li+li+li+li  a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li span:hover { color:  #E95E65; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li  a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  #DF1E80; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  #009EE2; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li  a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color: #F29100; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  yellow; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  yellowgreen; }

.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li  a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  #FF3383; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color: #FAC101; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  #E95E65;  }

.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color:  #DF1E80; }
.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a:hover,.menubar li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li span:hover { color: #009EE2;}




















input[type=button]
{
    background-color:green;
    color:white;
   width:130px !important;
    
    height:30px;
    cursor:pointer;
    text-transform: capitalize;
    font-weight:bold;
    text-align: center;
    padding:5px;
    border:0;
}

input[type=submit]
{
    background-color:green;
    color:white;
   width:130px !important;
    
    height:30px !important;
    cursor:pointer;
    text-transform: capitalize;
    font-weight:bold;
    text-align: center;
    padding:5px;
    border:0;
}
input[type=button]:hover
{
    background-color:green;
    cursor:pointer;
}

input[type=submit]:hover
{
    background-color:green !important;
    cursor:pointer;
}
img {border:0}
input{
    outline: none;
}
select
{
    color:#878787;
    font-size: 12px;
    
    
     }
     

a
{
    color:#a5a5a5;
    font-weight: bold;
    font-size:11px;
}
a:visited
{
    color:#a5a5a5;
    font-weight: bold;
}

.click {
    background: #630460;
    border: 2px solid white;
    color:white !important;
    display:block;
    text-align: center;
    width:50px;
    text-decoration: none;
    padding:6px;
    float:left;
    margin-left:50px;
    cursor:pointer;
}
.click:hover
{
    background-color:#B50D7F !important;
    cursor:pointer;
}
#prompt{
    background-color: whitesmoke;
    color:#704781;
}
.filtertable tr td,.filtertable tr th {
    width:150px
}
.filtertable input[type=submit] {
    width:70px !important;
    height:25px !important;
}
.filtertable input , .filtertable select {
    width:150px !important;
 
}
.filtertable tr td{
    color : #704781;
    font-weight:bold;
 
}


a.discret
{
    font-size:10px;
    text-decoration: none;
    color : #704781;
}

.errormessage
{
    color:red;
    font-weight: bold;
    font-size: smaller;
}
.errormessagepopup
{
    text-align: center;
    margin-top: 10px;
}

.subMenuDiv{

    text-align:center;
   padding:0;
    color:white;
    vertical-align: middle;
    font-weight: bold;
   
    cursor:pointer;
}

.switchUser{
}

.switchUserMob{
   width:100% !important; 
 
   
}
/*table th:nth-child(n+3), td:nth-child(n+3) {
  display: none;
}*/

.subMenuDivMob{

    text-align:center;
   padding:0;
    color:white;
    vertical-align: middle;
    font-weight: bold;
   font-size:16px;
    cursor:pointer;
}
/*.subMenuDivMob div { width:120px !important; height:80px !important;}*/

.subMenuDivMob div { vertical-align: middle !important;display: table-cell;text-align:center;border:3px solid white;width:48%;
    height:150px;float:left; background:#BC0E7F;}
.subMenuDivMob div+div {  border:3px solid white;width:48%;
    height:150px;float:left; background:#FAC101 }
.subMenuDivMob div+div+div { border:3px solid white; width:48%;
    height:150px;float:left;background:#E95E65 }
.subMenuDivMob div+div+div+div  {border:3px solid white; width:48%;
    height:150px;float:left;background:#DF1E80 }
.subMenuDivMob div+div+div+div+div { border:3px solid white;width:48%;
    height:150px;float:left;background:#009EE2  }
.subMenuDivMob div+div+div+div+div+div { border:3px solid white;width:48%;
    height:150px;float:left;background:#8A5298  }

.subMenuDiv div { vertical-align: middle !important;display: table-cell;text-align:center;border:2px solid white;width:150px;
    height:150px;float:left; background:#BC0E7F;}
.subMenuDiv div+div {  border:2px solid white;width:150px;
    height:150px;float:left; background:#FAC101 }
.subMenuDiv div+div+div { border:2px solid white; width:150px;
    height:150px;float:left;background:#E95E65 }
.subMenuDiv div+div+div+div  {border:2px solid white; width:150px;
    height:150px;float:left;background:#DF1E80 }
.subMenuDiv div+div+div+div+div { border:2px solid white;width:150px;
    height:150px;float:left;background:#009EE2  }
.subMenuDiv div+div+div+div+div+div { border:2px solid white;width:150px;
    height:150px;float:left;background:#8A5298  }

.countdown{text-align:right;float:right;display:inline-block;padding-right:2px;}
.countdown p{ padding:0;display:inline;margin:0;text-align:right;font-size:11px}
.countdown img {padding:0;vertical-align: middle}


#showppcard{
   width:60%;
   display:block;
   height:60%;
   
   
}
.submitlink {
    background: #630460;
    border: 2px solid white;
    color:white !important;
    
    text-align: center;
    width:50px;
    text-decoration: none;
    padding:4px 8px 4px 8px;
    
    
    cursor:pointer;
}
.submitlink:hover
{
    background-color:#B50D7F !important;
    cursor:pointer;
}
.printTable table,.printTable table tr,.printTable tr td{
    
    text-align: center;
}
.printTable th,.printTable tr{
    
    text-align: center;
    border-bottom: 1px solid grey;
}
.publicmessage{
    
    width:10%;
    height:10%;
    background: whitesmoke;
    color:red;
    border: 1px solid red;
    display:inline;
    padding:10px;
    
}
.generatedTable span table tr th,.generatedTable span table {
    white-space:nowrap !important;
    border-bottom: 1px solid #cac8d7;
}
.generatedTable span table tr:nth-child(even) {
    
    background:#DADCFF;
    
}
.generatedTable span table tr:nth-child(odd) {
    
    background:whitesmoke;
}
input[type=checkbox]{
    
     border: none;
}
input
{
     outline: none;
    border:1px solid #cac8d7;
    height:20px;
    color:#878787;

}



.loggedlabel
{
    position:absolute;
    top:0;
    right:0px;
    font-size:13px;
    text-align: right;
    padding-bottom:5px;
    padding-top:10px;
    padding-right:5px;
    font-style:italic;
    font-weight: bold;
    display:inline-block;
}

/* for mobile */
.loggedlabelMob
{
    position:relative;
    float:right;
    /*top:30px;*/
    width:100%; /*47%;*/
    height:32px;
    right:0px;
    font-size:12px;
    text-align: right;
    padding-bottom:5px;
    padding-top:5px; /*10px;*/
    padding-right:10px;
    /*font-style:italic;*/
    font-weight: bold;
    display:inline-block;
    /*background-color:#581d70;*/
    color:#d0cbcb;
}

.logge
dlabelMob a
{
    color:#d0cbcb;
}
.tablecollapsed {
     border:1px solid silver;
    font-size: 13px;
    border-collapse: collapse;
    width:100%;
    
}
.tablecollapsed th ,.tablecollapsed td,.tablecollapsed tr{
    border:1px solid silver;
  padding:3px;
    border-collapse: collapse;
   
}
tablecollapsed tr.odd{
  background: #DED2E5;
}
.tablecollapsed tr.even{
  background: white;
}
.loggedlabel span
{
    color:green;
}
/* for mobile */
.loggedlabelMob span
{
    color:#fff; /*#732e7e;*/
}

label{
    color:green;
    font-size: small;
}
label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color:red;
}
.inputclass
{
width:170px;
font-size: 12px;
}


.inputlabel
{
    color:grey;
    border:1px solid #fce4e4;
    height:20px;
    min-width: 130px;
}


.valerror
{
    color:red;
    font-weight: bold;
}

.table1
{

    font-size: 12px;
    color:#878787;
}

.table2
{
    font-size: 12px;
    color:#878787;
}

.table1 .label
{
    background-color: #F5F5F5;
    border:1px solid #FFFFFF;
    border:1px solid #dad7e8;
    height: 20px;
    color:grey;
}





.table1 .header
{
    font-size: 11px;
    font-weight: bold;
}


.table2 .label
{
    /*background-color: #F5F5F5;
    border:1px solid #FFFFFF;
    border:1px solid #dad7e8;*/
    height: 20px;
    color:#878787;
}

.table2 .header
{
    font-size: 11px;
    font-weight: bold;
}

.spacer
{
    height:20px;
    background-color: #FFFFFF;
}
.progressbar .percentage
{
    position:absolute; 
    text-align: center;   
}
.datatable
{
    width:100%; 
    color:#7d7d7d;
    font-family:sans-serif;
    font-size: 11px;
}
.datatable tr td
{
padding:5px;
    font-size: 12px;
    white-space: normal;
    max-width: 300px;
    color:#7d7d7d;
}

.datatable tr.selected
{
    background-color: #f1e5bc;
}

@font-face {
    font-family: 'abelregular';
    src: url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.eot');
    src: url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.woff') format('woff'),
        url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.ttf') format('truetype'),
        url('/ElieSaadeClinic/layout/css/fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tablewithborder table {
    border: 1px black solid !important;
}

#radbuttonsMenu{
    margin-bottom: 20px;
}

#formMenu{
    background-color: #581d70;
    text-align:center;
}

.radbuttontbl{
    font-weight: normal !important;
    height:20px !important;
    width:20px !important;
    background-color: #581d70 !important;
}

.radbuttontblllll:hover {
    background: #ab851b; /* For browsers that do not support gradients */
    /* IE10 Consumer Preview */
    background: -ms-linear-gradient(top, #ab851b, #581d70);
    /* Mozilla Firefox */
    background: -moz-linear-gradient(top, #ab851b, #581d70);
    /* Opera */
    background: -o-linear-gradient(top, #ab851b, #581d70);
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#ab851b), color-stop(#581d70));
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top, #ab851b, #581d70);
    /* W3C Markup, IE10 Release Preview */
    background: linear-gradient(to bottom, #ab851b, #581d70);
}
.radbuttontbl:hover {
    background: #ae7eb1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #581d70, #ae7eb1, #581d70); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #581d70, #ae7eb1, #581d70); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #581d70, #ae7eb1, #581d70); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #581d70, #ae7eb1, #581d70); /* Standard syntax (must be last) */
}

#datatableButtons{
    margin-bottom: 20px;
}

.radbutton{
    margin-right: 3px;
    margin-bottom: 3px;
    font-weight: normal !important;
    height:25px !important;
    background-color: #bfa341 !important;
}

.radbuttondisabled{
    background-color: #aaaaaa !important;
    cursor: auto !important;
}

.radbuttontblselected{
    /*background-color: #d20e93 !important;*/
    background: #b63fbd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #581d70, #b63fbd, #581d70); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #581d70, #b63fbd, #581d70); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #581d70, #b63fbd1, #581d70); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #581d70, #b63fbd, #581d70); /* Standard syntax (must be last) */
}


.subMenuDivMob{
    
    position:absolute;
    top:44px;
    left:0px;
    z-index: 99999 !important;
  
}    

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	.filtertable table, 
	.filtertable thead, 
	.filtertable tbody, 
	.filtertable th, 
	.filtertable td, 
	.filtertable tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.filtertable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
/*	.filtertable tr { border: 1px solid #ccc; }*/
 
	.filtertable td { 
		/* Behave  like a "row" */
		border: none;
/*		border-bottom: 1px solid #eee; */
		position: relative;
		
		white-space: normal;
		text-align:left;
	}

/*	.filtertable td:before { 
		 Now like a table header 
		position: absolute;
		 Top/left values mimic padding 
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}*/
 
	/*
	Label the data
	*/
/*	.filtertable td:before { content: attr(data-title); }*/
}
.selectGroupchoices * {
   
   padding:20px;
   font-weight: bold;
}