﻿@charset "UTF-8";

body {
    overflow: auto !important;
}

#mustang-modal-bg {
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(104, 111, 127);
    z-index: 9990;
}

.mustang-modal-container:not(:first-child) {
    padding: 70px;
}

.mustang-text {
    float: left;
    color: white;
    font-size: 20px;
    margin: 15px 0px 0px 20px !important;
    padding-right: 20px;
}


.mustang-defaultSizing {
    width: 60% !important;
}

.mustang-xs {
    width: 40% !important;
}

.mustang-md {
    width: 60% !important;
}

.mustang-lg {
    width: 80% !important;
}

.mustang-xlg {
    width: 90% !important;
}

.pMustangIcon {
    font-size: 24px !important;
    float: right;
    cursor: pointer;
    color: #fff;
    margin: 15px 15px 0px 0px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.pMustangIcon:before {
    content: "\e980";
    font-family: 'hcm-module-' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.personelmodal .pMustangIcon {
    color: #464c5f;
}

.mustang-modal-title {
    border-bottom-width: 2px;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 0;
    background-color: #464C5F;
}

.pMustangIcon:before {
    content: "" !important;
    color: white;
    font-family: "iconpicker" !important;
    font-size: 20px;
}

.pMaximize {
    position: relative;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    float: right;
}

    .pMaximize:before {
        content: "";
        color: white;
        font-family: "iconpicker" !important;
        font-size: 20px;
    }

.pMinimize {
    position: relative;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    float: right;
}

    .pMinimize:before {
        content: "";
        color: white;
        font-family: "iconpicker" !important;
        font-size: 20px;
    }


.mustang-modal-title .modal-header {
    padding: 20px;
    border: none;
    background-color: #3e4450;
    padding: 15px 15px 15px 30px;
    color: white;
}

.mustang-modal-container.personelmodal .mustang-modal-title {
    background-color: white;
}

.mustang-modal-container.personelmodal .mustang-text {
    color: #464C5F;
}

.mustang-modal-container.personelmodal .mustang-modal-body {
    border-bottom: none
}

.mustang-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9991;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding-bottom: 25px;
}

.mustang-modal {
    font-family: "LatoWeb", Tahoma, sans-serif;
    position: relative;
    /*top: 80px !important;*/
    left: 0;
    margin: auto;
    width: 70%;
    background: none;
    box-shadow: 0 7px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    outline: 0;
    overflow: hidden;
    z-index: 0;
}

.mustang-modal-body {
    position: relative;
    background: #fff;
    clear: both;
    display: block;
    border-bottom: 6px solid #464c5f;
    position: relative;
    min-height: fit-content;
    max-height: 650px;
    overflow: auto;
    padding: 24px 24px 24px 24px;
}

.mustang-modal-container.comment-modal .mustang-md {
    max-width: 600px;
}

.mustang-modal-container.comment-modal .pMustangIcon:before {
    color: #464c5f;
}

.mustang-modal-container.comment-modal .pMaximize:before {
    color: #464c5f;
}

.mustang-modal-container.comment-modal .pMinimize:before {
    color: #464c5f;
}

.mustang-modal-title .modal-header .userProfile {
    width: 100% !important;
    line-height: 140% !important;
}

    .mustang-modal-title .modal-header .userProfile .dropdown-toggle {
        right: -18px !important;
    }

    .mustang-modal-title .modal-header .userProfile .dropdown-menu-right {
        right: -10px !important;
    }

    .mustang-modal-title .modal-header .userProfile > .m-t-30 {
        margin-top: 10px !important;
    }

        .mustang-modal-title .modal-header .userProfile > .m-t-30 .img-circle {
            margin-left: 6% !important;
            width: 150px;
            height: 150px;
        }

    .mustang-modal-title .modal-header .userProfile .userCard .titleColor {
        color: #7C8296 !important;
    }

    .mustang-modal-title .modal-header .userProfile .userCard .col-xs-12 div {
        line-height: 19px !important;
    }



.mustang-modal-body > .row > .tab-content > .tab-pane > div {
    padding: 0px 30px !important;
}

.mustang-modal-body > .row > .tab-content {
    min-height: 500px;
}

.mustang-modal-buttons {
    bottom: 0;
    position: relative;
    right: 0;
    width: 100%;
}

.mustang-modal-close {
    right: 9px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 2px 4px;
    position: absolute;
    z-index: 52;
    font-size: 25px;
    font-weight: initial;
    line-height: 1;
    color: white;
    /*text-shadow: 0 1px 0 #fff;*/
    filter: alpha(opacity=20);
    top: 10px;
    /*opacity: .2;*/
}

    .mustang-modal-close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.mustang-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    margin-left: 2px;
    margin-right: 2px;
}

