﻿@charset "utf-8";
/* CSS Document */
.bg1 {
    background: #F00;
    color: #ff0
}

.bg2 {
    background: #F0f;
    color: #ff0
}

.bg3 {
    background: #Ff0;
    color: #f00
}

.bg4 {
    background: #F36;
    color: #6F3
}

.bg5 {
    background: #660;
    color: #93C
}

.bg6 {
    background: #C30;
    color: #999
}

.wrap {
    width: 975px;
    margin: 0 auto;
    padding: 0 10px
}

body {
    color: #343434;
    font-size: 12px;
    font-family: "lucida grande",helvetica,verdana,arial,sans-serif !important;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

img {
    border: none;
    vertical-align: middle
}

a, a:hover {
    text-decoration: none;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

    a:hover {
        color: #999
    }

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

.container {
    width: 100%;
    margin: 0 auto
}
/*-----------LOGIN----------*/
.wrap-login {
    width: 400px;
    margin: 0 auto;
}

    .wrap-login .logo {
        width: 100%;
        float: left
    }

h1.top_logo {
    float: left;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
}

.box-login {
    width: 372px;
    height: 172px;
    padding: 14px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a5caa+38,1487ea+100 */
    background: rgb(26,92,170); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(26,92,170,1) 38%, rgba(20,135,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(26,92,170,1) 38%,rgba(20,135,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(26,92,170,1) 38%,rgba(20,135,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5caa', endColorstr='#1487ea',GradientType=0 ); /* IE6-9 */
}

    .box-login .title {
        text-align: right;
        height: 45px;
        width: 100%;
        margin-top: 7px;
        float: left
    }

        .box-login .title img {
            line-height: 52px
        }

    .box-login .content {
        background-color: #eaebed;
        width: 100%;
        float: left;
        height: 120px;
        background: #DDD;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .box-login .content table {
            border: 1px solid #FFF;
            border-left: 0;
            border-right: 0;
            padding: 6px 0 7px 0;
            margin: 5px 0 5px 0;
            width: 90%;
        }

        .box-login .content td {
            margin: 0;
            padding: 0
        }

            .box-login .content td input {
                width: 100%
            }

        .box-login .content th {
            width: 50%;
            text-align: right;
            font-weight: bold;
            font-size: 12px;
        }

            .box-login .content th button.login {
                background: #003fa0;
                border: 1px solid #FFF;
                color: #FFF;
                font-weight: bold;
                padding: 3px 15px;
                font-size: 12px;
                margin-top: 5px;
                -moz-box-shadow: 0px 0px 2px #003fa0;
                -webkit-box-shadow: 0px 0px 2px #003fa0;
                box-shadow: 0px 0px 2px #003fa0;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

.login-copyright {
    width: 100%;
    text-align: right;
    font-size: 8px;
    margin-top: 5px;
    text-transform: uppercase;
    float: left
}


/*--------------HEADER------------*/
#date {
    float: left;
    font-size: 11px;
    text-align: right
}

header {
    height: 51px;
    background: #e4edf9
}

.logo {
    width: 30%;
    float: left
}

    .logo a {
        width: 100%;
        float: left;
        height: 40px;
    }

.nav-head {
    width: 70%;
    float: right;
    text-align: right
}

    .nav-head a {
        padding: 0 10px;
        font-weight: bold;
        color: #343434;
        line-height: 40px;
    }

    .nav-head i {
        color: #12208B
    }

    .nav-head a:hover {
        color: #666
    }

    .nav-head select {
        margin-right: 10px;
        border: 1px solid #CCC;
        font-size: 12px;
        padding: 2px
    }

/*--------------footer------------*/
footer {
    border-top: 1px solid #d8d8d8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    height: 30px;
    line-height: 20px;
    float: left;
    background: #FFF
}

.link-footer {
    float: left;
    padding-left: 5px
}

    .link-footer a {
        padding: 0 5px;
        float: left;
        display: block;
        color: #343434;
        font-size: 10px
    }

.copyright {
    float: right;
    text-align: right;
    font-size: 8px;
    text-transform: uppercase;
    padding-right: 15px
}

/*---------SECTION---------*/
section {
    width: 100%;
    float: left;
}

.left {
    float: left;
    width: 210px;
    height: 100%;
    position: relative;
}

    .left:before {
        width: 209px;
        background: #F2F2F2;
        min-height: 100%;
        content: "";
        position: fixed;
        top: 0;
        z-index: -1;
        border-right: 1px solid #D8D8D8;
    }
/*
@-moz-document url-prefix(){ .left:before{left:0}}
*/



.center {
    width: 70%;
    float: left;
    background: #FFF
}

.right {
    width: 330px;
    float: right;
    float: left;
    margin-left: 10px
}

.main {
    width: auto;
    margin-left: 210px;
}

.main2 {
    width: 100%;
    float: left
}

#contents2 .main {
    width: 100%;
    margin: 0
}

.bannner {
    height: 200px;
    width: 100%;
    float: left;
    text-align: center;
    background: url(../../Content/img/banner.png) no-repeat center;
}
/*.ssh_main {height:200px; width:100%; float:left; text-align:center; background:url(../../Content/img/ssh_main_EN.JPG) no-repeat center;}*/
.ssh_main {
    background: white url("../../Content/img/bg_sshmain.gif") repeat-x scroll 0 0;
    height: 200px;
}

/*----------LEFT----------------*/
.user-login {
    width: 99%;
    float: left;
    border: 1px solid #0099FF;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.user-app {
    text-align: right;
    font-size: 11px;
    background: #666;
    color: #FFF;
    padding: 12px 5px
}

    .user-app:before {
        content: "\f007";
        font-family: 'FontAwesome';
    }


.content-left {
    width: 100%;
    float: left
}

.banner-link {
    width: 190px;
    float: left;
    margin: 20px 10px
}

.banner-link-2 {
    width: 190px;
    float: left;
    margin: 10px;
    margin-top: 0
}

.banner-link-3 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0
}



#left_wrap {
    float: left;
    width: 210px;
    height: 100%;
    position: relative;
}

#left_wrap2 {
    float: left;
    width: 0;
    height: 100%;
    position: relative;
    margin-left: -20%;
}

#div_img_toggle_btn {
    position: absolute;
    padding-bottom: 0;
    padding-top: 2px;
    padding-right: 0;
    left: 0
}



