﻿/**********************************************************************
 * 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;
}
.RadWindow_Default a.rwIcon{
    display:none;
}
.pcR > table {
				
    width: 100%;
    border-left: 0px solid #a5a5a5;
    border-bottom: 0px solid #a5a5a5;
}
	
@font-face {
    font-family: Cairo;
    src: url(Cairo-Regular.ttf);
}
.header_cell, .header_cell_scrolling, .thc, .thcs, .thcnb, .thcwb { /* column header container (above select checkbox) */
	background-color: #333333;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	font-family: Arial, Verdana, Geneva, ms sans serif;
	font-size: 14px;
	padding: 5px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	vertical-align: top;
	}
.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;
    padding: 5px;
    vertical-align: top;
    text-align: right;
    color: #000000;
    font-weight: bold;
    text-align: -webkit-center;
    unicode-bidi: plaintext;
}
	
	/* 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: uppercase;
	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: #606f72;
	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: uppercase;
	font-weight: bold;
	}
	
	
	.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: right;
	text-transform: uppercase;
	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_header, .dh {
    background-color: #8fc5d6;
    border: 1px solid #677578;
    color: #000000;
}
.dialog_view, .dvx { /* panel container (includes panel header) */
    border: 1px solid #5d7b95;
    width: 425px;
    height: 250px;
    background-color: #def3ff;
    position: fixed;
    margin-left: -213px;
    margin-top: -210px;
    top: 50%;
    left: 50%;
    z-index: 100001;
    padding: 50px;
    border-radius: 100px;
    margin-bottom: 0px;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    width: 2px !important;
}
.mm {
    position: fixed;
    height: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 105;
    /*margin-top: 47px;*/
    /*margin-bottom:10px;*/
    background-color: #5d7b94;
    border: 1px solid #666666;
}
.mc {
    /*position: absolute;*/
    padding-bottom: 2%;

    background-color: white;
	/*padding-right: 25%;
    padding-left: 25%;
    width: 100%;*/
	padding-top: 48px;
    top: auto;
}
.mh {
    border: 1px solid #666666;
    z-index: 101;
    /*height: 7%;*/
    background-color: #5d7b94;
    /*border: 1px solid black;*/
    right: 0px;
    left: 0px;
}
.mf {
    background-color: #5d7b94;
    border: 1px solid black;
    z-index:110;
}
.logoBG {
    background-color: #5d7b94;
}

.pageBackground, .pBack {
    /*background-color: #def3ff;*/
    background-color: #FFFFFF;
}
.RadPanelBar_Office2010Black {
    background-color: #3a3a3a;
}
.RadPanelBar_WebBlue {
     overflow: auto;
    background-color: #5d7b94 !important;
}
.dialog_body, .dBody {
    background-color: #def3ff;
}
::-webkit-scrollbar {
    width: 7px;
    height:7px;
}

/* 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%;*/
}
.LogoHeaderImage {
    background-image: url("../Files/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;
}


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: 4px 4px 4px 4px;*/
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    /*margin: 5px;*/
    font-weight: bold;
    width: auto;
    min-height: 17px;
}
.buttonPadding{
    text-align:center;
    /*width:200px;*/
}