body {
    background: url(../img/login_bg.jpg) repeat;
    padding: 0;
    margin: 0;
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    overflow: hidden;
}

html, body {
    height: 100%;
}

a {
    text-decoration: none;
}

body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

.left_area {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 0 0px 0px 0px;
    height: 100%;
    bottom: 0;
}

.inner_page .main {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 100%;
    overflow: hidden;
    bottom: 29px;
}

.right_area {
    position: absolute;
    left: 250px;
    width: auto;
    right: 8px;
    top: 0px;
    bottom: 0px;
    padding-bottom: 0px;
}

    .right_area form {
        position: absolute;
        left: 0px;
        width: auto;
        right: 8px;
        top: 0px;
        bottom: 0px;
        padding-bottom: 0px;
    }

.edit_area ul li {
    list-style: none;
    margin: 0 5px;
    display: inline-block;
}

.right_area .content {
    box-shadow: 0 0 2px #999;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    background: #fff;
    padding-bottom: 30px;
    height: 100%;
}

.rht_ftr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    padding: 4px 6px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0, #c6c6c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(100%, #c6c6c6));
    background: -o-linear-gradient(top, #ebebeb 0, #c6c6c6 100%);
    background: -ms-linear-gradient(top, #ebebeb 0, #c6c6c6 100%);
    background: linear-gradient(to bottom, #ebebeb 0, #c6c6c6 100%);
    white-space: nowrap;
}

.header {
    float: left;
    background: url(../img/top_bg.jpg) repeat;
    width: 100%;
    color: #fff;
    height: 24px;
}

    .header ul li span {
        margin-left: 8px;
        margin-right: 8px;
    }

    .header ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px;
        position: relative;
    }

.logout_area {
    padding: 0px;
    float: right;
    width: 40%;
    text-align: right;
}

    .logout_area a {
        color: #fff;
    }

.logout span {
    margin-left: 6px;
}

.tool_wrap {
    float: left;
    width: 50%;
    margin-left: 10px;
}

.widget_area {
    background: #d9ecf4;
    height: 220px;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    font-size: 16px !important;
    color: black !important;
}

.widget_container {
    height: 150px;
    overflow: auto
}

    .widget_container table {
        position: relative
    }

        .widget_container table thead {
            font-size: small;
            position: sticky;
            top: 0;
            display: block;
            background-color: #D9ECF4;
        }
            .widget_container table thead tr {
                width: 100%;
                display: table;
            }
            .widget_container table thead tr th {
                padding: 2px 5px;
            }
        .widget_container table tbody {
            font-weight: 100;
            font-size: small;
            display: block;
        }
            .widget_container table tbody tr {
                width: 100%;
                display: table;
            }
        
            .widget_container table tbody tr td {
                padding: 2px 5px;
            }

.widget_area h1 {
    background: #66bce0;
    padding: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.widget_ftr {
    background: #acd2e2;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
}

.footer {
    z-index: 999999999999999999;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0;
    height: auto;
    background: url(../img/ftr_bf.jpg) repeat-x;
}

.alert {
    float: left;
    margin-right: 0;
    width: 262px;
    padding: 0 5px;
    text-align: right;
}

.logout {
}

.footer-logo {
    float: right;
    margin-top: 2px;
    margin-right: 10px;
}

.tool_wrap a {
    color: #fff;
}

.footer a {
    color: #3cf;
}

.footer p {
    padding-top: 3px;
    display: inline-block;
}

.tab_wrapper {
    margin: 2px 0 0px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 28px;
    background: #d9ecf4;
}

    .tab_wrapper > ul {
        clear: both;
        width: 100%;
        margin-left: 1px;
    }

        .tab_wrapper > ul li {
            float: left;
            cursor: pointer;
            font-weight: bold;
            padding: 8px 14px;
            font-size: 11px;
            border-bottom: 0;
            position: relative;
            color: #333;
            margin: 0;
            background: #d9ecf4;
            list-style: none;
        }

            .tab_wrapper > ul li.active {
                background: #c7e3ef;
                color: #376572;
            }

                .tab_wrapper > ul li.active:after {
                }

    .tab_wrapper .controller {
        display: block;
        overflow: hidden;
        clear: both;
        position: absolute;
        top: 0;
        right: 0;
    }

        .tab_wrapper .controller span {
            padding: 8px 22px;
            background: #49a4d9;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
        }

            .tab_wrapper .controller span.next {
                float: right;
                margin-left: 10px;
            }

    .tab_wrapper .content_wrapper {
        float: left;
        width: 100%;
        border-top: 0;
        box-sizing: border-box;
        position: absolute;
        top: 38px;
        bottom: 0;
    }

        .tab_wrapper .content_wrapper .tab_content {
            display: none;
            height: 100%;
        }

            .tab_wrapper .content_wrapper .tab_content.active { /* display: block; */
            }

            .tab_wrapper .content_wrapper .tab_content .error {
                color: red;
            }

        .tab_wrapper .content_wrapper .accordian_header {
            display: none;
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: bold;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #fff;
            position: relative;
            cursor: pointer;
        }

            .tab_wrapper .content_wrapper .accordian_header.active {
                color: #49a4d9;
                border-bottom: 1px solid #ccc;
            }

                .tab_wrapper .content_wrapper .accordian_header.active:after {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 5px;
                    height: 100%;
                    background: #49a4d9;
                }

            .tab_wrapper .content_wrapper .accordian_header .arrow {
                float: right;
                display: inline-block;
                width: 12px;
                height: 12px;
                position: relative;
                border-radius: 2px;
                transform: rotate(-135deg);
                background: #fff;
                border-top: 3px solid #ccc;
                border-left: 3px solid #ccc; /* &:after{
  	position: absolute;
  	top: 0;
  	content: "";
  	left: 0;
  	width: 10px;
  	height: 10px;
  	background: $white;
  	border-top: 3px solid $border_color;
  	border-left: 3px solid $border_color;
  } */
            }

            .tab_wrapper .content_wrapper .accordian_header.active .arrow {
                transform: rotate(45deg);
                margin-top: 5px;
                border-top: 3px solid #49a4d9;
                border-left: 3px solid #49a4d9;
            }

    .tab_wrapper.left_side > ul {
        width: 25%;
        float: left;
        border-bottom: 1px solid #ccc;
    }

        .tab_wrapper.left_side > ul li {
            width: 100%;
            box-sizing: border-box;
            margin: 0;
            padding: 12px 18px;
            border-width: 1px;
            border-right: 0;
            border-left: 0;
        }

            .tab_wrapper.left_side > ul li:after {
                left: 0;
                top: 0;
                content: "";
                position: absolute;
                width: 5px;
                height: 100%;
                background: #ccc;
            }

            .tab_wrapper.left_side > ul li.active {
                border-color: #ccc;
            }

                .tab_wrapper.left_side > ul li.active:after {
                    left: 0;
                    top: 0;
                    width: 5px;
                    height: 100%;
                    background: #49a4d9;
                }

                .tab_wrapper.left_side > ul li.active:before {
                    right: -1px;
                    position: absolute;
                    top: 0;
                    content: "";
                    width: 2px;
                    height: 100%;
                    background: #fff;
                }

    .tab_wrapper.left_side .content_wrapper {
        width: 75%;
        border: 1px solid #ccc;
        float: left;
    }

    .tab_wrapper.left_side .controller {
        top: -50px;
    }

    .tab_wrapper.right_side > ul {
        width: 25%;
        float: right;
        border-bottom: 1px solid #ccc;
    }

        .tab_wrapper.right_side > ul li {
            width: 100%;
            box-sizing: border-box;
            margin: 0;
            padding: 12px 18px;
            border-width: 1px;
            border-right: 0;
            border-left: 0;
            text-align: right;
        }

            .tab_wrapper.right_side > ul li:after {
                right: 0;
                left: inherit;
                top: 0;
                content: "";
                position: absolute;
                width: 5px;
                height: 100%;
                background: #ccc;
            }

            .tab_wrapper.right_side > ul li.active {
                border-color: #ccc;
            }

                .tab_wrapper.right_side > ul li.active:after {
                    right: 0;
                    left: inherit;
                    top: 0;
                    width: 5px;
                    height: 100%;
                    content: "";
                    background: #49a4d9;
                }

                .tab_wrapper.right_side > ul li.active:before {
                    left: -2px;
                    right: inherit;
                    position: absolute;
                    top: 0;
                    content: "";
                    width: 2px;
                    height: 100%;
                    background: #fff;
                }

    .tab_wrapper.right_side .content_wrapper {
        width: 75%;
        float: left;
        border: 1px solid #ccc;
    }

    .tab_wrapper.right_side .controller {
        top: -50px;
    }

    .tab_wrapper.accordion .content_wrapper {
        border-color: #ccc;
    }

        .tab_wrapper.accordion .content_wrapper .accordian_header {
            display: block;
        }

    .tab_wrapper.accordion > ul {
        display: none;
    }

@media only screen and (max-width: 736px) {
    .tab_wrapper .content_wrapper {
        border: 0;
    }

        .tab_wrapper .content_wrapper .accordian_header {
            display: none;
        }

    .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
        width: 100%;
        border-top: 0;
    }

    .tab_wrapper .controller {
        display: none;
    }
}
/*# sourceMappingURL=style.css.map */