/*-------------MAIN--------------------*/
.link {
    padding: 11px 0 10px 5px;
    background-color: #F8f8f8;
    border-bottom: 1px solid #CCC;
    -moz-box-shadow: 1px 1px 2px #DDD;
    -webkit-box-shadow: 1px 1px 2px #DDD;
    box-shadow: 1px 1px 2px #DDD;
    font-size: 11px;
}

    .link b {
        color: #F00
    }

    .link a {
        font-size: 11px;
        padding: 5px;
        color: #448CCB
    }

        .link a:after {
            content: "\f101";
            padding-left: 10px;
            font-family: 'FontAwesome';
            color: #343434
        }

        .link a:hover {
            color: #
        }

.content-main {
    width: 100%;
    float: left
}

    .content-main .child {
        width: 49%;
        margin: 0 0 0 1%;
        float: left;
    }

        .content-main .child h4 {
            background: #CCC;
            color: #343434;
            padding: 10px;
            border-bottom: 1px solid #CCC
        }

    .content-main .child-2 {
        width: 99%;
        float: left;
        padding: 0 0 0 1%;
        margin-bottom: 20px
    }

        .content-main .child-2 h4 {
            background: #CCC;
            color: #343434;
            padding: 10px;
            border-bottom: 1px solid #CCC
        }

/*#contents .content-main {width:99%; padding-left:1% ;}*/
#contents2 .content-main {
    width: 98%;
    float: left;
    padding: 0 1%
}



.content-main h2 {
    font-size: 20px;
    font-weight: bold;
    color: #343434;
    border-bottom: 3px solid #A0CAFC;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #0071BC
}


/*-------------POPUP--------------------*/
.popup {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .popup > h1 {
        color: #0071BC;
        border-bottom: 2px solid #A0CAFC;
        font-size: 20px;
        padding-bottom: 6px
    }

.popup-setting {
    width: 100%;
    float: left;
    text-align: right;
    margin: 5px 0 10px 0
}

    .popup-setting input {
        border: 1px solid #DDD;
        padding: 5px
    }

.header-popup {
    width: 100%;
    float: left;
    border-bottom: 1px solid #12208B;
    line-height: 40px;
    margin-bottom: 10px
}

    .header-popup h3 {
        text-align: left;
        float: left;
        color: #12208B
    }

    .header-popup .setting {
        float: right;
    }

.content-popup table {
    border: none
}

    .content-popup table th {
        background: #FFF;
        border: none
    }

    .content-popup table td span {
        padding: 10px
    }

    .content-popup table td input.number {
        text-align: right;
        background: #EEE;
        padding-right: 10px
    }

/*-------------PAGE--------------------*/
.page {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 10px 0;
    display: block
}

    .page a {
        border: 1px solid #AAA;
        margin: 0 -1px;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: bold;
        color: #343434;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e5e5e5+50,cecece+51,f7f7f7+100 */
        background: rgb(247,247,247); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(229,229,229,1) 50%, rgba(206,206,206,1) 51%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(229,229,229,1) 50%,rgba(206,206,206,1) 51%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(229,229,229,1) 50%,rgba(206,206,206,1) 51%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    }

        .page a:hover, .page a.active {
            background: #FFF
        }


/*---------------CONTENT-------------*/
.left-content {
    margin: 19px;
    border: 1px solid #CCC;
    margin-right: 9px;
    height: 400px !important;
    overflow: auto; /*width:240px!important;*/
}

    .left-content > ul {
        margin: 0;
        padding: 10px
    }

        .left-content > ul > li {
        }

    .left-content ul li a {
        font-weight: bold;
        color: #343434;
        padding: 5px;
        display: block;
        white-space: nowrap
    }

    .left-content ul li li a {
        padding-left: 20px;
        font-weight: normal
    }

        .left-content ul li li a:before {
            content: '\f0da';
            padding-right: 5px;
            font-family: 'FontAwesome';
            color: #990000
        }

.left-system {
    margin: 10px 1%;
    width: 20% !important;
    padding: 10px 1%; /*background:#FCFCFC*/
}

    .left-system h1 {
        font-weight: normal;
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDD
    }

.right-system {
    margin: 10px 1%;
    width: 30% !important;
    padding: 10px 1%;
    background: #FCFCFC;
    float: right
}

    .right-system h1 {
        font-weight: normal;
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDD
    }

.main-contain {
    width: auto;
    margin-left: 260px
}

.main-system {
    width: auto
}

.wrap-table {
    padding: 10px;
}

    .wrap-table .button-setting {
        float: right;
        width: 100%; /*border-bottom:1px solid #D8D8D8;*/
        text-align: right; /*padding-bottom:10px;*/
        margin-bottom: 10px
    }

        .wrap-table .button-setting h1 {
            float: left;
            font-weight: normal;
            padding: 5px 0 0 0
        }

.content-system {
    margin: 0;
    width: 42% !important;
    padding: 0;
    float: left
}

    .content-system h1 {
        font-weight: normal;
        padding-bottom: 5px;
    }

    .content-system td {
        text-align: left;
        font-weight: bold
    }



/*-------------------SEARCH------------------------*/
.search-high {
    width: 100%;
    float: left;
}

    .search-high table th {
        background: #F3F3F3;
        border-bottom: 1px solid #DDD;
        text-align: right
    }

    .search-high table tr td {
        background: #FAFAFA;
        border-bottom: 1px solid #DDD
    }

        .search-high table tr td input, .search-high table tr td select {
            width: 96%;
            float: left;
            padding: 5px 2%;
            border: #DDD 1px solid
        }

.adv-search {
    width: 100%;
    float: left;
}

    .adv-search table {
        padding: 20px 0
    }

        .adv-search table th {
            background: #FFF;
            border: none;
            text-align: right;
            padding-top: 7px;
            padding-bottom: 7px
        }

        .adv-search table tr td {
            background: #FFF;
            border-bottom: none;
            padding: 0;
            text-align: left
        }

            .adv-search table tr td input {
                vertical-align: middle
            }

                .adv-search table tr td input[type="text"], .adv-search table tr td select {
                    width: 96%;
                    float: left;
                    padding: 3px 2%;
                    border: #DDD 1px solid
                }
/*style for jqxtable*/
.jqx-widget-content {
    font-family: "lucida grande", helvetica, verdana, arial, sans-serif !important;
}


/*Style for layout*/
* {
    box-sizing: border-box;
}

.header {
    height: 81px;
    position: relative;
    width: 100%;
    background-image: url('/Content/img/bg_header_main.gif');
}

.util {
    height: 15px;
    margin-top: 20px;
    position: relative;
}

    .util ul {
        float: right;
        list-style-type: none;
    }
        .util ul li {
            color: #343434;
            float: left;
            padding: 0 10px 0 0;
        }

            .util ul li a.todo {
                color: #343434;
                font-weight: bold;
                text-decoration: none;
            }

.k-grid-content {
    height: 284px !important;
}

.k-grid td {
    padding: 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-grid-header th.k-header, .k-filter-row th {
    padding: 3px 5px;
    color: white;
}

.k-textbox > input, .k-input[type="text"], .k-input[type="number"], .k-textbox, .k-picker-wrap .k-input, .k-button {
    font-size: 80%;
    font-family: inherit;
    -webkit-appearance: none;
}

.k-dropdown, .k-datepicker {
    border: none;
}

.btn-sm {
    min-width: 70px;
}

.form-input {
    padding: 15px 0;
}

.center {
    text-align: center !important;
    background: none;
}

/*Style for table*/
.tb-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c7e0f0 #ffffff;
    border-spacing: 0;
    border-style: solid;
    border-width: 3px;
    padding: 0 2px;
    width: 100%;
}

    .tb-table th, .tb-table td {
        border: 1px solid #e6ebf3 !important;
        color: #727272;
        height: 25px;
        padding: 0 5px;
    }

    .tb-table th {
        background-color: #f1f4f9;
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
    }

    .tb-table td {
        background-color: white !important;
    }

.tb-col-12 {
    width: 100%;
}

.tb-col-11 {
    width: 91.6667%;
}

.tb-col-10 {
    width: 83.3333%;
}

.tb-col-9 {
    width: 75%;
}

.tb-col-8 {
    width: 66.6667%;
}

.tb-col-7 {
    width: 58.3333%;
}

.tb-col-6 {
    width: 50%;
}

.tb-col-5 {
    width: 41.6667%;
}

.tb-col-4 {
    width: 33.3333%;
}

.tb-col-3 {
    width: 25%;
}

.tb-col-2 {
    width: 16.6667%;
}

.tb-col-1 {
    width: 8.33333%;
}

.tb-col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6667%;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6667%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6667%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6667%;
}

