﻿
/* Common For All Pages */
/* Added New Css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*line-height: 1.3;*/
    vertical-align: baseline;
    font-family: "GothamBook", Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.savebutton {
    margin-right: 5px !important;
}

/*Chrome Showing Yellow color in background of text*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#loginpage input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #014876 inset;
    -webkit-text-fill-color: white !important;
}


.select2-container .select2-choice {
    line-height: 22px !important;
}

/*Application Color*/
.AppBackColor {
    background-color: #014876 !important;
    /*background-color: #02B056 !important;*/
    color: white !important;
}


.HoverBack:hover, /*Menu*/
.select2-results .select2-highlighted, /*Select2.js*/
.dropdown .dropdown-menu LI > A:hover, /*Drodown.js */
.dropdown .dropdown-menu LABEL:hover, /*Drodown.js */
.dslist td .selected /*Page in CommonGrid */ {
    background-color: #014876 !important;
    /*background-color: #02D056 !important;*/
    color: white !important;
}


html, html * {
    box-sizing: border-box;
}

html, label, span, li, a, td, input {
    /*color: #02B056;*/
    font-size: 12px;
}

.select2-results li {
    font-size: 11px !important;
}


/*for jquery ui - tabs*/
.ui-tabs .ui-tabs-nav li a {
    font-size: 12px !important;
}

.searchboxTop {
    background: url("../images/normal/search.png") no-repeat;
    background-position: right 5px;
    /*background-position: 196px center;*/
    background-size: 15px;
    padding-right: 30px;
    margin-right: 30px;
}

input.searchboxTop {
    width: 215px;
    height: 23px;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    color: white;
    /*background-color: #707B85;*/
    background-color: white;
    border: none;
}

.setupheading {
    font-size: 30px;
    font-weight: 100;
    color: silver;
    font-family: Tahoma,Verdana;
    text-align: right;
}

.RequiredLabel {
    color: Red !important;
    font-size: 11px;
}

.headingTitle {
    font-size: 14px;
    width: 545px;
}

    .headingTitle span {
        font-size: 14px;
        padding-right: 1px;
        padding-left: 1px;
    }


.headingTitleBold {
    font-size: 14px;
    font-weight: bold;
}

.UnderLine {
    text-decoration: underline;
}

.strikethrough {
    text-decoration: line-through;
}

.colright {
    text-align: right;
}

.colleft {
    text-align: left;
}

#loader1, .loader1 {
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
    left: 45%;
    position: absolute;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #777777;
    background: #ffffff;
    box-shadow: 0px 0px 10px #777777;
}

.WaitLoader {
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
    top: 45%;
    left: 45%;
    position: absolute;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #777777;
    background: #ffffff;
    box-shadow: 0px 0px 10px #777777;
}

.BackgroundLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.SubContent {
    position: relative;
    width: 100%;
    padding: 10px 5px 5px 10px;
    margin: 2px 0px 10px 0px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    height: 100%;
    box-shadow: 0 1px 1px #e5e5e5 inset;
    -moz-box-shadow: 0 1px 1px #dddddd inset;
    -webkit-box-shadow: 0 1px 1px #dddddd inset;
}

.ContentBoxNonRequired {
    position: relative;
    width: 100%;
    padding: 10px 5px 5px 10px;
    margin: 2px 0px 10px 0px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    height: 470px;
    box-shadow: 0 1px 1px #e5e5e5 inset;
    -moz-box-shadow: 0 1px 1px #dddddd inset;
    -webkit-box-shadow: 0 1px 1px #dddddd inset;
    overflow: auto;
    margin-top: 5px;
    overflow: auto;
}

ContentBoxNonRequired {
    /*height: 470px !important;*/
    height: 470px;
}


.ContentBox, .ContentBoxNoRequire {
    position: relative;
    width: 100%;
    padding: 20px 5px 5px 10px;
    margin: 2px 0px 10px 0px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    height: 100%;
    box-shadow: 0 1px 1px #e5e5e5 inset;
    -moz-box-shadow: 0 1px 1px #dddddd inset;
    -webkit-box-shadow: 0 1px 1px #dddddd inset;
}

    .ContentBox, .ContentBox *, .ContentBoxNoRequire, ContentBoxNoRequire * {
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important; /* Firefox, other Gecko */
        box-sizing: border-box !important;
    }

/*First Column Right Second Left Aligned*/
.RightLeftTable2Cols {
    table-layout: fixed !important;
}

    .RightLeftTable2Cols > tbody > tr > td:first-child {
        text-align: right;
    }

        .RightLeftTable2Cols > tbody > tr > td:first-child + td {
            text-align: left;
        }
/*Just That*/


.tablecols, #tablecols, .table2cols, #table2cols {
    table-layout: fixed !important;
    margin: 0px;
    width: 100%;
    /*min-width: 1024px;*/
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*----------------------------------------*/


.ContentBox .tablecols > tbody > tr > td:first-child {
    text-align: right;
    width: 15%;
    min-width: 200px;
}

.tablecols > tbody > tr > td:first-child + td {
    text-align: left;
    width: 35%;
    min-width: 300px;
}

    .tablecols > tbody > tr > td:first-child + td + td {
        text-align: right;
        width: 15%;
        min-width: 200px;
    }

        .tablecols > tbody > tr > td:first-child + td + td + td {
            text-align: left;
            width: 35%;
            min-width: 300px;
        }