.tool_wrap li ul, .tool_wrap li div {
    display: none;
    position: absolute;
    left: 0;
    background: #333;
    z-index: 999;
    width: 200px;
}

.logout_area ul li ul {
    display: none;
    position: absolute;
    right: -5px;
    background: #333;
    z-index: 999;
    padding: 5px;
    text-align: left;
    width:500px;
    height:400px;
    overflow:scroll;
}

.tool_wrap li ul li, .logout_area li ul li {
    padding: 1px 0;
    display: block;
}

.tool_wrap li:hover ul, .tool_wrap li:hover div, .logout_area li:hover ul {
    display: block;
}

.right_area .inner {
    overflow: auto;
    height: 86%;
    padding-bottom: 58px;
    position: relative;
    right: 0;
    left: 0;
    bottom: 4px;
    top: 0px;
    padding: 2px;
}

.edit_area li a {
    text-align: center;
    font-size: 11px;
    color: #555;
    height: 21px;
    padding: 3px 10px 4px 10px;
    text-shadow: 0 1px 1px #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    display: inline-block;
    border-radius: 0;
    text-align: center;
}

.edit_area .fa {
    font-size: 18px;
}

.rht_head {
    color: #69939e;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    padding-left: 8px;
    background: #d6eaf3;
    width: 100%;
    height: 24px;
    display: block;
}

    .rht_head p {
        float: right;
    }

