﻿/* DEFAULTS
----------------------------------------------------------*/




/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}*/

.sl {
    color: #9095AE;
    font-size: 0.8em;
}

.sllink {
    color: #53A3DA;
    font-size: 0.8em;
}


.sl1 {
    color: #9095AE;
    font-size: 1em;
}

.sl11 {
    color: #9095AE;
    font-size: x-small;
    font-family: Arial;
}

.header11 {
    font-size: large;
    font-family: Arial;
    /*color: #6FC400;*/
    color: #4293E4;
    font-style: normal;
    font-weight: bold;
    height: 30px;
}


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.companytitle {
    font-size: 2.5em;
    font-style: inherit;
    display: block;
    text-align: center;
    padding: 3px;
    color: White;
}


.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 3px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.hideColumn {
    display: none;
}

.HeaderStyle {
    Color: #2877BD;
    Background-Color: #F2F6FF;
}

.RowStyle {
    Color: #2d2828;
    Font-Size: 0.85em;
    Border-Color: #DDDDDD;
    /*background-color: rgb(249, 249, 249);*/
}

    .RowStyle td, .ARowStyle td {
        color: #5F5F5F;
        font-weight: 400 !important;
        padding: 0px 10px !important;
    }


.table tr td a:hover {
    /*border-bottom: 1px solid #000000;*/
}

.ARowStyle {
    Color: #2d2828;
    Font-Size: 0.85em;
    Border-Color: #DDDDDD;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    /*margin: 10px 10px 10px 10px;*/
    padding: 1px 1px 1px 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
    max-height: 10px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}



/*
.inputText
{
margin:10px 0 10px;
display: block;
width: 100%;
height: 21px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.inputText {
    /* margin: 20px 0 25px; */
    margin: 3px 0 10px;
    width: 100%;
    /*height: 24px;*/
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgb(205, 205, 205);
    border-radius: 0px;
    cursor: pointer;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 1px 2px 3px 0px rgba(220, 220, 223, 1);*/
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputTextSocialMedia {
    /* margin: 20px 0 25px; */
    margin: 10px 0 10px;
    display: block;
    width: 100%;
    height: 24px;
    padding: 7px 45px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #CDCDCF;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 1px 2px 3px 0px rgba(220, 220, 223, 1);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



.inputSelect {
    border: 1px solid #c8c8c8; /*background: #ededed;*/
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 10px;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    box-shadow: inset 0px 0px 0px 0px rgba(000, 000, 00, 0.1);
    color: #818181;
    margin: 0;
}

.inputRadio {
    margin: 20px 0 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.inputText:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.inputTextSocialMedia:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.inputText::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.inputText:-ms-input-placeholder {
    color: #999;
}

.inputText::-webkit-input-placeholder {
    color: #999;
}

.inputText[disabled], .inputText[readonly], fieldset[disabled] .inputText {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}



.approvetable {
    margin: 0px 0 5px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1.2px solid #66afe9;
    border-radius: 4px;
}




.loginBtn1 {
    -webkit-border-radius: 5px;
    border-radius: 3px;
    border: 1px solid #6EBE44;
    padding: 6px 25px;
    -webkit-box-shadow: inset 1px 2px 5px 1px rgba(162, 246, 0, 0.5);
    box-shadow: inset 1px 2px 5px 1px rgba(162, 246, 0, 0.5);
    background: url(../images/loginBtn.jpg) repeat-x;
    color: #fff;
    font-size: 15px;
    /*  font-family: 'open_sansbold'; */
    cursor: pointer;
    text-shadow: 0 1px rgba(0, 0, 0, 7);
    /* background: linear-gradient(#7BD000, #6BB101) repeat scroll 0 0 rgba(0, 0, 0, 0); */
}

.loginBtn:hover1 {
    background: #99db24;
}

.forgotPass {
    color: #1481c4;
    font-size: 13px;
    display: block;
    padding: 15px 0 0 0;
}


    .forgotPass a {
        color: #1481c4;
        font-size: 13px;
    }


.footerLink li {
    display: inline-block;
    padding: 0 0px 0 5px;
}

    .footerLink li a {
        color: #686868;
        text-decoration: none;
        padding: 0 5px 0 0px;
    }

        .footerLink li a:hover {
            color: #3688dc;
        }

.validator {
    color: #FFFFFF;
    /*max-width: 200px;*/
    padding: 4px 8px;
    /*padding-left: 30px;*/
    /*margin: 0 42px;*/
    /*text-align: left;*/
    background-color: rgb(204, 58, 0);
    font-family: Calibri;
    /*font-size: 0.8em;*/
    border-radius: 0;
    /*border: 1px solid rgb(179, 36, 0);*/
    -webkit-box-shadow: 1px 4px 2px 0 #ddd,inset 0 2px 2px 0 #fff;
    -moz-box-shadow: 1px 4px 2px 0 #ddd,inset 0 2px 2px 0 #fff;
    box-shadow: 1px 4px 2px 0 #ddd,inset 0 2px 2px 0 #fff;
    -webkit-box-shadow: 1px 4px 2px 0 #ddd,inset 0 1px 2px 0 #fff;
    -moz-box-shadow: 1px 4px 2px 0 #ddd,inset 0 1px 2px 0 #fff;
    box-shadow: 1px 4px 2px 0 #ddd,inset 0 1px 2px 0 #fff;
}

.prodcess-img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}


.validatorDiv {
    /*float:left; vertical-align:middle; padding-top:0px; padding-left:0px; */
    float: left;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-left: 5px;
    background-color: #3F91E3;
}


.prodcess-img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}