.col-1 {
    width: 8.33333%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    float: left
}

.row {
    padding: 5px 5px 0 5px;
}

.input-require :before {
    content: "*" !important;
    color: red !important;
}


.modal-white-bg {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
}

.padding-checkbox {
    padding-right: 10px;
}

#switch-home h2 {
    display: inline-block;
    font-size: 1.1em;
    margin: 1.5em 0 0 .7em;
}

    #switch-home h2 span {
        display: block;
        clear: both;
        font-size: 1.8em;
        margin: .1em 0 0 0;
    }

#switch-home img {
    width: 5em;
    height: 5em;
    float: left;
    margin: 1em;
    -webkit-box-shadow: 0 1px 3px #333;
    box-shadow: 0 1px 3px #333;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.k-treeview span.k-in {
    cursor: pointer;
}

.display-data {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
}

.input-group-btn .btn {
    height: 30px !important;
}

.list-group-item {
    padding: 5px 10px;
}

.border {
    border: 1px solid #000;
}

.header-left {
    text-align: left !important;
    font-weight: bold !important;
}

.header-right {
    text-align: right !important;
    font-weight: bold !important;
}

.header-center {
    text-align: center !important;
    font-weight: bold !important;
}

.comment-box {
    padding: 10px 5px;
    border: 1px solid #000;
    margin-top: 5px;
    border-radius: 5px;
}

    .comment-box .username {
        font-weight: bold;
        color: #123dea;
    }

    .comment-box .createdate {
        color: #878181;
        font-weight: inherit;
        font-size: 11px;
        margin-left: 10px;
    }

.treeview-custom {
    background-color: #fff !important;
    z-index: 999 !important;
    border-radius: 6px !important;
    border: 1px solid #cccccc !important;
    overflow: auto;
    /*height: 400px;*/
}
/*style for autocomplete*/
.k-custom {
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #368ee0 none repeat scroll 0 0;
    color: white;
}

.dropdown-header {
    font-size: 1.2em;
}

    .dropdown-header > span {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
        width: 50%;
    }

.k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: top;
    /*width: 50%;*/
    padding: .6em 0 0 .6em;
}

    .k-item > span:first-child {
        /*width: 50%;*/
        border-left-width: 0;
        padding: .6em 0 0 0;
    }