.edit_area {
    margin: 0px;
    min-height: 30px;
}

.tool_wrap li:hover > a, .logout_area li:hover > a {
    text-decoration: underline;
}

.header .fa {
    margin-right: 5px;
}

.error-message {
    color: #F00;
}

.selection-area {
    display: inline-block;
    float: right;
}

.edit_area ul {
    display: inline-block;
}

.status_form {
    float: right;
}

.selection-area .date {
    float: left;
    margin-right: 20px;
}

    .selection-area .date input {
        width: 100px;
    }

    .selection-area .date p {
        display: inline-block;
    }

.status_form p {
    display: inline-block;
    border: 1px solid #ababab;
    border-radius: 4px;
    background: url(../img/selector.png)no-repeat 113px -4px #eee;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    width: 135px;
}

    .status_form p select {
        width: 153px;
        background: none;
        border: 0;
        font-size: 12px;
        outline: none;
    }

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2px;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

th {
    text-align: left;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/*login page*/


.login-page .main {
    padding: 6px 12px;
    margin: 12px 8px 0px 8px;
    width: 100%;
    margin-top: 120px;
    position: inherit;
    overflow: visible;
}

.login {
    width: 430px;
    background: url('../img/login_cnt_bg.jpg') top left no-repeat #5c5c5c;
    margin: 0 50px;
    padding: 10px 24px 20px 24px;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: inset 0 0 1px #ccc;
    -webkit-box-shadow: inset 0 0 1px #ccc;
    margin: auto;
}

.title {
    display: inline-block;
    float: none;
    text-align: left;
    width: auto;
}

.inputs input {
    float: left;
    padding: 4px 4px 4px 30px;
    margin: 0 0 0 0;
    width: 90%;
    border: 1px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#inputs input {
    float: left;
    padding: 4px 4px 4px 30px;
    margin: 0 0 0 0;
    width: 90%;
    border: 1px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.LoginUser_UnitCode {
    background: url('../img/code_icon.png') 5px 4px no-repeat #fff;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: #fff !important;
}

fieldset p {
    margin-top: 17px;
    display: block;
    width: 100%;
    float: left;
}

.LoginUser_Password {
    background: url('../img/pass_icon.png') 5px 4px no-repeat #fff;
}

.LoginUser_UserName {
    background: url('../img/user_icon.png') 5px 4px no-repeat #fff;
}

.btn {
    color: #444;
    text-shadow: 0 1px 1px #fff;
    border-color: #f9f9f9;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(100%, #e2e2e2));
    background: -o-linear-gradient(top, #f9f9f9 0, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0, #e2e2e2 100%);
    background: linear-gradient(to bottom, #f9f9f9 0, #e2e2e2 100%);
    box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 12px;
    cursor: pointer;
}

.login-page .main {
    background: url(../img/login_shadow.png) bottom center no-repeat;
}

fieldset.actions {
    margin-top: 16px;
    text-align: center;
}

.force-login {
    color: white;
    float: left;
}

.forget-password {
    color: white;
    float: right;
}

.login-page .footer {
    position: inherit !important;
    bottom: auto;
    left: auto;
    background: none;
    color: #434343;
    text-align: center;
    padding: 50px 0px 20px 0px;
}

.footer a {
    color: #00aeef;
}

.menu {
    float: left;
    outline: 0;
    position: absolute;
    overflow-y: auto;
    bottom: 0;
    top: 0;
    width: 100%;
}

    .menu * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
    }

    .menu .menu-footer {
        background: #414956;
        color: #f0f0f0;
        float: left;
        font-weight: normal;
        height: 50px;
        line-height: 50px;
        font-size: 6px;
        width: 100%;
        text-align: center;
    }

    .menu .menu-header {
        background: #414956;
        color: #f0f0f0;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 100%;
    }

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .menu ul li {
            display: block;
            float: left;
            position: relative;
            width: 100%;
        }

            .menu ul li a {
                background: #d9ecf4;
                color: #376572;
                float: left;
                font-size: 12px;
                overflow: hidden;
                padding: 4px 8px;
                position: relative;
                text-decoration: none;
                white-space: nowrap;
                width: 100%;
                text-shadow: 0 1px 1px #fff;
            }

                .menu ul li a i {
                    float: left;
                    font-size: 14px;
                    line-height: 18px;
                    text-align: left;
                    width: 34px;
                }

            .menu ul li .menu-label {
                background: #f0f0f0;
                border-radius: 100%;
                color: #555555;
                font-size: 11px;
                font-weight: 800;
                line-height: 18px;
                min-width: 20px;
                padding: 1px 2px 1px 1px;
                position: absolute;
                right: 18px;
                text-align: center;
                top: 14px;
            }

        .menu ul .submenu {
            display: none;
            position: static;
            width: 100%;
        }

            .menu ul .submenu .submenu-indicator {
                line-height: 16px;
            }

            .menu ul .submenu li {
                clear: both;
                width: 100%;
            }

                .menu ul .submenu li ul.submenu {
                    display: none;
                    position: static;
                    width: 100%;
                    overflow: hidden;
                }

                .menu ul .submenu li a {
                    background: #d9ecf4;
                    border-left: solid 6px transparent;
                    border-top: none;
                    float: left;
                    font-size: 12px;
                    position: relative;
                    width: 100%;
                }

    .menu > ul > li > a {
        font-weight: bold;
    }

    .menu ul .submenu li:hover > a {
        color: #fff;
        background: #66bce0;
        text-shadow: none;
    }

    .menu ul .submenu li .menu-label {
        background: #f0f0f0;
        border-radius: 100%;
        color: #555555;
        font-size: 11px;
        font-weight: 800;
        line-height: 18px;
        min-width: 20px;
        padding: 1px 2px 1px 1px;
        position: absolute;
        right: 18px;
        text-align: center;
        top: 12px;
        top: 14px;
    }

    .menu ul .submenu > li > a {
        padding-left: 30px;
    }

    .menu ul .submenu > li > ul.submenu > li > a {
        padding-left: 45px;
    }

    .menu ul .submenu > li > ul.submenu > li > ul.submenu > li > a {
        padding-left: 60px;
    }

    .menu ul .submenu > li > ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
        padding-left: 70px;
    }

    .menu .submenu-indicator {
        -moz-transition: "transform .3s linear";
        -o-transition: "transform .3s linear";
        -webkit-transition: "transform .3s linear";
        transition: "transform .3s linear";
        float: right;
        font-size: 20px;
        line-height: 19px;
        position: absolute;
        right: 22px;
    }

    .menu .submenu-indicator-minus > .submenu-indicator {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu > ul > li.active > a, a.submenu-indicator-minus {
        background: #c7e3ef !important;
        color: #004458 !important;
        font-weight: bold;
    }

    .menu > ul > li:hover > a {
        background: #66bce0;
        color: #ffffff;
        text-shadow: none;
    }

    .menu > ul > li > a {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #bbd3da;
    }

.ink {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
}

.animate-ink {
    -moz-animation: ripple .3s linear;
    -ms-animation: ripple .3s linear;
    -o-animation: ripple .3s linear;
    -webkit-animation: ripple .3s linear;
    animation: ripple .3s linear;
}

@-moz-keyframes

'ripple' {
    100%

{
    opacity: 0;
    transform: scale(2.5);
}

}
@-webkit-keyframes

'ripple' {
    100%

{
    opacity: 0;
    transform: scale(2.5);
}

}
@keyframes

'ripple' {
    100%

{
    opacity: 0;
    transform: scale(2.5);
}

}

.blue.menu .menu-footer {
    background: #4a89dc;
}

.blue.menu .menu-header {
    background: #4a89dc;
}

.blue.menu ul li > a {
    background: #4a89dc;
}

.blue.menu ul ul.submenu li:hover > a {
    border-left-color: #3e82da;
}

.blue.menu > ul > li.active > a {
    background: #3e82da;
}

.blue.menu > ul > li:hover > a {
    background: #3e82da;
}

.blue.menu > ul > li > a {
    border-bottom-color: #3e82da;
}

.white.menu .menu-footer {
    background: #ffffff;
    color: #555555;
}

.white.menu .menu-header {
    background: #ffffff;
    color: #555555;
}

.white.menu ul li a {
    background: #ffffff;
    color: #555555;
}

.white.menu ul ul.submenu li:hover > a {
    border-left-color: #f0f0f0;
}

.white.menu ul ul.submenu li a {
    color: #f0f0f0;
}

.white.menu > ul > li.active > a {
    background: #f0f0f0;
}

.white.menu > ul > li:hover > a {
    background: #f0f0f0;
}

.white.menu > ul > li > a {
    border-bottom-color: #f0f0f0;
}

    .white.menu > ul > li > a > .ink {
        background: rgba(0, 0, 0, 0.1);
    }

.menu ul .submenu li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.menu ul .submenu li a.submenu-indicator-minus:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.menu ul .submenu li ul.submenu a:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}

.footer .error-message {
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 4px;
}

.edit_area span {
    display: block;
}

.date input[type="button"] {
    background: #eee;
    border: 0;
    cursor: pointer;
    padding: 4px 11px;
}

.col-md-6 {
    width: 49%;
    display: inline-block;
}

.col-md-9 {
    width: 99%;
    display: inline-block;
}

.col-md-12 {
}

h2 {
    margin-bottom: 10px;
}

.tab-form {
    margin-left: 0px;
}

    .tab-form .content_wrapper {
        padding: 2px 6px;
        background: #fcfcfc;
        border: 1px solid #eee;
        bottom: 120px;
    }

    .tab-form input[type="text"], .tab-form input[type="password"], .tab-form input[type="date"], .tab-form textarea, .filter-form input[type="text"], .filter-form textarea {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 2px;
        margin-bottom: 1px;
        width: 209px;
    }

    .tab-form select, .filter-form select {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 2px;
        margin-bottom: 1px;
        width: 214px;
    }

    .tab-form label {
        margin-right: 10px;
        width: 165px;
        display: inline-block;
        vertical-align: top;
    }

.edit_area form {
    display: inline-block;
    text-align: center;
}

    .edit_area form input[type="submit"], .edit_area form input[type="reset"] {
        cursor: pointer;
        background: transparent;
        color: #555;
        border: 0;
        font-size: 11px;
        text-shadow: 0 1px 1px #eee;
    }

.tab-form .tab_wrapper, .tab-form .tab_wrapper .content_wrapper {
    position: inherit !important;
    top: 0px;
}

    .tab-form .tab_wrapper > ul li {
        padding: 0px 14px;
        border-right: solid 1px #66bce0;
    }

    .tab-form .tab_wrapper .content_wrapper {
        top: 0;
    }

.date span, .input-parent {
    display: inline-block !important;
}

.beatpicker .footer {
    display: none !important;
}

.beatpicker .header {
    float: none;
    color: #333;
}

.header a {
    font-size: 13px;
}

.name h3 {
    font-size: 11px;
    display: block;
    margin-top: 0px;
    margin-left: 3px;
}

.left_area .name {
    line-height: 16px;
    background: url("../img/login_bg.jpg") repeat;
}

.filter-form {
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #eee;
    width: 900px;
    min-height: 250px;
}

    .filter-form label {
        margin-right: 10px;
        width: 165px;
        display: inline-block;
        vertical-align: top;
    }

.flsetExport select {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 4px;
    width: 610px;
    margin-left: 98px;
}

.filter-form .flsetExport input[type="submit"] {
    background: url(../img/export.png) no-repeat 8px 9px #66bce0;
    border: 0;
    padding: 8px 14px 8px 24px;
    color: #fff;
    cursor: pointer;
}

.filter-form .btns {
    text-align: center;
    margin-top: 15px;
    display: block;
}

    .filter-form .btns input[type="submit"] {
        border: 0;
        padding: 8px 18px 8px 32px;
        color: #fff;
        cursor: pointer;
    }

.filter-form .flsetExport input[type="submit"]:hover {
    background: url(../img/ex-dark.png) no-repeat 8px 9px #eee;
    color: #666;
}

.srch p {
    position: relative;
    max-width: 372px;
    width: 100%;
}

.filter-form input[type="submit"] {
    background: url(../img/show.png) no-repeat 9px 11px #66bce0;
}

.filter-form input[type="submit"]:hover {
    background: url(../img/show-dark.png) no-repeat 9px 11px #eee;
    color: #666 !important;
}

.filter-form input[value="Show"] {
    background: url(../img/show.png) no-repeat 9px 11px #66bce0;
}

.filter-form input[value="Show"]:hover {
    background: url(../img/show-dark.png) no-repeat 9px 11px #eee;
    color: #666 !important;
}

.filter-form input[value="Cancel"] {
    background: url(../img/cancel.png) no-repeat 16px 11px #66bce0 !important;
}

.filter-form input[value="Cancel"]:hover {
    background: url(../img/cancel-dark.png) no-repeat 16px 11px #eee !important;
    color: #666 !important;
}

.filter-form table {
    width: 100%;
}

    .filter-form table tr {
        width: 100%;
        float: left;
        display: block;
    }

#leftPane {
    height: 100%;
    width: 250px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99;
}

#rightPane {
    left: 250px;
    transition: margin-left .5s;
    padding: 16px;
}