.lbl1 {
    Color: #2877BD;
    Font-Size: 0.75em;
    Border-Color: #DDDDDD;
}

.textnew {
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 21px;
    color: #555;
}

    .textnew p {
        float: left;
        margin: 0 auto;
        width: 100%;
        height: 50px;
    }

.loginto {
    float: left;
    width: 100%;
}

.login_text {
    float: left;
    width: 100%;
}

    .login_text a {
        text-decoration: none;
        color: #79d000;
        font-size: 22px;
        font-weight: bold;
        font-family: 'open_sansregular';
    }

.complist {
    font-size: 16px;
    font-weight: bold;
    font-family: 'open_sansregular';
    color: #8A8C85;
}

.RowStyle td a {
    color: #2d2828;
    text-decoration: none;
    line-height: 24px;
    background: none;
}

    .RowStyle td a:hover {
        color: #2d2828;
        text-decoration: none;
        line-height: 24px;
        background: none;
    }

.ARowStyle td a {
    color: #2d2828;
    text-decoration: none;
    line-height: 24px;
    background: none;
}

    .ARowStyle td a:hover {
        color: #2d2828;
        text-decoration: none;
        line-height: 24px;
        background: none;
    }

.complistn {
    text-align: left;
    margin-bottom: 0px;
}

.tdspancls span {
    float: left;
}

    .tdspancls span label {
        color: Black;
    }

.tdpanel {
    margin-bottom: 25px;
}

    .tdpanel input, .tdpanel label, .tdspancls input, .tdspancls label {
        cursor: pointer;
    }

.tdspancls select {
    cursor: pointer;
}

.tdpanel a {
    text-decoration: none;
    color: #64b501;
    font-weight: bold;
}

.Rowstyle td a {
    text-decoration: none;
    color: #2877BD;
    line-height: 16px;
}

.fixheader {
    position: fixed;
}

.ul_list {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    height: 20px;
}

    .ul_list li {
        float: left;
        padding: 5px;
    }

        .ul_list li a {
            text-decoration: none;
            color: #000;
        }

            .ul_list li a:hover {
                border-bottom: 1px solid #000;
            }

.print_image {
    background: none !important;
}

.popbuttons {
    margin-top: 0px;
    margin-left: 137px;
}

.modal_height {
    height: 240px;
}

.infonote {
    padding: 10px 56px 0px 56px;
    text-align: justify;
    font-family: calibri;
    font-size: 17px;
    color: #717171;
}

.approvaldiv {
    position: absolute;
    width: 141px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    box-shadow: black 0px 0px 10px 0px;
    border-radius: 5px;
    top: 54px;
    right: -10px;
    display: none;
    z-index: 6;
}

.bglogin {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
    margin-left: 0 auto;
    display: none;
}
