﻿#Captcha br {
    display: none;
}

#Captcha span br {
    display: block !important;
}

#CaptchaInputText {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    font-size: 14px;
    box-shadow: none;
    transition: all 300ms linear;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 8px;
    padding: 10px 18px;
    border-color: #e3e6ea;
    color: #24292e;
    -webkit-transition: border .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: border .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: border .2s ease-in-out, background-color .2s ease-in-out;
    transition: border .2s ease-in-out, background-color .2s ease-in-out;
}

#Captcha .field-validation-error span {
    color: #FF4857 !important;
}

.badge-custom {
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: 500;
}

/* Hide Down and Up arrows in table header where sortable is disabled */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: '' !important;
}

.text-right {
    text-align: right !important;
}

.row-total,
.sub-total {
    font-weight: 600;
    font-size: 1.5rem;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    /*
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    */
    color: #4bad48;
    border-color: #4bad48;
}


input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    /*
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    */
    color: #ff4857;
    border-color: #ff4857;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #ff4857;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

    .parsley-errors-list.filled {
        opacity: 1;
    }



.typeahead.dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

    .typeahead.dropdown-menu:after {
        display: none !important;
    }

/*.icon-edit, .icon-delete{ margin-right: 5px; }*/

.icon-edit a, .icon-delete a, .icon-access a {
    width: 35px;
    height: 35px;
    line-height: 25px;
    border-color: #1976d2 !important;
}


    .icon-edit a i, .icon-delete a i, icon-access a i {
        margin-left: 0px;
        margin-right: 0px;
        line-height: 14px;
        font-size: 14px;
    }


.field-validation-error {
    font-size: 13px;
    list-style: none;
    color: #f96a74;
    margin-top: 5px;
    padding-left: 20px;
    font-weight: 600;
    position: relative;
}

    .field-validation-error:before {
        content: "\f00d";
        font: normal normal normal 14px/1 "FontAwesome";
        position: absolute;
        left: 2px;
        top: 2px;
    }

/*.form-group label {
    color: #3672c1;
}*/


label {
    display: inline-block;
    margin-bottom: 0.5rem;
}




div.alert.alert-danger.alert-dismissable > i.fa:before {
    content: "\f05e";
}


button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#AlertMessage.alertShowing {
    padding-bottom: 1.5rem;
    padding-top: 4rem;
}

#AlertMessage {
    bottom: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9999;
    position: fixed;
}

    #AlertMessage::before {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 4rem;
        z-index: -1;
        background: rgba(48, 48, 48, 0.5) none repeat scroll 0 0;
        -webkit-box-shadow: 0 0 2rem 2rem rgba(48, 48, 48, 0.5);
        box-shadow: 0 0 2rem 2rem rgba(48, 48, 48, 0.5);
    }

    #AlertMessage .customAlertWrap:not(:last-child) {
        padding: 0 0 1rem;
    }

    #AlertMessage .customAlert {
        line-height: inherit;
        margin: 0;
        transition: margin 0.3s ease 0s;
    }

        #AlertMessage .customAlert .fa {
            font-size: 1.2rem;
        }

        #AlertMessage .customAlert .close {
            line-height: inherit;
            top: 0;
        }

            #AlertMessage .customAlert .close.closeAlert {
                margin-left: 1rem;
            }

            #AlertMessage .customAlert .close .fa {
                font-size: inherit;
            }


div.alert.alert-success.alert-dismissable > i.fa:before {
    content: "\f00c";
}

div.alert.alert-info.alert-dismissable > i.fa:before {
    content: "\f129";
}

div.alert.alert-danger.alert-dismissable > i.fa:before {
    content: "\f05e";
}


table tr {
    cursor: pointer;
}

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #f0f2f6;
    z-index: 9999;
    display: flex;
    left: 0;
    top: 0;
}


.logo-img-loader {
    width: 100px;
    margin: 0 auto;
    position: relative;
}

    .logo-img-loader .logo-image {
        position: relative;
        z-index: 1;
    }

    .logo-img-loader .logo-bg-image {
        position: absolute;
        z-index: 0;
        animation: maxui-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        top: 3px;
        left: 3px;
    }

table thead > tr > th {
    width: auto !important;
}

.daterangepicker .ranges ul li.active {
    background-color: #4285f4 !important;
    border-radius: 0 !important;
}

.daterangepicker .ranges li:hover {
    border-radius: 0 !important;
}

.daterangepicker .ranges ul li {
    margin: 0;
}

.ui-section, .ui-section-edit {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 1px;
    padding: 0 0.5rem;
    background-color: #f9fafb;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    transition: background-color 250ms linear,opacity 250ms linear;
}

.ui-section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8ecee;
    margin: 0 auto;
    padding: 0.7rem 0 0.7rem;
    position: relative;
}

.ui-header-title {
    width: calc(100% - 30px);
}