.mustang-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .mustang-btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.mustang-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .mustang-btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.mustang-btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .mustang-btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

.mustang-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .mustang-btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

.mustang-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .mustang-btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.mustang-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .mustang-btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.mustang-modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.active-modal {
    z-index: 9999;
}

.tabheader {
    display: inline-block;
    width: 100%;
    min-height: 50px;
    cursor:pointer;
}

.dark {
    background-color: #4A5266 !important;
}

.mustang-modal-container.comment-modal .mustang-modal-body {
    height: auto !important;
    border-bottom: 6px solid white;
}

.mustang-modal-container.comment-modal .mustang-modal {
    width: 600px;
}

/*.mustang-modal-container.comment-modal .tabheader {
    min-height: auto;
}
*/

.mustang-modal-body.dark {
    background-color: #464C5F;
}

    .mustang-modal-body.dark .form-media .label {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .input {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .select select {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .textarea {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .is-checkradio[type=radio] + label {
        color: white;
    }

    .mustang-modal-body.dark .form-media .mustang-modal-title {
        border-bottom: 1px solid #cccccc;
    }

    .mustang-modal-body.dark .form-media .card-title-text {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .card-description {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .card-title-text .icon:before, .mustang-modal-body.dark .form-media .card-title-text .icon:after {
        color: #ffffff;
    }

    .mustang-modal-body.dark .form-media .table {
        background: transparent !important;
        color: white;
    }

@media screen and (max-width: 479px) {
    .mustang-modal {
        width: 450px;
        left: 50%;
        margin-left: -225px;
    }
}

@media screen and (min-width: 300px) and (max-width: 374px) {
    .mustang-modal {
        width: 320px;
        margin-left: -160px;
    }

    .mustang-modal-title .modal-header .userProfile > .m-t-30 .img-circle {
        margin-left: 6% !important;
        width: 60px !important;
        height: 60px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 509px) {
    .mustang-modal {
        width: 375px;
        margin-left: -187.5px;
    }
}

@media screen and (min-width: 510px) and (max-width: 767px) {
    .mustang-modal {
        width: 510px;
        left: 50%;
        margin-left: -255px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .mustang-modal {
        width: 768px;
        margin-left: -384px;
    }
}



#cssLoader1.main-wrap .child-common {
    width: 8px;
    height: 50px;
    /*margin-right:5px;*/
    margin-right: 3px;
    background-color: #FFF;
    -webkit-animation: animate1 1s infinite;
    animation: animate1 1s infinite;
    float: left;
}

#cssLoader1.main-wrap .child1 {
    margin-right: 3px;
}

#cssLoader1.main-wrap .child10 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#cssLoader1.main-wrap .child9 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#cssLoader1.main-wrap .child8 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#cssLoader1.main-wrap .child7 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#cssLoader1.main-wrap .child6 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#cssLoader1.main-wrap .child5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#cssLoader1.main-wrap .child4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#cssLoader1.main-wrap .child3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#cssLoader1.main-wrap .child2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate1 {

    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes animate1 {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
/*loader1 css ends*/


.cssLoader17 {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
}

    .cssLoader17:before, .cssLoader17:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-radius: 0.25em;
        transform: translate(-50%, -50%);
    }

    .cssLoader17:before {
        animation: before 2s infinite;
    }

    .cssLoader17:after {
        animation: after 2s infinite;
    }

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

