﻿.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;} 
.modal-dialog-slideout .modal-header h5 {float:left;}


.pRelative label:after {
    content: "*";
    color: red;
    font-size: 15px;
    font-weight: bold;
    margin-left: 1px;
}

.gyellow {
    background-color: #d5d74f;
    color: #fff;
}

.ggreen {
    background-color: #b4d054;
    color: #fff;
}

.gpurple {
    background-color: #774492;
    color: #fff;
    font-weight: 500;
}

    .gpurple:hover {
        background-color: #65357f;
        color: #fff;
    }

.gdarkgreen {
    background-color: #728043;
    color: #fff;
}

.gblue {
    background-color: #63c6df;
    color: #fff;
}

.gviolet {
    background-color: #bb70ac;
    color: #fff;
}

.gdarkblue {
    background-color: #2f8899;
    color: #fff;
}


.gorange {
    background-color: #e59846;
    color: #fff;
}

has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.hidden {
    display: none;
}

.gridActionIcon {
    font-size: 28px;
}

table.dataTable thead {
    background-color: #e4eaec;
}

.btn-circle {
    width: 15px;
    height: 15px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

    .btn-circle.btn-sm {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        font-size: 15px;
        text-align: center;
    }

    .btn-circle.btn-md {
        width: 50px;
        height: 50px;
        padding: 7px 10px;
        border-radius: 25px;
        font-size: 10px;
        text-align: center;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 12px;
        text-align: center;
    }

.text-grid-action {
    font-size: 1.2rem;
}


#gGeneralBootstrapModal {
    padding-right: 0px !important;
}

.buttonMargin {
    margin-left: 10px;
}
