﻿.modal-dialog {
    display: table;
    width: 100%;
}

.modal-content {
    background-color: darkcyan;
}

.modal-body {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.modal-heading h2 {
    color: #ffffff;
}

footer p {
    line-height: 80px;
    margin: 0;
    text-align: center;
}

.select2valid {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 6px;
    height: 35px;
}

.grid {
    font-family: 'Segoe UI';
    display: block;
    text-decoration: none;
    color: #004C96;
    max-width: 250px;
    width: 250px;
    /*height: 100px;*/
    border : 1px solid rgb(128, 128, 128);
    float: left;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    transition: color 0.5s;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.22);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.22);
    text-align: center;
}

.appCheck {
    width: 20px;
    height: 20px;
}

input[type="text"] {
    width: 95%;
}

.app-container {
    display: none;
}

.divDocApp {
    display: none;
    text-align: center;
    margin:40px;
}

.margin-5{
    margin:5px;
}