

/* ==========================================================================
   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: 98%
}

.top-align {
    padding-left: 25px;
}

#lblBuildNo {
    padding-right: 25px;
}

.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;
}

.thin-border {
    border: lightgray solid thin;
    padding-top: 20px;
}

.bold {
    font-weight: bold !important;
}

.mr-2-per {
    margin-right: 2%;
}


/*Added from here*/
.create-task-form {
    box-sizing: border-box;
}
.create-task-form * {
    box-sizing: border-box;
}
.create-task-form .row {
    display: flex;
    margin: 0 -12px;
    width: auto;
}

.create-task-form .row * {
    float: none;
}

.create-task-form .row .span6 {
    width: 50%;
    margin-left: 0;
    padding: 0 12px;
    position: relative;
}
.create-task-form .row .span12 {
    width: 100%;
    margin-left: 0;
    padding: 0 12px;
}
.create-task-form .row .span2 {
    width: 16.667%;
    margin-left: 0;
    padding: 0 12px;
}
.create-task-form .row .span10 {
    width: 83.33%;
    margin-left: 0;
    padding: 0 12px;
}

.create-task-form input[type="text"] {
    width: 100%;
    height: 30px;
}

.create-task-form .form-inline {
display: inline-flex;
align-items: center;
}

.create-task-form .ml-20 {
margin-left: 20px;
}

.create-task-form .form-group {
    margin-bottom: 20px;
}

.create-task-form .form-group span:not(.frequency-label,#ctl00_ContentPlaceHolder1_validatorPosition) {
    position: absolute;
    bottom: -20px;
    left: 14px;
}

.selected-assign-group {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.selected-assign-group > div {
    width: 20%;
    margin: 5px 0;
}

.position-modal.modal {
    border: 0;
    border-radius: 0;
    max-width: 700px;
    width: calc(100% - 20px);
    margin: 0;
    transform: translateX(-50%);
}
.position-modal .modal-header {
    background: #0069d9;
    color: #fff;
}

.position-modal .modal-header h4 {
    margin: 0;
}

.position-modal .modal-header .close {
    box-shadow: none;
    opacity: 1;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    font-size: 26px;
}
.position-modal .modal-body .container {
    width: 100%;
}

.position-modal .modal-body .row {
    display: flex;
    margin: 0 -15px;
}

.position-modal .modal-body .row > .span6 {
    width: 50%;
    margin: 0;
    padding: 0 15px;
}

.position-modal .modal-body * {
    box-sizing: border-box;
}

.position-modal .modal-body .row > .span6:first-child {
    border-right: 1px solid #ddd;
}

.position-modal .span6 .form-control {
    width: 100%;
    height: 34px;
    padding: 8px 10px;
    position: sticky;
}
.position-modal .checkbox-list .form-inline {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}
.position-modal .checkbox-list .form-inline input {
    margin-top: 6px;
}
.position-modal .modal-footer {
    background: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: right;
}

.position-modal .modal-footer button {
    margin-left: 10px;
    width: 80px;
}
.task-filter {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 0 15px;
    padding-bottom: 10px;
}
.task-filter-border {
    display: inline-flex;
    height:14px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid #ddd;
    margin-left: 10px;
    border-radius: 5px;
}
.no-session-link:hover {
    text-decoration: none !important;
    cursor:default;
}
.task-filter-form {
    display: flex;
    align-items: center;
}
.task-filter-form label {
    all: unset;
}
.task-filter-border input {
    margin: 0;
}

.task-filter-border label {
    all: unset;
    margin-left: 10px;
}

.char-count {
    position: static !important;
    font-size: small;
    color: gray;
}
.custom-file-upload-btn {
    display: inline-block;
    background: #0069d9;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    position: relative;
    width: 200px;
    border: 1px solid transparent;
    text-align: center;
}

.custom-file-upload-btn input {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.notification-info-box {
    width:50%;
    display:inline;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 0;
}
.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;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content:center;
}
.mb-3 {
    margin-bottom: 1rem;
}
.wd-55px {
    width: 55px;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-10 {
    margin-left:10px !important;
}

.input-with-cal-icon {
    position: relative;
    display: inline-block;
    margin-left: 21px !important;
}

.input-with-cal-icon input {
    width: 165px;
}

.input-with-cal-icon .icon-calendar {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.rpt_process_action p:first-of-type {
    display: inline-block;
    margin-bottom: 0;
}

.mr-top-10 {
    margin-top : 10px;
}

.procss_action_next_step .tox.tox-tinymce {
    height: 220px !important;
}

.btn-primary.disabled, .btn-primary[disabled] {
    cursor: not-allowed !important;
}
/*end - RL*/