/*style content*/
.content-custom {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.paddingleft0 {
    padding-left: 0px !important;
}

/*css cho dropdown trong tran Authorization*/
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("/Content/arrowdown.gif") no-repeat 99% 50%;
}

    .select-style select {
        padding: 5px 8px;
        width: 100%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-style select:focus {
            outline: none;
        }
/*end css cho dropdown trong tran Authorization*/

/*custom grid kendo*/
.right {
    text-align: right;
}

.left {
    text-align: left;
}

.k-grid-header .k-header {
    background-color: #0071bc !important;
    font-weight: 700 !important;
}

.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grouping-header .k-link {
    color: #fff;
}
/*end custom grid kendo*/

textarea {
    border: 1px solid #c7c7c7;
    float: left;
    padding: 4px 0 4px 4px;
    width: 100%;
    border-radius: 3px;
}

.select {
    width: 100.4%;
    float: left;
    padding: 4px 0;
    border: 1px solid #D8D8D8;
}

.input-canteen {
    border: 1px solid #d8d8d8;
    float: left;
    padding: 4px 0 4px 4px;
    width: 35%;
}

.k-filtercell > span > .k-button, .k-filter-row .k-dropdown-operator {
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.k-button {
    line-height: 10px !important;
}
/*.k-state-default{
    width:120% !important;
}*/

.handCursorLink {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

/*loading*/
#overlay {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading {
    width: 249px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 40%;
    margin: -28px 0 0 -25px;
}
/*end loading*/
:root * > .k-icon, :root * > .k-sprite, :root * > .k-button-group .k-tool-icon {
    vertical-align: auto !important;
}

/**IE 10 -> */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #datepicker {
        width: 98% !important;
    }

    .k-select .k-icon {
        margin-top: 6px;
    }

    .k-select .k-i-close {
        margin-top: 1px !important;
    }

    .k-select .k-i-calendar {
        z-index: 99999999 !important;
    }

    .treeview-cus1 {
        width: 17% !important;
        left: 55px !important;
        top: 192px !important;
    }

    .header-popup {
        line-height: 0px !important;
    }
}

.label {
    font-size: 12px;
    font-weight: bold;
    padding-right: 3px;
    color: #606060;
}

.label-red {
    font-size: 12px;
    font-weight: bold;
    padding-right: 3px;
    color: red;
}

input {
    border: 1px solid #c7c7c7;
    vertical-align: middle;
    height: 21px;
    border-radius: 3px;
}

.input {
    width: 100%;
}

/*dropdown telerik*/
.treeview-custom {
    background-color: #fff !important;
    z-index: 999 !important;
    border-radius: 6px !important;
    border: 1px solid #cccccc !important;
    height: 350px;
}

.k-dropdown span span.k-input {
    font-size: 12px;
    color: black;
}

.k-dropdown span span.k-select span.k-icon {
    position: absolute;
    top: 3px;
    right: 4px;
}

.k-dropdown-wrap {
    height: 25px;
    border: 1px solid #808080;
}

ul.k-group span.k-in {
    font-size: 12px;
    color: black;
}

span.k-widget {
    width: 100%;
    height: 23px !important;
}

span.k-state-default {
    height: 21px !important;
}

span.k-input {
    padding: 0px !important;
}

.dhtmlxcalendar_time_img {
    cursor: pointer !important;
}

