﻿body {
    margin: 0;
    padding: 0;
    background-color: #F0F3F3 !important;
    background-image: none !important;
    /*background: url("../Images/Body_Bg.jpg") #F0F3F3 no-repeat !important;*/
    background-size: cover !important;
    background-position: top center !important;
}

.middtbl {
    /*border-left: solid 2px #ffc272;
    border-right: solid 2px #ffc272;*/
    box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
    -webkit-box-shadow: 8px 15px 60px rgba(0,0,0,0.45);
    width: 1200px !important;
}

.TextDisplay {
    border: 1px solid #ccc !important;
    font-size: 12px !important;
    color: black !important;
    font-family: Verdana !important;
    font-weight: normal !important;
    background-color: Transparent !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 3px !important;
    height: 20px !important;
}

.TextDisplaytxtarea {
    border: 1px solid #ccc !important;
    font-size: 12px !important;
    color: black !important;
    font-family: Verdana !important;
    font-weight: normal !important;
    background-color: Transparent !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 3px !important;
}

.w245 {
    /*width: 245px !important;*/
    width: 280px !important;
}

select.TextDisplay {
    /*  border: 1px solid #ccc !important;
    font-size: 12px !important;
    color: black !important;
    font-family: Verdana !important;
    font-weight: normal !important;
    background-color: Transparent !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 3px !important;*/
    height: 24px !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #ccc !important;
}

fieldset {
    border: 1px solid #ccc !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    /*border: 1px solid #999;*/
    margin-bottom: 5px;
}

legend {
    background: #F5F5F5 !important;
    border: solid 1px #ccc !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    padding: 5px 9px !important;
    margin: 0px 0 0 10px !important;
}

.div_Main {
    border: solid 1px #ccc;
}

.bg-white {
    background-color: white !important;
}

.text-center {
    text-align: center !important;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #cccccc;
    max-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
}

.btnBack {
    background-color: #4CA9B1 !important;
    border: none !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 600;
}

    .btnBack:hover, .btnBack:focus {
        color: white !important;
    }

input[type="radio"] {
    height: auto !important;
    position: relative;
    top: 3px;
    margin: 0 !important;
}

/*input[type="submit"], input[type="button"] {
    background-color: #4CA9B1 !important;
    border: none !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 600 !important;
    padding: 5px 6.5px !important;
    height: auto !important;
}*/
.BackButton {
    color: #fff;
    width: 70px;
    border-width: 0;
}


.Button:hover {
    color: #fff !important;
    background: #5F9EA0;
}

.Button_Workflow {
    background-color: transparent !important;
    border: 1px solid #47A6AD !important;
    border-radius: 20px !important;
    padding: 5px 10px !important;
    color: #47A6AD !important;
    font-weight: bold !important;
    cursor: pointer !important;
    outline: none;
}

    .Button_Workflow:hover, .Button_Workflow:focus {
        color: white !important;
        background-color: #47A6AD !important;
        cursor: pointer !important;
        outline: none;
    }

.Button_Workflow_Secondary {
    background-color: transparent !important;
    border: 1px solid gray !important;
    border-radius: 20px !important;
    padding: 5px 10px !important;
    color: gray !important;
    font-weight: bold !important;
    cursor: pointer !important;
    outline: none;
}

    .Button_Workflow_Secondary:hover, .Button_Workflow_Secondary:focus {
        color: white !important;
        background-color: gray !important;
        cursor: pointer !important;
        outline: none;
    }
/*.Button_Workflow {
    background-color: #4CA9B1 !important;
    border: 1px solid #4CA9B1 !important;
    border: none !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 600 !important;
    padding: 6px 11px !important;
    height: auto !important;
    font-size: auto !important;
}

    .Button_Workflow:hover, Button_Workflow:focus {
        background-color: #408f96 !important;
        color: #fff !important;
        cursor: pointer !important;
    }*/

/*.Button_Workflow_Secondary {
    background-color: gray;
    border: none !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 600 !important;
    padding: 6px 11px !important;
    height: auto !important;
    border-radius: 3px !important;
}

    .Button_Workflow_Secondary:hover, .Button_Workflow_Secondary:focus {
        background-color: dimgray;
        cursor: pointer;
    }*/

.Button {
    background-color: #4CA9B1 !important;
    border: 1px solid #4CA9B1 !important;
    padding: 5px 11px !important;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    border-radius: 3px;
}

