﻿.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.btn-default.admin-cancel {
    background-color: transparent;
    border: 1px solid #e2e5ec;
    color: #6c7293;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

    .btn-default.admin-cancel:hover {
        color: #6c7293 !important;
        border-color: #e2e5ec;
        background-color: #f4f5f8;
    }

    .btn-default.admin-cancel i {
        color: #6c7293;
        border-color: #6c7293;
    }

.admin-cancel.modal-link {
    background-color: #3085d6;
    color: #fff !important;
}


.modal-body {
    padding: 30px;
}

.modal-link {
    margin: 15px 5px 0;
}

.modal-lg.custom_width {
    max-width: 1130px !important;
}

.modal-text {
    font-weight: normal;
    font-size: 16px;
    color: #a7abc3;
    text-align: center;
    line-height: 30px;
}

.modal-ok {
    text-align: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    color: #f07905;
    font-size: 16px;
    vertical-align: middle;
}

.modal-footer .btn.btn-secondary.admin {
    background-color: transparent;
    border: 1px solid #e2e5ec;
    color: #6c7293;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    width: 100px;
}

.modal_align {
    padding: 0px;
}

.modal_information {
    color: #f07905 !important;
    padding: 10px;
}

.submit_img {
    margin-left: 230px;
    margin-bottom: 20px;
    margin-right: 169px;
}

/* Loader css */


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 1200000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
    /* Transparent Overlay */

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.2); */
        background-color: #fff;
        opacity: 0.8;
    }
    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '\e030';
            display: block;
            font-size: 40px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: glyphicon-spin-r 1s infinite linear;
            animation: glyphicon-spin-r 1s infinite linear;
            color: #1E91D6;
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            /* background-image: url('../images/new-loader.gif'); */
        }


.cropit-image-input {
    width: 200px;
}

.form-group > span {
    text-align: left !important;
    float: left;
    margin-left: 30px;
    margin-bottom: 10px;
}
