body{
        padding: 15px;
        padding-top: 70px;
        font-family: 'Arial' !important;
}

.container{
	background-color: rgba(255, 255, 255);
	padding-top: 0px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    font-size: 15px !important;
    padding-bottom: 20px;
}



.header{
    font-size: 1.3em !important;
    background-color: #222;
    color: white;
    padding: 10px;
}

.navbar{
    background-color: black !important;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
    border: 0px !important;
}

.navbar-inverse .navbar-nav>li>a{
    color: white !important;
}

.navbar-inverse .navbar-nav>li>a:hover{
    background-color: black !important;
}

.navbar-brand{
    color: white !important;
}

.navbar-brand:hover{
    background-color: black !important;
}

.alert-info{
    background-color: #002147 !important;
    color: white !important;
    border-color: #002147 !important;
}

.menu{
    background-color: #d9534f !important;
    color: white !important;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
    
}

table{
    border-color: #ddd;
}

thead{
	font-weight:bold;
}

.hand_cursor{
	cursor: pointer;
}
.mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999998;
	background: url("mask.png");

}
.mask_text{
	color: black;
	z-index: 999999;
	position: relative;
	margin-top: 50px;
	width:90%;
	}

::-webkit-scrollbar {
	width: 5px;
	height:5px;
}

::-webkit-scrollbar-track {
	background-color: white;
}
 
::-webkit-scrollbar-thumb {
	background-color: #222;
}
@media print{
	body{
		padding: 0 !important;
	}
	a[href]:after {
        	content: "" !important;
        }
    .container{
        width: 100% !important;
    }
    td{
        padding: 0 !important;
    }
    .break-after{
        page-break-after: always;
    }
    .break-inside-avoid{
        page-break-inside: avoid;
    }
}

@media screen {

    .visible-print
    {
        display: none;
    }
}



.margin-top-04 { margin-top: 0.4em; }
.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }


.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }


.chart_wrapper{
    overflow-x: scroll;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("medico-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
}

#con {
opacity: 0;

-webkit-transition: opacity 0.5s ease-in;
   -moz-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
     -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
}

#con.load {
    opacity: 1;
}


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background: url("mask.png");

}

#preloader > img {
    width:40px;
    height:40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 

}

.inline_con{
    max-height: 80vh;
    overflow-y:scroll;
}

.img-responsive{
    margin: 0 auto;
}

