﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/

/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.RadWindow_Default{
    position:fixed !important;
}


@font-face {
    font-family: Cairo;
    src: url(Cairo-Regular.ttf);
}

.header_cell, .header_cell_scrolling,  .thcs, .thcnb, .thcwb { /* column header container (above select checkbox) */
 white-space: nowrap;
background-color: #338bd4;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	vertical-align: top;
    
    font-weight:bold;
	}
.thc {
    font-size: 14px;
    white-space: nowrap;
background-color: #338bd4;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	font-family: Arial, Verdana, Geneva, ms sans serif;
	
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	vertical-align: top;
    
    font-weight:bold;
}
	.table_cell, .alt_table_cell, .ttc, .tatc { /* data grid data container */
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	
	vertical-align: top;
	/*text-align: right;*/
	color: #000000;
	font-weight: bold;
	/*text-align: -webkit-center;*/
	    align-content: center;
         /*white-space: nowrap;*/
}
	
	/* menu */
.MLMmvC { /* vertical menu item link text */
    background-image: url(../../Images/menuB.rtl.gif);
    background-position: center center;
    background-repeat: repeat-x;
    color: #eff6d9;
    cursor: pointer !important;
    font-family: Arial, Verdana, Geneva, ms sans serif;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    text-transform: none;
    font-weight: bold;
}

.MLMmvC:hover, .MLMmvC:hover a, .MLMmvoC { /* vertical menu item link text hover state */
	/* background-color: #606f72; */
	color: #c4fc19;
	}

.MLMsubmvC { /* vertical submenu item link text */
	background-color: #005fae;
	color: #eff6d9;
	cursor: pointer !important;
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: none;
	font-weight: bold;
	}

.dh , .tch {
    border-radius: 5px;
 text-align:center;
    background-position: left top;
    background-repeat: repeat;
  
    background-color: #338bd4;
    color:white;
    
}
.pagination_row, .pr {
    border-radius: 15px;
 
    background-position: left top;
    background-repeat: repeat;
     margin :2px;
 padding:2px;
 background-color:white;

}
.pr , .prbg , .prbggo , .prbggo a.button_link{
    border-radius: 15px;
    background-position: left top;
    background-repeat: repeat;
    color:black;
}
	.dialog_header_text, .dht { /* panel header title text */
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 6px;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	font-weight: bold;
  
	}
	
	.filter_area, .fila { /* filter label */
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	padding: 4px 7px 4px 7px;

	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
	color: #000000;
	}
	.field_label_on_side, .fls { /* field lable on side */
	color: #000000;
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 5px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	font-weight: bold;
	}

.borderTable, .pbTable { /* page content container */
	/*width: 1000px;*/
	margin-left: auto;
    margin-right: auto;
	overflow: auto;
	padding-bottom:15px;
	}
	.dialog_view, .dv { /* panel container (includes panel header) */
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	/*text-align: right;*/
	width: 100%;
	}
.dialog_view, .dvx { /* panel container (includes panel header) */
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    /*text-align: right;*/
    width: 50%;
    border: 1px solid #666666;
}
.signInBar , .signInBarStatus ,.signInBar a, .signInBar input{
color:black;
}
   
.RadTreeView .rtPlus, .RadTreeView .rtMinus {
   width:2px!important;
}
.RadPanelBar_Vista {
    background-image: url(bg3.jpg) ;
}
.mm {
    background-image: url(bg2.jpg) ;
    position: fixed;
    height: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 105;
    /*margin-top: 47px;*/
    /*margin-bottom:10px;*/
    background-color: #005fae;
    /*border: 1px solid #666666;*/
    color:#005fae;
text-align: center;

}
.mc {
   
    padding-top: 0px;
       margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
   
    top: 10%;
    position: absolute;
    padding-bottom: 2%;
}
.mh {
    background-size: cover;
    background-image: url(bg.jpg) ;
    background-repeat: no-repeat;
    /*border: 1px solid #666666;*/
    z-index: 101;
    height: 7%;
   
    /*border: 1px solid black;*/
    right: 0px;
    left: 0px;
}
.mf {
     background-image: url(bg.jpg) ;
    background-color: #005fae;
    color:white;
    /*border: 1px solid black;*/
    z-index:110;
}
.logoBG {
  background-image: url(bg.jpg) ;
     background-color: #005fae;
}