button:hover {
    cursor: pointer;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fa {
        position: absolute;
        top: 4px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
    }

/* align icon */
.left-addon .fa {
    left: 4px;
}

.right-addon .fa {
    right: 4px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

input[type="radio" i] {
    margin: 0;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
            background-color: #dcdcdc;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #dcdcdc;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
            margin-left: -0.2px
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.text-center {
    text-align: center;
}
/*END Form Wizard*/


textarea:disabled, 
input:not([type]):disabled, 
input[type="color" i]:disabled, 
input[type="date" i]:disabled, 
input[type="datetime" i]:disabled, 
input[type="datetime-local" i]:disabled, 
input[type="email" i]:disabled, 
input[type="month" i]:disabled, 
input[type="password" i]:disabled, 
input[type="number" i]:disabled, 
input[type="search" i]:disabled, 
input[type="tel" i]:disabled, 
input[type="text" i]:disabled, 
input[type="time" i]:disabled, 
input[type="url" i]:disabled, 
input[type="week" i]:disabled {
    background-color: #fff !important;
}
@charset "utf-8";
/* CSS Document */

table {
    width: 100%;
    float: left;
    border: 0
}

    table th {
        background: #448ccb;
        padding: 10px 5px
    }

    table td {
        border: 0;
        margin: 0;
        padding: 4px 5px;
        border-bottom: 1px solid #D8D8D8; /*text-align:center;*/
    }
        /*table tr:nth-child(even) {background: #F2F2F2; }
table tr:nth-child(odd) {background: #FFF}*/

        table td.title a {
            color: #343434;
        }

            table td.title a:hover {
                color: #12208B;
            }

    table .title {
        text-align: left
    }



/*---------TAB---------*/
.tabs-menu {
    height: 24px;
    float: left;
    clear: both;
}

    .tabs-menu li {
        height: 24px;
        line-height: 24px;
        float: left;
        background-color: #A5A5A5;
        border: 1px solid #999;
        border-bottom: 0;
    }

        .tabs-menu li.current {
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            z-index: 5;
        }

        .tabs-menu li a {
            padding: 10px;
            color: #fff;
            text-decoration: none;
            font-weight: bold
        }

    .tabs-menu .current a {
        color: #343434;
        border: 0
    }

/*style tab old : margin-top:1px; background-color: #fff; float: left;  width: 100%; border-top: 1px solid #CCC*/
.tab {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
    width: 100%;
    display: none;
}

#tab-1 {
    display: block;
}




/*---------MENU-LEFT---------*/
.pageContent {
    margin: 0;
    width: 100%;
    float: left;
}

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #333;
    border-top: none;
    border-left: none;
}

    .accordion ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .accordion li {
        background: #D8D8D8;
        cursor: pointer;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
        border-bottom: 1px solid #FFF
    }

        .accordion li li {
            border: none
        }

        .accordion li.active > a {
            background: #D8D8D8 /*url(../img/close.gif) no-repeat center right */;
            color: #343434;
        }

        .accordion li ul li.active > a { /*background:#EEE url(../img/close_b.gif) no-repeat center right;*/ /*border-bottom:1px solid #EEE */
        }

        .accordion li ul li li.active > a {
            background: none;
            background-color: #F2F2F2;
            color: #343434
        }

    .accordion a {
        text-decoration: none; /*border-bottom: 1px solid #74b6ea*/
        ;
        color: #343434;
        padding: 7px 10px;
        display: block;
        cursor: pointer; /* background: url(../img/open.gif) no-repeat center right */
        ;
        font-weight: bold
    }

    .accordion li ul li a {
        padding-left: 20px
    }

        .accordion li ul li a:before {
            content: '\f0da';
            margin-right: 5px;
            font-size: 12px;
            font-family: 'FontAwesome';
            color: #900
        }

    .accordion a.active, .accordion a:hover {
        color: #900
    }

    .accordion li ul li li a {
        background: none;
        padding-left: 30px;
        font-size: 12px
    }

        .accordion li ul li li a:before {
            content: '\f105';
            margin-right: 5px;
            font-family: 'FontAwesome';
        }

    .accordion a:hover {
        background-color: #D8D8D8
    }

    .accordion li ul li {
        background: #EEE; /*border-bottom:1px solid #FFF*/
    }

        .accordion li ul li li {
            background: #FFF
        }

            .accordion li ul li.last, .accordion li ul li li li.last {
                border-bottom: none
            }

        .accordion li ul li a {
            color: #343434;
            font-weight: normal
        }

    .accordion li li a { /*background: url(../img/open_b.gif) no-repeat center right;*/
    }

        .accordion li li a:hover {
            background-color: #CCC
        }



/*-----------BUTTON--------------------*/
.button-1, .button-2, .button-3 {
    margin-bottom: 40px;
    width: 100%;
    float: left;
    text-align: left;
}

    .button-1 h2, .button-2 h2, .button-3 h2 {
        border-bottom: 2px solid #F2F2F2;
        color: #A5A5A5;
        font-size: 18px
    }

    .button-1 button {
        border: none;
        font-size: 12px;
        margin: 2px;
        padding: 3px 15px;
        color: #FFF;
        white-space: nowrap;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fb5+0,258dc8+100 */
        background: rgb(0,111,181); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(0,111,181,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,111,181,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,111,181,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fb5', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
    }

        .button-1 button i {
            color: #FFF;
            margin-right: 5px;
            font-size: 13px !important
        }

        .button-1 button:hover {
            background: #07669c
        }

.custom-btn * {
    padding: 0 14px 0 11px;
    background-position: right top;
    left: 4px;
    cursor: pointer;
}

.custom-btn .custom-btn * {
    height: 22px; /*line-height:24px;*/
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    border: 0; /*font-family:Gulim; */
    font-size: 12px;
    white-space: nowrap;
    background: url(/Content/img/btn_bg1.gif) no-repeat;
    vertical-align: middle;
    overflow: visible; /*color:#323232;*/
    margin-right: 2px;
}

button i {
    color: #666;
    margin-right: 5px;
    font-size: 13px !important
}

button:hover {
    background: #ccc
}


.button-3 button {
    border: #BBB 1px solid;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    padding: 2px 12px;
    color: #666;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


    .button-3 button i {
        color: #00629f;
        margin-right: 5px;
        font-size: 13px !important
    }

    .button-3 button:hover {
        background: #ccc
    }


.box {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 100%;
    float: left;
    position: relative
}

    .box .disableInputField {
        display: inline-block;
        width: 98%;
        float: left;
        margin: 0;
        font-size: 12px;
        padding: 2px 0
    }

    .box .fileUpload {
        background: #CCC;
        position: absolute;
        right: 0;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .box .uploadBtn {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        padding: 3px 10px !important;
        color: #2f3743;
        border: #BBB 1px solid;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,f4f4f4+35,d3d3d3+100 */
        background: rgb(254,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(244,244,244,1) 35%, rgba(211,211,211,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(244,244,244,1) 35%,rgba(211,211,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(244,244,244,1) 35%,rgba(211,211,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
    }

.fileUpload input.upload {
    display: none
}


/*---------MENU---------*/
.nav {
    width: 100%;
    float: left;
}

    .nav h6 {
        width: 20%;
        float: left;
        color: #FFF;
        text-align: center;
        font-size: 11px;
        line-height: 30px;
        font-weight: normal
    }

    .nav ul {
        width: 80%;
        float: left
    }

        .nav ul > li {
            float: left;
            display: block;
            border-right: 1px solid #FFF;
            position: relative;
            z-index: 999
        }

        .nav ul li a {
            color: #FFF;
            font-weight: bold;
            display: block;
            padding: 8px 20px;
            text-transform: capitalize
        }

            .nav ul li a:hover, .nav ul li a.active {
                color: #FFF;
                background: #84b522
            }

        .nav ul li.active {
            color: #FFF;
            background: #84b522
        }

    .nav li li a {
        text-transform: capitalize;
        padding: 8px 10px;
        width: 180px
    }

    .nav ul li.last {
        border: none
    }

ul.submenu {
    width: auto
}

.nav ul li li {
    border: none;
    border-bottom: 1px solid #A0CAFC
}

.submenu li {
    width: 100%;
    background: #448CCB;
}


/*=======================*/
#nav {
    position: relative;
    z-index: 500;
}

    #nav .select {
        list-style: none;
        white-space: nowrap;
    }

    #nav li {
        float: left;
    }

    #nav .select a {
        display: block;
        float: left;
        text-decoration: none;
        white-space: nowrap;
        color: #FFF;
    }

        #nav .select a b {
            display: block;
        }

    #nav .select li:hover a {
        cursor: pointer;
        color: #fff;
    }

        #nav .select li:hover a b {
            display: block;
            cursor: pointer;
        }

    #nav .sub {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        top: 30px;
    }

        #nav .sub li {
            background: #448CCB;
            color: #FFF;
            border-top: 1px solid #0071BC
        }

    #nav .select li:hover .sub {
        display: block;
        position: absolute;
        float: left;
        width: 750px;
        left: 0;
        text-align: center;
    }

        #nav .select li:hover .sub li a {
            display: block;
            float: left;
            white-space: nowrap;
            color: #FFF;
            font-size: 12px;
            font-weight: normal;
            padding: 7px 10px
        }

            #nav .select li:hover .sub li a:hover {
                color: #FFF;
                background: #84b522;
                line-height: 15px;
            }
