/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

#frmContact div {
    margin-bottom: 15px
}

#frmContact div label {
    margin-left: 5px
}

.demoInputBox {
    border: #F0F0F0 1px solid;
    border-radius: 4px;
}

.error {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

.success {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

.btnAction {
    background-color: #2FC332;
    border: 0;
    padding: 10px 40px;
    color: #FFF;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
}

.btnRefresh {
    background-color: #8B8B8B;
    border: 0;
    padding: 7px 10px;
    color: #FFF;
    float: left;
}

.num-list {
    list-style: none;
}

.no-num-list {
    list-style: none;
}

.num-list li::before {
    list-style: none;
    content: "\f135";
    color: #ff9800;
    padding: 10px;
    margin: 10px 0px;
    font: normal normal normal 14px/2.5 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.no-num-list li::before {
    list-style: none;
    content: "\f135";
    color: #ff9800;
    padding: 10px;
    margin: 10px 0px;
    font: normal normal normal 14px/2.5 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

table,
td,
th {
    text-align: center;
}

td img {
    margin: 0 auto;
}

.text-accent {
    color: #ec5598;
    font-weight: 600;
}

.imgcenter {
    margin: 0 auto;
}

.netra-header {
    display: flex;
    justify-content: center;
    padding: 1em 5em;
    margin: 0.5em 0em;
    line-height: inherit;
    border-top: 2px double #ff9800;
    border-bottom: 2px double #ff9800;
}

.dotted-border {
    border: 2px dashed #ec5598;
}

.frame {
    border: 2px inset rgb(20, 20, 20);
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgb(20, 20, 20);
    max-height: 75vh;
    max-width: fit-content;
    margin: 5% 15%;
}


.frame_accent {
    border: 1px inset #ec5598;
    border-radius: 4px;
    box-shadow: 0 0 5px 5px #ec5598;
    max-height: 35vh;
    max-width: fit-content;
    margin: 5% auto;
}



.frame_dark {
    border: 1px inset #000;
    border-radius: 4px;
    box-shadow: 0 0 5px 5px #000;
    max-height: 30vh;
    max-width: fit-content;
    margin: 5% auto;
}



.frame_banner {
    border: 1px inset #000;
    border-radius: 4px;
    box-shadow: 0 0 5px 5px #000;
    max-height: 80vh;
    max-width: fit-content;
    margin: 5% auto;
}



.frame-long {
    border: 1px inset #ff9800;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px #ff9800;
    padding: 1.3em 0em;
}




.frame-theme {
    border: 1px inset #ff9800;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px #ff9800;
    margin: 5% auto;
}


.table-sub {
    font-weight: 500;
}


li.last-child .active>a {
    color: #ff9800 !important;
}

.header-nav .nav>li .sub-menu li a.active {
    background-color: #171F2C;
    color: #ff9800;
}



@media screen and (min-width: 768px){
    .frame-theme img {

        max-width: fit-content;
        padding: 0.5em;
    }

    .frame-long img {
        max-height: 100vh;
        max-width: fit-content;
        padding: 5em 0em;
        margin: auto;
    }
    
    .frame_bannner img {
        max-height: 78vh;
        max-width: fit-content;
        padding: 0.5em;
    }

    
.frame_dark img {
    max-height: 30vh;
    max-width: fit-content;
    padding: 0.5em;
}

.frame_accent img {
    max-height: 35vh;
    max-width: fit-content;
    padding: 0.5em;
}


.frame img {
    max-height: 70vh;
    max-width: fit-content;
    padding: 0.5em;
}
}