﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px; /* bottom = footer height */
}

/*For overriding textbox default background color*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

.wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 570px;
    border: solid;
    font-family: Arial;
}


/*Login Page*/
#UserNameTB {
    width: 100%;
}

#UserPasswordTB {
    width: 100%;
}

#center {
    display: block;
    margin-left: 150px;
    margin-right: 200px;
    width: 400px;
}

#header {
    direction: ltr;
}


.FlagsBackground {
    background-color: #928571;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 120px;
    display: inline-block;
    align-content: center;
    border: solid;
}

.GridViewEditColumnWidth {
    width: 70px;
}


.textbox {
    border: 1px solid #c4c4c4;
    height: 20px;
    width: 140px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .textbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.FileUpload {
    border: 1px solid #c4c4c4;
    height: 20px;
    width: 300px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .FileUpload:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.DropDownList {
    border: 1px solid #c4c4c4;
    height: 30px;
    width: 150px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .DropDownList:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }


.Scrolls {
    overflow: auto;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}

.TimePicker {
    direction: ltr;
    display: block;
}

.ImageButton {
    border: thick;
    border-color: black;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    cursor: pointer;
    Height: 40px;
    width: 100px;
    display: block;
}

.ValidatorsErrMessage {
    color: red;
    font-family: Arial;
    font-size: 18px;
}

#SaveButtonDIv {
    margin-top: 20px;
}

.FilterBox {
    height: 110px;
    padding:2px;
    white-space: nowrap;
    border: solid;
    border-width: 1px;
    background: #797A7C; /* Old browsers */
    background-color: #797A7C;
    display: inline-block;
    color: white;
}

.FilterHeader {
    margin: 10px 10px 10px 10px;
    height: 29px;
}

.InnerFilter {
    margin: 20px 10px 10px 10px;
    display: inline;
    height: 10px;
}

.FilterTextbox {
}

.FilterDropDownList {
    width: 150px;
    margin-bottom: 0px;
}

.template {
    height: 100px;
    width: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: firebrick;
}

.HandPointer {
    cursor: pointer;
}

#AppUserDetailsTbl {
    width: 300px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

#MainHeader {
    font-size: 40px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #AE9191;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

#footer {
    background-color: #AE9191;
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 50px;
    width: 100%;
}

#ErrorMsgBox {
    background-color: white;
    width: 700px;
    height: 200px;
    position: absolute;
    left: 40%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
    border-color: black;
}


#errorFont {
    width:479px;
    font-size: 30px;
    font-family: Impact;
    margin-right: auto;
    margin-left: auto;
    display: block;
    color: rgb(216, 212, 212);
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.btn {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    background: #AE9191;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #A7A9AC;
        background-image: -webkit-linear-gradient(top, #928571, #928571);
        background-image: -moz-linear-gradient(top, #928571, #928571);
        background-image: -ms-linear-gradient(top, #928571, #928571);
        background-image: -o-linear-gradient(top, #928571, #928571);
        background-image: linear-gradient(to bottom, #928571, #928571);
        text-decoration: none;
    }

.Squrebtn {
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    background: #AE9191;
    height: 30px;
    text-decoration: none;
    vertical-align: central;
    cursor: pointer;
}

    .Squrebtn:hover {
        background: #A7A9AC;
        background-image: -webkit-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: -moz-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: -ms-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: -o-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: linear-gradient(to bottom, #A7A9AC, #A7A9AC);
        text-decoration: none;
    }

.FilterSqurebtn {
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    background: #AE9191;
    height: 25px;
    text-decoration: none;
    vertical-align: central;
    cursor: pointer;
}

    .FilterSqurebtn:hover {
        background: #A7A9AC;
        background-image: -webkit-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: -moz-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: -ms-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: -o-linear-gradient(top, #A7A9AC, #A7A9AC);
        background-image: linear-gradient(to bottom, #A7A9AC, #A7A9AC);
        text-decoration: none;
    }

#LoginHeaderLbl {
    margin-left: auto;
    margin-right: 90px;
    width: 100px;
}

.tbl {
    margin-right: 20px;
    margin-left: 20px;
}

#InsertAppUserHeader {
    margin-left: 180px;
    margin-right: 240px;
    width: 280px;
}

#InsertNewRequest {
    margin-left: 180px;
    margin-right: 240px;
    width: 280px;
}

.PageHeader {
    font-family: Arial;
}

.dd_chk_select {
    text-align: left !important;
    direction: ltr !important;
    height: auto !important;
    background-position: left center !important;
}

    .dd_chk_select div#caption {
        text-align: left !important;
        direction: ltr !important;
    }

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background:rgb(205,205,205);
    }

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #00d9ff;
    }

[data-tip] {
    position: relative;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        display: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1a1a1a;
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 35px;
        left: 0px;
        padding: 5px 8px;
        background: #1a1a1a;
        color: #fff;
        z-index: 9;
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }


.modalTbl td {
    width: 50%;
}

.CheckBoxList {
    text-align: left;
}

/*input[type=file], input[type=file] + input {
    display: inline-block;
    border: 1px solid gray;
    font-size: 15px;
    background-color: white;
    width: 93.5%;
}

    input[type=file] + input {
        padding: 10px;
    }

::-webkit-file-upload-button {
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    background: #00003F;
    padding: 7px 7px 7px 7px;
    text-decoration: none;
}

    ::-webkit-file-upload-button:hover {
        background: #928571;
        background-image: -webkit-linear-gradient(top, #928571, #928571);
        background-image: -moz-linear-gradient(top, #928571, #928571);
        background-image: -ms-linear-gradient(top, #928571, #928571);
        background-image: -o-linear-gradient(top, #928571, #928571);
        background-image: linear-gradient(to bottom, #928571, #928571);
        text-decoration: none;
    }

::-ms-browse {
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    background: #00003F;
    text-decoration: none;
}

    ::-ms-browse:hover {
        background: #928571;
        background-image: -webkit-linear-gradient(top, #928571, #928571);
        background-image: -moz-linear-gradient(top, #928571, #928571);
        background-image: -ms-linear-gradient(top, #928571, #928571);
        background-image: -o-linear-gradient(top, #928571, #928571);
        background-image: linear-gradient(to bottom, #928571, #928571);
        text-decoration: none;
    }

input[type=file]::-ms-value {
    border: none;
    background-color: #FFFFFF;
}*/

.InsertNew {
    white-space: nowrap;
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#BBBBBB, #928571);
    background: -webkit-linear-gradient(#BBBBBB, #928571);
    background: -o-linear-gradient(#BBBBBB, #928571);
    background: -ms-linear-gradient(#BBBBBB, #928571);
    display: inline-block;
    padding: 5px 20px 13px 20px;
    margin-top: 150px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.RadioButtonList {
    height: 95px;
}

.smallBtn {
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    background: #00003F;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .smallBtn:hover {
        background: #928571;
        background-image: -webkit-linear-gradient(top, #928571, #928571);
        background-image: -moz-linear-gradient(top, #928571, #928571);
        background-image: -ms-linear-gradient(top, #928571, #928571);
        background-image: -o-linear-gradient(top, #928571, #928571);
        background-image: linear-gradient(to bottom, #928571, #928571);
        text-decoration: none;
    }

#div1 {
    display: inline-block;
    min-width: 180px;
}

#div2 {
    display: inline-block;
    width: 160px;
}

.sqr-btn {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