/*====================*/


.menu, .menu ul {
    list-style: none;
    padding: 0;
}

    .menu ul {
        margin: 0;
    }

    .menu > li {
        position: relative;
        display: inline-block;
        outline: 0;
    }

.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
    overflow: hidden;
    max-height: 0;
    /* The transition-delay prevents the menu to disappear before the transition is run backward
   * It's ~= length of the animation (.6s) + highest item transition delay (466ms) */
    -webkit-transition: max-height 1ms linear 1s;
    -moz-transition: max-height 1ms linear 1s;
    /* A .submenu should be only revealed when hovering the .menu */
    pointer-events: none;
}

.menu > li:hover .submenu, .menu > li:focus .submenu {
    pointer-events: auto;
    z-index: 10;
    max-height: 2000px;
    -webkit-transition: none;
    -moz-transition: none;
}

h1, h2 {
    font-family: "trebuchet ms",verdana,arial;
}

.menu > li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu > li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 66ms;
    -moz-transition-delay: 66ms;
    -ms-transition-delay: 66ms;
    -o-transition-delay: 66ms;
    transition-delay: 66ms;
}

.menu > li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 133ms;
    -moz-transition-delay: 133ms;
    -ms-transition-delay: 133ms;
    -o-transition-delay: 133ms;
    transition-delay: 133ms;
}

.menu > li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.menu > li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 266ms;
    -moz-transition-delay: 266ms;
    -ms-transition-delay: 266ms;
    -o-transition-delay: 266ms;
    transition-delay: 266ms;
}

.menu > li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 333ms;
    -moz-transition-delay: 333ms;
    -ms-transition-delay: 333ms;
    -o-transition-delay: 333ms;
    transition-delay: 333ms;
}

.menu > li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.menu > li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 466ms;
    -moz-transition-delay: 466ms;
    -ms-transition-delay: 466ms;
    -o-transition-delay: 466ms;
    transition-delay: 466ms;
}

/* backward */
.submenu li:nth-child(1) {
    -webkit-transition-delay: 466ms;
    -moz-transition-delay: 466ms;
    -ms-transition-delay: 466ms;
    -o-transition-delay: 466ms;
    transition-delay: 466ms;
}

.submenu li:nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 333ms;
    -moz-transition-delay: 333ms;
    -ms-transition-delay: 333ms;
    -o-transition-delay: 333ms;
    transition-delay: 333ms;
}

.submenu li:nth-child(4) {
    -webkit-transition-delay: 266ms;
    -moz-transition-delay: 266ms;
    -ms-transition-delay: 266ms;
    -o-transition-delay: 266ms;
    transition-delay: 266ms;
}

.submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.submenu li:nth-child(6) {
    -webkit-transition-delay: 133ms;
    -moz-transition-delay: 133ms;
    -ms-transition-delay: 133ms;
    -o-transition-delay: 133ms;
    transition-delay: 133ms;
}

.submenu li:nth-child(7) {
    -webkit-transition-delay: 66ms;
    -moz-transition-delay: 66ms;
    -ms-transition-delay: 66ms;
    -o-transition-delay: 66ms;
    transition-delay: 66ms;
}

.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* Default
 ================================================================= */
.submenu li {
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;
    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;
    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;
    transition: opacity .4s, transform .6s, max-height .6s;
}

.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* Helix
 ================================================================= */
