﻿@import url(https://fonts.googleapis.com/css?family=Economica:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic);

body{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #444;
    font-family: 'Source Sans Pro', Tahoma, sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4.loginTitle{
    font-family: 'Economica', Tahoma, sans-serif;
}
h1{
    font-size: 3em;
    color: #fd4513;
    font-weight: 700;
    margin: 0px;
}
h2{
    font-size: 2.5em;
    color: #059fbb;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}
h3{
    font-size: 1.8em;
    color: #675c5c;
    font-weight: 700;
    margin: 0px;
}
h4{
    font-size: 1.2em;
    font-weight: 600;
    margin: 0px;
}
a{
    color: #461d7c;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:hover, a:visited{
    color: #34155c;
}
/*Rad Popup Window*/
.th-popup {
    padding: 2px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    background: #32004b;
}
.td-popup {
    padding: 2px;
    border: 1px solid #aaa8a8;
    background: #f3eaf7;
}
.td-popup2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f3eaf7;
}
.td-popup-alt {
    padding: 2px;
    border: 1px solid #aaa8a8;
    background: #fff;
}
.td-popup-alt2 {
    padding: 2px;
    border: 1px solid #aaa8a8;
    background: #f5f5f5;
}
.RadWindow .rwTable {
    width: 1020px !important;
}
.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 10px !important;
    padding-right: 6px !important;
}

.RadGrid_Default .rgGroupHeader td {
    border-top: 1px solid #ded6e2 !important;
    border-bottom: 1px solid #ded6e2 !important;
}
.RadGrid_Default .rgMasterTable td.rgGroupCol, .RadGrid_Default .rgMasterTable td.rgExpandCol {
    border-color: rgb(217, 217, 217);
    background: none #fff !important;
}
.RadGrid_Default .rgGroupHeader {
    background: #f8f2fa !important;
}
/*End Rad PopUp Window*/

/* telerik file upload input fluid with in conjunction with fileUpFluid.js -JNS */
html .RadAsyncUpload {
    width: 100%;
}
 
html .RadAsyncUpload .ruFileWrap {
    display: block;
}
 
.ruFakeInput  {
    display: inline-block;
}
/* end telerik file upload input style*/

input[type="checkbox"], input[type="radio"]{
    box-sizing: content-box;
    margin-right: 3px;
    padding-right: 3px;
}
input[type="text"], [type='password'], select, textarea{
    border: solid 1px rgba(203, 197, 197, .9);
    padding: 5px;
}
input[type="text"]:hover, [type='password']:hover, select:hover, textarea:hover{
    background-color: #f1ebf8;
    /*box-shadow: rgba(0, 0, 0, .1) 0px 0px 8px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0px 0px 8px 1px inset;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 0px 8px 1px inset;*/
}
input[type="text"]:focus, [type='password']:focus, select:focus, textarea:focus{
    background-color: #f1ebf8;
    color: #333333 !important;
}
input:focus, textarea:focus, select:focus{
    outline: none !important;
 }
*, input, select, textarea, option, button {
    outline: none !important;
}
html body .riSingle [type='text'].riTextBox{
    border: solid 1px rgba(203, 197, 197, .9);
    padding: 5px !important;
    height: 27px;
}
html body .riSingle [type='text'].riTextBox:hover{
    background-color: #e9f6f8;
    /*box-shadow: rgba(0, 0, 0, .1) 0px 0px 8px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0px 0px 8px 1px inset;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 0px 8px 1px inset;*/
}
/*for report viewer to span width*/
#ctl00_ContentPlaceHolder1_rpt_rpt_fixedTable, #ctl00_ContentPlaceHolder1_rptInvoice_rpt_ctl05, #ctl00_ContentPlaceHolder1_rptInvoice_rpt{
    width:100%;
    width: inherit;
    min-width:100%;
}

.lblTitle {
    font-size: 24pt;
    font-weight: 800;
    color: #461d7c;
}