.ui-header-title-text {
    display: inline-block;
    height: 23px;
    color: #525c69;
    vertical-align: middle;
    text-transform: none;
    font: 400 18px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input.ui-header-title-text {
    padding: 0;
    width: calc(100% - 100px);
    border: 0;
    background-color: transparent;
    color: #000;
}

.ui-header-title-edit-icon {
    position: relative;
    bottom: -1px;
    display: none;
    padding-right: 5px;
    padding-left: 5px;
    width: 15px;
    height: 20px;
    background: url(images/icons-sprite.svg) no-repeat center -255px;
    vertical-align: middle;
    opacity: .4;
    cursor: pointer;
    transition: 220ms all ease;
}

.ui-entity-editor-header-actions {
    padding: 2px 0;
    transition: 300ms all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ui-entity-editor-header-edit-lnk {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    white-space: normal;
    border-bottom: 1px dashed transparent;
    color: #333;
    text-transform: lowercase;
    letter-spacing: .2px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    opacity: .5;
    cursor: pointer;
    transition: 300ms all ease;
}

.ui-section-content {
    position: relative;
    padding: 0.5rem 0 0 0;
    transition: 250ms linear padding,250ms linear height;
}

.ui-content-block {
    color: #000;
    word-break: break-all;
    word-break: break-word;
    font: 15px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    margin: 0 0 0.7rem;
    transition: 220ms opacity linear;
    box-sizing: border-box;
}

    .ui-section-edit .ui-content-block, .ui-content-block-edit .ui-content-block, .ui-content-block[data-animate="show"] .ui-block-title {
        max-height: none;
        -webkit-animation: showEditMode 500ms linear;
        animation: showEditMode 500ms linear;
    }

.ui-block-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 0.1rem;
    color: #4285f4;
    font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.pull-right {
    float: right;
}

.is-form label {
    align-items: center;
    display: inline-flex;
    margin-right: 15px;
}

    .is-form label input {
        margin-right: 5px;
    }

.is-form .form-group-icon {
    position: relative;
}

    .is-form .form-group-icon .input-icon {
        align-items: center;
        background: #eff2f3;
        display: inline-flex;
        height: 100%;
        justify-content: center;
        margin: 0;
        position: absolute;
        width: 41px;
    }

    .is-form .form-group-icon input {
        padding-left: 50px;
    }

.is-form .accordion-item {
    border: 0;
}

.is-form .accordion-button,
.is-form .accordion-button:hover {
    background-color: transparent !important;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
.list-filter-container .form-group label {
    color: #4f5569;
    font-weight: 500;
} 

.btn-SearchUsers {
    color: #fff;
    background-color: #002c8a;
    border-color: #002c8a;
    font-weight: 600;
    letter-spacing: 0.5px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-SearchUsersReset {
        color: #fff;
    background-color: #002c8a9e;
    border-color: #002c8a;
    font-weight: 600;
    letter-spacing: 0.5px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-SearchUsers:hover, .btn-SearchUsersReset:hover {
    color:#002c8a;
    background:#fff;
    border-color:#002c8a;
}
.next_section a {
        color: #002c8a;
    text-decoration: none;
    font-size: 14px;
}
.next_section a:hover {
    text-decoration:underline;
}
@media(max-width:575px) {
    .sip_right table tr th, .sip_right table tr td {
        width:100% !important;
        font-size:14px 100% !important;
    }
}






/*journey*/ 

/*.left-wrapper {
    margin-left: 50px;
    z-index: 0;
}
.left-wrapper h6 {
    margin-bottom: 3rem;
} 
 
#progressbar {
    position: absolute;
    overflow: hidden;
    color: #002c8a;
    padding: 0;
    margin-left: -35px;
} 
#progressbar li {
    list-style-type: none;
    font-weight: 400;
    position: relative;
    margin-bottom: 2.9rem;
}

#progressbar .step0:before {
    content: "";
    color: #fff;
}

#progressbar li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 20px;
    background: #efefef; 
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
}

#progressbar li:after {
    content: "";
    width: 2px;
    left: 9px;
    top: 30px;
    height: 25px;
    background: #bdbdbd;
    position: absolute;
    z-index: 0;
}

#progressbar li:last-child:after {
    height: auto;
}

#progressbar li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

#progressbar li.active span {
    color: #fff;
}

#progressbar li.active:after {
    background: #002c8a;
}

#progressbar li.active:before {
    background: #002c8a;
    font-family: FontAwesome;
} 
#progressbar li span:before {
    content: "";
    color: #999;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cdcdcd;
} 
#progressbar li.active span:before {
    color: #fff;
    background: #fff;
}*/


/* success */
#progressbar li.success.active:before {
    background: green;
    border: 2px solid green;
} 
#progressbar li.success.active:after {
    background: green;
} 
#progressbar li.success.active span:before {
    content: "\e5ca";
    font-family: 'Material Icons';
    color: #fff;
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
} 

/* warning */
#progressbar li.warning.active:before {
    background: #ff9500;
    border: 2px solid #ff9500;
} 
#progressbar li.warning.active:after {
    background: #ff9500;
} 
#progressbar li.warning.active span:before {
    content: "\e000";
    font-family: 'Material Icons';
    color: #fff;
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
}


.right-wrapper .prev {
    display: block;
    cursor: pointer;
}
.right-wrapper .item {
    display: none;
} 
.right-wrapper .item.show {
    display: block;
}

/*.active-blue {
    background: #1443a9 !important;
    color: #fff !important;
}*/



@media (min-width:992px) and (max-width:1599px) {

    .left-wrapper {
        max-width: 140px;
    }
    .left-wrapper h6 {
        margin-bottom: 1.7rem;
    }
    
}

@media (max-width:991px) {
    .left-wrapper h6 {
        margin-bottom: 2rem;
    }
    #progressbar li {
        margin-bottom: 1.9rem;
    }
    #progressbar li:after {
        top: 25px;
        height: 20px;
    }

}
   