.helix {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

    .helix li {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

/* Wave
 ================================================================= */
.wave li {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: skewY(-90deg);
    -moz-transform: skewY(-90deg);
    -ms-transform: skewY(-90deg);
    -o-transform: skewY(-90deg);
    transform: skewY(-90deg);
}

/* Fan
 ================================================================= */
.fan li {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Papercut
 ================================================================= */
.papercut {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 0% 0%;
    -moz-perspective-origin: 0% 0%;
    -ms-perspective-origin: 0% 0%;
    -o-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
}

    .papercut li {
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: skewY(30deg);
        -moz-transform: skewY(30deg);
        -ms-transform: skewY(30deg);
        -o-transform: skewY(30deg);
        transform: skewY(30deg);
    }

/* Fly
 ================================================================= */
.fly {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

    .fly li {
        -webkit-transform-origin: 50% 50% -50px;
        -moz-transform-origin: 50% 50% -50px;
        -ms-transform-origin: 50% 50% -50px;
        -o-transform-origin: 50% 50% -50px;
        transform-origin: 50% 50% -50px;
        -webkit-transform: rotateX( -180deg );
        -moz-transform: rotateX( -180deg );
        -ms-transform: rotateX( -180deg );
        -o-transform: rotateX( -180deg );
        transform: rotateX( -180deg );
    }

/* Blind
 ================================================================= */
.blind li {
    max-height: 0;
}

.menu > li:hover .blind li, .menu > li:focus .blind li {
    /* This should be changed to the normal height of list-items */
    max-height: 30px;
}

/* Venitian
 ================================================================= */
.venitian li {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}

/* Jaws
 ================================================================= */
.jaws li {
    -webkit-transform-origin: 50% -100px;
    -moz-transform-origin: 50% -100px;
    -ms-transform-origin: 50% -100px;
    -o-transform-origin: 50% -100px;
    transform-origin: 50% -100px;
}

    .jaws li:nth-child(odd) {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .jaws li:nth-child(even) {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

/* Fence
 ================================================================= */
.fence {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
}

    .fence li:nth-child(odd) {
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    .fence li:nth-child(even) {
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

/* Zipper
 ================================================================= */
.zipper li:nth-child(odd) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.zipper li:nth-child(even) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
table {
    width: 100%;
    border-spacing: 2px;
}

td, th {
    display: table-cell;
    vertical-align: middle;
}

/* Block : pageTitle
---------------------------------------------------------*/
#LblockPageTitle {
    background: url(../../Content/img/pageTitle_bg.gif) repeat-x scroll left bottom;
    padding-bottom: 5px;
}

    #LblockPageTitle h1 {
        font-size: 16px;
        font-weight: bold;
        padding: 7px 0px 0px 5px;
        color: #377797;
    }

#LblockPageHeader {
    height: 35px;
    position: relative;
}

/* Block : pageSubtitle
---------------------------------------------------------*/
.LblockPageSubtitle h2 {
    height: 15px;
    font-family: Helvetica, Dotum;
    color: #555555;
    font-size: 13px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

/* Block : pageLocation
---------------------------------------------------------*/
#LblockPageLocation {
    font-size: 0.9em;
    padding: 7px 0px 0px 0px;
}

    #LblockPageLocation li {
        display: inline;
        margin-left: 4px;
    }

        #LblockPageLocation li span {
            color: #3D9EDB;
            padding-left: 11px;
            background: url(../../Content/img/pageLocation_separater.gif) no-repeat left top;
        }

        #LblockPageLocation li.Lfirst span {
            background: none;
        }

        #LblockPageLocation li span a {
            color: #727271;
        }

/* Block : bodyMain
---------------------------------------------------------*/


/* Block : search
---------------------------------------------------------*/




/* Block : search
---------------------------------------------------------*/
#LblockSearch {
    background-color: #f7f8fa;
    border: solid 0px #BFDCEE;
    margin: 0 0 5px;
}

    #LblockSearch div tr {
        height: 20px !important;
    }

    #LblockSearch div {
        position: relative;
        min-height: 1px; /* for calendar position (IE offsetLeft bug) */
    }

    * html #LblockSearch div {
        height: 1px;
    }

        #LblockSearch div div div {
            padding: 0px;
            /*border-top:1px solid #c2dbf9;
	border-bottom:1px solid #c2dbf9;*/
        }

    #LblockSearch th td {
        height: 18px !important;
    }

    #LblockSearch table {
        /*border-left: 2px solid white;
	border-right: 2px solid white;*/
    }

        #LblockSearch table caption {
            display: none;
        }

        #LblockSearch table th {
            height: 30px !important;
            text-align: right;
            padding: 0 6px 0 6px;
            white-space: nowrap;
            background-color: #F1F4F9;
            line-height: 12px;
            font-weight: bold;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #727272 !important;
            border: 1px solid #E6EBF3;
        }

.LtextRight {
    font-size: 12px;
    line-height: 18px;
    text-align: right !important;
}

#LblockSearch table td {
    padding: 4px;
    border: 1px solid #E6EBF3;
    background-color: white;
}

#LblockSearch input.Limage {
    position: absolute;
    right: 12px;
    bottom: 9px;
}

#LblockSearch table td img {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

/* Block : listTable
---------------------------------------------------------*/
.LblockListTable .Lwrapper {
    position: relative;
    width: 100%;
}

.LblockListTable .LblockListInfo {
    position: relative;
    height: 25px;
}

    .LblockListTable .LblockListInfo span.Ltotal {
        position: absolute;
        left: 2px;
        bottom: 2px;
    }

.Ltotal {
    font-family: helvetica;
    font-size: 11px;
}

