/********************************************************************
* Description: Primary style sheet for MobileHealth2u.com
* Author:      Jason Tan Boon Teck / Mohammad Kashif
********************************************************************/

/* the styles for the body tag */
body { 
	   
	font-family: Arial, Times, serif;	
	font-size: 15;
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/bg_orange.jpg); */
	margin-left: 0px;
	margin-right: 0px;
}
	
.button_navigation {
	font-family: "Arial", Georgia, serif;
	top: 50px;
	font-size: 15;
	right: 50px;
	padding-right: 0px;
	padding-left: 120px;
}

  

    body.html{
	   
	    font-family: Verdana, Arial, sans-serif;
	    font-size:1.2em;
	    margin:0;
	    padding:0;
    }
/*	background-color:#ccddff; */

    body.ovrvw{
	    background-color:#feeeee;
	    font-family: Verdana, Arial, sans-serif;
	    font-size:1.2em;
	    margin:0;
	    padding:0;
    }
/*	background-color:#ffeeee;*/

    body.print{
	    background-color:#ffffff;
	    font-family: Verdana, Arial, sans-serif;
	    font-size:1.0em;
	    margin:0;
	    padding:0;
    }

    body.conslt{
	    background-color:#dfffdf;
	    font-family: Verdana, Arial, sans-serif;
	    font-size:1.2em;
	    margin:0;
	    padding:0;
    }

    body.doc_open{
	    background-color:#ffffdd;
	    font-family: Verdana, Arial, sans-serif;
	    font-size:1.0em;
	    margin:0;
	    padding:0;
    }

    body.doc_closed{
	    background-color:#ffffff;
	    font-family: Verdana, Arial, sans-serif;
	    font-size:1.0em;
	    margin:0;
	    padding:0;
    }

    body.hosp{
	    background-color:#ffffcc;
	    font-family: Verdana, Arial, sans-serif;
	    margin:0;
	    padding:0;
    }

    body.dept{
	    background-color:#eeeeee;
	    font-family: Verdana, Arial, sans-serif;
	    margin:0;
	    padding:0;
    }

    fieldset {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    legend {
        color: black;
        font-weight: bold;
        font-size: 100%;
    }


/* the styles for the div tags that divide the page into sections */
    #banner{

    }

    #banner a {
	    text-decoration: none;
    }

    #banner a:hover {
	    text-decoration:none;
	    color:#dd0000;
    }
     
    #banner h1 {
	    text-decoration: bold;
	    font-size:1.6em;
	    color: #ffff00;
    }

    #banner_table{
        padding:0px;
        height:auto;
        border-bottom: 1px solid gray;
     }

    #patientinfo{
	    position: absolute;
	    top: 1px;
        margin-top:1px;
        margin-left:1px;
	    left: 2px; 
	    font-family: Verdana, Arial, sans-serif;
	    font-size:0.8em;
	    color: #ffffff;
    /*	width: 100px;
	    padding: 5px;
        border: 1px solid black;
    */
    }

    #breadcrumbs{
/*	    
        float: left;
	    color: #ffffff;
     */
        position: absolute;
	    padding: 5px;
	    top: 80px;
        margin-top:1px;
        margin-left:1px;
	    left: 2px; 
	    font-size:0.8em;
        z-index: 3;
    }

    #sidebar_gone{
    /*	position: absolute;
        float:left; */
    /*	top: 10px; */
        margin-top:5px;
        margin-left:5px;
    /*	left: 0px; */
    /*	width: 105px;  REMOVE SIDEBAR */
	    width: 5px;
	    padding: 0px 1px 1px 5px;
        border: 1px solid black;
	    font-size:0.8em;
    }


    #sidebar{
    /*	position: absolute; */
        float:left;
    /*	top: 10px; */
        margin-top:3px;
        margin-left:3px;
    /*	left: 0px; */
	    width: 107px;
	    padding: 0px 1px 1px 5px;
        border: 1px solid black;
	    font-size:0.9em;
	    background-color: #FFFFFF;
    }


    #content_nosidebar{
	    position: relative; 
	    top: 0px;
        margin-left:1px;
    /*    margin-left:120px; REMOVE SIDEBAR */
    /*	left: 110px;  */
	    padding-left: 2px;
    }

    #content{
	    position: relative; 
	    top: 0px;
        margin-left:1px;
        margin-left:120px;
    /*	left: 110px;  */
	    padding: 2px;
    }

    #print_content{
	    position: relative; 
	    top: 0px;
        margin-left:12px;
    /*	left: 110px;  */
	    padding: 2px;
    }

     #main{
        margin-left:150px;
        width:600px;
        height:auto;
     }

     #header{
        font-size:12px;
        margin-bottom:10px;
     }
     
    #footer{
        clear:both;
        padding-top:40px;
        font-size:0.6em;
    }
    div.div_scrollable_medium {
        height: 500px;
        background: #FFFFFF;
        overflow : auto;
    }