.filter-form .srch .search-btn {
    position: absolute;
    font-family: FontAwesome;
    right: 25px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
}

.filter-form .srch .search-btn2 {
    position: absolute;
    font-family: FontAwesome;
    right: 40px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
}

.search-btn:before, .search-btn2:before {
    content: "\f002";
}

.input1 {
    background: #d6eaf3 !important;
}

.inputSearch {
    margin-left: -20px;
    margin-top: 5px;
    position: absolute;
    cursor: pointer;
}

.inputSearch1 {
    margin-left: 150px;
    margin-top: -20px;
    position: absolute;
    cursor: pointer;
}

.tab-form .content_wrapper legend {
    width: 99%;
    margin-bottom: 2px;
}

.tab-form .content_wrapper p {
    margin-top: 0px;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.cssmenu, .cssmenu ul, .cssmenu ul li, .cssmenu ul li a, .cssmenu #menu-button {
    padding: 0;
    border: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .cssmenu:after, .cssmenu > ul:after {
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .cssmenu #menu-button {
        display: none;
    }

.cssmenu {
}

    .cssmenu > ul > li {
        float: left;
    }

    .cssmenu.align-center > ul {
        text-align: center;
    }

        .cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    .cssmenu.align-center ul ul {
        text-align: left;
    }

    .cssmenu.align-right > ul > li {
    }

    .cssmenu > ul > li > a {
        text-decoration: none;
    }

    .cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    .cssmenu > ul > li.has-sub > a {
    }

        .cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
        }

        .cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    .cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    .cssmenu ul ul {
        position: absolute;
        left: -9999px;
        z-index: 9999999;
    }

    .cssmenu.align-right ul ul {
        text-align: right;
    }

    .cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .cssmenu li:hover > ul {
        left: auto;
    }

    .cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    .cssmenu li:hover > ul > li {
        height: 35px;
    }

    .cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    .cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    .cssmenu ul ul li a {
    }

    .cssmenu ul ul li:last-child > a, .cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    .cssmenu ul ul li:hover > a, .cssmenu ul ul li a:hover {
        color: #ffffff;
        font-size: 13px;
    }

    .cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
    }

    .cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    .cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    .cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    .cssmenu.small-screen {
        width: 65%;
    }

        .cssmenu.small-screen ul {
            width: 100%;
            display: none;
            background: #333;
            z-index: 9999;
            position: relative;
            margin-left: -10px;
        }

        .cssmenu.small-screen.align-center > ul {
            text-align: left;
        }

        .cssmenu.small-screen ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        .cssmenu.small-screen ul ul li, .cssmenu.small-screen li:hover > ul > li {
            height: auto;
        }

            .cssmenu.small-screen ul li a, .cssmenu.small-screen ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        .cssmenu.small-screen > ul > li {
            float: none;
        }

        .cssmenu.small-screen ul ul li a {
            padding-left: 25px;
        }

        .cssmenu.small-screen ul ul ul li a {
            padding-left: 35px;
        }

        .cssmenu.small-screen ul ul li a {
            color: #dddddd;
            background: none;
        }

        .cssmenu.small-screen ul ul li:hover > a, .cssmenu.small-screen ul ul li.active > a {
            color: #ffffff;
            font-size: 13px;
        }

        .cssmenu.small-screen ul ul, .cssmenu.small-screen ul ul ul, .cssmenu.small-screen.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            .cssmenu.small-screen > ul > li.has-sub > a:after, .cssmenu.small-screen > ul > li.has-sub > a:before, .cssmenu.small-screen ul ul > li.has-sub > a:after, .cssmenu.small-screen ul ul > li.has-sub > a:before {
                display: none;
            }

        .cssmenu.small-screen #menu-button {
            display: block;
            padding: 0px;
            color: #dddddd;
            cursor: pointer;
        }

            .cssmenu.small-screen #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                box-sizing: content-box;
            }

            .cssmenu.small-screen #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                box-sizing: content-box;
            }

            .cssmenu.small-screen #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .cssmenu.small-screen #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .cssmenu.small-screen .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 2px;
            display: block;
            height: 19px;
            width: 46px;
            cursor: pointer;
            background: #666;
        }

            .cssmenu.small-screen .submenu-button:before {
                content: "\f067";
            }

        .cssmenu.small-screen .submenu-opened {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 10px;
        }

        .cssmenu.small-screen .submenu-button.submenu-opened {
            background: #262626;
        }

        .cssmenu.small-screen ul ul .submenu-button {
        }

        .cssmenu.small-screen .submenu-button:after {
            position: absolute;
            top: 6px;
            right: 15px;
            display: block;
            width: 15px;
            height: 8px;
            color: #fff;
            font: normal normal normal 14px/1 FontAwesome;
        }

        .cssmenu.small-screen ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        .cssmenu.small-screen .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        .cssmenu.small-screen .submenu-button:before {
            position: absolute;
            top: 5px;
            right: 13px;
            display: block;
            width: 15px;
            height: 8px;
            color: #fff;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 10px;
        }

        .cssmenu.small-screen .submenu-button.submenu-opened:before {
            content: "\f068";
        }

        .cssmenu.small-screen.select-list {
            padding: 5px;
        }