.pageBackground, .pBack {
    /*background-color: #def3ff;*/
    background-color: #FFFFFF;
}
.RadPanelBar_Office2010Black {
    background-color: #3a3a3a;
}
.RadPanelBar_Vista {

    background-color: #005fae;
}
.dialog_body, .dBody {
    background-color: #ffffff;
    margin: 10px;

}
::-webkit-scrollbar {
    width: 17px;
    height:17px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8fc5d6;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #2f4d9f;
    }
.pcR > table {
    /*margin: 0 auto;
    width: 100%;*/
    border-left: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
.LogoHeader {
    /*height: 11%;*/
}
.LogoHeaderProfile {
       background-image: url("../Images/Logo.png");
    background-size: cover;
    height: 50px;
    display: block;
  
    margin-left:10px;
    margin-top:5px;
    margin-right: 10px;
    margin-bottom:0px;
    background-color:white;
    border-radius: 50%;
        border: none !important;
    outline: none !important;
}
.LogoHeaderImage {
    background-image: url("../Images/Logo.png");
    background-size: cover;
    height: 60px;
    
    display: block;
    margin: 5px auto 5px auto;
   
    background-color:white;
    border-radius: 50%;
        border: none !important;
    outline: none !important;
}

.RadPanelBar .rpRootGroup {
    /* border-width: 1px; */
     border-style: none; 
     white-space:nowrap;
}

.RadPanelBar .rpLink, .RadPanelBar .rpOut, .RadPanelBar .rpText {
    font-family: cairo;
    font-weight: bold;
    font-size: small;
}

.RadPanelBar_Vista {
    overflow: auto;
    /*border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;*/
}

div#ctl00_PageContent_UpdatePanel1_UpdateProgress1 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110;
    top: 0px;
    right: 0px;
    left: 0px;
}
/*.ajaxUpdatePanel {
    width: 100%;
    height: 100%;
    padding: 0px;
    padding-top: 0px;
    
}
    div#ctl00_PageContent_UpdatePanel1_UpdateProgress1 > div {
        width: 100%;
        height: 100%;    
        padding:0px;
        padding-top:35%;
    }*/
    div#ctl00_PageContent_UpdatePanel1_UpdateProgress1 > div > img {
        position: fixed;
        top: 36%;
        right: 36%;
        width: 28%;
        height: 28%;
        border-radius: 10%;
    }

.ajaxUpdatePanel {
    height: 100%;
    opacity: 0.40;
    padding: 0px;
}

.Search_Input, .field_input, .Filter_Input {
    padding: 2px 2px 2px 2px;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    margin: 2px;
    font-weight: bold;
    width: auto;
    min-height: 17px;
}



.fls {
  
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding: 10px 4px 10px 4px;
    width: auto;
    min-width: 50px;
    /*text-align: -webkit-center;*/
}
* {
    font-weight: bold;
    /*text-transform:capitalize;*/
}
td {   
    /*text-transform:capitalize;*/
}
.dhb {
    padding-left: 40%;
    padding-right: 40%;
}
.bC ,.bL, .bR , .bTL , .bTR ,.bT , .bBL , .bBR ,.bB {
    background-image:none;
    text-transform: none;
}
a[class="button_link"] {
    background-image: radial-gradient(circle, #338bd8, #0d8ed0, #0090c5, #0092ba, #1c92ae);
    background-color: #1c92ae;
    font-size: 14px;
    padding: 8px 25px 8px 25px;
    border-radius: 5px;
    text-transform: none;
}

.prbggo a {
    background-color: #ffffff;
    background-image: none;
    padding: 0px;
    border-radius: 0px;
}

.dialog_view, .dvx { /* panel container (includes panel header) */
    border: 1px solid #5d7b95;
    width: 425px;
    height: 250px;
    background-color: #def3ff;
    position: fixed;
    margin-left: -313px;
    margin-top: -210px;
    top: 50%;
    left: 50%;
    z-index: 100001;
    padding: 50px;
    border-radius: 100px;
    margin-bottom: 0px;
}