﻿body {
    margin: 0;
    padding: 0;
    min-width: 1024px;
    max-width: 100%;
}

.header {
    min-height: 110px;
    background-color: #d0ecf8;
    padding-top: 10px;
    padding-bottom: 12px;
}

.left {
    display: flex;
}

.logo {
    padding-right: 10px;
}

.address {
    border-left: 2px solid #38aee0;
    padding-left: 10px;
}

    .address h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .address p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .address h4 {
        font-size: 14px;
        font-weight: bold;
    }

.boxed {
    background: #18a3de;
    height: 100px;
    text-align: center;
    text-transform: capitalize;
    width: 100px;
    padding: 10px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    color: #fff !important;
    opacity: 0.7;
}

    .boxed:hover {
        text-decoration: none;
        opacity: 1;
    }
    .boxed.active {
        text-decoration: none;
        opacity: 1;
    }

.login {
    text-align: center;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

    .login h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .login a {
        text-decoration: none;
        color: #000;
    }

.cover {
    display: table;
    border-spacing: 10px 0;
    float: right;
}

.flex-bar {
    background: #38aee0;
    min-height: 50px;
}

.textt {
    border: 2px solid #2b99c7;
    padding: 2px;
    width: 150px;
}

.btn-blue {
    display: inline-block;
    color: #fff !important;
    background: #2b99c7;
    padding: 3px 8px;
    text-align: center;
    margin-left: -5px;
}

    .btn-blue:hover {
        text-decoration: none;
    }

.btn-blue-main {
    display: inline-block;
    color: #fff !important;
    background: #2b99c7;
    padding: 5px 25px;
    text-align: center;
    font-size: 14px;
    margin-left: -5px;
}

    .btn-blue-main:hover {
        text-decoration: none;
    }

.support h3 {
    font-size: 18px;
    text-align: right;
    line-height: 50px;
    margin: 0;
}

.boxed span {
    display: block;
}

.boxed-wrapper {
    min-height: 100px;
    margin-top: 15px;
    border: 1px solid #38aee0;
}

    .boxed-wrapper h1 {
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        margin: 0;
        background-color: #38aee0;
    }

.searchbar {
    margin-top: 5px;
    margin-right: 15px;
}

.table td, .table th {
    padding: 5px 10px;
}

.table thead th {
    background: #d0ecf8;
}

.table tbody th {
    background: #d0ecf8;
}

.deactive {
    color: red;
}

.edit {
    color: #333;
}

.table-grid i {
    font-size: 18px;
}

.table-grid {
    font-size: 14px;
}

.inner-wrapper {
    background-color: #d0ecf8;
    min-height: 70px;
    text-align: center;
    margin: 5px;
    display: block;
    padding: 15px;
    color: #333;
}

    .inner-wrapper:hover {
        color: #333;
        background-color: #73c2e4;
        text-decoration: none;
    }

    .inner-wrapper p {
        margin: 0;
    }

.header-title h1 {
    font-size: 26px;
}

.header-title {
    padding: 0;
    padding-left: 10px;
    border-bottom: 3px solid #38aee0;
}

.labelmain2 {
    font-size: 14px !important;
    flex: 0 0 12.444444%;
    padding-left: 15px;
}

.labelmain {
    font-size: 14px !important;
}

.margin {
    margin-top: 15px;
}

.form-control {
    border-radius: 0;
}

.set {
    flex: 0 0 87% !important;
    padding-right: 5px;
    max-width: 87.66666% !important;
}

.centerlogin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px 35px;
    border: 1px solid #9ec2e6;
    background: #fff;
}

.all-cover {
    background: url(../images/bg.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.cover-wrap {
    width: 400px;
    margin: 10px;
}

    .cover-wrap input {
        border: none;
        width: 100%;
        padding: 0 5px;
        display: block;
        outline: none;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
    }

        .cover-wrap input:focus {
            border-bottom: 1px solid #333;
        }

.btnlogin {
    background: #38aee0;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    text-align: center;
}

    .btnlogin:hover {
        color: #fff;
        text-decoration: none;
    }