/* the styles for the global XHTML elements */
    h1 {
	    font-size:1.5em;
        margin-top:0.5em;
        margin-bottom:0.5em;
	    color:#069;
    }

    h2{
	    font-size:1.3em;
        font-family: Verdana, Arial, sans-serif;
		margin-top:0.5em;
        margin-bottom:0.5em;
	    color:#8F8F8F;
    }

    h3{
	    font-size:1.1em;
	    color:#090970;
    }

    h4{
	    margin-top:0px;
	    margin-bottom:0px;
	    font-size:0.9em;
	    color:#090970;
    }

    p,li,td{
	    font-size:1.em;
    }

    div.error{
	    font-size:1.0em;
	    color:#ff0000;
    }

  a:link{
	color:#0139A3;
	text-decoration:none;
    }

    a:hover{
	    color:#dd0000;
    }

    a:visited{
	color:#696969;
    }

     
    table.line {
	    font-family: Arial, Helvetica, sans-serif;
	    color: #000000;
	    background-color: #FFFFFF;
	    font-weight: normal;
        border-collapse: collapse
    }

    table.tablebg_blue td{
        vertical-align: top;
	    background-color: #FAFAFF;
    }

    table.valigntop td{
        vertical-align: top;
    }

    table.print {
	    font-family: Arial, Helvetica, sans-serif;
	    color: #000000;
	    background-color: #FFFFFF;
	    font-weight: normal;
        border-collapse: collapse;
    }

    table.print td{
        font-size: 11;
        padding-left: 5px;
        padding-right: 10px;
        border-collapse: collapse;
        vertical-align: top;
    }

    table.figure {
	    font-family: Arial, Helvetica, sans-serif;
	    color: #000000;
	    background-color: #FFFFFF;
        border-collapse: collapse;
    }

    table.figure td{
	    font-weight: 0.5em;
        padding-left: 0px;
        padding-right: 0px;
    }

    td.banner {
	    background-color: #308f6a;
	    font-family: Verdana, Arial, sans-serif;
	    font-size:0.6em;
	    color: #ffff44;
        padding-right:2px;
    }

    td.banner_button_enabled {
        text-align: center;
	    color: black;
    }

    td.banner_button_disabled {
        text-align: center;
	    color: gray;
    }

    td.print_label {
	    font-size:1.2em;
    }

    td.print_labelS {
	    font-size:0.9em;
    }

    td.print_data {
	    font-size:1.2em;
        padding-bottom:4px;
    }

    td.print_dataL {
	    font-size:2.0em;
        padding-bottom:20px;
    }

    td.print_border_TopRightBottonLeft {
        border-width: thin;
        border-style: solid solid solid solid;
    }

    td.print_border_trBottoml {
        border-width: thin;
        border-style: none none solid none;
    }

    td.print_border_trbl {
        border-style: solid solid solid none;
    }

    td.print_border_trbl {
        border-style: solid solid solid none;
    }

    h1.print {
	    font-size:1.6em;
	    color:#000000;
    }

    h2.print{
	    font-size:1.4em;
	    color:#000000;
    }

    h3.print{
	    font-size:1.1em;
	    color:#000000;
    }

    h4.print{
	    margin-top:0px;
	    margin-bottom:0px;
	    font-size:1.0em;
	    color:#000000;
    }

    option.monosp {
	    font-family: Courier, Helvetica, sans-serif;
	    color: #000000;
	    background-color: #FFFFFF;
	    font-size:1.2em;
	    font-weight: normal
    }

    span.mandatory_field{
	    color: red;    
    }

    span.error_field{
	    color: red;    
    }


     #nav{
        float:left;
        width:135px;
        height:auto;
        border:2px solid #31363E;
     }
     


    #nav ul{
	    margin: 0;
	    padding: 0;
	    list-style: none;	
    }

    #nav ul li.cat{
	    background-color:#31363e;
	    font-size:1em;
	    padding-left:5px;
    }

    #nav ul li.subcat{
	    padding-left:15px;
	    font-size:.9em;
    }

    #nav li.cat a {
	    text-decoration: none;
	    color: #e4deae;
	    border: none;
    }

    #nav li.subcat a {
	    text-decoration: none;
	    color: #000;
	    border: none;
    }


	
	
    #nav li.subcat a:hover {
	    text-decoration:none;
	    color:#14b8b8;
    }
    #nav li.cat a:hover {
	    text-decoration:none;
	    color:#14b8b8;
    }
     

     
    .section{
    /*
        width:800px;
    */
        margin: 10px;
        padding-left: 10px;
        border: 1px solid black;
        background-color:#fcfcff;

    }


    .sidebar_l1{
    /*	position: absolute; */
        float:left;
    /*	top: 10px; */
        margin-top:6px;
        margin-left:5px;
        margin-bottom:1px;
	    font-size:0.85em;
	    background-color: #FFFFFF;
    }


    .overviewcard{
    /*	top: 10px; */
        margin-top:5px;
        margin-left:0px;
    /*	left: 0px; */
	    width: 500px;
        border-collapse: collapse;
	    font-size:0.9em;
        background-color:#fffcfc;
        border-style: solid solid solid solid;
    }

    .overviewcard > table{
    /*	top: 10px; */
        margin-top:5px;
        margin-left:5px;
    /*	left: 0px; */
	    width: 500px;
	    padding: 4px 4px 4px 4px;
        border: none;
        background-color:#fffcfc;
    }

    .overviewblock{
    /*	This box to be deprecated
        top: 10px; */
    /*  old
        margin-top:5px;
        margin-left:5px;
        border: 1px solid black;
	    padding: 0px 1px 1px 5px;
    */
    /*	left: 0px; */
	    width: 500px;
	    padding: 0px 0px 0px 0px;
	    font-size:0.9em;
        background-color:#fffcfc;
    }

    .episodeblock{
    /*	top: 10px; */
        margin-top:5px;
        margin-left:5px;
        margin-bottom:15px;
    /*	left: 0px; */
	    /*width: 100px; */
	    padding: 0px 1px 1px 5px;
        border: 1px solid black;
	    font-size:0.9em;
        background-color:#fcfffc;
    }

    .block_title{
	    font-size:1.15em;
	    text-decoration:underline;
    }

    .block_title_ovv{
	    font-size:1.2em;
        margin-left:0px;
	    padding-left: 5px;
	    text-decoration:none;
	    background-color: BurlyWood;
	    color: black;    
    }
    /*
	    background-color: Sienna;
	    color: white;    
    */

    .block_title_ovv > a{
	    text-decoration:none;
	    color: black;    
    }

    .block_title_con{
	    font-size:1.1em;
        margin-left:-5px;
	    padding-left: 5px;
	    text-decoration:none;
	    background-color: #9ae89a;
	    color: black;    
    }
    /*
	    background-color: SeaGreen;
	    color: white;    
    */

    .block_title_con > a{
	    text-decoration:none;
	    color: black;    
    }

    .simple_button_yellow{
	    font-size:1.1em;
        margin-left:5px;
	    padding-left: 5px;
	    padding-right: 5px;
	    text-decoration:none;
        border: 8px;
        border-style: outset;
	    background-color: Gold;
	    color: silver;    
    }

    .flashdata{
	    background-color: yellow;
	    color: red;    
    }

    .external_server{
	    background-color: white;
	    color: darkgreen;    
    }

    .validation_errors{
	    background-color: red;
	    color: yellow;    
    }

    .debug{
        border: 1px solid black;
	    background-color:#ffff88;
    }

    .chart{
	    background-color: #ffffff;
	    padding-left: 5px;
    }

    .chart_height_low{
        height:400px;
    }

    .chart_height_high{
        height:800px;
    }

    .chart_width_narrow{
     	width:500px;
    }

    .chart_width_broad{
     	width:900px;
    }

    .message{
     	border:1px solid #c98c21;
     	background-color:#efdda8;
     	color:#c98c21;
     	padding:5px;
     	width:250px;
     	font-size:12px;
     	margin:5px 0px 5px 0px;
     }

    .banner_hover{
	    background-color: white;
	    color: black;    
    }