.border-right{
    border-right: 1px solid #ddd;
}
.border-left{
    border-left: 1px solid #ddd;
}
.border-top{
    border-top: 1px solid #ddd;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}



.btn-primary{
    background-color: black !important;
    border-color: black !important;
}

.btn-primary:hover{
    background-color: #83868c !important;
}

.btn-info{
    background-color: #303030 !important;
    border-color: #303030 !important;
}

.btn-info:hover{
    background-color: #636363 !important;
}

.btn-success{
    background-color: #000080 !important;
    border-color: #000080 !important;
}

.btn-success:hover{
    background-color: #336699 !important;
}


.panel-primary > .panel-heading{
    
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    
}

.panel-primary{
    
    border-color: #d9534f !important;
    
}

.vertical-rl {
            -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: vertical-rl;
            transform: rotate(180deg);
            white-space: nowrap !important;

        }
canvas{
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	


hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0 !important;
    height: 1px !important;
    background: #333 !important;
    background-image: linear-gradient(to right, #ccc, #333, #ccc) !important;
}

.ul-in-header > li{
    cursor: pointer;
}

.dropdown-menu{
    margin-top: 0px !important;
    width: 300px;
    background-color: #163a63 !important;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9) !important; 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, 0.9) !important;
    border-radius: 0px !important;
}

.dropdown-menu > a{
    display: block;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dropdown-menu > a:hover, .dropdown-menu > a:focus{
    background-color: black;
}

.dropdown-menu > a:hover, .dropdown-menu > a:focus{   
    color: white;
    text-decoration: none;
}

.carousel-caption{
    position: static !important;
    color: white;
    background-color: #333;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}

.carousel-indicators{
    bottom: 20px !important;
}

.sponsor-label{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));;
    color: white;
    padding: 10px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.foot{
    padding: 5px;
    background-color: #002147;
    color: white;
    
}

.developed_by{
    color: white;
}

.developed_by:hover{
    text-decoration: none;
    color: white;
}

.navbar-toggle{
	border-color: white !important;
}

.navbar-toggle:hover, .navbar-toggle:focus{
	background-color: black !important;
}

.names_inside_table > tbody > tr > td > b{
    font-size: 1.3em;
    color: #b36b00;
}

.names_inside_table > tbody > tr > td > i{
    font-style: normal !important;
    font-size: 1.1em;
    color: #000066;
    font-weight: bold;
}

.names_inside_table > tbody > tr > td{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.borderless td, .borderless th {
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}

.table-hover > tbody > tr:hover, .table-hover > thead > tr:hover{
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.navbar-toggle{
    padding-top: 5px !important;
    height: 35px !important;
}

.navbar-text{
    color: white !important;
    font-weight: normal !important;
}

.img-responsive{
    padding: 0px !important;
}

.dept-icon{
    font-size: 3em !important;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 45px;
    margin-right: 15px;
    color: white;
    opacity: 0.1;
    -webkit-transition: font-size .1s ease;
    -moz-transition: font-size .1s ease;
    -o-transition: font-size .1s ease;
    transition: font-size .1s ease;
}

.big-btn{
    background-color: #5c5654;
    padding: 15px 0;
    color: white;
    height: 140px;
    position: relative;
}

.big-btn:hover, .big-btn:focus{
    background-color: #665f5d !important;
}

.big-btn:hover > .dept-icon, .big-btn:focus > .dept-icon{
    font-size: 4em !important;
}

.big-btn > label{
    font-size: 1.2em;
    z-index: 10;
    position: relative;
    font-weight: normal;
}

.big-btn > .bottom-label{
    background-color: #222;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}


.big-btn > .bottom-label-2{
    background-color: transparent;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}


.big-btn-2{
    background-color: #35638f;
    padding: 15px 0;
    color: white;
    height: 140px;
    position: relative;
}

.big-btn-2:hover, .big-btn-2:focus{
    background-color: #4078ad !important;
}

.big-btn-2:hover > .dept-icon, .big-btn-2:focus > .dept-icon{
    font-size: 4em !important;
}

.big-btn-2 > label{
    font-size: 1.2em;
    z-index: 10;
    position: relative;
    font-weight: normal;
}

.big-btn-2 > .bottom-label{
    background-color: #222;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}

.big-btn-2 > .bottom-label-2{
    background-color: transparent;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}

.big-btn-3{
    background-color: #c73e3e;
    padding: 15px 0;
    color: white;
    height: 140px;
    position: relative;
}

.big-btn-3:hover, .big-btn-3:focus{
    background-color: #de4545 !important;
}

.big-btn-3:hover > .dept-icon, .big-btn-3:focus > .dept-icon{
    font-size: 4em !important;
}

.big-btn-3 > label{
    font-size: 1.2em;
    z-index: 10;
    position: relative;
    font-weight: normal;
}

.big-btn-3 > .bottom-label{
    background-color: #222;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}

.big-btn-3 > .bottom-label-3{
    background-color: transparent;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}

.sm-btn{
    background-color: #c73e3e;
    padding: 15px 0;
    color: white;
    height: 100px;
    position: relative;
}

.sm-btn:hover, .sm-btn:focus{
    background-color: #de4545 !important;
}

.sm-btn:hover > .dept-icon, .sm-btn:focus > .dept-icon{
    font-size: 4em !important;
}

.sm-btn > label{
    font-size: 1.2em;
    z-index: 10;
    position: relative;
    font-weight: normal;
}

.sm-btn > .bottom-label{
    background-color: #222;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}


.sm-btn > .bottom-label-2{
    background-color: transparent;
    padding: 5px;
    position: absolute;
    width: 100%; bottom: 0;
    margin-left: -15px !important;
}