#page{
    min-height: calc(100vh - 40px);
    width: 100%;
    margin: 0px ;
    position: relative;
    background: #ffffff;
}
.center{text-align: center;}

section{
    padding: 0 30px; 
}
section::after{
    content: "";
    display: block;
    clear: both;
}
.main {
  padding-top: 100px; 
}
div.content{
    padding: 15px 15px 0px 15px;
}
div.topHeader{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    align-items: flex-start;
}
div.topHeader .Tleft {
    margin-right: 15px;
    width: 80%;

}
div.topHeader .Tright {
    margin-left: auto;
    width: 20%;
}
div.topMenu{
    /*padding: 10px;*/
    margin-top: 8px;
    border-radius: 10px;
    align-content: space-between;
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction:  column-reverse;
    /*width:100%;*/
    /*background-color: rgba(203, 197, 197, .15);
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 7px 1px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 7px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 7px 1px;*/
}
div.topMenu::after{
    content: '';
    display: block;
    clear: both;
}
div.topMenu div.right{
    margin-left:auto;
    margin-bottom: 15px;
    width:280px;
}

div.PrevNextCont{
    width: 100%;
    text-align: center;
    padding: 10px;
}
div.PrevNextCont input[type=submit]{
    margin-right: 8px;
}
footer{
    font-size: .9em;
    text-align: left;
    color: #777;
    height: 40px;
}
table{
    border-spacing: 0px;
    /*margin: 10px 0px;*/
}
.ucHeaderBox{
    display: flex; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    flex-direction:column;
}
table.formed{
    /*border: solid 1px rgba(203, 197, 197, .4);
    border-top: solid 3px #059fbb;*/
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(203, 197, 197, .3);
    width: 100%;
    font-weight: 600;
    vertical-align: top;
    border-color: #aaa8a8;
    margin: 10px 0px;
}
table.formed tr.altrow{
    background-color: rgba(203, 197, 197, .3);
    padding: 7px;
}
table.formed tr td.altcell{
    background-color: rgba(203, 197, 197, .4);
}