.topbuttons {
	-moz-box-shadow:inset 0px 8px 9px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 8px 9px 0px #c1ed9c;
	box-shadow:inset 0px 8px 9px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:2px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:93px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 0px #689324;
}
.topbuttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.topbuttons:active {
	position:relative;
	top:1px;
	
}

/* For Public Home Page Top Menu, this is customized jquery UI CSS */
  .ui-menu { 
    overflow: hidden;
	z-index: 200;
	}
.ui-menu .ui-menu {
    overflow: visible !important;
}
.ui-menu > li { 
    float: left;
    display: block;
    width: auto !important;
}
.ui-menu ul li {
    display:block;
    float:none;
}
.ui-menu ul li ul {
    left:100px !important;
    width: 100%;
}
.ui-menu ul li ul li {
    width:auto;
}
.ui-menu ul li ul li a {
    float:left;
}
.ui-menu > li {
    margin: 4px 18px !important;
    padding: 0 0 !important;
	font-size: 15px;
font-weight: 300;
color: #666;
font-family: "Myriad Pro",Arial,sans-serif;
}
.ui-menu > li > a { 
    float: left;
    display: block;
    clear: both;
    overflow: hidden;
}
.ui-menu .ui-menu-icon { 
    margin-top: 0.3em !important;
}
.ui-menu .ui-menu .ui-menu li { 
    float: left;
    display: block;
}

