﻿body {
    font-family: 'Open Sans', Arial, sans-serif;
    text-align:center;
}
html {
    background: center center fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    background-color: #f4f7f9;
}
.formWrapper {
    padding: 1%;
    margin-top: 3%;
    background-color: #FFF;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 7px #333;
    -moz-box-shadow: 3px 3px 7px #333;
    box-shadow: 3px 3px 7px #333;
    margin-left: 25%;
    margin-right: 25%;
    min-width:636px;
    opacity: 1;
    font-size: 14px;
    width: 87%;
    text-align: left;
    margin: auto;
}
.formWrapperHeaderFont{
    font-size:1.3em;
    padding-top:10px;
}

.popupWrapper{
    padding:1%;
    margin-top:3%;
    background-color:#dfdfdf;
    border-radius:10px;
    border:3px;
    border-color:#000;
    text-align:left;
}

.popupBackground 
{
    background-color:#f2f2f2;
    filter: alpha(opacity=70);
    opacity:0.7; 
} 

.defaultButton{
    margin-top:40px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #000;
    font-size: 20px;
    background: #E9E9E9;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border:none;
    box-shadow:3px 3px 7px #777;
}
.defaultButton:hover{
    background: #C4C4C4;
    text-decoration: none;
    border:none;
}
.defaultButton:active {
    background-color: #e4e7f2; 
    transform: translateY(5px);
    border: none;
}
.defaultButton:focus {outline:0;}
.defaultButton:disabled{
    background: #e3e3e3;
    color:#808080;
}
.defaultItem {
    border-radius: 10px;
    background: #E9E9E9;
    border: 1px solid #A9A9A9;
    color: #000;
    background-color: #E9E9E9;
    list-style-type: none;
}
.defaultItemWithHover {
    border-radius: 10px;    
    border: 1px solid #A9A9A9;
    background-color: #E9E9E9;
    color: #000;
    list-style-type: none;
    transition: all .2s ease-in-out;
}
.defaultItemWithHover:hover{
    background-position: 0 -100%;
    transform: scale(1.03);
    background-color:#E9E9E9;
}
.buttonsmall {
    margin-top:40px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #000;
    font-size: 20px;
    background: #E9E9E9;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border:none;
    box-shadow:3px 3px 7px #777;
    cursor: pointer
}
.easeInTransitions{
    transition:ease-in .1s;
    -webkit-transition:ease-in .1s;
    -moz-transition:ease-in .1s;
}
.whiteText{
    color:white;
    text-decoration:none;
}
.txtDefault{
    font-weight:bold;
    font-size:16px;
    /*text-align:center;*/
    width:150px;
}
div.ui-datepicker{
    font-size:14px;
}
.lblError{
    font-weight:bold;
    border-style:solid;
    border-width:1px;
    color:red;
    display:none;
}
.maxWidth{
    max-width:48%;
}



h3.username{float:left;}
h3.permitname{float:right;}

.btnNextPosition{
    position:absolute;
    margin-top: 60px;
    margin-left: -53px;
}
.btnBackPosition{
    position:absolute;
    margin-top:60px;
    margin-left:-25px;
}
.btnFinishPosition{
        position:absolute;
    margin-top: 60px;
    margin-left: -65px;
}
#ContentPlaceHolder1_tcPages_body{
    margin-left:15%;
    margin-right:15%;
    border:1px solid #a9a9a9;
    border-radius:10px;
    background-color:#E9E9E9;
    -webkit-box-shadow: 3px 3px 7px #777;
    -moz-box-shadow: 3px 3px 7px #777;
    box-shadow: 3px 3px 7px #777;
}
.label
{
    font-size: 14px;
}
.input
{
    width: 90%;
    padding: 7px 7px 7px 7px;
    font-size: 16px;
    border-width: 1px;
    border-radius:5px;
}
.inputsmall {
    width: 90%;
    padding: 4px;
    font-size: 12px;
    border-width: 1px;
    border-radius: 5px
}
.inputsmallmandatory {
    width: 90%;
    padding: 4px;
    font-size: 12px;
    border-color: red;
    border-width: 1px;
    border-radius: 5px
}
.divTab{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 3px 10px 2px 10px;
}

.divTab:hover{
    background-color: #c8ccd0;
}
.MyTabStyle .ajax__tab_header{
    cursor: pointer;
    font-weight: bold;
    display: block;
    -webkit-transition: ease-in .2s;
    -moz-transition:ease-in .2s;
    transition:ease-in .2s;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer{
    border-color: #4597d1;
    color: #000000;
    margin-left: 1px;
    border: 1px solid black;
    background-color: #E9E9E9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: ease-in .2s;
    -moz-transition:ease-in .2s;
    transition:ease-in .2s;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer1{
    border-color: #4597d1;
    color: #000000;
    padding-left: 2px;
    margin-right: 3px;
    border: 1px solid black;
    background-color: #E9E9E9;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner{
    border-color: #666;
    color: #000000;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer{
    background-color: #66b2ff;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner{
    color: #000000;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer{

    background-color: #031d82;
    color: #2158a0;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner{
    color: #000000;
    border-color: #333;
}
.MyTabStyle .ajax__tab_body{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}
.whiteBg{
    background-color:white;
    margin-left:2%;
    max-width:90%;
    font-size:16px;
    padding:5px;
}
.permitSelection{
    background-color:white;
    -webkit-transition: ease-in .2s;
    -moz-transition:ease-in .2s;
    transition:ease-in .2s;
}
.permitSelection:hover{
    color:blue;
}
.permitTxtBox {
    padding: 5px;
}
.hypLogout{
    /*float:right;*/
}
.hypLink{
    color:black;
    text-decoration:none;
    margin-left:40px;
    vertical-align:central;
    margin-right:10px
    
}
.onFormButton {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 1em;
    cursor: pointer;
    background: #e9e9e9;
    text-decoration: none;
    color: #000000;
    border: solid 1px #a9a9a9;
    border-radius: 5px;
    margin: 4px;
    margin-top: 1%;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.onFormButton:hover, .onFormButton:focus{
  background-color: #C4C4C4;
  color: white;
  text-decoration-line:none;
}

.topButton {
    padding-top: 3px;
    margin: 0px;
    float: right;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.button {
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #ededed), color-stop(1, #dfdfdf)) #ededed;
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%) #ededed;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000;
    display: inline-block;
    color: #777;
    font-family: arial;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer
}
.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #dfdfdf), color-stop(1, #ededed)) #dfdfdf;
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%) #dfdfdf;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    cursor: pointer
}
.button:active {
    position: relative;
    top: 1px;
    cursor: pointer
}
.button:disabled {
    background-color: #f2f2f2;
    color: #d6d6d6
}


.PostIt{
    width: 164px;
    height: 165px;
    text-align: center;
    margin-top: 5px;
}
.PostItNote{
    font-family: monospace;
    font-weight: bold;
    resize: none;
    width: 130px;
    height: 95px;
    background-color: transparent;
    border: none;
    overflow:auto;
}
.PostItSlant
{
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.timebox{
    height: 22px;
    width: 40px;
    margin-left: 5px;
    border-radius: 5px;
    border-width: 1px;
    padding-left: 4px;
}