table.formed tr th{
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    font: 1.8em 'Economica', Tahoma, sans-serif;
    background: #461d7c;
    /*background: linear-gradient(45deg, #fc9654, #ff8161);
    background: -moz-linear-gradient(45deg, #fc9654, #ff8161);
    background: -o-linear-gradient(45deg, #fc9654, #ff8161);
    background: -webkit-linear-gradient(45deg, #fc9654, #ff8161);*/
    color: #fff;
}
table.formed tr td{
    padding: 4px;
}
table.subTable{
    width:100%; border: 1px solid #aaa8a8;border-radius: 10px 10px 0px 0px;
}
table.subTable tr:nth-child(odd){
    background-color: rgba(203, 197, 197, .3);
}
table.subTable tr th.subhead{
    font: 1.3em 'Economica', Tahoma, sans-serif !important;
    background: rgba(0, 0, 0, .2) !important;
    color: #fff;
    padding: 3px !important;
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
.LoginCont{
    width: 90%;
    margin: 0px auto;
    display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
    align-items: center;
    -webkit-align-items: center; 
}
.LoginInfo{
    margin-right: 65px;
    width: 50%;
    text-align: justify;
}
h4.loginTitle {
    font-size: 2.5em;
    text-align: center;
    color: #461d7c;
    line-height: 1.5em;
    margin-top:0px;
    border-bottom: 1px solid #461d7c;
    width: 90%;
    margin: 0px auto;
}
.subtitles {
    font-size: 1.2em !important;
    font-weight: bold;
    text-decoration: underline;
    color: #461d7c;
}
table.login{
    width: 500px;
    margin: 10px auto;
    border-radius: 10px 10px 0px 0px;
    
    background: #461d7c;
    background: linear-gradient(45deg, #461d7c, #34155c);
    background: -moz-linear-gradient(45deg, #461d7c, #34155c);
    background: -o-linear-gradient(45deg, #461d7c, #34155c);
    background: -webkit-linear-gradient(45deg, #461d7c, #34155c);

    color: #444;
    font: 1.8em  'Economica', Tahoma, sans-serif;
}
table.login tr th{
    font-size: 1.3em;
    font-weight: 400;
    color: #fff;
    padding: 10px 0px 0px 0px;
}
table.login tr td{
    padding: 5px;
}
table.login tr td table{
    padding: 0px;
}
table.login tr td a{
    color: #e9f6f8;
    font-size: .8em;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
table.login tr td a:hover{
    color: #fff;
}

.loginBttn{
    border-radius: 10px;
    padding: 5px 8px;
    border: solid 2px rgba(255, 255, 255, .4);
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    font: 1em 'Economica', Tahoma, sans-serif;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px 1px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px 1px;
    width: 80px;
    margin: 0 auto;
    display: block;
}
.loginBttn:hover{
    background-color: rgba(255, 255, 255, .4);
    border-color: rgba(255, 255, 255, .9);
    color: #444;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in .25s;
    -moz-transition: all ease-in .25s;
    -o-transition: all ease-in .25s;
}

.frmdBttn{
    border-radius: 10px;
    padding: 5px 8px;
    border: solid 2px #fff;
    background-color: #bb963b;
    color: #fff;
    font: 1.3em 'Economica', Tahoma, sans-serif;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px 1px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px 1px;
    /*text-shadow: 1px 2px 2px #675c5c;*/
}
.frmdBttn:hover{
    background-color: #a4822d;
    transition: all ease-in .25s;
    color: #fff !important;
    -webkit-transition: all ease-in .25s;
    -moz-transition: all ease-in .25s;
    -o-transition: all ease-in .25s;
}
/* Rad ComboBox style */
.RadComboBox_Default .rcbReadOnly.rcbHovered input {
    background-color: #c2c2c2 !important;
    background-image: linear-gradient(#d7d7d7, #c6c6c6) !important;
    /*background-image: linear-gradient(#959595, #848383) !important;*/
}

.RadComboBox_Default .rcbReadOnly.rcbExpanded.rcbHovered input {
    background-image: linear-gradient(#959595, #848383) !important;
    color: #ffffff !important;
}

.RadComboBox_Default .rcbReadOnly.rcbFocused input:focus {
    background-image: linear-gradient(#959595, #848383) !important;
    color: #ffffff !important;
}

.RadComboBox input.rcbInput {
    color: #333333 !important;
}
/* End Rad ComboBox */
/*Rad Menu style*/
.RadMenu{
    background-color: rgba(249, 193, 26, .3) !important;
    border-radius: 10px;
    height: 30px;
}
.RadMenu .rmItem{
    padding: 15px;
    font: 16pt 'Economica', Tahoma, sans-serif;
}
.RadMenu_MetroTouch .rmRootLink .rmText {
    color: #ffffff !important;
}
.RadMenu ul.rmActive, .RadMenu ul.rmRootGroup{
    border-radius: 10px;
    background-color: #bb963b !important; 
}
.RadMenu_MetroTouch .rmRootLink{
    border-color: rgba(255, 255, 255, .2) !important;
    border-width: 2px !important;
    margin: 2px;
}
.RadMenu_MetroTouch .rmSelected.rmRootLink, .RadMenu_MetroTouch .rmExpanded.rmRootLink{
    border-radius: 10px;

}
.RadMenu_MetroTouch .rmRootLink:hover, .RadMenu_MetroTouch .rmFocused.rmRootLink{
    background-color: rgba(0, 0, 0, .1); 
}
.RadMenu_MetroTouch .rmRootLink:hover, .RadMenu_MetroTouch .rmFocused.rmRootLink{
    border-color: rgba(255, 255, 255, .8) !important;
}
.RadMenu_MetroTouch .rmRootLink{
    border-radius: 10px;
}
.RadMenu_MetroTouch .rmGroup .rmSelected.rmLink{
    background-color: #1ca6bf !important;
  color: #fff;
}
/*Rad Tab style*/
.RadTabStrip_MetroTouch .rtsTxt{
    font: 1.3em 'Economica', Tahoma, sans-serif;
}
.RadTabStrip_MetroTouch .rtsLevel1{
    background-color: rgba(203, 197, 197, .3) !important;
    border-radius: 10px;
    margin-bottom:8px;
}
.RadTabStripTop_MetroTouch .rtsLevel1{
    border-bottom-color: #461d7c !important;
    border-bottom-width: 4px !important;
}
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink{
    border: none !important;
    background-color: rgba(203, 197, 197, .3) !important;
    padding: 3px 10px;
}
.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:hover{
    background-color: rgba(203, 197, 197, .5) !important;
}
.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover{
    background-color: #461d7c !important;
}
.RadTabStripTop_MetroTouch .rtsError .rtsTxt{
    background-color: #fd4513 !important;
    color: #ffffff !important;
    line-height: inherit;
    width: inherit;
    margin: -8px -10px;
}

.dashTabStrip{
    font: 1.3em 'Economica', Tahoma, sans-serif;
    background-color: rgba(203, 197, 197, .3) !important;
    border-radius: 10px;
    border-bottom: 4px solid #059fbb;
    margin-bottom:8px !important;
}
.dashTabStrip ul li{
    border-radius: 10px;
}
.dashTabStrip ul li a{
    padding: 3px !important;
    
}
.dashTabStrip ul li a.rtsSelected{
    background-color: rgba(203, 197, 197, .3) !important;
    border-radius: 10px;
}

/*end rad tab*/
.topInfo{
    width: 100%;
    min-height: 32px;
    height: auto;
    margin-bottom: 10px;
    display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    /*clear: both;*/
}
.topRight{
    /*float: right;*/
    /*margin-left: auto;*/    
}
.topLeft{
    float: left;
    margin-right:auto;
}
.dashCont{
    width: 100%;
    display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    margin: 30px 0px;
}
.dashLeft{
    /*float: left;
    margin-right: 5px;*/
    width: 20%;
    margin-right: auto;
}
.dashRight{
    /*float: right;
    margin-left: 5px;*/
    width: 78%;
    height: 415px;
    
    /*background: #fbfaf5;*/
    /*margin-left: auto;*/
    
}
.dashRight table{
    width: 100% !important;
}
.dashRightChild, .dashFOChild{
    border: solid 1px rgba(0, 0, 0, .1);
    /*border-radius: 10px 10px 0px 0px !important;*/
    width: 99% !important;
}
.dashFOChild{
    margin-top:0px;
}
.dashFO{
    width:100%;
    height: 415px;
}
/* App Review style*/
.appRevLeft{
    width: 54.5% !important;
    min-width: 710px;
    margin-right: auto !important;
}
.appRevRight{
    width: 43% !important;
    margin-left: auto !important;
}
/* End App Review */

div.portalCont{
    min-height:350px;
}
table.portalTable{
    border-spacing:0px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #aaa8a8;
    width: 70%;
    margin: 15px auto;
}
table.portalTable tr th{
    padding: 5px;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
    font: 3em 'Economica', Tahoma, sans-serif;
    color: #ffffff;
    background: #b6b1ae;
    background: linear-gradient(45deg, #b6b1ae, #7e7c7a);
    background: -moz-linear-gradient(45deg, #b6b1ae, #7e7c7a);
    background: -o-linear-gradient(45deg, #b6b1ae, #7e7c7a);
    background: -webkit-linear-gradient(45deg, #b6b1ae, #7e7c7a);
}
table.portalTable tr td{
    padding: 15px;
    width:50%;
    text-align: center;
}
.portalBtn {
    background-color: rgba(5, 159, 187, .7);
    border-radius: 3px;
    padding: 10px;
    font-size: 1.8em;
    font-weight:600;
    color: #ffffff;
    text-shadow: 1px 1px 1px #059fbb;
    border-top: 1px solid #32004b;
    border-left: 1px solid #32004b;
    border-right: 1px solid #32004b;
    border-bottom: 1px solid #32004b;
    display:block;
    width:90%;
}
.portalBtn:hover{
    background-color: rgba(5, 159, 187, .9);
    text-decoration: none;
    color: #ffffff;
}

.RadGrid{
    line-height:28px !important;
}
.RadGrid .rgHeader, .RadGrid th.rgResizeCol{
    padding: 0px 3px !important;
    line-height:28px !important;
}
.RadGrid_MetroTouch{
    padding: 0px;
    margin: 0px;
    /*margin-top: -10px;
    border-radius: 10px 10px 0px 0px !important;*/
}
.RadGrid RadGrid_MetroTouch{
    padding: 0px;
    margin:0px;
}
/*.rgHeaderWrapper, .rgHeaderDiv{
     border-radius: 10px 10px 0px 0px;
     height: 28px;
     line-height: 28px;
     margin: 0px !important;
}*/

.rgHeader{
    background: transparent !important;
    font-size: 1em !important;
    font-weight:700 !important;
    font-family: 'Source Sans Pro', Tahoma, sans-serif !important;
    border-radius: 0px !important; 
}

.rgHeader, .rgHeaderDiv{
    border: none !important;
    padding-left: 8px !important;
    padding-bottom: 3px;
    color: #000000 !important;
}
.RadGrid_MetroTouch, .RadGrid_MetroTouch .rgMasterTable, .RadGrid_MetroTouch .rgDetailTable, .RadGrid_MetroTouch .rgGroupPanel table, .RadGrid_MetroTouch .rgCommandRow table, .RadGrid_MetroTouch .rgEditForm table, .RadGrid_MetroTouch .rgPager table {
    line-height:25px !important;
}
.RadGrid_MetroTouch th.rgSorted, .RadGrid_MetroTouch th.rgSorted a{
    color: #444 !important;
}

.statusTable{
    border-spacing:0px;
    border-radius: 10px 10px 0px 0px;
    background: rgba(203, 197, 197, .2);
    border: solid 1px rgba(0, 0, 0, .1);
    width: 100%;
    margin-top: 0px;
}
.statusTable tr th{
    font-weight: 400;
    font-size: 1.3em;
    height: 35px;
    color: #444;
    
}
.statusTable tr th.left{
    border-radius: 10px 0px 0px 0px;
    text-align:left;
    padding-left: 5px;
}
.statusTable tr th.right{
    border-radius: 0px 10px 0px 0px;
    padding-right: 5px;
}

.statusTable tr td{
    padding: 5px;
}
.statusTable tr td a{
    text-decoration: none;
    font-weight: bold;
}
.statusTable tr td a:hover{
    text-decoration: underline;
}
.statusTable tr td.altrow{
    border-top: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #ffffff;
}
.rptView{
    padding: 0px; 
    margin: 0px; 
    overflow-y:scroll; 
    position: relative; 
    width: 100%; 
    height: 330px;
    border: solid 1px #aaa8a8;
    margin-top:15px;
}
.rptView2{
    padding: 0px; 
    margin: 0px; 
    overflow-y: auto; 
    position: relative; 
    width: 100%; 
    border: solid 1px #aaa8a8;
    background-color: #fff;
    margin-bottom:15px;
}

/* Used on DownloadForms.aspx */
table.formTable{
    border: solid 1px #d0ceb8;
    border-collapse: collapse;
    margin-bottom: 10px;
    background: #ffffff;
}
table.formTable tr th{
    border-bottom: solid 1px #d0ceb8;
    padding: 3px;
    
    height: 19px;
    color: #016871;
}
table.formTable tr td{
    border-bottom: solid 1px #d0ceb8;
    page-break-inside: auto;
    padding: 3px;
}
/* End */
.colLeft{
    width: 270px;
    float: left;
    margin-top: 8px;
    height: auto;
}
.colLeft p{
    text-align: justify;
    padding-right: 15px;
    margin-bottom: 15px;
    line-height: 14pt;
}
.colRight{
    width: 695px;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    min-height: 550px;
    height: auto;
    border: solid 1px #bac0c3;
    background: #ffffff;
    padding-right: 1px;
}
/* ---- Header Styles --------*/
header{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    min-width: 650px;

    background: #461d7c;
    background: linear-gradient(45deg, #461d7c, #34155c);
    background: -moz-linear-gradient(45deg, #461d7c, #34155c);
    background: -o-linear-gradient(45deg, #461d7c, #34155c);
    background: -webkit-linear-gradient(45deg, #461d7c, #34155c);

    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header div.hdrContainer{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

header h1#logo{
    background: url(../App_Themes/images/TakaTrak_Header.png) no-repeat 0 0;
    height: 100px;
    min-width: 455px;
    display: inline-block;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header a.logo span{
    display: none;
}
.logoCustomize {
    font-size: 0.90em;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 105px;
}

.userWelcome{
    height: 30px;
    margin-top: auto;
    font-size: 1.3em;
    font-weight: 600;
    color: #ffffff;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav { 
    margin-left:auto;
    margin-right:10px;
    min-width: 230px;
    height: 85px;
  }
header nav a {
    line-height: 85px;
    margin-left: 20px;
    margin-top: 15px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

header.smaller {
    height: 65px; }
    header.smaller h1#logo {
      background: url(../App_Themes/images/TakaTrak_Header60x233.png) no-repeat 0 0;
      height: 65px;
      min-width: 233px;
      line-height: 55px;
      font-size: 30px; }
    header.smaller .userWelcome{
        height: 65px;
        line-height: 65px;
        /*min-width: 279px;*/
        font-size: 1.1em;
    }
    header.smaller nav{
        height: 60px;
        margin-top: 5px;
        
    }
    header.smaller nav a {
      height: 41px; 
      margin-top: 8px;
    }
    header.smaller nav a.home{
        background: url(images/homeIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.home:hover{
        background: url(images/homeIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }

    header.smaller nav a.admin{
        background: url(images/settingIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.admin:hover{
        background: url(images/settingIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.user{
        background: url(images/userIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.user:hover{
        background: url(images/userIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }

    header.smaller nav a.help{
        background: url(images/helpIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.help:hover{
        background: url(images/helpIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.logout{
        background: url(images/logoutIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller nav a.logout:hover{
        background: url(images/logoutIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }

/*.iconNav{
    height: 60px;
    width: auto;
    float: right;
    margin: 15px 5px 15px 25px;
}
.iconNav ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.iconNav ul li{
    margin: 0px;
    padding: 0px;
    width: 70px;
    display: inline-block;
}*/
header nav a.home{
    background: url(images/homeIco-Red.png) no-repeat top left;
    height: 58px;
    width: 58px;
    float: left;
}
header nav a.home:hover{
    background: url(images/homeIcoHvr-Red.png) no-repeat top left;
    height: 58px;
    width: 58px;
    float: left;
}

header nav a.admin{
background: url(images/settingIco-Red.png) no-repeat top left;
height: 58px;
width: 58px;
float:left;
}
header nav a.admin:hover{
background: url(images/settingIcoHvr-Red.png) no-repeat top left;
height: 58px;
width: 58px;
float:left;
}
header nav a.user{
background: url(images/userIco-Red.png) no-repeat top left;
height: 58px;
width: 58px;
float:left;
}
header nav a.user:hover{
background: url(images/userIcoHvr-Red.png) no-repeat top left;
height: 58px;
width: 58px;
float:left;
}

header nav a.help{
    background: url(images/helpIco-Red.png) no-repeat top left;
    height: 58px;
    width: 58px;
    float: left;
}
header nav a.help:hover{
    background: url(images/helpIcoHvr-Red.png) no-repeat top left;
    height: 58px;
    width: 58px;
    float: left;
}
header nav a.logout{
    background: url(images/logoutIco-Red.png) no-repeat top left;
    height: 58px;
    width: 58px;
    float: left;
}
header nav a.logout:hover{
    background: url(images/logoutIcoHvr-Red.png) no-repeat top left;
    height: 58px;
    width: 58px;
    float: left;
}
.NextBttn{
    background: url(images/NextBttn-Purple.png) no-repeat top left;
    display: inline-block;
    width: 54px;
    height: 54px;
}
.PrevBttn{
    background: url(images/PrevBttn-Purple.png) no-repeat top left;
    display: inline-block;
    width: 54px;
    height: 54px;
}

/*Media queries only beyond this point*/

@media screen and (max-width: 1200px){
    .dashLeft{
        width:200px;
        margin-right: 18px;
    }
    .statusTable{
        width:100%;
    }
    .statusTable tr th{ 
        padding: 5px;
    }

}

@media screen and (max-width: 1000px){
    section{
        padding: 0 15px; 
    }
    div.content{
        padding: 10px;
    }
    table.formed{
        font-size: .9em;
    }
    .frmdBttn{
        margin-top: 3px;
    }
    .userWelcome{
        font-size: 1.1em;
        margin: 35px auto 0px auto; 
        padding-left:5px;
    }
    header{
         height:85px;
     }
    
    header nav{
        /*height: 60px;
        width: auto;*/
        min-width:340px;
        
    }
    header nav a{
        height:41px;
        margin-top: 8px;
        background: green;
    }
    header h1#logo{
        background: url(../App_Themes/images/TakaTrak_Header60x233.png) no-repeat 0 0;
        height: 70px;
        min-width: 233px;
        margin:3px;
        display: block;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
    header.smaller {
    height: 65px; }
    header.smaller h1#logo {
     min-width: 233px;
     }
    header.smaller nav{
        height: 60px;
        margin-top: 5px;
    }
    header.smaller .userWelcome{
        display:none;
    }
    header.smaller .logoCustomize {
        display:none;
    }
    .logoCustomize {
        font-size: 0.7em;
        top: 65px;
        left: 78px;
    }
    .dashCont{
        width: 100%;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .dashLeft{
        width: 99%;
        margin-right:auto;
    }
    .dashRight{
        width: 100%;
        max-width:none;
        height: auto;
        margin-right:auto;
        margin-top:15px;
    }
    .appRevLeft{
        width: 100% !important;  
        min-width: inherit; 
    }
    .appRevRight{
        width: 100% !important;
        margin-top:15px !important;
    }
    .statusTable{
        width: 100%;
    }
    .topRight{
        margin: 0px auto;    
    }
    
}
@media screen and (max-width: 800px) {
    #lblWelcome{display:none;}
    .userWelcome{
        display:none;
    }  
    #page{
        width:100%;
        height: auto;
        min-height: 100%;
        border: none;
        overflow-x: visible;
    }
    input[type="text"], [type='password'], select, textarea{
    padding: 3px;
    }
    header{
         height:80px;
     }
    header nav{
        height: 65px;
        width: auto;
        min-width:350px;
    }
    header nav a {
      height: 41px; 
      margin-top: 8px;
    }
    header nav a.home{
        background: url(images/homeIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.home:hover{
        background: url(images/homeIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }

    header nav a.admin{
        background: url(images/settingIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.admin:hover{
        background: url(images/settingIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.user{
        background: url(images/userIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.user:hover{
        background: url(images/userIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }

    header nav a.help{
        background: url(images/helpIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.help:hover{
        background: url(images/helpIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.logout{
        background: url(images/logoutIco_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header nav a.logout:hover{
        background: url(images/logoutIcoHvr_smAlt.png) no-repeat top left;
        height: 41px;
        width: 41px;
    }
    header.smaller {
    height: 65px; }
    header.smaller h1#logo {
     min-width: 233px;
     }
    header.smaller nav{
        height: 60px;
        margin-top: 5px;
    }
    /*header.smaller nav a {
      height: 65px; 
      margin-top: 0px;
    }*/
    header.smaller .logoCustomize {
        display:none;
    }

    .RadMenu .rmItem{
        padding: 8px;
        font: 13pt 'Economica', Tahoma, sans-serif;
    }
    .RadGrid_MetroTouch, .RadGrid_MetroTouch .rgMasterTable, .RadGrid_MetroTouch .rgDetailTable, .RadGrid_MetroTouch .rgGroupPanel table, .RadGrid_MetroTouch .rgCommandRow table, .RadGrid_MetroTouch .rgEditForm table, .RadGrid_MetroTouch .rgPager table {
        font-size: .98em !important;
    }
    div.topHeader{
        flex-direction: row;
        -webkit-flex-direction:  row;
    }
    div.topHeader .Tleft {
        margin-right:auto;
    }
    div.topHeader .Tright {
        margin-right:auto;
    }
    table.formed {
		overflow-x: auto;
		display: block;
	}
    .LoginCont{
        width: 100%;
        flex-direction: column-reverse;
    }
    .LoginInfo{
        margin-right: 0px;
        width: 100%;
    }
    h4.loginTitle {
        font-size: 2em;
        line-height: 1.5em;
        width: 90%;
        margin: 0px auto;
    }
}


@media screen and (max-width: 640px) {
    .logoCustomize {
        display:none;
    }
    header {
    height: 65px; }
    header h1#logo {
      background: url(../App_Themes/images/TakaTrak_Header60x233.png) no-repeat 0 0;
      height: 65px;
      min-width: 233px;
      line-height: 65px;
    }
    header .userWelcome{
        display:none;
    }
    header nav{
        height: 55px;
        margin-top: 0px;
        margin-left:auto;
        margin-right: 10px;
    }
    header nav a {
      height: 55px; 
      margin-top: 5px;
    }
    header.smaller h1#logo {
     min-width: 233px;
     }
    header.smaller nav a {
      margin-top: 5px;
    }
    .RadMenu .rmItem{
    padding: 15px;
    font: 12pt 'Economica', Tahoma, sans-serif;
    }
}

/* Google Map CSS */
.map{
    margin:0px 0px 0px 0px;
    width: 100%; 
    min-height: 540px;
    height: 100%;
    border: solid 1px #bbbab5;
}

.ajaxProcessingContainerDiv 
{
    left: 0%;
    top: 0%;
    border: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    _position: absolute;
    z-index: 100;
    background-color:#DDDDDD;
    opacity:0.70; /* firefox, opera, safari, chrome */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter:alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom:1 /* so the element "hasLayout"
    /* or, to trigger "hasLayout" set a width or height */
}
  .ajaxProcessingTable
 {
     width :100%;
     height: 100%;
     border: 1px solid LightBlue;
     background-color :Transparent;
     text-align: center;
     vertical-align:middle;
 }
table.formed tr td .frmdPctFix, table.formedPopup tr td .frmdPctFix {
    width: 75%;
}

.msrs-printdialog-main {
    top: 25% !important;
    left: 25% !important;
}

.gridBottomStyled {
    /* Added by DRW on 1/20/2022 */
    padding: 5px;
    color: rgba(255, 255, 255, 0.9);
    background-color: #0b0b0b !important;
}