.color-orange{
    color: orange !important
}
.color-green{
    color: green !important
}
.color-red{
    color: red !important
}
.color-blue{
    color: blue !important
}
.color-white{
    color: white !important
}
.color-grey{
    color: grey !important
}
.posrel{
    position: relative
}
.cursor{
    cursor: pointer
}
.errorlabel{
    color:red;
    margin-left: 15px;
}
.border-red{
    border-color: red
}
.li.active>a{
    color: orange
}
.ajaxbtn{
    margin: 2px 5px
}
.m_5px{
    margin: 5px !important
}
.m_top_5px{
    margin-top: 5px !important
}
.m_bot_5px{
    margin-bottom: 5px !important
}
.m_left_5px{
    margin-left: 5px !important
}
.m_right_5px{
    margin-right: 5px !important
}
.m_10px{
    margin: 10px !important
}
.m_top_10px{
    margin-top: 10px !important
}
.m_bot_10px{
    margin-bottom: 10px !important
}
.m_left_10px{
    margin-left: 10px !important
}
.m_right_10px{
    margin-right: 10px !important
}
.separator{
    width: 100%;
    border-bottom: 1px solid #fa7022   ;
    margin: 5px 0px 6px 0px;
}
.separator2{
    width: 100%;
    border-bottom: 1px solid #cfcfcf   ;
    margin: 5px 0px 6px 0px;
}
.txt-bold{
    font-weight: bold !important
}
.menulogo{
    max-width: 60px;
    max-height: 60px;
}
.div-none {
    display: none;
}
.scrollToTop {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    z-index: 999;
    bottom: 100px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #545454;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.scrollToTop.active:hover {
    background: #2f4050;
}


.scrollToTop img {
    width: 100%;
}
.checkbox-grande{
    width:25px;height:25px;
}
.color-archive{background-color: #f3eaef;border: 1px solid #a0a0a0}
.form-min-2{
    width: 60px;
}