﻿
.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
}

.width80 {
    width: 80%;
}

.width50 {
    width: 50%;
}
.width55 {
    width: 55%;
}
.width40 {
    width: 40%;
}
.width45 {
    width: 45%;
}

.width60 {
    width: 60%;
}
.width65 {
    width: 65%;
}
.width70 {
    width: 70%;
}

.width35 {
    width: 35%;
}
.width30{
    width: 30%;
}

body {
    background: url('../../../adminfiles/pics/texture.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
    font-size: 16px;
   
    font-family: 'Montserrat, Verdana';
    text-align: center;
    direction: ltr;
    height: 1300px;
}
   




.back2:after {
    content: "";
    background: url(../../../adminfiles/pics/logo-globaleducationacademy3.png);
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: -600px;
    right: 0;
    position: absolute;
    z-index: -1;
}      
.wrong {
    color: #990000;
    font-weight: bold;
}
.correct {
   
    color: #003300;
    font-weight: bold;
}
.homelink {
    color: #022557;
    font-weight: bold;
    Font-Size: x-large;
    font-style: italic;
}

.message {
    color: white;
    font-weight: bold;
   
    background-color: #808285;
}
    .vv {
    background-color: #558abd;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    /*  box-shadow: 2px 5px 30px black; */
}
.backclr {
    background-color: #558abd; /* this one is used table background */
    color: white;
}
.bkcolor {
    background-color: #808285; /* this one is used bar background */
}
.seccolor {
    background-color: #235dab;
}
.seccolor2 {
    background-color: #89a085;
}
.head {
    background-color: #235dab;
    Font-Size: xx-large;
    Color: White;
    Height: 45px;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    margin-top: 15px;
}

.head2 {
    background-color: #235dab;
    Font-Size: Large;
    Color: White;
    Height: 30px;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
}

.headprofile {
    background-color: #558abd;
}

.btncolor {
    background-color: #ad445c;
    color: white;
    font-weight: bolder;
    font-size: large;
    padding: 2px;
    width: 70%;
    height: 38px;
}




.btncolor2 {
    background-color: #ad445c;
    color: white;
    font-weight: bold;
    padding: 2px;
    width: 40%;
    height: 30px;
}

.GridViewClass th {
    text-align: center !important;
    border: 0px;
    text-transform: capitalize
}

.GridViewClass {
    margin-left: auto;
    margin-right: auto;
}

.bt {
    border-radius: 12px;
}

.btr {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color:beige;
    font-weight: bold;
    font-size: large;
    color: #339933
}

.btl {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background-color: beige;
    font-weight: bold;
    font-size: large;
    color: #339933
}


table {
    margin-left: auto;
    margin-right: auto;
}

td {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}


.GvGrid {
    margin-left: auto;
    margin-right: auto;
}

    .GvGrid th {
        text-align: center !important;
        border: 0px;
        text-transform: capitalize
    }







.inputFieldset {
    border: 1px solid #2a6fa2;
    width: 60%;
    margin: auto;
}

.inputLegend {
    background-color: #2a6fa2;
    color: white;
    height: 40px;
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
}

.InputTable {
    width: 85%;
    font-size:16px;
    border-collapse: separate;
    border-spacing: 3px;
}

    .InputTable td {
        text-align: left;
        padding-left: 10px;
    }

.DropDownList {
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #3b3838;
    float: right;
    height: 35px;
    overflow-x: scroll;
    overflow-y: scroll;
}


.inputText {
    font-size: 16px;
    height: 35px;
    width: 100%;
    border: 1px solid #b1b0b0;
    text-align: center;
    color:#141313;
}

.radioButton {
    font-size: 16px;
}

.inputTextColor {
    font-size: 16px;
    height: 35px;
    width: 100%;
    text-align: center;
    border: 1px solid #b1b0b0;
    background-color: #e4dfdf
}

.inputButton {
    background-color: #2a6fa2; /* Green */
    color: white;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #fff;
}

    .inputButton:hover {
        background-color: white;
        color: #2a6fa2;
        border: 1px solid #2a6fa2;
    }

.centerAlign {
    text-align: center;
}

.centerTable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.alertRedBox {
    padding: 18px;
    background-color: #ed483b;
    color: white;
    width: 70%;
    margin: auto;
    display: none;
    text-align: center;
    border-radius: 4px;
}

.alertGreenBox {
    padding: 18px;
    background-color: #19b426;
    color: white;
    width: 70%;
    margin: auto;
    text-align: center;
    border-radius: 4px;
}

.alertClose {
    float: right;
    margin-left: 17px;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.alertMsg {
    font-size: 18px;
    color: #c23434;
}

.PosTable {
    width: 95%;
    border-spacing: 2px;
    background: #ebe5e5;
    border-radius: 2px;
    border: 1px solid #808080;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    overflow-y: hidden;
    cursor: pointer;
}

.LableStyle {
    color: red;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

.lbInfo {
    color: #cd3232;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.TextBoxStyle {
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #3b3838;
    height: 24px;
}

.TextBoxStyleWithColor {
    background-color: #fcfad0;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #3b3838;
    height: 30px;
    width: 95%;
}

.GridViewStyle {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    direction: ltr;
    width: 70%;
    border: 1px solid #4a7b89;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    color: #3b3838;
    font-weight: bold;
}

    .GridViewStyle td {
        border: 1px solid #4a7b89;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
    }

    .GridViewStyle .HeaderStyle {
      
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        height: 35px;
       
    }

        .GridViewStyle .HeaderStyle th {
            border: 1px solid #e8edf2;
            text-align: center;
            direction: rtl;
            margin-left: auto;
            margin-right: auto;
        }

    .GridViewStyle .RowStyle {
        height: 25px;
    }


.TableStyle {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #e4dfdf;
    border-collapse: collapse;
}

    .TableStyle td {
        border: solid 1px #e4dfdf;
        margin-right: 120px;
    }

.tdStyleCenter {
    text-align: center;
    color: #454242;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #0ba4a4, #00B2B2,#0ba4a4);
    background-image: -moz-linear-gradient(top, #0ba4a4, #00B2B2,#0ba4a4);
    background-image: -o-linear-gradient(top, #0ba4a4, #00B2B2,#0ba4a4);
    background-image: linear-gradient(top, #0ba4a4, #00B2B2,#0ba4a4);
    border: 1px solid #90B25C;
    border-collapse: collapse;
    height: 36px;
}

.SimpleTable {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.FileUpload {
    background-color: white;
    height: 25px;
    width: 500px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 99;*/
    /*min-height: 100%;
	width: 100%;*/
}

.loading {
    font-family: 'Times New Roman';
    font-weight: bold;
    color: #0D667C;
    text-align: center;
    /*border: 1px solid #90B25C;*/
    width: 300px;
    height: 150px;
    display: none;
    position: fixed;
    background-color: White;
    /*z-index: 999;*/
}


.modalBackground {
    background-color: cornflowerblue;
}

.loadingTableStyle {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #90B25C;*/
    border-collapse: collapse;
    height: 100%;
    background-color: White;
}

    .loadingTableStyle .tr {
        height: 35px;
        background-image: -webkit-linear-gradient(top, #90B25C, #7d9853);
        background-image: -moz-linear-gradient(top, #90B25C, #7d9853);
        background-image: -ms-linear-gradient(top, #90B25C, #7d9853);
        background-image: -o-linear-gradient(top, #90B25C, #7d9853);
        background-image: linear-gradient(top, #90B25C, #7d9853);
    }

    .loadingTableStyle .th {
        text-align: center;
        font-family: verdana;
        font-size: 14px;
        padding-bottom: 4px;
        color: White;
        font-weight: bold;
        height: 100%;
    }

    .loadingTableStyle .td {
        text-align: right;
        font-family: verdana;
        font-size: 14px;
        color: #728a4d;
        font-weight: bold;
    }

    .loadingTableStyle .Msg {
        font-size: 20px;
        font-family: Times New Roman;
        color: #00B2B2;
        font-weight: bold;
    }


.ImgButton {
    text-align: right;
    position: absolute;
    margin-top: 2px;
    width: 25px;
    height: 30px;
}


.Menu {
    text-align: center;
    width:100%;
}

    .Menu li {
        padding:0;
    }

    .Menu .Items {
        background: -moz-linear-gradient(bottom, #1F5CAC 80%, #89a085 100%);
        background: -webkit-linear-gradient(bottom, #1F5CAC 80%, #89a085 100%);
        background: -o-linear-gradient(bottom, #1F5CAC 80%, #89a085 100%);
        background: linear-gradient(to top, #1F5CAC 80%, #89a085 100%);
        background-color: #1F5CAC;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #f3f2f2;
        padding: 6px;
        border: 1px solid #808080 !important;
        margin: 0 5px 1px 0;
        text-align: center;
        width: 100px;
        height: 40px;
        max-height: 100%;
        max-width: 100%;
        border-radius: 4px;
    }

        .Menu .Items:hover {
            background: -moz-linear-gradient(bottom, #89a085 0%, #89a085 20%);
            background: -webkit-linear-gradient(bottom, #89a085 0%, #89a085 20%);
            background: -o-linear-gradient(bottom, #89a085 0%, #89a085 20%);
            background: linear-gradient(to top, #89a085 0%, #89a085 20%);
            color: #fff;
        }

.logout {
    float: right;
    margin: 20px 8px 0 0px;
    font-size: 16px;
    color: #f4f2f2;
}

.MasterTitle {
    float: left;
    color: #f4f2f2;
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0 0 40px;
}

.ListBox {
    font-size: 18px;
    width: 100%;
    font-weight: bold;
    color: #141313;
}

.left {
    width: 30%;
}

.right {
    width: 70%;
}


.SearchTable {
    border: 1px solid #00B2B2;
    font-size: 16px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .SearchTable tr {
        background-color: #0ba4a4;
        color: white;
    }



.repeater {
   padding:10px;
}

.repeaterTable {
    border-collapse: separate;
    border-spacing: 5px;
}
.repeaterTable td{
    border:solid 0.5px #e4dfdf;
}
.NameTitle {
    text-align: center;
    color: #5b5454;
    font-size: 16px;
    font-weight: bold;
}
.ItemTitle {
    text-align: center;
    color: #0ba4a4;
    font-size: 18px;
    font-weight: bold;
}

.storeLogo {
    padding-left:550px;
    padding-bottom:25px;
    /*position: relative;
    max-height: 100%;
    max-width: 100%;
    margin-left: 50%;
    padding-bottom:20%;*/
}

.usernameLable {
    text-align: center;
    color: #d83030;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    margin-left: 90%;
    margin-bottom: 125%;
}