/* End */

/* For Public Home Page Header Slider
			width: 913px;
			height: 315px;
 */
#slider {
			width: 1200px;
			height: 481px;
			
		}

		#slider:after {
			content: '';
			position: absolute;
			bottom: -17.77%;  /* -80px */
			left: 0;
			max-width: 913px;
			width: 100%;
			max-height: 171px;
			height: 38%;
			background-size: 100% 100%;
		}

	

		#slidehtml1 h3, #slidehtml2 h3{
			font: bold 30px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #fd5;
			text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
			width: 300px;
			margin: 7% 0 1% 4.5%; /* 60px 0 20px 40px */
		}

		#slidehtml1 p, #slidehtml2 p {
			font: 20px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #fff;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
			width: 280px;
			margin: 0 0 1.5% 4.5%;  /* 0 0 10px 40px */
		}

		#slidehtml1 strong {
			font-weight: bold;
			color: #ffd633;
			margin-left: 10px;
			position: relative;
		}

		#slidehtml2 a {
			display: block;
			width: 120px;
			height: 30px;
			border: 1px solid #aaa;
			background-color: #444444;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#141414)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #646464, #141414); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #646464, #141414); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #646464, #141414); /* IE10 */
			background-image:      -o-linear-gradient(top, #646464, #141414); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #646464, #141414);
			color: #fff;
			font: 16px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;;
			text-align: center;
			text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
			margin: 2% 0 0 4.5%;  /* 20px 0 0 40px */
			cursor: pointer;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		}

		#demo-description {
			max-width: 900px;
			width: 90%;
			margin: 60px auto;
			color: #fff;
			font: 20px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
		}
		
		

