        html {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        *, *:before, *:after {
            -webkit-box-sizing: inherit;
            -moz-box-sizing: inherit;
            box-sizing: inherit;
        }



/** ==========================================================================
    General styles
    ======================================================================= **/
        body { background: #eee; }
        .logo_padding { 
            width: 200px; 
            height: 100%; 
            position: fixed; 
            z-index: 1; 
            padding: 25px 38px; 
            text-align: center; 
            background: url('../../../main/assets/images/Marimba2Darker.jpg') no-repeat top right;
            background-size: auto 100%;
        }
        .logo_padding img { max-width: 100%; }

        .main_bg, .white_bg { margin-left: 200px; background: #fff; padding: 25px; }
        /* .main_bg, .white_bg a { color: #000; text-decoration: underline; } */
        /* .main_bg a:hover, .white_bg a:hover { color: #e61e25; text-decoration: underline; } */
        .main_bg { background: none; }
        .main_bg a {
            color: #000;
            text-decoration: underline;
        }
        .main_bg a:hover {
            color: #e61e25;
            text-decoration: underline;
        }
        h1, h2, h3, h4, h5, h6 { color: #333; margin-bottom: 15px; text-decoration: none !important; }
        .form-control.has-error { border-color: #990000 !important; }

        .sub .close_box {
            
        }


/** ==========================================================================
    Mobile 
    ======================================================================= **/
        @media ( max-width: 600px ) {
            .logo_padding { width: 100%; position: relative; height: 170px; background-size: 100% auto; 
                padding: 25px;
                text-align: left;
            }
            .logo_padding img { height: 90px; }
            .main_bg, .white_bg { margin-left: 0; }
        }