.ContentBox .table2cols > tbody > tr > td:first-child {
    text-align: right;
    width: 15%;
    min-width: 200px !important;
}

.ContentBox:after, .ContentBoxNonRequired:after {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
}

.table2cols > tbody > tr > td:first-child + td {
    text-align: left;
    width: 85%;
    min-width: 300px;
}

/*.table2cols td {
    height:30px;
}*/
.ContentBox [type=text], .ContentBox textarea, .ContentBox [type=password], .ContentBox select {
    font-family: Verdana, Helvetica, sans-serif !important;
}


.ContentBox [type=text], .ContentBox textarea, .ContentBox [type=password],
[type=text], .ContentBox textarea, .ContentBox [type=password] {
    background-color: white;
    color: rgb(66, 66, 66);
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    padding: 1px;
    height: 23px; /* this is added to match combo height*/
    margin: 0px;
    border-radius: 4px;
    vertical-align: middle;
}

    .ContentBox [type=text]:focus {
        background-color: white;
    }

    .ContentBox [type=text]:disabled {
        background-color: whitesmoke;
    }


.ContentBox [type=Password] {
    background-color: white;
    color: rgb(66, 66, 66);
    /*border-color: gray;*/
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    padding: 1px;
    height: 23px;
}

    .ContentBox [type=Password]:focus {
        background-color: white;
    }

.ContentBox select:focus {
    background-color: white;
}


.ContentBox {
    /*height: 470px !important;*/
    height: 470px;
    overflow: auto;
    margin-top: 5px;
}

    /*.ContentBox .select2-container, .ContentBox  .select2-choice
{
    height:25px !important;
}*/

    .ContentBox select {
        border-radius: 4px;
        background-color: White;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px;
        color: rgb(66, 66, 66);
        font-size: 12px;
        padding: 1px;
        margin: 0px;
    }

.listli li {
    background-color: white;
    list-style-type: none;
    min-height: 18px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 4px;
    font-family: Verdana;
    font-weight: 500;
    margin: 2px;
    cursor: pointer;
    font-size: 11px;
}

    .listli li:hover {
        border: 1px solid #999;
        font-weight: bold;
    }

.companybanner {
    text-align: center;
    font-size: 0.8em;
    color: black;
    background-color: #e5e5e5;
}

.loginnew {
    position: relative;
    margin: 0 auto;
    /*border-radius: 5px 5px 5px 5px;*/
    -webkit-box-shadow: #666 10px 2px 25px;
    -moz-box-shadow: #666 10px 2px 25px;
    /*box-shadow: #666 10px 2px 25px;*/
    text-align: center;
    border: 1px solid #ccc;
}

    .loginnew h1 {
        background-color: whitesmoke;
        border-bottom: 1px solid #e5e5e5;
        line-height: 30px;
        font-size: 1em;
        font-weight: bold;
        text-align: left;
        padding-left: 15px;
        text-shadow: 0 1px White;
        color: gray;
    }

.hiddencol {
    display: none;
}

.ui-accordion-header {
    font-size: 12px !important;
}

/*AArrows*/
/*http://cssarrowplease.com*/
.arrow_down {
    position: relative;
    background-color: white !important;
}

    .arrow_down:after, .arrow_down:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_down:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 12px;
        margin-left: -12px;
    }

    .arrow_down:before {
        border-color: rgba(229, 229, 229, 0);
        border-top-color: silver;
        border-width: 13px;
        margin-left: -13px;
    }

.StatusNew {
    color: red !important;
}

.StatusPending {
    color: orange !important;
}

.StatusGranted {
    color: green !important;
}

.StatusRejected {
    color: red !important;
}

.toast-item p {
    padding: 5px !important;
}

.headingdiv {
    display: inline;
    float: left;
    margin-top: 10px;
}

.cleardiv {
    clear: both;
}

/*.LoginLogo { 
    width:400px;
    height:200px;
}*/
/*==================================*/
/* Base Module*/
/*==================================*/

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.divAlertDesign {
    width: 635px !important;
    height: auto;
    position: absolute;
    display: none;
    z-index: 9999;
    padding-bottom: 5px;
    left: 335px !important;
}

.divAlertImage {
    position: absolute;
    margin-top: 12px;
}

.divConfirm {
    background-color: #444141;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    padding-left: 15px;
    margin: -20px -20px -20px;
}

.divConfirm-msg {
    width: 100%;
    text-align: left;
    margin-left: 50px;
    font-size: 18px;
    color: #ffffff;
}

.divAlertDtls {
    text-align: justify;
    font-size: 14px;
    color: #444141;
    margin-left: 75px;
    font-weight: bold;
}

.div-horizontal-bottom {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px;
}

.div-Alert-Child {
    text-align: justify;
    font-size: 14px;
    color: #444141;
    margin-left: 25px;
}

    .div-Alert-Child ul {
        font-weight: bold;
        font-size: 14px;
        color: #444141;
    }

.div-verticle-line {
    border-right: 2px solid #e5e5e5;
    height: 65px;
    margin-left: 165px;
    margin-top: -65px;
    position: absolute;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .DateTypeControlForSafari {
        min-width: 90px !important;
    }
}

.ui-datepicker-prev {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.selected_row {
    /*background-color: #A1DCF2;*/
    border: 1px solid #e5e5e5 !important;
   
    background: #A1DCF2 !important;
}
