﻿body.skin-dark
.modal
{
    font-size: 80%;
}

body.skin-dark
.modal-header
{
    padding: 5px 15px;
}
 
body.skin-dark
.modal-title
{
    font-size: 14px;
    width: 100%;
}

body.skin-dark
.modal-body
{
    padding: 10px 15px;
    background: #d8dcd8;
}

    body.skin-dark
    .modal-body hr
    {
        margin-bottom: 5px;
        margin-top: 5px;
    }

body.skin-dark
.modal .btn
{
    padding: 3px 9px;
    border-radius: 0px;
    font-size: 12px;
}

body.skin-dark
.modal .btn-danger
{
    background-color: #595959;
    border-color: #2f2f2f;
}

    body.skin-dark
    .modal .btn-danger:hover
    {
        background-color: #818181;
        border-color: #2f2f2f;
    }

body.skin-dark
.modal .btn-primary
{
    background-color: #3f6740;
    border-color: #203421;
}

    body.skin-dark
    .modal .btn-primary:hover
    {
        background-color: #4c894d;
        border-color: #203421;
    }



body.skin-dark
.panel
{
    border-radius: 0px;
}

body.skin-dark
.modal-content
{
    border-radius: 0px;
}


body.skin-dark
.panel-info > .panel-heading
{
    color: #ddd;
    background: #414240;
    border-color: #414240;
    border-radius: 0px;
    margin-top: -1px;
    margin-left: -1px;
}

body.skin-dark
.modal-header .close
{
    font-size: 14px;
    margin-right: -25px !important;
    margin-top: -15px !important;
    width: 21px !important;
    height: 21px !important;
}

body.skin-dark
.form-control:not(.std)
{
    height: 28px;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 0px;
}

body.skin-dark
textarea.form-control:not(.std)
{
    height: auto;
}

body.skin-dark
#tblRadarsWrapper
{
    max-height: calc(93vh - 300px);
    overflow: auto;
}

body.skin-dark #tblRadars
{
    background: #f6f8f6;
    border: 1px solid #ddd;
}

    body.skin-dark
    #tblRadars td
    {
        padding: 6px;
    }
