

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    /*background: #fff url('../images/background.gif') no-repeat;
	background-position: -100px -60px;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
}

header {
    color: #1E2C72;
    font-size: 17px;
}

textarea {
    border-radius: 6px;
    min-height: 110px;
    min-width: 100%;
}

.top-align {
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: top;
}

#top-bar {
    padding: 20px 0px;
}

.relative {
    position: relative;
}

.button-bar {
    position: absolute;
    right: -20px;
    bottom: 10px;
}

.btn-group + .btn-group {
    margin-left: 0px;
}

.button-bar .btn-group > .btn {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn-group .icon-cog {
    margin-top: 3px;
}

.btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.checkBox label {
    padding-left: 2px;
    display: inline;
}

.divListing label {
    padding-left: 30px;
}

.footer {
    font-size: 0.9em;
    color: #C2C2D6;
}

.footer-copyright {
    float: left;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width:100%;
}

    .footer-copyright img {
        width: 200px;
        float:left;
    }
    .footer-copyright span {        
        float:right;
}

.footer-buildNo {
    float: right;
    display: block;
}

#main, #login {
    padding: 10px;
    background: white;
    border: lightgray solid thin;
    -webkit-box-shadow: 0px 0px 4px 1px lightgray; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 4px 1px lightgray; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}



#login {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    #login i {
        color: #000;
    }

    #login form {
        margin: 0 0 10px;
    }

    #login #welcome {
        padding-left: 0px;
    }

    #login [class^="icon-"] {
        margin-top: 2px;
    }

    #login .checkbox {
        min-height: 30px;
    }

    #login label {
        width: 220px;
        margin-bottom: 0px;
    }

    #login .checkbox input[type="checkbox"] {
        float: none;
    }

    #login input[type="checkbox"] {
        margin: 0px 0 0;
    }

    /*#login input[type="checkbox"] {
	margin: 0px 0 0;
}*/

    #login button[type="submit"] {
        margin-right: 10px;
    }

#welcome {
    color: #EC3700;
    /*font-weight: 200;*/
    font-weight:bold;
    letter-spacing: -.3px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.welcome {
    color: #EC3700;
    font-weight: 200;
    letter-spacing: -.3px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

thead {
    font-size: 13px;
}

.parent {
    font-size: 14px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

thead.parent {
    font-size: 14px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

tbody {
}

.breadCrumb {
    float: right;
    display: block;
}

.form-horizontal-left {
    padding-top: 15px;
    vertical-align: middle;
    text-align: left;
}

    .form-horizontal-left span {
        text-align: left;
    }

.secondaryFilter {
    text-align: left;
    padding-left: 10px;
}

.table-bordered .leftmost {
    border-left: 0;
}

.icon-ok, .icon-ok-sign {
    color: #00cc00;
}

.icon-ok, .icon-ok-sign, .icon-remove-sign {
    font-size: 22px;
}

.icon-remove, .icon-remove-sign {
    color: red;
}

.icon-pencil {
    color: orange;
    margin-right: 25px;
}

.control-group-center-override {
}

/*.nav>li>a, .nav>li>a {
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
}*/

/*
    Override link color in bootstrap table striped gridview
*/

.pageHeading {
    float: left;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.table td a,
.table td a:hover {
    color: inherit;
}

#divCblUsers td {
    padding: 0 10px 0 10px;
    vertical-align: text-top;
}

.spinner-img {
    padding-left: 10px;
}

.report-header-center th {
    text-align: center;
}

.report-row-center td {
    text-align: center;
}

.report-row-left {
    text-align: left !important;
}

.lblSystemAlign {
    text-align: right;
    padding: 0 20px 0 0;
    /*width: 250px;*/
}

.error {
    color: Red;
}

#ctl00_ContentPlaceHolder1_lblMsg.error, #ctl00_ContentPlaceHolder1_lblMsg.StatusError, #ctl00_ContentPlaceHolder1_lblError, #ctl00_ContentPlaceHolder1_lblMsg.NotesError, #ctl00_ContentPlaceHolder1_lblAssociateUser.error, .msg_error, .NotesError {
    display: block;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#ctl00_ContentPlaceHolder1_lblMsg.success, #ctl00_ContentPlaceHolder1_lblMsg.StatusSuccess, #ctl00_ContentPlaceHolder1_lblSuccess, #ctl00_ContentPlaceHolder1_lblMsg.UpdateSuccess, .msg_success, .UpdateSuccess {
    display: block;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.success {
    color: Green;
}

.modal-footer * {
    float: left;
    margin: 0;
}

.modalSubmit {
    float: right;
}

.modal-body {
    max-height: 65vh;
}

    .modal-body textarea {
        resize: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    }

.modal.fade {
    display:none;
}

.modal.fade.in{
    display:block;
}

/*start - RL*/
.txt-right {
    text-align: right;
}
.mr-15 {
    margin: 0 15px 0 0px;
}
.mr-10 {
    margin: 0 10px 0 0px;
}
.mt-2 {
    margin-top: 2%;
}
.wd-70 {
    width: 70% !important;
}
.just-end {
    display: flex;
    justify-content: end;
}
.hg-10 {
    height: 10%;
}
.wd-99 {
    width : 99%;
}
.form-inline label {
    margin-left: 10px;
    margin-bottom: 0px;
    position: relative;
    top: 3px;
}
.wd-100-per {
    width:100%;
}
.wd-50-per {
    width:50%;
}
.d-flex {
    display:flex;
}
.grid_paging span {
    font-weight:bold;
}
.wd-75 {
    width:75px;
}
.exp-btn {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 10px 0;
}
.clr-srch-lnk {
    position: relative;
    left: 10px;
    top: 3px;
}
.clr-srch-lnk2 {
    position: relative;
    left: 75px;
    top: -3px;
}
.ml-5 {
    margin-left : 5px;
}
.ml-10 {
    margin-left : 10px;
}
.ml-12-per {
    margin-left: 12%;
}
.mt-1-per {
    margin-top : 1%;
}
.min-wd-95-per {
    min-width: 55%;
}
.txt-center {
    text-align: center;
}
.mr-l-2 {
    margin-left: 2.127659574468085% !important;
}
.wd-55 {
    width : 55% !important;
}

input[type="button"], input[type="submit"] {
    text-transform: none;
    font-family: inherit;
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button-bar {
    right: 25px;
}

.container.rounded, footer .container {
    width: 95% !important;
}

#container, #mainNav {
    width: 100% !important;
}

#breadcrumb {
    margin: 0.5% 3% 0% 0%;
}

.footer-copyright {
    width: 96%
}

.top-align {
    padding-left: 25px;
}

#lblBuildNo {
    padding-right: 55px;
}

.status-icon {
    cursor : pointer;
}

.lnk_btn {
    text-transform: none;
    font-family: inherit;
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration : none !important;
    text-decoration-color : none !important;
}

.lnk_btn:focus, .lnk_btn:hover, .lnk_btn_secondary:focus, .lnk_btn_secondary:hover {
    color: #fff !important;
}

.lnk_btn_secondary {
    text-transform: none;
    font-family: inherit;
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none !important;
    text-decoration-color: none !important;
}

.mb-1-per {
    margin-bottom : 1%;
}

.wd-35 {
    width: 35% !important;
}

.tox-form .tox-browse-url {
    display : none !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-auto {
    margin-left: auto !important;
}
.align-items-start {
    align-items:flex-start;
}

.exp-print-btn {
    background-image: url(../images/ic-print.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px !important;
    background-size: 18px;
}
.exp-excel-btn {
    background-image: url(../images/ic-file-excel.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px !important;
    background-size: 13px;
}
/*end - RL*/