.Buttonclose {
    padding: 6px 7px !important;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px;
    border-bottom: 1px solid #f5f5f5;
    top: 0;
    margin: 0;
    height: 17px;
}

.Line {
    background-color: #4CA9B1;
    color: White;
    font-family: Calibri;
    font-size: 13pt;
    /*padding-left: 5px;*/
}

.FormHeader {
    border: #4CA9B1 1px solid !important;
    font-family: Tahoma;
    color: #F2FFFF;
    height: 18px;
    background-color: #4CA9B1 !important;
    font-weight: 700;
    font-size: .9em;
    padding: 5px 10px !important;
}

/*.BackButton, .FormHeader {
    background-color: #4CA9B1;
    border: #4CA9B1 1px solid;
    font-weight: 700;
    font-size: .9em;
}*/
/*--Table Grid Css Start here*/
.GridTh {
    text-decoration: none !important;
    color: #fff !important;
    padding: 3px;
}

.table-bordered {
    border: 1px solid #9298a0 !important;
    border-collapse: collapse !important;
}

    .table-bordered tr th {
        background-color: #90cacf !important;
        border: 1px solid #4CA9B1 !important;
        font-size: 12px !important;
        color: #000 !important;
        height: 25px;
    }

    .table-bordered td {
        border: 1px solid #9298a0 !important;
        border-collapse: separate !important;
        padding-left: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px !important;
    }

    .Agingcss label, .table-bordered label {
        font-weight: 400 !important;
        cursor: pointer;
    }

    .table-bordered tr:nth-child(odd) {
        background: #ffffff;
    }

    .table-bordered tr:nth-child(even) {
        background: #f0f8f9;
    }

.innerTable {
}

    .innerTable td {
        border: 0 !important;
    }

    .innerTable tr:nth-child(odd) {
        background-color: transparent;
    }

    .innerTable tr:nth-child(even) {
        background-color: transparent;
    }

th.headerSortDown, th.headerSortUp {
    background-position: right center;
    background-repeat: no-repeat;
}

th.headerSortUp {
    background-image: url(../images/asc.gif);
}

th.headerSortDown {
    background-image: url(../images/desc.gif);
}

/*#btnBack {
            background-color: #4CA9B1;
            color: #fff;
            border: 0;
}*/

.image:hover > i, .image > i {
    color: #fff !important;
}

.Grid th {
    padding-right: 0;
}

.NoRecordFound {
    background-color: #9298a0 !important;
    color: white !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    height: 30px !important;
}

.contactlist {
    background-color: #D5EDEA !important;
}
/*--Modal CSS Start Here*/

/*Tab css start here*/
input {
    background-color: #FFF;
    color: #000;
    margin-left: 0;
}
/*--Login Page CSs Start here*/
.div_login_main {
    width: 1024px;
    margin: 25px auto;
    min-height: 550px;
    background-color: white;
    border-radius: 10px;
    opacity: 0.97;
}

.div_login_left {
    float: left;
    background-color: #fff;
    width: 60%;
    min-height: 550px;
    border-radius: 50px;
}

.div_login_right {
    float: right;
    width: 40%;
    min-height: 550px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(71,166,175,1);
    background: -moz-linear-gradient(-45deg, rgba(71,166,175,1) 0%, rgba(72,172,162,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(71,166,175,1)), color-stop(100%, rgba(72,172,162,1)));
    background: -webkit-linear-gradient(-45deg, rgba(71,166,175,1) 0%, rgba(72,172,162,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(71,166,175,1) 0%, rgba(72,172,162,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(71,166,175,1) 0%, rgba(72,172,162,1) 100%);
    background: linear-gradient(135deg, rgba(71,166,175,1) 0%, rgba(72,172,162,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a6af', endColorstr='#48aca2', GradientType=1 );
}

.textManagement {
    font-family: Arial;
    font-size: 14px;
}

.text-white {
    color: white;
}

.div_login_poweredby {
    color: black;
    float: left;
    font-size: 13px;
    font-family: Arial;
}

.textsignin {
    color: white;
    font-size: 20px;
    font-family: Arial;
    text-align: center;
    margin-bottom: 5px;
}
/*--Login Page CSs End here*/
.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.ui-dialog-titlebar, .ui-button {
    overflow: hidden !important;
}
