﻿
/* LAYOUT Master page   
----------------------------------------------------------*/
body {
    height: 960px;
}

.webFormsBody {
    /*margin-left: 10px;*/
    margin-top: 3px;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.header {
    height: 120px;
    background-image: url("../Images/blue.png");
    background-repeat: repeat-x;
    /*  background: -webkit-Radial-gradient(bottom, rgba(75,108,158,0), rgba(75,108,158,1));  */
    vertical-align: bottom;
}

.headerGM {
    height: 60px;
    background-image: linear-gradient(to right, rgb(0,73,148), rgb(0,73,148), rgb(0,73,148), rgb(27,172,118), rgb(25,55,95));
}
.labelMenuGM {
    margin-left: 5px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    color: white;
}
.liGM {
    background-image: linear-gradient(to right, rgb(25,55,95), rgb(25,55,95));
    height: 67px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
    display: block;
}


    .liGM:hover {
        background-image: linear-gradient(to right, rgb(0,73,148), rgb(0,73,148), rgb(27,172,118), rgb(25,55,95));
        font-weight: bold;
    }

.menuGMClass{
    user-select: none;
}
.menuGM {
    background-color: #fff;
    margin: 3px 0px 0px 0px;
    border: solid 1px #5F89C8;
    width: 20%;
    float: left;
}
.mainGM {
    border: solid 1px #5F89C8;
    background-image: linear-gradient(to right, rgb(0,73,148), rgb(0,73,148), rgb(27,172,118), rgb(25,55,95));
    padding: 0px;
    margin: 1px 0px 0px 0px;
    min-height: 84%;
    /*    height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.mainBodyGM {
    border: solid 1px #5F89C8;
    background-image: linear-gradient(white, #d8e4f4 25%, #d8e4f4 70%, white );
    padding: 0px;
    margin: 1px 0px 0px 0px;
    min-height: 84%;
    /*    height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.iconGM {
    margin-top: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
.iconGMDue {
    margin-top:10px;
    margin-left:10px;
    width: 50px;
    height: 40px;
}
.fontComponentGM {
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    width: auto;
}

.header h2, .header h3, .header h4 {
    display: inline;
    color: #fff;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}

.labelMenu {
    margin-left: 20px;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}

.a {
    display: block;
    color: #000;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 12px;
}

a:link {
    text-decoration: none;
}

.ul li a {
    color: Gray;
}

.menu {
    background-color: #fff;
    margin: 3px 0px 0px 0px;
    border: solid 1px #5F89C8;
    width: 27%;
    float: left;
}

.ui-menu {
    width: 100%;
}

#editMenu {
    width: 200px;
}

.main {
    border: solid 1px #5F89C8;
    background-image: url("../Images/blueM.png");
    padding: 0px;
    margin: 1px 0px 0px 0px;
    min-height: 84%;
/*    height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.icon {
    width: 40px;
}

.normalicon {
    width: 35px;
}

.smallicon {
    width: 20px;
}

.xsmallicon {
    width: 15px;
}

.marginIcon {
    margin: 5px;
}

.section {
    border: 1px solid #a6c9e2;
    background-color: #fff;
    width: 40%;
    min-width: 350px;
    display: inline-block;
}

.fontComponent {
    color: #2779aa;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    width: auto;
}

.TextBox {
    border: 1px solid #a6c9e2;
    height: 20px;
}
/* Custom dimention Juery ui librery */
.ui-widget {
    font-size: 0.9em;
    width: 99%;
}
.ui-datepicker {
    font-size: 0.9em;
    width: 15%;
}

.ui-dialog {
    min-width: 80%;
    width: 80% !important;
    z-index: 1001 !important;
}

::-webkit-input-placeholder {
    color: #4428AB;
}

:-moz-placeholder { /* Firefox 18- */
    color: #4428AB;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #4428AB;
}

:-ms-input-placeholder {
    color: #4428AB;
}

/* Param query grid 18- */
.pq-grid {
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 12px;
}

.wrap {
    white-space: normal;
    width: 100px;
    color: #2779aa;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.hidden {
     display: none; 
}