
/*=====================================================================================
    Common Style
=====================================================================================*/
.main_wraper{
    margin: 1.2em;
}
.main_header{
    color: #222f3e;
    font-weight: 600;
    text-decoration: underline;    
}



/*=====================================================================================
    Component Style
=====================================================================================*/
/*controllers style*/
.controller_area{
    margin-top: 1em;
background: beige;
    padding: 1em .5em !important;
}
.controller_row{
    margin: 0;
}
.controller_name{
    font-size: 1.2em;
    margin-right: 1.1em;
    font-weight: 500;
}
p.heading{
    font-weight: 500;
    color: white;
    background-color: darkslategray;
    border-radius: 10px;
}
.mb_input{
    margin-bottom: 10px;
}

/*=====================================================================================
    Plugin modification
=====================================================================================*/
/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}


/* ==========================================================================
	(Mobile Devices - Portrait) Extra-Small Screen Only Size 
========================================================================== */
@media only screen and (max-width: 575.98px) { 

}


/* ==========================================================================
	(Mobile Devices - Landscape) Small Screen Only Size 
========================================================================== */
@media only screen and (min-width: 576px) and  (max-width: 767.98px) { 
    
}

/* ==========================================================================
	(Mobile Devices - Portrait/landscape size) Extra-Small Screen Only Size 
========================================================================== */
@media only screen and (max-width: 767.98px) { 
    .half_row_Mobile{
        margin-top: 1.5rem;
    } 
    p.heading{
        margin-bottom: .5rem;
    }
    
}

/* ==========================================================================
	(tablet Devices-medium devices) Medium Screen Only Size
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    
}
