/* basic */
body {
    font-size: 14px;
    font-family: "Open Sans" !important;
}
.clear {
    clear: both;
    float: none;
}
.body-cont {
    padding-top: 100px;
    padding-bottom: 50px;
}
.top-panel {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #263544;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(43, 43, 43, .1);
    color: #fff;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 200;
}
.top-panel .title {
    text-transform: uppercase;
}
.top-panel a {
    color: #fff;
}
.top-panel .coll {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.top-panel .left {
    float: left;
    width: 50%;
}
.top-panel .left .coll {
    float: left;
}
.top-panel .right {
    float: right;
    width: 50%;
}
.top-panel .right .coll {
    float: right;
}
.top-panel .logout a {
    color: #cc0000;
}
.alert-info {
    font-size: 14px;
}
.alert-info p.ico {
    font-size: 40px;
}
.full-width {
    width: 100%;
}
.btn.btn-big {
    font-size: 20px;
}
form .field,
form .form-row {
    margin-bottom: 1rem;
}
button i {
    padding-right: 10px;
}
.btn-submit {
    width: 100%;
    background-color: #a70336;
    border-color: #a70336;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.btn-submit:hover {
    background-color: #740225;
}
.controll a {
    color: #212529;
    font-size: 16px;
}
.controll.c-1 {
    width: 20px;
}
table {
    font-size: 12px;
}
table td {
    vertical-align: middle !important;
}
.filter {
    background-color: #263544;
    color: #fff;
    padding: 10px;
}
.filter,
.filter select {
    font-size: 12px;
}
.filter .left {
    float: left;
}
.filter .left.mr {
    margin-right: 10px;
    line-height: 30px;
}

/* login */
.auth {
    background-color: #a70336;
    background-image: linear-gradient(rgba(255, 255, 255, 0.0) 240px, #f2f7fb 0%);
    min-height: 100vh;
}
.auth .logo img {
    height: 200px;
}
.auth .auth-card {
    margin: 20px auto 0;
    max-width: 450px;
}
.auth .auth-card .card-block {
    padding: 1.25rem;
}
.auth .btn-primary {
    width: 100%;
    background-color: #a70336;
    border-color: #a70336;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}