body{
    font-family: Roboto, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #f1e0da;
    background-image: repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 1px,
            rgba(255,255,255,.5) 1px,
            rgba(255,255,255,.5) 5px
    );
}
input[type=text], textarea{
    background: white;
    color: black;
}
h1{
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
    font-weight: bold;
    /*color: rgb(237, 45, 0);
    color: rgb(198, 42, 5);*/
     color: rgb(207, 41, 2);
}
/*.art-main-body{
    overflow: hidden;
}*/
#login input{
    border: none;
    background: lightgrey;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin: 2.5px 0px;
    height: 25px;
}
#login button{
    height: 35px;
    color: white;
    width: 150px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgb(207, 41, 2);
    margin-top: 10px;
    cursor: pointer;
}
#login a{
    margin-top: 15px;
}
.art-left-align{
    float: left;
}
.art-right-align{
    float: right;
}


.art-main-login{
    width: 100%;
    background: rgb(207, 41, 2);
    overflow: hidden;
    height: 30px;
}
.art-main-login > div{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.art-main-login > div > div > p{
    text-align: right;
    border-right: 1px solid white;
    color: white;
    padding-right: 30px;
    font-weight: normal;
    font-size: 12px;
    border-right: 1px solid white;
}
.art-main-login > div > div{
    text-align: right;
    min-width: 10px;
    margin-left: 30px;
}
.art-main-login > div > div > ul > li > a{
    color: white;
    font-size: 12px;
    font-weight: normal;
}
.art-main-login > div > div > ul > li > a:hover{
    color: white;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}
.art-main-login > div > div > ul > li > a.active{
    color: white;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}


.art-main{
    width: 100%;
    margin: 0 auto;
}


.art-main-header{
    overflow: hidden;
    width: 100%;
    height: 60px;
    float: none;
    clear: both;
    background-color: white;
}
.art-main-homepage, .art-main-verticalmenu{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.art-main-verticalmenu{
    text-align: right;
    max-width: 75%;
}
.art-main-homepage{
    max-width: 25%;
}
.art-main-homepage a{
    color: rgb(175, 33, 0);
    font-family: Roboto;
    text-decoration: none;
    font-weight: initial;
}
.art-main-homepage a:hover{
    text-decoration: none;
}
.art-main-homepage h2{
    text-align: left;
    margin-left: 20px;
}
.art-main-verticalmenu ul{
    list-style-type: none;
    padding: 0px;
    margin-right: 15px;
}
.art-main-verticalmenu li{
    display: inline;
    margin-left: 7px;
    margin-right: 7px;
}
.art-main-verticalmenu li:first-child{
    margin-left: 0px;
}
.art-main-verticalmenu li:last-child{
    margin-right: 0px;
}
.art-main-verticalmenu a{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: black;
}
.art-main-verticalmenu a:hover{
    text-decoration: underline;
    color: rgb(207, 41, 2);
}
.art-main-verticalmenu a.active{
    text-decoration: underline;
    color: rgb(207, 41, 2);
}


.art-main-section{
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.art-main-map{
    width: 75%;
}


.art-main-footer{
    float: none;
    clear: both;
    overflow: hidden;
    height: 70px;
    color: rgb(144, 144, 144);
    font-style: italic;
    font-size: 12px;
}
.art-main-copyright, .art-main-footermenu{
    width: 50%;
    height: 100%;
    text-align: center;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.art-main-footermenu a{
    color: rgb(144, 144, 144);
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.art-main-footermenu a:hover{
    text-decoration: underline;
    color: rgb(144, 144, 144);
}



.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.loading_gif{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, .8 ) url('/images/loading.gif') 50% 50% no-repeat;
    z-index:200000;
}
.loading_gif h3{
    position: relative;
    text-align: center;
    width: 100%;
    top: 60%;
    color: white;
    font-style: italic;
    font-size: 20px;
}

span[name=admin_current_domain]{
    margin-left: 42px;
    float: left;
}
a.responsive_icon{
    display: none;
}
@media screen and (max-width: 620px){
    .art-main-verticalmenu{height: auto;}
    .art-main-verticalmenu li {display: none;}
    .art-main-verticalmenu a.responsive_icon {
        color: rgb(207, 41, 2);
        float: right;
        font-size: 18px;
        display: block;
        margin-right: 10px;
    }
    .art-main-verticalmenu.responsive {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .art-main-verticalmenu ul {
        margin: 0px;
    }
    .art-main-verticalmenu.responsive ul{
        position: absolute;
        right: 0;
        top: 0;
        margin: 20px;
        margin-right: 10px;
        width: 75%;
    }
    .art-main-verticalmenu.responsive .responsive_icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .art-main-verticalmenu.responsive li {
        float: none;
        display: block;
        background-color: rgb(207, 41, 2);
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
    }
    .art-main-verticalmenu.responsive li:first-child {
        padding-top: 10px;
        border-top: none;
    }
    .art-main-verticalmenu.responsive li:last-child {
        padding-bottom: 10px;
        border-bottom: none;
    }
    .art-main-verticalmenu.responsive a{
        color: white;
        background-color: rgb(207, 41, 2);
    }
    header, .art-main-login, .art-main-header{
        overflow: visible;
    }
    .art-main-verticalmenu a:hover{
        text-decoration: none;
        color: rgb(207, 41, 2);
        background-color: white;
    }
    .art-main-verticalmenu a.active{
        text-decoration: none;
        color: rgb(207, 41, 2);
        background-color: white;
    }
    .jq-toast-wrap{
        max-width: 95%;
    }
    .jq-toast-single{
        width: auto !important;
    }
    .art-main-homepage{
        width: 60%;
        max-width: 60%;
    }

    .art-main-copyright, .art-main-footermenu{
        width: 100%;
        text-align: center;
        font-size: 11px;
        height: auto;
        max-width: 100%;
    }
    .art-main-footermenu li{
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }
    .art-main-footermenu a{
        font-size: 10px;
    }
    .art-main-footermenu a:hover{
        text-decoration: none;
        color: rgb(144, 144, 144);
        background-color: transparent;
    }
    .art-main-footermenu a.active{
        text-decoration: none;
        color: rgb(144, 144, 144);
        background-color: transparent;
    }
}
.label, label{
    color: black;
}