.custom-menu {
    z-index: 1000;
    position: absolute;
    background: #66bce0;
    border: 1px solid #66bce0;
    padding: 2px;
    width: 50px;
    line-height: 2px;
}

.dialogTransparentStyle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 !important;
}

.dataTables_scrollHead {
    background: #66bce0;
    color: #ffffff;
}

table.dataTable.no-footer {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #d9ecf4 !important;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: 0.2em 0.8em !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 0 !important;
}

.dataTables_paginate .previous, .dataTables_paginate .next {
    background: #eee !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #d9ecf4 !important;
}

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #d9ecf4 !important;
    }

#table_data_filter input[type="search"] {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 2px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
    padding: 0px 18px !important;
}

.dataTables_scroll {
    margin-bottom: 10px;
}

.dataTables_length select {
    border: 1px solid #ddd;
    padding: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #66bce0 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 10px !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    font-size: 11px;
}

#accordinTrnasactionSummary a {
    color: #000;
    font-weight: bold;
}

.content_header {
    background: #66bce0 !important;
    padding: 2px 10px !important;
    color: #fff;
}

.tab-form .content_wrapper legend {
    font-weight: bold;
    font-size: 13px;
    background: #eee;
    display: block;
    padding: 1px 5px;
}

.content_header .col-md-6 {
    text-align: left;
}

