﻿body {
    /* 	margin-left: 1px; 	margin-top: 1px; 	margin-right: 1px; 	margin-bottom: 1px; */
    font: 13px/19px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-color: White; /*#F5FFFA #FFFFF0 #9ee2e8 #e2dfa8 */
}

.menuStyle {
    background-color: #01a759; /* #1b5289 */
    height: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    color: White;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

.ops_tran_background {
    background-color: #01a759;
    color: white;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.ops_tranMenu_background {
    background-color: #01a759;
    color: White;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.titlePopup {
    background-color: #ADD8E6;
    color: White;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.firstColumnDesign {
    background-color: #ADD8E6;/**/
    color: black;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.secondColumnDesign {
    background-color: #01a759;
    color: white;
    font-size: 11px;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
}

.loginbutton {
    font: bold 12px Verdana;
    background: #01a759;/*333399*/
    width: 80px;
    height: 25px;
    color: White;
    background-color: #01a759;/*1b5289*/
    background-repeat: repeat-x;
    border: 2px solid #000000;
    vertical-align: middle;
}

.logintextbox {
    background-color: #ffffff;
    color: #096694;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #096694;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*behavior: url(~/StyleSheets/PIE/PIE.htc);*/
    border-radius: 5px;
    vertical-align: middle;
    min-height: 17px;
    max-height: 17px;
    max-width: 200px;
    min-width: 80px;
    padding-bottom: 2px;
}

.MasterPage {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
     
}

.PageHeader {
    color: Black;
    font-weight: bold;
    font-size: 15px;
}

.loginDetail {
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.pagefootersyle {
    font: bold 12px Verdana;
    width: 100%;
    height: 23px;
    background-color: #01a759;
    background-repeat: repeat-x;
    vertical-align: middle;
    color: white;
}

.digitalclock {
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: Black; /*font-weight: bold;*/
    background-color: white /* #ADD8E6 ed1b24*/;
    height: 22px;
    padding-left: 5px;
    vertical-align: middle;
}

.PageHeaderWithColor {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #FFFF81; /* #FFFF81 #C7DBA9 */
    text-decoration: none;
    text-transform: uppercase;
}

.lblMsg {
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: Red;
    width: 100%;
    margin-left: 0px;
}

.MessageBoxWidth {
    height: 50px;
    padding-top: 2px;
    vertical-align: middle;
}

.MessageBoxWidthPopup {
    height: 50px;
    padding-top: 2px;
    vertical-align: middle;
}

.ContentPage {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 400px;
}

.loginfont {
    font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
    font-size: 12px;
    text-decoration: none;
    color: Black;
    font-weight: bold;
}

.logintable {
    background-color: White;
    color: Black;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #096694;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*behavior: url(~/StyleSheets/PIE/PIE.htc);*/
    border-radius: 5px;
    vertical-align: middle;
}

.loginheader {
    font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
    font-size: 13px;
    /*background-image: url(../images/menu_bg30.jpg);*/
    background-color: #01a759;/*#1b5289*/
    background-repeat: repeat-x;
    vertical-align: middle;
    color: White;
    text-align: center;
    min-height: 23px;
    border: 1px solid #096694;
    /*behavior: url(~/StyleSheets/PIE/PIE.htc);*/
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    color: Black;
    border: solid 2px black;
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    margin-left: 5px;
    padding: 0px;
    background-color: #FFFFFF;
    cursor: default;
    overflow: auto;
    text-align: left;
    list-style-type: none;
    height: 200px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #01a759;
    color: White;
    /*font-weight:bold;
	padding: 1px;*/
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: white;
    padding: 1px;
}

input[disabled='disabled'] {
    background-color: #808080;
    color: #ffffff;
}


.disblecontrol {
    background-color: #ffffff;
    color: #808080;
}

.buttonCursorhand {
    cursor: hand;
}

.modalPopupTitleBar {
    background-color: #01a759;
    border-width: 1px;
    border-style: outset;
    border-color: white;
    padding: 3px;
    height: 15px;
    color: white;
    font-weight: bold;
    border-bottom: outset 2px;
}

.openfile {
    background-image: url(../images/open_50_30.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 20px;
    text-align: center;
    border: 0px;
    background-color: #d3d3d3;
}

.shadow2 {
    box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}

.shadow3 {
    /*
 	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
*/
}

.shadow_Dashboard {
    box-shadow: 5px 10px 18px #888888;
    border: 1px solid;
    padding: 10px;
    -webkit-box-shadow: 5px 10px 18px #888888;
    -moz-box-shadow: 5px 10px 18px #888888;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#888888, offX=7, offY=7, positive=true);
    /*float: left;
    -ms-transform: rotate(15deg);  
    -webkit-transform: rotate(15deg);  
    transform: rotate(15deg);*/
}

input[type=text], textarea {
    border: 1px solid #000000;
}

    input[type=text]:focus, textarea:focus, input[type=password]:focus, select:focus, input:focus {
        /*background-color:#1b5289;
	color: #000000;
	border: 1px solid #000000;*/
        background-color: pink;
        color: #000000;
        border: 1px solid #000000;
    }



/* Style The Dropdown Button */
.dropbtn {
    background-color: white;
    color: Black;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    text-align: left;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 5px 10px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ed1b24;
            color: white;
        }
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    border-style: solid;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: white;
}

.invalid {
    background: #FF0000;
    color: #FFFFFF;
}

.valid {
    background: #B5EF9C;
}

.jqGridDel {
    background-image: url(../../images/del20.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.jqGridDelFocus {
    background-image: url(../../images/del20gray.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.jqGridEdit {
    background-image: url(../../images/edit20.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
}


.jqGridEditFocus {
    background-image: url(../../images/edit20gray.jpg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-color: Red;
}

.jqGridEdit24 {
    background-image: url(../../images/edit24x24.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}

.jqGridDel24 {
    background-image: url(../../images/delete_24x24.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}

.modalBg {
    background-color: Aqua;
    filter: alpha(opacity=80);
    opacity: 0.8;
}



/*TEST*/
.card {
    /* Add shadows to create the "card" effect */
    margin: 10px 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.container-head {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    font-size: 18px;
    text-shadow: 0 6px 8px rgba(62,57,107,.18);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg-c-blue {
    background-color: #4099ff;
}

.bg-c-lightBlue {
    background-color: #03a9f4;
}

.bg-c-red {
    background-color: #f44336;
}

.bg-c-green {
    background-color: #4caf50;
}
.bg-c-od1 {
    background-color: #f48433;
}
.bg-c-od2 {
    background-color: #0198f3;
/*#f37732*/
}
.bg-c-deepblue {
    background-color: #01a759;
}
.bg-c-lightGreen {
    background-color: #8bc34a;
}

.bg-c-yellow {
    background-color: #ffeb3b;
}
.bg-c-amber {
    background-color: #ffc107;
}

.bg-c-orange {
    background-color: #ff9800;
}

.bg-c-deepOrange {
    background-color: #ff5722;
}

.bg-c-brown {
    background-color: #795548;
}

.bg-c-grey {
    background-color: #9e9e9e;
}

.bg-c-blueGrey {
    background-color: #607d8b;
}

.bg-c-pink {
    background-color: #e91e63;
}

.bg-c-purple {
    background-color: #9c27b0;
}

.bg-c-deepPurple {
    background-color: #673ab7;
}

.bg-c-indigo {
    background-color: #3f51b5;
}

.bg-c-black {
    background-color: #000000;
}

.bg-c-lightcoral {
    background-color: #F08080;
}

.bg-c-lightsalmon {
    background-color: #FFA07A;
}

.bg-c-lightgreen {
    background-color: #90EE90;
}

.bg-c-lightcyan {
    background-color: #E0FFFF;
}

.bg-c-lightblue {
    background-color: #ADD8E6;
}

.bg-c-lightskyblue {
    background-color: #87CEFA;
}

.bg-c-lightpink {
    background-color: #FFB6C1;
}

.bg-c-lightyellow {
    background-color: #FFFFE0;
}

.bg-c-indianred {
    background-color: #CD5C5C;
}

.bg-c-white {
    background-color: #fff;
}
.c-white {
    color: #fff;
}
.icon {
    float: right;
    color: #f37732;
    width: 50px;
    height: 17px;
    border-radius: 30px;/*5px*/
    text-align: center;
    padding: 17px 0;
    font-size: 18px;
    text-shadow: 0 6px 8px rgba(62,57,107,.18);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .icon:hover {
        /*border-radius: 50%;*/
        border-radius: 25%;
    }

.card-link-black {
    color: #000;
    text-decoration: none;
    font-size: 25px;
}

.card-link-white {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.card-link-blue {
    color: #4099ff;
    text-decoration: none;
    font-size: 25px;
}

.card-link-red {
    color: #f44336;
    text-decoration: none;
    font-size: 25px;
}

.card-link-green {
    color: #4caf50;
    text-decoration: none;
    font-size: 25px;
}

.card-link-yellow {
    color: #ffeb3b;
    text-decoration: none;
    font-size: 25px;
}

.card-link-amber {
    color: #ffc107;
    text-decoration: none;
    font-size: 25px;
}

.card-link-orange {
    color: #ff9800;
    text-decoration: none;
    font-size: 25px;
}

.card-link-deepOrange {
    color: #ff5722;
    text-decoration: none;
    font-size: 25px;
}

.card-link-pink {
    color: #e91e63;
    text-decoration: none;
    font-size: 25px;
}

.card-link-purple {
    color: #9c27b0;
    text-decoration: none;
    font-size: 25px;
}

.card-link-black {
    color: #000000;
    text-decoration: none;
    /*font-size: 25px;*/
    font-size: 15px;
}

.grid {
    display: grid;
}

.grid-container {
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}

.grid-container2 {
    grid-template-columns: repeat(1,2fr 0.7fr 0.7fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}

.grid-container3 {
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
} 
.grid-item {
    grid-column: 1 / span 2;
    grid-row: 3;
    grid-row-gap: 0.5em;
}

.grid .grid-container > .card {
    /*cursor:pointer;*/

}

.text-center {
    text-align: center !important;
}
.grid-container_3_3 {
    grid-template-columns: repeat(3,2fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0.5em;
}
.item1 {
  grid-column: 1 / span 3;
}
.possition {
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}