.LblockListTable .LblockListInfo span.Lsearch {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.LblockListTable table {
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #cccccc;
}

    .LblockListTable table caption {
        display: none;
    }

    .LblockListTable table th,
    .LblockListTable table td {
        height: 28px;
        padding: 0px 5px;
        /*border-bottom:1px solid #CCCCCC;*/
        text-align: center;
        /*color:#727272;*/
    }

    .LblockListTable table th {
        white-space: nowrap;
        font-weight: bold;
        background-color: #eeeeee;
    }

    .LblockListTable table tbody tr.Lhover {
        background: #eed;
    }

.LblockListTable ul {
    text-align: center;
    font-family: Tahoma;
    font-size: 0.9em;
    margin-top: 10px;
}

.LblockListTable li {
    display: inline;
    margin-left: 5px;
}

    .LblockListTable li span {
        font-weight: bold;
        color: #5EA5D5;
    }

    .LblockListTable li a {
        font-weight: normal;
        color: #666;
    }

        .LblockListTable li a:hover,
        .LblockListTable li a:active {
            color: #5EA5D5;
        }

    .LblockListTable li.Lbegin a,
    .LblockListTable li.Lend a {
        font-weight: bold;
    }

.LblockListTable a.Lbtn3 {
    margin-right: 3px;
}

a.Lbtn3,
a.Lbtn3 * {
    height: 19px;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    font-family: Gulim;
    font-size: 12px;
    white-space: nowrap;
    background: url(../../Content/img/btn_bg3.gif) no-repeat;
    vertical-align: top;
    overflow: visible;
    color: #333;
}

    a.Lbtn3 * {
        padding: 0 5px 0 1px;
        background-position: right top;
        left: 4px;
        cursor: pointer;
    }

/* Block : detail
---------------------------------------------------------*/
.LblockDetail table {
    width: 100%;
    border-spacing: 0px;
    border: 0px;
    border-top: 2px solid #C2DBF9;
    border-bottom: 2px solid #C2DBF9;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    padding: 0 2px 0 2px;
}

    .LblockDetail table caption {
        display: none;
    }

.LblockDetail th,
.LblockDetail td {
    border: 1px solid #e6ebf3;
    height: 25px;
    padding: 0 5px;
    color: #727272;
}

.LblockDetail th {
    background-color: #F1F4F9;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.LblockDetail td textarea {
    margin: 2px;
}

.LblockDetail table td img {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

/* Block : tab
---------------------------------------------------------*/
.LblockTab {
    background: url(../../Content/img/tab_bg.gif) repeat-x left bottom;
    height: 26px;
}

    .LblockTab li {
        float: left;
        background: url(../../Content/img/tab_l.gif) no-repeat;
        margin-left: 0px;
    }

        .LblockTab li.Lcurrent {
            background-position: left -31px;
        }

        .LblockTab li span {
            display: block;
            background: url(../../Content/img/tab_r.gif) no-repeat right top;
        }

        .LblockTab li.Lcurrent span {
            background-position: right -31px;
        }

        .LblockTab li span a {
            display: block;
            line-height: 31px;
            color: #ffffff;
            text-decoration: none;
            padding: 0 10px 0 10px;
        }

        .LblockTab li.Lcurrent span a {
            font-weight: bold;
            color: #3476cd;
        }

        .LblockTab li span a:hover,
        .LblockTab li span a:active {
            color: #5E8599;
        }

        .LblockTab li.Lcurrent span a:hover,
        .LblockTab li.Lcurrent span a:active {
            color: #3476cd;
        }

/* Block : tabArea
---------------------------------------------------------*/
/* Block : tree
---------------------------------------------------------*/
.LblockTree {
    border: 1px solid #CCCCCC;
}

    .LblockTree a {
        text-decoration: none;
    }

        .LblockTree a:link, .LblockTree a:visited {
            color: #646656;
        }

/* Block : content
---------------------------------------------------------*/
.LblockContent {
    padding-left: 5px;
}

    .LblockContent ul {
        margin: 5px 0;
    }

    .LblockContent li {
        padding-left: 10px;
        background: url(../../Content/img/content_blt.gif) no-repeat left 5px;
    }

/* Block : content2
---------------------------------------------------------*/
.LblockContent2 {
    padding-left: 10px;
}

    .LblockContent2 ul {
        margin: 5px 0;
    }

    .LblockContent2 li {
        padding-left: 7px;
        background: url(../../Content/img/content2_blt.gif) no-repeat left 7px;
    }

/* Block : comment
---------------------------------------------------------*/
.LblockComment {
    color: #e00;
}

/* Block : button
---------------------------------------------------------*/
#LblockButton {
    position: relative;
    /*background:url(../../Content/img/button_bg.gif) repeat-x left top;*/
    text-align: right;
    margin: 0 0 6px 0;
    overflow: hidden;
}

* html #LblockButton {
    height: 1px;
}

    #LblockButton span.Lleft {
        position: absolute;
        left: 0;
    }

    #LblockButton a.Lbtn {
        margin-right: 4px;
    }

a.Lbtn,
a.Lbtn * {
    height: 22px; /*line-height:24px;*/
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    border: 0; /*font-family:Gulim; */
    font-size: 12px;
    white-space: nowrap;
    background: url(../../Content/img/btn_bg1.gif) no-repeat;
    vertical-align: middle;
    overflow: visible; /*color:#323232;*/
    margin-right: 2px;
}

    a.Lbtn * {
        padding: 0 14px 0 11px;
        background-position: right top;
        left: 4px;
        cursor: pointer;
    }

/* Block : subbutton
---------------------------------------------------------*/
.LblockSubbutton {
    text-align: right;
}

    .LblockSubbutton a.Lbtn2 {
        margin-right: 8px;
    }

a.Lbtn2,
a.Lbtn2 * {
    height: 20px;
    line-height: 21px;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    font-family: Gulim;
    font-size: 12px;
    white-space: nowrap;
    background: url(../../Content/img/btn_bg2.gif) no-repeat;
    vertical-align: top;
    overflow: visible;
    color: #333;
}

    a.Lbtn2 * {
        padding: 0 14px 0 11px;
        background-position: right top;
        left: 4px;
        cursor: pointer;
    }

/* Block : shuttleButton
---------------------------------------------------------*/
.LblockShuttleButton p {
    margin-bottom: 6px;
}

.LblockShuttleButton img {
    cursor: pointer;
}

/* Block : error
---------------------------------------------------------*/
#LblockError {
    padding: 28px 20px 28px 115px;
    border: 5px solid #E0E0E0;
    background: url(../../Content/img/error.gif) no-repeat 25px 32px;
}

    #LblockError div {
        padding: 4px 20px;
        border-left: 1px solid #E0E0E0;
    }

    #LblockError h1 {
        width: 100%;
        overflow: hidden;
        height: 0;
        padding-top: 21px;
        margin-bottom: 15px;
        background: url(../../Content/img/error_text.gif) no-repeat;
    }

    #LblockError p {
        line-height: 20px;
    }

/* Block : inform
---------------------------------------------------------*/
#LblockInform {
    padding: 28px 20px 28px 115px;
    border: 5px solid #E0E0E0;
    background: url(../../Content/img/inform.gif) no-repeat 25px 32px;
}

    #LblockInform div {
        padding: 4px 20px;
        border-left: 1px solid #E0E0E0;
    }

    #LblockInform h1 {
        width: 100%;
        overflow: hidden;
        height: 0;
        padding-top: 21px;
        margin-bottom: 15px;
        background: url(../../Content/img/inform_text.gif) no-repeat;
    }

    #LblockInform p {
        line-height: 20px;
    }

.tools {
    text-align: right;
    margin-bottom: 5px;
}