.content_header > .row > .col-md-6 + .col-md-6 {
    text-align: right;
}

.content_header label {
    width: 65px;
}

#pnlDetail01 input, #pnlCostCenter02 input {
    margin-bottom: 0;
}

#pnlDetail01 p, #pnlCostCenter02 p {
    margin-top: 2px !important;
}

input, select, #btnGo {
    border-radius: 4px;
}

.nicescroll-rails {
    display: none !important;
    opacity: 0;
}

.content_header p {
    display: inline;
    float: right;
}

.row {
    display: flex;
}

@media all and (max-width: 320px) {
    #leftPane, #btnopensidebar {
        display: none;
    }

    .right_area .selection-area .date input {
        width: 52px !important;
    }

    .right_area .status_form p {
        width: 220px;
    }

    .status_form p select {
        width: 234px;
    }

    .status_form p {
        background: url(../img/selector.png)no-repeat 197px -4px #eee !important;
    }

    .selection-area {
        float: left;
    }
    /*.tab-form input[type="text"], .tab-form input[type="password"], .tab-form input[type="date"], .filter-form input[type="text"],textarea{ width:89%;}
*/

    .tab-form .content_wrapper .row {
        width: 100% !important;
    }

    .edit_area ul {
        width: 100%;
        float: left;
    }

    .login {
        width: 70% !important;
    }
}

