body.ui-mobile-viewport,
.ui-page.ui-page-active {
    background: url(../img/bg-content-list-noisy.jpg);
    background-color: transparent;
}

/* LOGIN */
.login {
    background: #00080b url(../img/bg.jpg) no-repeat top center !important;
    height: 100%;
    width: 100%;
}

.container {
    left: 50%;
    margin-left: -264px;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 528px;
}

.header {
    background-color: transparent !important;
    border: none;
}

    .header h1 {
        background: url(../img/img-mtech-systems-logo.png) no-repeat;
        height: 188px;
        margin: 0 auto !important;
        text-indent: -9999px;
        width: 261px;
    }

span.field-validation-error { 
	float: left; 
	color: red; 
	padding-top: .5em; 
	vertical-align: top; 
	font-weight:bold
}

.main fieldset {
    background-color: #000;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px;
    max-width: 360px;
    width: 90%;
}

    .main fieldset .generalErrors {
        background-color: #FFBABA;
        border: 1px solid #D8000C;
        border-radius: 9px;
        color: #D8000C;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: left;
        -webkit-text-shadow: none;
        text-shadow: none;
        width: auto;
    }

        .main fieldset .generalErrors h4 {
            margin: 5px 9px;
        }

    .main fieldset .inputWrap {
        background-color: #fff;
        border: 1px solid #eee;
        height: 31px;
        border-radius: 9px;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 100%;
    }

        .main fieldset .inputWrap label {
            background: url(../img/bg-login-form-label-grad.png) no-repeat left;
            cursor: default;
            color: #013342;
            float: left;
            font-size: 13px;
            font-weight: bold;
            height: 32px;
            line-height: 30px;
            text-align: left;
            text-indent: 10px;
            -webkit-text-shadow: 0 1px 0 #fff;
            text-shadow: 0 1px 0 #fff;
            width: 50%;
        }

        .main fieldset .inputWrap input {
            background: none;
            border: none;
            color: #888;
            float: left;
            font-size: 12px;
            height: 31px;
            line-height: 31px;
            outline: none;
            padding: 0;
            text-indent: 8px;
            width: 50%;
        }

            .main fieldset .inputWrap input.input-validation-error {
                border-radius: 9px;
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
                box-shadow: inset 0 0 10px red;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

.loginSingleBtnContainer .startSessionloginBtn {
    margin: 0;
}

    .loginSingleBtnContainer .startSessionloginBtn .ui-btn {
        border: 1px solid #124858;
        border-radius: 9px;
        color: #fff;
        font-weight: bold;
        margin: 0;
        -webkit-text-shadow: 0 1px 0 #002029;
        text-shadow: 0 1px 0 #002029;
        background-color: #295d6c;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
        background-image: -webkit-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -moz-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -ms-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -o-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    }

        .loginSingleBtnContainer .startSessionloginBtn .ui-btn:hover {
            background-color: #3d7788;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #669dad), color-stop(50%, #3d7788), color-stop(50%, #2b6677), color-stop(100%, #033a4a));
            background-image: -webkit-linear-gradient(top, #669dad 0, #3d7788 50%, #2b6677 50%, #033a4a 100%);
            background-image: -moz-linear-gradient(top, #669dad 0, #3d7788 50%, #2b6677 50%, #033a4a 100%);
            background-image: -ms-linear-gradient(top, #669dad 0, #3d7788 50%, #2b6677 50%, #033a4a 100%);
            background-image: -o-linear-gradient(top, #669dad 0, #3d7788 50%, #2b6677 50%, #033a4a 100%);
            background-image: linear-gradient(top, #669dad 0, #3d7788 50%, #2b6677 50%, #033a4a 100%);
        }

/*Radio Button */
label.ui-btn.ui-radio-on.ui-btn-active {
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
    margin: 0;
    -webkit-text-shadow: 0 1px 0 #002029;
    text-shadow: 0 1px 0 #002029;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
    background-image: -webkit-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -moz-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -ms-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -o-linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: linear-gradient(top, #3e7382 0, #295d6c 50%, #1a5060 50%, #033a4a 100%);
}

/* Footer */
.mtechFooter {
    background: #00080b url(../img/bg.jpg) no-repeat top center;
    height: 40px;
    text-align: center;
    padding: 6px 0;
}

    .mtechFooter h3 {
        color: #fff;
        margin: 9px 9px 0;
        position: absolute;
        text-align: left;
        -webkit-text-shadow: 0 1px 0 #000;
        text-shadow: 0 1px 0 #000;
        width: 100%;
    }

/* Header */
.fixedHeader {
    position: fixed;
}

.mtechHeader {
    background: #00080b url(../img/bg.jpg) no-repeat top center;
    height: 50px;
    text-align: center;
    padding: 6px 0;
}

    .mtechLogoOnline {
        background: url(../img/MTech-Gapp-Online.png) no-repeat 0 0;
        display: block;
        float: left;
        height: 50px;
        margin: 0;
        position: relative;
        text-indent: -9999px;
        width: 224px;
        z-index: 999;
        max-height:50px;
        background-size:contain;
        background-position-y:center;
    }

     .mtechLogoOffline {
        background: url(../img/MTech-Gapp-Offline.png) no-repeat 0 0;
        display: block;
        float: left;
        height: 50px;
        margin: 0;
        position: relative;
        text-indent: -9999px;
        width: 224px;
        z-index: 999;
        background-size:contain;
        background-position-y:center;
    }

    .mtechHeader h2 {
        color: #fff;
        margin: 9px 0;
        position: absolute;
        text-align: center;
        -webkit-text-shadow: 0 1px 0 #000;
        text-shadow: 0 1px 0 #000;
        text-transform: uppercase;
        width: 100%;
    }

    .mtechHeader .ui-btn {
        color: #fff !important;
        border: transparent;
        box-shadow: 0 !important;
        float: right;
        font-size: 14px;
        font-weight: bold;
        height: 33px;
        line-height: 33px !important;
        margin: 0;
        margin-right: 10px;
        padding: 0 0 0 32px;
        position: relative;
        right: 0;
        -webkit-text-shadow: 0 1px 0 #000 !important;
        text-shadow: 0 1px 0 #000 !important;
        top: 7px;
        width: 75px;
        background-color: #295d6c;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
        background-image: -webkit-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -moz-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -ms-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -o-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    }

        .mtechHeader .ui-btn:hover {
            border: transparent;
            color: #fff !important;
            -webkit-text-shadow: 0px 0px transparent !important;
            text-shadow: 0px 0px transparent !important;
            background: #34606c;
            background-image: -webkit-gradient(linear, left top, left bottom, from( #34606c ), to( #1a5f74 ));
            background-image: -webkit-linear-gradient( #34606c, #1a5f74 );
            background-image: -moz-linear-gradient( #34606c, #1a5f74 );
            background-image: -ms-linear-gradient( #34606c, #1a5f74 );
            background-image: -o-linear-gradient( #34606c, #1a5f74 );
            background-image: linear-gradient( #34606c, #1a5f74 );
        }

    .mtechHeader input.greenBtn {
        color: #fff;
        border: 1px solid #124858;
        box-shadow: 0 !important;
        font-size: 14px;
        font-weight: bold;
        height: 33px;
        line-height: 33px;
        margin: 0;
        padding: 0;
        -webkit-text-shadow: 0 1px 0 #054867;
        text-shadow: 0 1px 0 #054867;
        width: 105px;
        background-color: #295d6c;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
        background-image: -webkit-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -moz-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -ms-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: -o-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
        background-image: linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    }

        .mtechHeader input.greenBtn:hover {
            color: #fff;
            border: 1px solid #000;
            -webkit-text-shadow: 0 1px 0 #054867;
            text-shadow: 0 1px 0 #054867;
            background: #34606c;
            background-image: -webkit-gradient(linear, left top, left bottom, from( #34606c ), to( #1a5f74 ));
            background-image: -webkit-linear-gradient( #34606c, #1a5f74 );
            background-image: -moz-linear-gradient( #34606c, #1a5f74 );
            background-image: -ms-linear-gradient( #34606c, #1a5f74 );
            background-image: -o-linear-gradient( #34606c, #1a5f74 );
            background-image: linear-gradient( #34606c, #1a5f74 );
        }

    .mtechHeader .menuBtn {
        color: #FFF;
        position: relative;
        right: 0;
        width: 50px;
    }

    .mtechHeader .optionsNavButton {
    }

    .mtechHeader .backBtn {
        background: url(../img/btn-back.png) no-repeat;
        background-color: transparent!important;
        border: none;
        border-radius: 0;
        box-shadow: 0;
        color: #fff;
        float: left;
        font-weight: bold;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 5px;
        overflow: hidden;
        padding: 0;
        position: relative;
        right: 0;
        text-indent: -9999px;
        width: 30px;
        z-index: 999;
    }

        .mtechHeader .backBtn:hover {
            background: url(../img/btn-back-pressed.png) no-repeat 0 0 transparent;
        }

        .mtechHeader .backBtn:after {
            display: none;
        }

    .mtechHeader .menuBtn:after {
        background: transparent url(../img/icon-menu.png) no-repeat right;
        border-radius: 0;
    }

    .mtechHeader .refreshBtn:after {
        background: transparent url(../img/icon-refresh.png) no-repeat left 0;
    }

    .mtechHeader .printBtn:after {
        background: transparent url(../img/icon-print.png) no-repeat left 0;
    }

    .mtechHeader .ui-icon-mtech-add,
    .mtechHeader .ui-icon-mtech-save {
        color: #fff;
        width: 50px;
    }

    .mtechHeader .ui-icon-mtech-delete {
        color: #fff;
        width: 60px;
    }

    .mtechHeader .ui-icon-mtech-add:after {
        background-color: transparent !important;
        background-image: url('../img/icon-new-iphone.png') !important;
    }

    .mtechHeader .ui-icon-mtech-save:after {
        background-image: url('../img/icon-save-iphone-white.png') !important;
        background-color: transparent !important;
        border-radius: 0;
    }

    .mtechHeader .ui-icon-mtech-delete:after {
        background-image: url('../img/icon-delete.png') !important;
        background-color: transparent !important;
        border-radius: 0;
    }

    .mtechHeader .ui-icon-mtech-generate:after {
        background: url(../img/icon-generate-reports-3-iphone.png) no-repeat 2px center transparent !important;
        border-radius: 0;
    }

    .mtechHeader .ui-icon-mtech-add input, .ui-btn.ui-icon-mtech-save input {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.newBtn {
    position: absolute;
    right: 115px;
}

.required input[type=text],
.required textarea,
.required .ui-input-datebox,
.required .ui-input-text,
.required .ui-select {
    background-color: #ffffdd !important;
    background-image: none;
}

    .required .ui-select .ui-btn {
        background-color: #ffffdd !important;
        background-image: none;
    }

#brimWeeklyFieldTransList > div.ui-header.ui-bar-inherit > div > span {
    top: 0px;
}

/* Navigation Buttons */
.optionsNavButton {
    float: right;
    position: relative;
}

.gridNotification {
    -webkit-text-shadow: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: 0 3px 3px #ccc;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 8px;
}

/* Notifications */
.notification {
    border-radius: 3px;
    margin: 10px 0 20px 0;
    padding: 0 15px 12px 10px;
    position: relative;
    -webkit-text-shadow: none;
    text-shadow: none;
    *zoom: 1;
    -webkit-box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

    .notification p {
        background-position: left 3px;
        background-repeat: no-repeat;
        float: left;
        line-height: 20px;
        margin-bottom: 0;
        padding-left: 23px;
        width: 90%;
    }

    .notification ul {
        display: block;
        float: left;
    }

a.closeNotification {
    color: #888 !important;
    font-weight: 900 !important;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-decoration: none;
}

.attention {
    background-color: #f9f6d3;
    border: 1px solid #e3c167;
}

    .attention p {
        background-image: url(../img/icon-attention.png);
    }

    .attention strong {
        color: #be7d00;
    }

.error {
    background-color: #FFBABA;
    border: 1px solid #D8000C;
}

    .error p {
        background-image: url(../img/icon-error.png);
    }

    .error strong {
        color: #D8000C;
    }

.success {
    background-color: #DFF2BF;
    border: 1px solid #7dab0d;
}

    .success p {
        background-image: url(../img/icon-success.png);
    }

    .success strong {
        color: #4F8A10;
    }

.note {
    background-color: #f3f3f3;
    border: 1px solid #888;
}

    .note p {
        background-image: url(../img/icon-note.png);
    }

    .note strong {
        color: #333;
    }

.info {
    background-color: #cce7f0;
    border: 1px solid #058ec5;
}

    .info p {
        background-image: url(../img/icon-info.png);
    }

    .info strong {
        color: #058ec5;
    }

/*Sidebar Navigation */
.optionsPanel a.ui-btn {
    background-color: #f6f6f6 !important;
    background-image: none !important;
    color: #333 !important;
    float: none !important;
    padding: 2px 15px;
    -webkit-text-shadow: 2px 2px 0px #fff !important;
    text-shadow: 2px 2px 0px #fff !important;
    top: 0;
    width: auto !important;
}

    .optionsPanel a.ui-btn:hover,
    .optionsPanel a.ui-btn.ui-btn-active {
        background-color: #efefef !important;
    }

.optionsPanel {
    background: #fff;
    font-size: 13px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
}

    .optionsPanel .ui-panel-inner {
        border-top: none !important;
    }

    .optionsPanel .ui-listview-filter {
        border-bottom: 1px solid #ccc;
    }

    .optionsPanel .ui-panel-inner .ui-listview li.optionHeader {
        background: #f2f2f2;
        border-bottom: 1px solid #ccc !important;
        border-top: 1px solid #ccc !important;
        color: #8abb60;
        font-size: 16px !important;
        -webkit-text-shadow: 2px 2px 0px #fff;
        text-shadow: 2px 2px 0px #fff;
    }

    .optionsPanel .ui-panel-inner .ui-listview .ui-btn:hover {
        background: #f2f2f2;
        color: #333 !important;
        -webkit-text-shadow: 0px 0px transparent !important;
        text-shadow: 0px 0px transparent !important;
    }

    .optionsPanel .ui-panel-inner .ui-listview .ui-btn.ui-btn-active {
        background: #f2f2f2;
        color: #333 !important;
        -webkit-text-shadow: 0px 0px transparent !important;
        text-shadow: 0px 0px transparent !important;
    }

    .optionsPanel .ui-panel-inner .ui-listview li {
        border-top: 1px solid #ddd;
    }

        .optionsPanel .ui-panel-inner .ui-listview li a {
            border: 0;
            font-size: 13px;
            font-weight: normal;
        }

    .optionsPanel .ui-li-static {
        border: none !important;
    }

        .optionsPanel .ui-li-static span {
            font-weight: normal;
            display: block;
        }

    .optionsPanel .ui-btn.ui-btn-active {
        background: #34606c !important;
        background-color: #34606c !important;
        border-color: #34606c !important;
        color: #fff !important;
        -webkit-text-shadow: 0 1px 0 #34606c !important;
        text-shadow: 0 1px 0 #34606c !important;
    }

    .optionsPanel .ui-panel-inner .ui-listview .ui-btn.ui-btn-active:hover {
        color: #013342 !important;
    }

    .optionsPanel .fa {
        font-family: sans-serif;
    }

        .optionsPanel .fa:before {
            color: #666;
            color: rgba(0,0,0,.3);
            display: block;
            font-family: FontAwesome;
            font-size: 17px;
            line-height: 22px;
            margin-top: -11px;
            position: absolute;
            right: .37em;
            text-align: center;
            top: 50%;
            width: 25px;
        }

.ui-icon-mtech-home:after {
    background-color: transparent;
    background-image: url('../img/icon-home.png');
}

.ui-icon-mtech-transactions:after {
    background-color: #f2f2f2;
    background-image: url('../img/icon-transactions.png');
    border-radius: 0;
}

.ui-icon-mtech-reports:after {
    background-color: #f2f2f2;
    background-image: url('../img/icon-reports.png');
}

.ui-icon-mtech-settings:after {
    background-color: #f2f2f2;
    background-image: url('../img/icon-settings.png');
}

.ui-icon-bars:after, .ui-icon-grid:after {
    padding: 0;
}

".mtechContent ul a.ui-btn { border:1px solid #ccc!important; border-bottom:0; color:#222; font-weight:700; text-shadow:0 1px 0 #fff; background: #eee; background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); background-image: -webkit-linear-gradient(#fff,#f1f1f1); background-image: -moz-linear-gradient(#fff,#f1f1f1); background-image: -ms-linear-gradient(#fff,#f1f1f1); background-image: -o-linear-gradient(#fff,#f1f1f1); background-image: linear-gradient(#fff,#f1f1f1);
}

.mtechContent ul a.ui-btn:hover {
    border: 1px solid #DDD !important;
    border-bottom-width: 0!important;
    color: #222;
    font-weight: 700;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    background: #d6d6d6;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d0d0d0),to(#dfdfdf));
    background-image: -webkit-linear-gradient(#d0d0d0,#dfdfdf);
    background-image: -moz-linear-gradient(#d0d0d0,#dfdfdf);
    background-image: -ms-linear-gradient(#d0d0d0,#dfdfdf);
    background-image: -o-linear-gradient(#d0d0d0,#dfdfdf);
    background-image: linear-gradient(#d0d0d0,#dfdfdf);
}

.mtechContent ul li.ui-li-divider {
    border: 1px solid #bbb;
    color: #333;
    font-weight: 700;
    -webkit-text-shadow: 0 1px 0 #eee;
    text-shadow: 0 1px 0 #eee;
    background: #bbb;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#bbb));
    background-image: -webkit-linear-gradient(#ddd,#bbb);
    background-image: -moz-linear-gradient(#ddd,#bbb);
    background-image: -ms-linear-gradient(#ddd,#bbb);
    background-image: -o-linear-gradient(#ddd,#bbb);
    background-image: linear-gradient(#ddd,#bbb);
}

.mtechContent ul li.ui-btn-active a.ui-btn {
    border-color: #033a4a;
    border-width: 1px;
    color: #FFF;
    background: #295d6c;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #3e7382), to( #033a4a));
    background-image: -webkit-linear-gradient( #3e7382, #033a4a);
    background-image: -moz-linear-gradient( #3e7382, #033a4a);
    background-image: -ms-linear-gradient( #3e7382, #033a4a);
    background-image: -o-linear-gradient( #3e7382, #033a4a);
    background-image: linear-gradient( #3e7382, #033a4a);
}

.mtechContent .ui-filterable {
    margin: 0 0 25px 0;
    width: 75% !important;
}

    .mtechContent .ui-filterable .ui-input-search {
        border: 1px solid #aaa;
        color: #333;
        -webkit-text-shadow: 0 1px 0 #fff;
        text-shadow: 0 1px 0 #fff;
        background: #f9f9f9;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#eee));
        background-image: -webkit-linear-gradient(#f9f9f9,#eee);
        background-image: -moz-linear-gradient(#f9f9f9,#eee);
        background-image: -ms-linear-gradient(#f9f9f9,#eee);
        background-image: -o-linear-gradient(#f9f9f9,#eee);
        background-image: linear-gradient(#f9f9f9,#eee);
    }

/* TYPE */
.mtechContent ul li h2 {
    color: #013342;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
}

.mtechContent ul li h3 {
    color: #405b63;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
}

.mtechContent ul li p.meta {
    color: #888;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.mtechContent ul li.ui-btn-active h2 {
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #3e7382;
    text-shadow: 0 1px 0 #3e7382;
}

.mtechContent ul li.ui-btn-active h3 {
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #3e7382;
    text-shadow: 0 1px 0 #3e7382;
}

.mtechContent ul li.ui-btn-active p.meta {
    color: #fff;
}


/* FORM FIELDS */
.mtechContent .ui-field-contain.ui-li-static {
    background: #EEE;
    border-color: #828282;
    border-color: rgba(130,130,130,.3);
    border-style: solid;
}

.mtechContent label,
.mtechContent .ui-controlgroup-label legend {
    border: transparent;
    color: #013342;
    font-size: 16px;
    font-weight: bold !important;
    white-space: normal;
}

.mtechContent div.ui-input-text,
.mtechContent textarea.ui-input-text,
.mtechContent div.ui-select {
    background-color: #fff;
    border: 1px solid #aaa;
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

    .mtechContent div.ui-input-text .ui-input-datebox {
        padding: 0;
        text-indent: .4em;
        width: 100%;
    }

.mtechContent div.ui-input-datebox input{
    width:98% !important;
}

.mtechContent div.ui-select {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
    margin-top:0;
}
.mtechContent div.ui-select .ui-btn{
    padding:.45em .55em;
}
.mtechContent .ui-checkbox-on:after {
    background-color: #295d6c;
}

.ui-checkbox-on:after {
    background-color: #295d6c !important;
}

.mtechContent div.ui-input-text .ui-shadow-inset {
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}

.mtechContent .ui-radio label {
    border: 1px solid #ccc;
    width: auto;
}

.mtechContent .ui-listview-filter {
    margin: 0 0 10px 0;
    width: 75% !important;
}

.mtechContent ul.tabs .ui-btn.ui-btn {
    color: #fff;
    cursor: pointer;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding: 0.7em 1em !important;
    background: #848484;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #848484), to( #A8A8A8));
    background-image: -webkit-linear-gradient( #848484, #A8A8A8);
    background-image: -moz-linear-gradient( #848484, #A8A8A8);
    background-image: -ms-linear-gradient( #848484, #A8A8A8);
    background-image: -o-linear-gradient( #848484, #A8A8A8);
    background-image: linear-gradient( #848484, #A8A8A8);
}

.mtechContent ul.tabs .ui-btn.ui-btn-active {
    background: #f0f0f0;
    background-image: none !important;
    border: 1px solid #B3B3B3;
    border-bottom: 0px;
    box-shadow: none;
    color: #013342;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    outline: none !important;
}

.mtechContentPre{
   color: #888 !important;
    font-size: 11px !important;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*Tab styles*/
.tabs {
    border: 1px solid #B3B3B3;
    margin: 0 3px;
}

    .tabs li {
        padding-top: 0 !important;
    }

    .tabs a {
        color: #fff;
        margin-bottom: -1px !important;
        padding-top: 0 !important;
        -webkit-text-shadow: 0 1px 0 #013342;
        text-shadow: 0 1px 0 #013342;
        background-color: #a9a8a8;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7382), color-stop(100%, #a9a8a8));
        background-image: -webkit-linear-gradient(top, #848484 0%, #a9a8a8 100%);
        background-image: -moz-linear-gradient(top, #848484 0%, #a9a8a8 100%);
        background-image: -ms-linear-gradient(top, #848484 0%, #a9a8a8 100%);
        background-image: -o-linear-gradient(top, #848484 0%, #a9a8a8 100%);
        background-image: linear-gradient(top, #848484 0%, #a9a8a8 100%);
    }

        .tabs a:hover {
            color: #ccc;
        }

        .tabs a:active {
            box-shadow: none !important;
        }

    .tabs .ui-btn-active {
        color: #013342 !important;
        background-color: #f0f0f0 !important;
        background-image: none !important;
        box-shadow: none !important;
        border-left: 1px solid #B3B3B3 !important;
        border-right: 1px solid #B3B3B3 !important;
        border-top: 1px solid #B3B3B3 !important;
        border-bottom: 1px solid transparent !important;
        -webkit-text-shadow: 0 1px 0 #fff !important;
        text-shadow: 0 1px 0 #fff !important;
        outline: none !important;
    }

        .tabs .ui-btn-active:hover {
            color: #013342;
        }

.ui-tabs-content {
    border: 1px solid #B3B3B3;
    display: none;
    margin-top: -1px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e9eaeb));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #e9eaeb 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #e9eaeb 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #e9eaeb 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #e9eaeb 100%);
    background-image: linear-gradient(top, #f0f0f0 0%, #e9eaeb 100%);
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-right-radius: 9px;
}

.ui-tabs-content-active {
    display: block;
}

.ui-tabs-content {
    margin-bottom: 20px;
}

input[readonly="readonly"] {
    background: #ddd;
}

input[rightJustify="rightJustify"] {
    text-align:right;
}

.ui-input-datebox input[readonly="readonly"] {
    background: none;
}

.mtechContent div.ui-input-text .ui-input-datebox input[readonly"readonly"] {
    background: none !important;
}

div.weeklyFieldTransContainer {
    overflow-x: auto !important;
    background: #eee !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    border-radius: .6em;
    overflow: hidden;
}

    div.weeklyFieldTransContainer div.ui-select {
        width: 100%;
    }

   div.weeklyFieldTransContainer textarea {
      border: none;
      width: 100%;
      -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
      -moz-box-sizing: border-box; /* FF1+ */
      box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
   }

    div.weeklyFieldTransContainer input, div.weeklyFieldTransContainer select {
        border: 1px solid #ddd;
        border-radius: .3em;
        height: 30px;
        width: 100%;
    }

        div.weeklyFieldTransContainer input["readonly=readonly"] {
            height: 30px;
        }

    div.weeklyFieldTransContainer > tbody > tr > td,
    .ui-table-reflow.ui-responsive { 
       display: table !important; 
    }
    .ui-table-reflow.ui-responsive td,
    .ui-table-reflow.ui-responsive th,
    .ui-table-reflow.ui-responsive tbody th,
    .ui-table-reflow.ui-responsive tbody td,
    .ui-table-reflow.ui-responsive thead td,
    .ui-table-reflow.ui-responsive thead th {
        border: 0px !important;
    }

    div.weeklyFieldTransContainer div.ui-input-text {
        margin: 0;
        padding: 0;
        width: 100%;
    }

tr.ui-bar-d {
    background: #bbb;
    font-size: 13px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd), to( #bbb));
    background-image: -webkit-linear-gradient( #ddd, #bbb);
    background-image: -moz-linear-gradient( #ddd, #bbb);
    background-image: -ms-linear-gradient( #ddd, #bbb);
    background-image: -o-linear-gradient( #ddd, #bbb);
    background-image: linear-gradient( #ddd, #bbb);
}

    tr.ui-bar-d th {
        text-align: center;
    }

#brimWeeklyFieldTransEditor > div.ui-header.ui-bar-inherit > div > span {
    right: 115px;
}

/*Print Daily Styles*/
.ui-grid-c {
    margin-top: 10px;
}

/* Notification Styles */
.ConfirmationDialog .ui-header .ui-title {
    margin: 0;
}

.ui-datebox-container {
   z-index: 9999 !important;
}

h2.ui-title, .ui-datebox-container .ui-header {
    border: 1px solid #124858 !important;
    color: #fff;
    font-size: 18px !important;
    margin: 0px auto;
    min-height: 1.1em;
    padding: 0;
    text-align: center;
    -webkit-text-shadow: 0px 1px 0px #033a4a !important;
    text-shadow: 0px 1px 0px #033a4a !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
    background-image: -webkit-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -moz-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -ms-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -o-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
}

    .ui-datebox-container .ui-header h1.ui-title {
        font-size: 14px;
    }

.confirmationDialogOk.ui-btn-ok {
    background-color: #295d6c;
    border: 1px solid #124858 !important;
    border-radius: 10px;
    color: #fff;
    -webkit-text-shadow: 0 1px 0px #033a4a !important;
    text-shadow: 0 1px 0px #033a4a !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
    background-image: -webkit-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -moz-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -ms-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -o-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
}

    .confirmationDialogOk.ui-btn-inline:hover {
        background-color: #73cdf3;
        color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #669dad), color-stop(50%, #3d7788), color-stop(50%, #2b6677), color-stop(100%, #033a4a));
        background-image: -webkit-linear-gradient(top, #669dad 0%, #3d7788 50%, #2b6677 50%, #033a4a 100%);
        background-image: -moz-linear-gradient(top, #669dad 0%, #3d7788 50%, #2b6677 50%, #033a4a 100%);
        background-image: -ms-linear-gradient(top, #669dad 0%, #3d7788 50%, #2b6677 50%, #033a4a 100%);
        background-image: -o-linear-gradient(top, #669dad 0%, #3d7788 50%, #2b6677 50%, #033a4a 100%);
        background-image: linear-gradient(top, #669dad 0%, #3d7788 50%, #2b6677 50%, #033a4a 100%);
    }

.cancelBtn.ui-btn-inline {
    background-color: #929292;
    border: 1px solid #777;
    color: #fff;
    -webkit-text-shadow: 0 1px 0px #033a4a !important;
    text-shadow: 0 1px 0px #033a4a !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a7a7), color-stop(50%, #929292), color-stop(50%, #898989), color-stop(100%, #777777));
    background-image: -webkit-linear-gradient(top, #a7a7a7 0%, #929292 50%, #898989 50%, #777777 100%);
    background-image: -moz-linear-gradient(top, #a7a7a7 0%, #929292 50%, #898989 50%, #777777 100%);
    background-image: -ms-linear-gradient(top, #a7a7a7 0%, #929292 50%, #898989 50%, #777777 100%);
    background-image: -o-linear-gradient(top, #a7a7a7 0%, #929292 50%, #898989 50%, #777777 100%);
    background-image: linear-gradient(top, #a7a7a7 0%, #929292 50%, #898989 50%, #777777 100%);
}

    .cancelBtn.ui-btn-inline:hover {
        background-color: #b7b7b7;
        border: 1px solid #777;
        color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(50%, #b7b7b7), color-stop(50%, #a3a3a3), color-stop(100%, #777777));
        background-image: -webkit-linear-gradient(top, #c1c1c1 0%, #b7b7b7 50%, #a3a3a3 50%, #777777 100%);
        background-image: -moz-linear-gradient(top, #c1c1c1 0%, #b7b7b7 50%, #a3a3a3 50%, #777777 100%);
        background-image: -ms-linear-gradient(top, #c1c1c1 0%, #b7b7b7 50%, #a3a3a3 50%, #777777 100%);
        background-image: -o-linear-gradient(top, #c1c1c1 0%, #b7b7b7 50%, #a3a3a3 50%, #777777 100%);
        background-image: linear-gradient(top, #c1c1c1 0%, #b7b7b7 50%, #a3a3a3 50%, #777777 100%);
    }

div.ui-radio input {
    background-color: #295d6c;
    border: 1px solid #124858 !important;
    color: #fff;
    font-size: 18px !important;
    -webkit-text-shadow: 0px 1px 0px #033a4a !important;
    text-shadow: 0px 1px 0px #033a4a !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e7382), color-stop(50%, #295d6c), color-stop(50%, #1a5060), color-stop(100%, #033a4a));
    background-image: -webkit-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -moz-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -ms-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: -o-linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
    background-image: linear-gradient(top, #3e7382 0%, #295d6c 50%, #1a5060 50%, #033a4a 100%);
}

/* Noitifications */
.ui-listview .notification {
    font-size: 11px;
    font-weight: 700;
    margin-top: -.95em;
    padding: .2em .5em;
    position: absolute;
    top: 50%;
}

.error {
    background-color: #FFBABA !important;
    border: 1px solid #D8000C !important;
}

.attention {
    background-color: #f9f6d3 !important;
    border: 1px solid #e3c167 !important;
}

.success {
    background-color: #DFF2BF !important;
    border: 1px solid #7dab0d !important;
}

/* Print Styles */
.printView label {
    color: #013342;
    font-size: 14px;
    font-weight: bold !important;
}

/* General Options Popup */
.ui-popup.ui-body-inherit .ui-listview li a.ui-btn:hover {
    background: #3e7382 !important;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}




/* Show the table header rows and set all cells to display: table-cell */
.weeklyFieldTransContainer td,
.weeklyFieldTransContainer th,
.weeklyFieldTransContainer tbody th,
.weeklyFieldTransContainer tbody td,
.weeklyFieldTransContainer thead td,
.weeklyFieldTransContainer thead th {
   display: table-cell;
   margin: 0;
}
/* Hide the labels in each cell */
.weeklyFieldTransContainer td .ui-table-cell-label,
.weeklyFieldTransContainer th .ui-table-cell-label {
   display: none;
}


/* media queries */
@media only screen and (max-width: 767px) {
    .container {
        margin-left: -150px;
        padding-bottom: 30px;
        top: 0;
        width: 300px;
    }

    .mtechLogoOnline {
        background: url(../img/MTech-GappOrb-Online.png) no-repeat;
        width: 53px;
        background-size:contain;
        background-position-y:center;
    }

    .mtechLogoOffline {
        background: url(../img/MTech-GappOrb-Offline.png) no-repeat;
        width: 53px;
        background-size:contain;
        background-position-y:center;
    }

    .mtechHeader .refreshBtn,
    .mtechHeader .menuBtn,
    .mtechHeader .greenBtn,
    .mtechHeader .printBtn,
    .mtechHeader .ui-icon-mtech-generate {
        height: 33px;
        padding: 0 !important;
        text-indent: -9999px;
        width: 29px;
    }

    .mtechHeader .ui-btn-icon-left {
        width: 35px;
    }

    .topNavButton .ui-btn {
        display: inline-block;
        text-indent: -9999px;
        width: 37px;
    }

    .menuButtons .ui-btn-icon-left .ui-btn-inner {
        padding-left: 0 !important;
    }

    .topNavButton .ui-btn-text {
        width: 38px;
    }

    .ui-btn.ui-icon-mtech-add, .ui-btn.ui-icon-mtech-save {
        font-size: 0px;
        border-radius: 5px;
        padding-left: 0px !important;
        padding-right: 0px;
        overflow: hidden;
        text-indent: -9999px;
        width: 33px !important;
    }

        .ui-btn.ui-icon-mtech-add:after, .ui-btn.ui-icon-mtech-save:after, .ui-btn.ui-icon-mtech-delete:after {
            width: 100%;
        }

        .ui-btn.ui-icon-mtech-add input, .ui-btn.ui-icon-mtech-save input, .ui-btn.ui-icon-mtech-delete input {
            background: rgba(255,255,255,0);
            opacity: .1;
            border: 0;
            outline: 0;
            text-indent: -9999px;
        }

    .ui-btn.ui-icon-mtech-delete {
        width: 33px !important;
        font-size: 0px;
        border-radius: 5px;
        padding-left: 0 !important;
        padding-right: 0px;
        overflow: hidden;
        text-indent: -9999px;
    }

    #bimWeeklyFieldTransList > div.ui-header.ui-bar-inherit > div > span {
        top: 0px !important;
    }
}

@media only screen and (max-width:580px) {
    .ui-field-contain > label,
    .ui-field-contain .ui-controlgroup-label,
    .ui-field-contain > .ui-rangeslider > label,
    .mtechContent div.ui-input-text,
    .mtechContent textarea.ui-input-text,
    .mtechContent div.ui-select {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .container {
        margin-left: -180px;
        top: 0;
        width: 360px;
    }
}

.badge {
  background: #BA070F;
  color: #fff;
  padding: 1px 7px;
  position: absolute;
  right: 4px;
  top: 1px;
  z-index: 999;
  border-radius: .8em;
  border: 2px solid #fff;
}

ul[data-MTthree-column=true] label{
    width: 100%;
}
@media (min-width:40.00em){
    ul[data-MTthree-column=true] {
        display:inline-flex;
        width:100%;
    }
    ul[data-MTthree-column=true] li {
        width:100%;
    }
    ul[data-MTthree-column=true] label {
        width:100%;
    }
}

@media (max-device-width:25.00em){
    .fixedHeader{
        background: url(../img/bg-content-list-noisy.jpg);
        height:100px;
    }
    .mtechHeader h2{
        padding-top:50px;
        color:#00080b;
    }
}