

/* div#maintableDiv {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
*/
.white_content {
    max-height: 300px;
    overflow: auto;
    min-width:600px;
    overflow-x: hidden;
    font-family:'Raleway',sans-serif;
    float:right;
    display: none;
    position: absolute;
    top: 5%; /* 25% */
    right: 28%;
    width: auto !important;
    height:auto;
    box-shadow: 3px 3px 3px #333333;
    border-radius: 4px;
    border: 5px solid #cccccc;
    padding: 0px;
    background-color: white;
    z-index:999999;
    overflow: auto;}
/*
font-family:'Raleway',sans-serif;
float:right;
        display: none;
        position: absolute;
        top: 15%;
        right: 25%;
        width: 50%;
        height:300px;
        box-shadow: 5px 5px 5px #cccccc;
    border-radius: 10px;
    border: 1px solid #cccccc;
            padding: 8px;
        background-color: white;
        z-index:1002;
        overflow: auto;*/

/*table {
    margin-left: 16px;
    width: 80% !important;
    border: none;
}*/
.dta  {
    margin-top: 5px;
    margin-right: 18px;
    background-color: #7279b2 !important;
    border: 1px solid #7279b2;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 3px;
    color:#ffffff;
    line-height: 13px;
}
.popupContact	{ position:relative; }
.popupContact h4 { background-color: #7279b2; padding:16px 0; padding-left:10px; color:#ffffff; font-size:16px;  margin: 0px;margin-bottom:10px !important; text-transform:uppercase;  }

.popupContact td{min-width:180px;border-right: 1px solid #ffffff;}
.popupContact tbody td:first-child{background:none}
/*.popupContact tbody td:first-child:{background:none}*/
.popupContact th{        padding: 10px 0 !important;
                         padding-left: 5px !important; border-top: 1px solid #cccccc;
                         background-color: #7279b2;color:#ffffff;    border-right: 1px solid;}
.overlay		{ background:url(../../images/overlay.png) repeat left top; width:100%; height:100%; display:block; position:absolute; top:0px; left:0px;     z-index: 99999; }
.button			{ 
    background-color: #f5f5f5;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    height: auto;
    float: right;
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 5px;
}
.popupContact td, .popupContact th	{  padding: 5px; font-size: 12px;   border: none;}
.closet {
    top:15px !important;
    position: absolute;
    right:17px;
}
.close img{width:24px;height:24px;position: absolute; top:-8px;}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    -webkit-overflow-scrolling:touch;
    height:400px !important;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"], .form-signin select {
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

div#spinner
{
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    /*top: 50%;*/
    /*left: 50%;*/
    background:url(../images/spinner.gif) no-repeat center #ddd;
    opacity: 0.7;
    text-align:center;
    /*padding:10px;*/
    font:normal 16px Tahoma, Geneva, sans-serif;
    /*border:1px solid #666;*/
    margin-left: -20px;
    margin-top: -20px;
    z-index:2;
    overflow: auto;
}
#filerowtbl_paginate .paginate_button{
    padding: 0.25em 0.25em !important;
}
#filerowtbl_info{
    clear: none !important;
    float:right; 
    padding-top:0em !important;     
}
.main-section .breadcrumb{
    margin-bottom: 5px !important;
}
#wrap .navbar{
    margin-bottom: 5px !important;
}