@media all and (max-width: 479px) {
    #leftPane, #btnopensidebar {
        display: none;
    }

    .right_area {
        position: inherit !important;
        width: 100% !important;
        display: block !important;
        float: left !important;
        height: auto !important;
    }

    .inner_page .main {
        top: 47px;
    }
    /*.tab_wrapper .content_wrapper, .tab_wrapper, .left_area, .inner_page .main, .menu, .footer {
        position: inherit !important;
    }*/
    html, body, .inner_page .main {
        overflow: initial !important;
    }

    .footer {
        float: left;
        position: fixed;
    }

    .header ul li span {
        margin-left: 3px;
        margin-right: 3px;
    }

    .header a {
        font-size: 11px;
    }

    .logout_area {
        width: 100%;
        text-align: center;
    }

    .header ul li {
        margin: 0;
    }

    #daddy3 > div {
        width: 100% !important;
    }

    .dad-container {
        margin-left: 0 !important;
    }

    .name h3 {
        display: inline-block;
    }

    .header {
        height: auto !important;
        text-align: center;
    }

    .cssmenu.small-screen {
        width: 100% !important;
    }

    .logout_area ul li ul {
        right: -50px;
    }

    .tool_wrap ul {
        text-align: left;
    }

    body, html {
        overflow-x: hidden !important;
    }

    .right_area .content, .edit_area {
        float: left;
        width: 100%;
        height: auto;
    }

    .status_form p {
        width: 136px !important;
    }

    .status_form {
        width: 100%;
    }

    .selection-area .date input {
        width: 90px !important;
        margin-bottom: 6px;
    }

    .status_form p {
        background: url(../img/selector.png)no-repeat 114px -4px #eee !important;
    }

    .content_header .row {
        width: 100%;
        float: left;
        display: block;
    }

    .content_header .col-md-6 {
        width: 100% !important;
        display: block;
        float: left;
    }

    .content_header {
        float: left;
    }

        .content_header p {
            float: left;
        }

        .content_header > .row > .col-md-6 + .col-md-6 {
            text-align: left;
        }

    .tab-form label {
        margin-right: 0;
    }

    .tab-form .content_wrapper {
        float: left;
        width: 305px;
    }


        .tab-form .content_wrapper .row {
            display: block;
        }

            .tab-form .content_wrapper .row .col-md-6 {
                width: 100%;
            }

        .tab-form .content_wrapper legend {
            width: 257px;
        }

    .edit_area li a {
        padding: 3px 1px 4px 1px;
    }

    table.dataTable thead th, table.dataTable tfoot th {
        width: 85% !important;
        float: left;
    }

    .login-page .main {
        padding: 0;
        margin: 0;
    }

    .login {
        width: 80%;
        margin-top: 30px;
    }

    .login-page .main {
        background: none;
    }

    #listTab li {
        width: 100%;
    }

    .right_area .inner {
        overflow: initial;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    #leftPane, #btnopensidebar {
        display: none;
    }

    .login-page .main {
        padding: 0 0 4px 0;
        margin: 0;
    }

    .login {
        width: 80%;
        margin-top: 30px;
    }

    .right_area {
        position: inherit !important;
        width: 100% !important;
        display: block !important;
        float: left !important;
        height: auto !important;
    }

    /*.tab_wrapper .content_wrapper, .tab_wrapper, .left_area, .inner_page .main, .menu, .footer {
        position: inherit !important;
    }*/

    html, body, .inner_page .main {
        overflow: initial !important;
    }

    .footer {
        float: left;
    }

    .header ul li span {
        margin-left: 3px;
        margin-right: 3px;
    }

    .header a {
        font-size: 11px;
    }

    .logout_area {
        width: 31%;
        margin-right: 6px;
    }

    .header ul li {
        margin: 0;
    }

    #daddy3 > div {
        width: 100% !important;
    }

    .dad-container {
        margin-left: 0 !important;
    }

    .name h3 {
        display: inline-block;
    }

    body, html {
        overflow-x: hidden !important;
    }

    .edit_area li a {
        padding: 3px;
    }

    .right_area .content, .edit_area {
        float: left;
        width: 100%;
    }

    .selection-area .date input {
        width: 66px !important;
    }

    .status_form p {
        width: 100px !important;
        background: url(../img/selector.png)no-repeat 78px -4px #eee;
    }

    .tab-form .content_wrapper legend {
        width: 98%;
    }

    .tab-form select {
        width: 177px;
    }

    .tab-form input[type="text"], .tab-form input[type="password"], .tab-form input[type="date"], .filter-form input[type="text"], textarea {
        width: 170px;
    }

    .content_header .row {
        width: 100%;
        float: left;
        display: block;
    }

    .content_header .col-md-6 {
        width: 100% !important;
        display: block;
        float: left;
    }

    .content_header {
        float: left;
    }

        .content_header p {
            float: left;
        }

        .content_header > .row > .col-md-6 + .col-md-6 {
            text-align: left;
        }

    .tab-form .content_wrapper {
        float: left;
    }

    .right_area .inner {
        overflow: initial;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .right_area .inner {
        overflow: initial;
    }

    .right_area {
        position: inherit !important;
        width: 100% !important;
        display: block !important;
        float: left !important;
        height: auto !important;
    }

    /*.tab_wrapper .content_wrapper, .tab_wrapper, .left_area, .inner_page .main, .menu, .footer {
        position: inherit !important;
    }*/

    html, body, .inner_page .main {
        overflow: initial !important;
    }

    .footer {
        float: left;
    }

    .header ul li span {
        margin-left: 3px;
        margin-right: 3px;
    }

    .right_area .inner {
        width: 98%;
    }

    .name h3 {
        display: inline-block;
    }

    body, html {
        overflow-x: hidden !important;
    }

    .right_area .inner {
        height: 94%;
    }

    .dad-container {
        margin-left: 0 !important;
    }

    #daddy3 > div {
        width: 50% !important;
    }

    .logout_area {
        width: 31% !important;
    }

    .edit_area li a {
        padding: 3px 2px 3px 2px;
    }

    .tab-form input[type="text"], .tab-form input[type="password"], .tab-form input[type="date"], .filter-form input[type="text"], textarea {
        width: 143px;
    }

    .tab-form select {
        width: 149px;
    }

    .tab-form .content_wrapper legend {
        width: 708px;
    }

    /* (1024x768) iPad 1 & 2, Landscape */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .dataTables_wrapper {
            width: 98% !important;
        }
    }
}