/* End */

/* For Public Home Page Middle Slider Menu - This menu is no longer in use*/
.ac-container{
	width: 300px;
	margin: 10px auto 10px auto;
	text-align: center;
}
.ac-container label{
	font-family: "Myriad Pro", Arial, sans-serif;
	font-weight: bold;
	padding: 5px 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #99cc66;
	color: #333333;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	
}
.ac-container input:checked + label:hover:after{
	
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 400px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 480px;
}
.ac-container input:checked ~ article.ac-large{
	height: 530px;
}
/* For Public Home Page Top Menu */
#menu li a {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 15px;
	color: #666;
	font-weight: 300;
}
/* End */	

/* For Public Home Page Footer */
#footernav {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
}
/* End */	


/* This css code is not calling in any page, if found any error in any inner page will enable this or will remove it completely.
(commented by Kashif)

.jp-container{
    width:580px;
    height:190px;
    
    background:#fff;
    border:1px solid #D8DFEA;
	
	overflow: hidden;;
	
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}


.scroll-pane
{
	width: 98%;
	height: 200px;
	overflow: auto;
}


.jspPane
{
	position: absolute;
	
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: red;
	
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #b5b5b5;
	position: relative;
	
}

.jspDrag
{
	background: #ed1c24;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
	background: #ed1c24;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

*/	
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}

.slider-text {
	font-size: 13px;
	padding-left:85px;
	position: absolute;
    top: 35px;
	
}	

.slider-text-font {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F60;
	padding-left:225px;
	position: absolute;
    top: 75px;
	text-decoration: blink;
}
.slider-text-head {
	top: 05px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #690;
	position: absolute;
  	text-decoration: blink;
}

.public_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666;
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}

.public_text_mob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #666;
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}

.right_banner_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}

.public_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #F60;
}
	
.public_heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-left:15px;
		
	
}
.public_back {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	
}

.header_language {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.faq_text {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}


.faq_heading {
		font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #F90;
}

.faq_heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #693;
}


.header_headings {
	padding-left:610px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #693;
}



.family_mgt_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #690;
}

.family_mgt_heading2 {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	color: #690;
}

.medihome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}


.medihome_text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}



.medihome_text_heading_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.feedback_text_heading_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left:10px;
}

.feedback_heading_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}


.background-image-register { z-index: -1; }
.register-text {
	position: relative;
	top: 37px;
	left: 69%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

.background-image-login { z-index: -1; }
.login-text {
	position: absolute;
	top: 37px;
	left: 820px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

.table-admin tbody th{
	text-align:left;
	font-size: 14px;
	color:#fff;
	background-color:#698C00;
	padding:0px 10px;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
       
        );
	background: -moz-linear-gradient(
        left bottom,
        #30ABE0 100%,
       
     
        );
	-moz-border-radius:15px 0px 0px 5px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-left-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:10px;
}

.table-admin tfoot th{
    color:#666;
}
.table-admin tbody td{
	padding:5px;
	text-align:left;
	background-color:#FFF;
	border: 0px solid #E7EFE0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#666;
	
}

.btn-success {
	background-color: #F90;
	border-color: #F93;
	color: #FFFFFF;
}
.btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none
}

#rcorners7 {
    border-radius: 15px 50px;
    background: #CFECFA;
    padding: 20px; 
	width: 90%;
   
} 

/* Table 1 Style */
table.table1{
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

table.table2{
    border:1px;
    text-align:center;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}

.table1 thead th{
	padding:15px;
	color:#fff;
	
	border:0px solid #44C2EC;
	border-bottom:3px solid #44C2EC;
	background-color:#069;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        
        );
	background: -moz-linear-gradient(
        center bottom,
        #00A4D1 100%,
      
        );
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    text-align:left;
	color:#fff;
   
    background-color:#30ABE0;
    
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
       
        );
    background: -moz-linear-gradient(
        left bottom,
        #30ABE0 100%,
       
     
        );
    -moz-border-radius:15px 0px 0px 5px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:0px;
    border-bottom-left-radius:10px;
}

