﻿body {
    margin: 0 auto;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px !important;
    color: Black;
}

#Center1024 {
    margin: 0 auto;
    width: 1024px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#Center1270 {
    margin: 0 auto;
    width: 1270px;
}

textarea {
    resize: none;
}

.signpanel {
    background-image: url(images/tranpbg.png);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: none !important;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 5px;
}

.signinbtn {
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    font-family: arial !important;
    font-weight: bold;
    color: white;
    background-color: #a20c14;
    background-image: linear-gradient(to bottom, #a00d15,#4c0003);
    border: none;
    cursor: pointer;
    min-width: 100px;
}

    .signinbtn:hover {
        box-shadow: 0px 0px 5px 2px #3c3030;
    }

.loginsigninbtn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-top: 20px;
}

.signinerrmsg {
    color: darkred;
    line-height: 30px;
    font-weight: bold;
}


.signinChkBox input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: 0px;
    cursor: pointer;
}

.signinChkBox label {
    cursor: pointer;
}




.likeButton {
    background-position: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c6df), color-stop(100%,#6d88b7));
    font: 12px verdana;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0.5em 0.5em;
    background: #b8c6df; /* old browsers */
    background: -moz-linear-gradient(top, #b8c6df 0%, #6d88b7 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c6df), color-stop(100%,#6d88b7)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* ie */
    zoom: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    background-color: #660033;
}

    .likeButton:hover {
        background: #d8e6ff; /* old browsers */
        background: -moz-linear-gradient(top, #d8e6ff 0%, #8da8d7 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8e6ff), color-stop(100%,#8da8d7)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e6ff', endColorstr='#8da8d7',GradientType=0 );
        color: #000000;
    }


.btnOFF {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Verdana;
    color: White;
    font-size: 10px;
    font-weight: bold;
    background: red;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    border: solid #6d756f 2px;
}

    .btnOFF:hover {
        background: #f0543c;
        background-image: -webkit-linear-gradient(top, #f0543c, #0f0b01);
        background-image: -moz-linear-gradient(top, #f0543c, #0f0b01);
        background-image: -ms-linear-gradient(top, #f0543c, #0f0b01);
        background-image: -o-linear-gradient(top, #f0543c, #0f0b01);
        background-image: linear-gradient(to bottom, #f0543c, #0f0b01);
        text-decoration: none;
    }



.btnON {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Verdana;
    color: #ffffff;
    font-size: 10px;
    background: #14b514;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    font-weight: bold;
    border: solid #6d756f 2px;
}

    .btnON:hover {
        background: #7deb46;
        background-image: -webkit-linear-gradient(top, #7deb46, #224735);
        background-image: -moz-linear-gradient(top, #7deb46, #224735);
        background-image: -ms-linear-gradient(top, #7deb46, #224735);
        background-image: -o-linear-gradient(top, #7deb46, #224735);
        background-image: linear-gradient(to bottom, #7deb46, #224735);
        text-decoration: none;
    }

.validationError {
    border-radius: 10px;
    padding: 5px 5px 5px 20px;
    margin: 10px;
    background: #ffecec url('../Images/error.png') no-repeat 1px 50%;
    border: 1px solid #f5aca6;
    font-family: Calibri;
    font-weight: bold;
    font-size: 12px;
}

.GrayLabel {
    font-family: sans-serif;
    font-size: 12px;
    color: #708090;
    font-weight: bold;
    padding-left: 10px;
}

.iconColor {
    color: #A52A2A;
}

.iconColorRed {
    color: red;
}

.grayCell {
    border-bottom: solid 1px #dbdbdb;
    border-top: solid 1px #fff;
    border-collapse: collapse;
    /*background: #f1f1f1;*/
    background-color: white;
}

.grayTable {
    font-size: 12px;
    padding: 2px;
}

    .grayTable thead td {
        font-family: sans-serif;
        font-size: 12px;
        color: white;
        background-color: rgba(0,0,0,0.5);
        text-shadow: 0px -1px 1px rgba(0,0,0,.5);
        border-top: solid #000 1px;
        box-shadow: inset 0px 1px 0px rgba(256,256,256,.3);
    }

    .grayTable tbody td {
        border-bottom: solid 1px #dbdbdb;
        border-top: solid 1px #fff;
        border-collapse: collapse;
        background: white;
    }


.tableHeaderBlack {
    font-family: sans-serif;
    font-size: 12px;
    color: white;
    background-color: black;
    text-shadow: 0px -1px 1px rgba(0,0,0,.5);
    border-top: solid #000 1px;
    box-shadow: inset 0px 1px 0px rgba(256,256,256,.3);
}


.cellContent {
    font-family: sans-serif;
    font-size: 12px;
    color: black;
}


.grayDivWithRoundedCorner {
    /*background-color: #f1f1f1;*/
    background-color: white;
    border: solid 1px lightgray;
    border-radius: 10px;
}

.h6Heading {
    margin: 0;
    color: navy;
    font-weight: 350;
    font-size: 12px;
    /*line-height: 42px;*/
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.h2Heading {
    margin: 0;
    color: #B6121B;
    font-weight: 350;
    font-size: 20px;
    /*line-height: 42px;*/
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: Impact;
}

.h3Heading {
    margin: 0;
    color: #B6121B;
    font-weight: 350;
    font-size: 16px;
    /*line-height: 42px;*/
    /*text-align: center;*/
    text-transform: capitalize;
    font-family: Impact;
    letter-spacing: 0px;
}

.h3AHeading {
    margin: 0;
    color: #B6121B;
    font-weight: 300;
    font-size: 13px;
    /*line-height: 42px;*/
    /*text-align: center;*/
    text-transform: capitalize;
    font-family: Impact;
    letter-spacing: 0px;
    font-style: italic;
}

.h1Heading {
    margin: 0;
    color: #B6121B;
    font-weight: 300;
    font-size: 22px;
    /*line-height: 42px;*/
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: Impact, Charcoal, sans-serif;
}

.textContent {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: Verdana;
    position: relative;
    font-size: 12px;
    line-height: 0px;
    color: rgba(0,0,0,0.5);
}

.button {
    display: inline-block;
    border-radius: 5px;
    font-family: Verdana;
    height: 20px;
    line-height: 0px;
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    background-color: gray;
    color: rgb(255,255,255);
    text-decoration: none;
    /*text-transform: lowercase;*/
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 0px 1px 0px gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

    .button:hover {
        text-decoration: none;
        color: black;
    }

    .button p {
        font-size: 12px;
        padding-left: 5px;
    }

    .button span {
        position: absolute;
        left: 0;
        width: 20px;
        font-size: 14px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
        text-decoration: none;
        padding-left: 5px;
        padding-top: 3px;
        padding-right: 2px;
    }

    .button.Cancel {
        background: #5E5E5E;
    }

    .button.OK {
        background: #6aae48;
    }

    .button.regular {
        background: #B6121B;
    }

    .button.delete {
        background: #f3940f;
    }

    .button.link {
        background: #3e8898;
    }

.textBoxRegular {
    padding: 3px;
    border: solid 1px rgba(0,0,0,0.2);
    transition: border 0.3s;
    color: #4b4848;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    width: 250px;
}

.selectDropDown {
    font-size: 12px;
    border: solid 1px rgba(0,0,0,0.2);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 3px;
    width: 228px;
}


.styledLabelGray {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    background-color: white;
    font-size: 12px;
    display: inline;
    font-weight: bold;
    -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5);
}

.LabelGray {
    padding: 7px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    display: inline;
    font-weight: bold;
}

.LabelGray {
    width: 250px;
}

.iconPadding {
    padding-left: 5px;
    padding-right: 5px;
}


.iconColorBlue {
    color: #6d88b7;
}

.iconColorWhite {
    color: white;
}


.grayTableCompanyProfile {
    font-size: 12px;
    padding: 2px;
}

    .grayTableCompanyProfile thead td {
        font-family: sans-serif;
        font-size: 12px;
        color: white;
        background-color: black;
        text-shadow: 0px -1px 1px rgba(0,0,0,.5);
        border-top: solid #000 1px;
        box-shadow: inset 0px 1px 0px rgba(256,256,256,.3);
    }

    .grayTableCompanyProfile tbody td {
        border-bottom: solid 1px #dbdbdb;
        border-top: solid 1px #fff;
        border-collapse: collapse;
        background-color: #fafafa;
        width: 250px;
    }


.ConfirmInfoTableHeader {
    color: white;
    text-transform: capitalize;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.bodyContent {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    padding: 0 0 50px 0;
}

.loginWrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.loginbanner {
    background: whitesmoke;
    left: 0;
    line-height: 55px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #646466;
}

.loginfooter {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
}

.footerContent {
    color: black;
}

.loadingcentered {
    position: absolute;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url(../Images/loading.gif) center center no-repeat;
    background-color: rgba(0,0,0,0.6);
}