@media all and (min-width: 1024px) and (max-width: 1124px) {
    .right_area .inner {
        overflow: initial;
    }

    .right_area .inner {
        height: 94%;
    }

    .dad-container {
        margin-left: 0 !important;
    }

    #daddy3 > div {
        width: 50% !important;
    }

    body, html {
        overflow-x: hidden !important;
    }

    .edit_area li a {
        padding: 3px;
    }

    .tab-form input[type="text"], .tab-form input[type="password"], .tab-form input[type="date"], .filter-form input[type="text"], textarea {
        width: 160px;
    }

    .tab-form select {
        width: 166px;
    }

    .logout_area {
        width: 32%;
    }

    .inner_page .main {
        overflow: initial !important;
    }

    .footer {
        float: left;
    }

    .right_area .content {
        height: auto;
    }

    .right_area {
        overflow-x: hidden;
    }
}

.utility div {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 300px;
    background: url(../img/top_bg.jpg) repeat;
    color: #fff !important;
    padding: 0px;
}

.utility:hover div {
    display: block;
}

.utility div a {
    display: inline;
    height: auto;
    padding: 0px 0 0 2px;
    color: #fff !important;
    text-shadow: none !important;
}

.ui-widget-header {
    background: #66bce0 !important;
}

input[type="button"] {
    cursor: pointer;
}

    input[type="button"]:hover {
        background: #66bce0;
    }

.centerElement {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.helpicon {
    cursor: pointer;
}

.divfield > section {
    position: absolute;
    display: none;
    height: 30px;
    width: 100px;
    border: 2px solid gray;
    background-color: white;
    margin-left: -100px;
}

    .divfield > section a {
        cursor: pointer;
    }

.divfield:hover > section {
    display: inline-block;
}

table .editable {
    cursor: pointer;
    font-weight:bold;
}

table tbody .clickable
{
    cursor:pointer;
    color:blue;
}

.ui-widget-overlay {
    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
    opacity: .30 !important;
    filter: Alpha(Opacity=30) !important;
}

.GridViewStyle{
    width:90%;
}

tr:has(span.ratemismatch) {
    color: red;
}