.table2 tbody th{
    text-align:center;
	color:#fff;
   
    background-color:#30ABE0;
    
    padding:0px 5px;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
       
        );
    background: -moz-linear-gradient(
        left bottom,
        #30ABE0 100%,
       
     
        );
    -moz-border-radius:15px 0px 0px 5px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:0px;
    border-bottom-left-radius:10px;
}


.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:left;
   
  
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
	padding:5px;
	text-align:left;
	background-color:#FFF;
	border: 0px solid #E7EFE0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#666;
	
}

.table2 tbody td{
	padding:0px;
	
	background-color:#FFF;
	border: 1px solid #E7EFE0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:1px;
	color:#666;
	
}


.mini-stat-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    background: #EEE none repeat scroll 0% 0%;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    color: #FFF;
}

.location-earning-stats li span {
    font-size: 36px;
}
.Three-Dee {
    font-family: Calibri,"Arial",Helvetica,sans-serif;
    color: #C5C6C7;
    word-spacing: 5em;
    font-weight: bold;
    font-size: 30px;
    padding: 6px;
    text-shadow: 0px 0px 0px #151617, 1px 1px 0px #000, 2px 2px 1px transparent;
}

.first-city {
    color: #666;
}

.location-earning-stats {
    text-align: center;
    font-family: Calibri,"Times New Roman",Times,serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.panel-heading {
    border-color: #EFF2F7;
    font-size: 18px;
    font-weight: 400;
    background: #FAFAFA none repeat scroll 0% 0%;
    padding: 10px;
}

.location-earning-stats li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}
.second-city {
    color: #666;
}

.refresh-style {
    color: #DFDFDF;
}

.refresh-bt {
    color: #616161;
}

