body{
        padding: 10px;
        padding-top: 70px;
        font-family: 'Ubuntu' !important;

}
.container{
	background-color: white;
	padding:15px;
	padding-top:0px;
    	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
}

.header{
    font-size: 1.5em;
    background-color: #64686d;
    color: white;
    padding: 10px;
}

.alert-info{
    background-color: #64686d !important;
    color: white !important;
    border-color: #64686d !important;
}



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");
    

}
.session_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999997;
    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: white; 
}
 
::-webkit-scrollbar-thumb {
	background: #585858; 
	-webkit-box-shadow: inset 0 0 6px #585858; 
}
@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;
    }
}

@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("mist_bg.jpg") 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:70px;
    height:70px;
    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;
}

.navbar-text-normal{
    position: relative;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: white;
    font-weight: normal;
    margin: 0;
}

td{
    vertical-align:middle !important;
}

.btn-primary{
    background-color: #64686d !important;
    border-color: #64686d !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;
}


.panel-primary > .panel-heading{
    
    background-color: #64686d !important;
    border-color: #64686d !important;
    
}

.panel-primary{
    
    border-color: #64686d !important;
    
}