﻿.modal-form .modal-header {
    height: 50px;
    color: white;
    background-color: #00B0FF;
    border-bottom: 1px solid #00B0FF;
}

.modal-form .modal-header > span {
    font-size: large;
}

.modal-form .modal-dialog {
    height: 90%;
}

.modal-form .modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    height: 75%;
}

.modal-form .modal-content {
    width: 100%;
    border: 1px solid rgba(197, 197, 197, 0.2);
    border-radius: unset;
}

.modal-form .modal-footer {
    text-align: center;
    height: 90px !important;
    background-color: white;
}

    .modal-form .modal-footer > button {
        width: 140px;
        margin-top: 12px;
    }

.modal-form .modal-content > label {
    color: #00B0FF;
}

.modal-form .modal-card {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 30px;
    right: 30px;
}

   .modal-form
 .input input {
        width: 100%;
       padding: 0px !important;
    }
.modal-form
.input,
.input label,
.input input,
.input .spin,
.button,
.button button .button.login button i.fa,
.material-button .shape:before,
.material-button .shape:after,
.button.login button {
    transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}

.select {
    /* styling */
    background-color: transparent;
    border: none;
    outline:none;
    border-bottom: 2px solid #00B0FF;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    color: #00B0FF;
    /*padding: 0.5em 3.5em 0.5em 1em;*/
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .modal-form
    .input input,
    .input label,
    .form-control[readonly],
    .button button {
        font-size: 16px;
        color: #00B0FF;
        font-weight: 300;
        background-color: transparent;
        opacity: 1;
    }

    .modal-form
    .input label {
        position: relative;
        top: 30px;
        /*left: 0;*/
        z-index: 2;
        cursor: unset;
        line-height: 20px;
        padding: 0;
        text-align: left !important;
    }

    .modal-size-sm
    {
        width: 50%;
    }

    .modal-size-md {
        width: 80%;
    }

    .modal-size-lg {
     width: 90%;
    }
    .modal-size-xg {
        width: 95%;
    }
    
    .modal-warning {
        border-bottom: 2px solid #dc3545 !important;
    }

.modal-convict-process-form .modal-header {
    height: 50px;
    color: white;
    background-color: #00B0FF;
    border-bottom: 1px solid #00B0FF;
}

.modal-convict-process-form .modal-footer {
    text-align: center;
    background-color: white;
}