/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.08.2019, 09:56:13
    Author     : ThinkPad
*/
h1,h2,h3,h4,h5,
h1 a,h2 a,h3 a,h4 a,h5 a,
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover{
    color: #d10014;
}
h4{
    font-size: 1.2em;
}
small {
    font-size: 100% !important;
}

textarea {
    resize: none;
    min-height: 52px !important;
}
.ww-red,
.ww-red:hover {
    background: #d10014;
    border-color: #d10014;
}

.ww-body {
    background: #BCBCBC;
}
.ww-nav-top {
    background: #d10014;
    min-height: 30px;
    padding: 4px 0 0;
}
.ww-nav-top > *{
    background-color: #d10014;
    box-sizing: border-box;

}
.ww-nav-top ul {
    position: relative;
    height: 40px;
    overflow: hidden;
    padding-left: 10px;
    border: 0;
    margin: 0;
    padding: 0;
}
.ww-nav-top ul li {
    float: left;
    list-style: none;
    font-weight: bold;
    font-size: 12px;
    height: 36px;
}
.ww-nav-top ul li a {
    text-decoration: none;
    color: #ececec;
    outline: none;
    text-align: center;
    top: 6px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 36px;
    position: relative;
    overflow: hidden;
    margin: auto 13px !important;
    margin: auto 7px;
    text-transform: uppercase;
}
.ww-nav-top ul li:hover {
    background: #000;
}
.ww-logo {
    background: #FFF;
}
.ww-nav-page {
    background: #FFF;
}
.ww-nav-page ul {
    height: 30px;
    border-bottom: 1px solid #ececec;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}
.ww-nav-page ul li {
    line-height: 30px;
    float: left;
    list-style: none;
    z-index: 999;
}
.ww-nav-page ul li a {
    color: #000000;
    display: block;
    padding: 0 13px;
    text-decoration: none;
}
.ww-nav-page ul li:hover {
    background: #d10014;
}
.ww-nav-page ul li a:hover {
    color: #FFF;
}
.ww-content {
    background: #FFF;
}

.ww-nav-footer {
    background: #000000;
clear: both;
color: #b3b3b3;
min-height: 36px;
line-height: 36px;
padding: 0 15px;
}
.ww-nav-footer ul {
    height: 36px;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}
.ww-nav-footer ul li {
    line-height: 36px;
    float: left;
    list-style: none;
    z-index: 999;
    padding-right: 15px;
}
.ww-nav-footer ul li a {
    color: #b3b3b3;
}

#file {
    color: red;
    padding: 7px 1%;
    border: 0px;
    background-color: #EEE;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 0px;
    margin-left: 15%;
    width: 68%;
}
#message{
    position:relative;
    text-align: center;
}
#success
{
    color:green;
}
#invalid
{
    color:red;
}
#line
{
    /*margin-top: 274px;*/
}
#error
{
    text-align: center;
    color:red;
}
#error_message
{
    color:blue;
}
#loading
{
    display:none;
    position:relative;
    font-size:1em;
    text-align: center;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.mg-headwidget .mg-head-detail {
    background: #d10014;
}
.mg-head-detail {
    margin-left: -15px;
    margin-right: -15px;
}
.mg-head-detail {
    padding: 10px 0 0;
}
.mg-head-detail {
    margin-left: -15px;
    margin-right: -15px;
}
.mg-nav-widget-area-back {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}