.monitor-style {
    color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.btn-info {
    background-color: #30ABE0;
    border-color: #57C8F1;
    color: #FFF;
}


/* Draggable 
#drag { 
    width:234px; 
    height:216px; 
    cursor:move; 
    background:url(../images/poster/banner_classroom.jpg) no-repeat; 
}

#drag_container { 
    width:913px; 
    height:315px; 
    cursor:move; 
    background:url(../images/poster/temp_EN.jpg) no-repeat; 
}
*/




/*

Table css for customer care dashboard

*/

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 70px;
  margin: auto;
  max-width: 85%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-fill th {
  color:#fff;;
  background:#2B8AEA;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill th:first-child {
  border-top-left-radius:3px;
}
 
.table-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#000;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
.table-fill tr:first-child {
  border-top:none;
}

.table-fill tr:last-child {
  border-bottom:none;
}
 
.table-fill tr:nth-child(odd) td {
  background:#EBEBEB;
}
 


.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-fill td {
  background:#FFFFFF;
  padding:10px;
 
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  
  border-right: 1px solid #C1C3D1;
}

.table-fill td:last-child {
  border-right: 0px;
}

.table-fill th.text-left {
  text-align: left;
}

.table-fill th.text-center {
  text-align: center;
}

.table-fill th.text-right {
  text-align: right;
}

.table-fill td.text-left {
  text-align: left;
}

.table-fill td.text-center {
  text-align: center;
}

.table-fill td.text-right {
  text-align: right;
}

.btn-rewards {
    background-color: #2B8AEA;
    border-color: #fff;
    color: #FFF;
}

.h1-style{
       color: #2B8AEA;
}


.dataTables_wrapper .dataTables_length {
   
    padding-left: 30px;
}

.dataTables_wrapper .dataTables_filter {
   
     padding-right: 30px;
	 padding-bottom:10px;
}

.dataTables_wrapper .dataTables_info {
    padding-left: 30px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 30px;
}


/*** Table Styles Redeem Orange**/

.table-orange {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 70px;
  margin: auto;
  max-width: 85%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-orange th {
  color:#014D1F;;
  background:#8AD8D3;
  border-bottom:4px solid #E9FFFC;
  border-right: 1px solid #343a45;
  font-size:16px;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-orange th:first-child {
  border-top-left-radius:3px;
}
 
.table-orange th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
.table-orange tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#000;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
.table-orange tr:first-child {
  border-top:none;
}

.table-orange tr:last-child {
  border-bottom:none;
}
 
.table-orange tr:nth-child(odd) td {
  background:#E2F9F4;
}
 


.table-orange tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-orange tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
.table-orange td {
  background:#FFFFFF;
  padding:10px;
  
  vertical-align:middle;
  font-weight:300;
  font-size:16px;
  
  border-right: 1px solid #C1C3D1;
}

.table-orange td:last-child {
  border-right: 0px;
}

.table-orange th.text-left {
  text-align: left;
}

.table-orange th.text-center {
  text-align: center;
}

.table-orange th.text-right {
  text-align: right;
}

.table-orange td.text-left {
  text-align: left;
}

.table-orange td.text-center {
  text-align: center;
}

.table-orange td.text-right {
  text-align: right;
}
/*** End- Table Styles Redeem Orange**/


/* Start Customer Care Header Top Banner  */

#menu-bar {
  width: 85%;
  margin: 0px 0px 0px 0px;
  padding: 8px 6px 0px 6px;
  height: 38px;
  line-height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 2px #666666;

  background: #7FBFFF;
  border: solid 1px #456CBD;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #E8E8E8;
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0px 0px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #7FBFFF !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #F2F4FF;
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px #222222;
  -moz-box-shadow: 0px 0px 0px #222222;
  box-shadow: 0px 0px 0px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 10px;
  color:#424242 !important;
  font-size:14px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}


/* End of Top banner */
.rpt_bold {
	font-weight:bold;	
}

.rpt_haright {
	text-align:right;
}

.rpt_haright_bold {
	text-align:right;
	font-weight:bold;
}

.rpt_haleft {
	text-align:left;
}

.rpt_haleft_bold {
	text-align:left;
	font-weight:bold;
}



.rpt_italic {
	font-style:italic;
}

.rpt_vatop {
	vertical-align:top;
}

.rpt_vatop_bold {
	vertical-align:top;
	font-weight:bold;
}

.rpt_vacenter {
	vertical-align:middle;
}

.rpt_vacenter_bold {
	vertical-align:middle;
	font-weight:bold;
}

.rpt_hacenter {
	text-align:center;
}

.rpt_hacenter_bold {
	text-align:center;
	font-weight:bold;
}


.rpt_vabottom {
	vertical-align:bottom;
}


.rpt_vabottom_bold {
	vertical-align:bottom;
	font-weight:bold;
}


.rpt_groupcount {
	font-size:15px;
	font-weight:bold;
}


.rpt_subtotal {
	font-size:15px;
	font-weight:bold;
	text-align:right;
}



@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Arial, sans-serif;
  background: #30ABE0;
  font-weight:bold;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-top:1px solid #ddd
}
.table>thead>tr>th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top:0
}
.table>tbody+tbody {
	border-top:2px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding:5px
}
.table-bordered {
	border:1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border:1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color:#f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color:#f5f5f5
}
table col[class*=col-] {
position:static;
display:table-column;
float:none
}
table td[class*=col-], table th[class*=col-] {
position:static;
display:table-cell;
float:none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color:#f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color:#e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color:#dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color:#d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color:#c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color:#fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color:#faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color:#f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color:#ebcccc
}
.table-responsive {
	min-height:.01%;
	overflow-x:auto
}
@media screen and (max-width:767px) {
.table-responsive {
width:100%;
margin-bottom:15px;
overflow-y:hidden;
-ms-overflow-style:-ms-autohiding-scrollbar;
border:1px solid #ddd
}
.table-responsive>.table {
margin-bottom:0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
white-space:nowrap
}
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
border-left:0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
border-right:0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom:0
}
}


