/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
    display: block;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    background: #F8F8F8;
    font-size: 12px;
}

.clear {
    clear: both;
}

.spacer {
    height: 20px;
}

a:link, a:visited {
    color: #77BACE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* Header */

header#header {
    height: 55px;
    width: 100%;
    /*background: #222222 url(../assets/images/header_bg.png) repeat-x;*/
    background-color: #A2A5B2;
}

    header#header h1.site_title, header#header h2.section_title {
        float: left;
        margin: 0;
        font-size: 22px;
        display: block;
        width: 18%;
        height: 55px;
        font-weight: normal;
        text-align: left;
        text-indent: 1.8%;
        line-height: 55px;
        color: #fff;
        text-shadow: 0 -1px 0 #000;
    }

        header#header h1.site_title a {
            color: #fff;
            text-decoration: none;
        }

    header#header h2.section_title {
        text-align: center;
        text-indent: 4.5%;
        width: 68%;
        background: url(../assets/images/header_shadow.png) no-repeat left top;
    }

.btn_view_site {
    float: left;
    width: 9%;
}

    .btn_view_site a {
        display: block;
        margin-top: 12px;
        width: 91px;
        height: 27px;
        background: url(../assets/images/btn_view_site.png) no-repeat;
        text-align: center;
        line-height: 29px;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 -1px 0 #000;
    }

        .btn_view_site a:hover {
            background-position: 0 -27px;
        }

/* Secondary Header Bar */

section#secondary_bar {
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(../assets/images/secondary_bar.png) repeat-x;
}

    section#secondary_bar .user {
        float: left;
        width: 15%;
        /*width:220px;*/
        height: 38px;
    }

.user p {
    margin: 0;
    padding: 0;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 28px;
    text-shadow: 0 1px 0 #fff;
    /*background: url(../assets/images/icn_user.png) no-repeat center left;*/
    margin-left: 4%;
}

.user a {
    text-decoration: none;
    margin-left: 65%;
    color: #666666;
}

    .user a:hover {
        color: #77BACE;
    }

    .user a.logout_user {
        float: left;
        display: block;
        width: 16px;
        height: 35px;
        text-indent: -5000px;
        background: url(../assets/images/icn_logout.png) center no-repeat;
    }

/* Breadcrumbs */

section#secondary_bar .breadcrumbs_container {
    float: left;
    width: 85%;
    background: url(../assets/images/secondary_bar_shadow.png) no-repeat left top;
    height: 38px;
    color: #666666;
}

article.breadcrumbs {
    float: left;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    height: 23px;
    margin: 4px 3%;
}

.breadcrumbs a {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 23px;
}

    .breadcrumbs a.current, .breadcrumbs a.current:hover {
        color: #9E9E9E;
        font-weight: bold;
        text-shadow: 0 1px 0 #fff;
        text-decoration: none;
    }

    .breadcrumbs a:link, .breadcrumbs a:visited {
        color: #44474F;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
        font-weight: bold;
    }

    .breadcrumbs a:hover {
        color: #222222;
    }

.breadcrumb_divider {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(../assets/images/breadcrumb_divider.png) no-repeat;
    float: left;
    margin: 0 5px;
}

/* Sidebar */

aside#sidebar {
    width: 15%;
    /*width:220px;*/
    /*background: #E0E0E3 url(../assets/images/sidebar.png) repeat;*/
    float: left;
    min-height: 600px;
    margin-top: -4px;
    padding-bottom: 3px;
}

#sidebar hr {
    border: none;
    outline: none;
    background: url(../assets/images/sidebar_divider.png) repeat-x;
    display: block;
    width: 100%;
    height: 2px;
}


/* Search */

.quick_search {
    text-align: center;
    padding: 14px 0 10px 0;
}

    .quick_search input[type=text] {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #bbb;
        height: 26px;
        width: 90%;
        color: #ccc;
        -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        text-indent: 30px;
        background: #fff url(../assets/images/icn_search.png) no-repeat;
        background-position: 10px 6px;
    }

        .quick_search input[type=text]:focus {
            outline: none;
            color: #666666;
            border: 1px solid #77BACE;
            -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
        }

/* Sidebar Menu */

#sidebar h3 {
    color: #1F1F20;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    margin: 10px 0 10px 6%;
    display: block;
    float: left;
    width: 90%;
}

.toggleLink {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
    display: block;
    float: right;
    margin-right: 2%;
}

#sidebar .toggleLink:hover {
    color: #77BACE;
    text-decoration: none;
}

#sidebar ul {
    clear: both;
    margin: 0;
    padding: 0;
}

#sidebar li {
    list-style: none;
    margin: 0 0 0 5%;
    padding: 0;
}

    #sidebar li a {
        color: #666666;
        padding-left: 20px;
        text-decoration: none;
        display: inline-block;
        height: 17px;
        line-height: 17px;
        text-shadow: 0 1px 0 #fff;
        margin: 2px 0;
    }

        #sidebar li a:hover {
            color: #444444;
        }

    /* Sidebar Icons */

    #sidebar li.icn_new_article a {
        background: url(../assets/images/icn_new_article.png) no-repeat center left;
    }

    #sidebar li.icn_edit_article a {
        background: url(../assets/images/icn_edit_article.png) no-repeat center left;
    }

    #sidebar li.icn_categories a {
        background: url(../assets/images/icn_categories.png) no-repeat center left;
    }

    #sidebar li.icn_tags a {
        background: url(../assets/images/icn_tags.png) no-repeat center left;
    }

    #sidebar li.icn_add_user a {
        background: url(../assets/images/icn_add_user.png) no-repeat center left;
    }

    #sidebar li.icn_view_users a {
        background: url(../assets/images/icn_view_users.png) no-repeat center left;
    }

    #sidebar li.icn_profile a {
        background: url(../assets/images/icn_profile.png) no-repeat center left;
    }

    #sidebar li.icn_folder a {
        background: url(../assets/images/icn_folder.png) no-repeat center left;
    }

    #sidebar li.icn_photo a {
        background: url(../assets/images/icn_photo.png) no-repeat center left;
    }

    #sidebar li.icn_audio a {
        background: url(../assets/images/icn_audio.png) no-repeat center left;
    }

    #sidebar li.icn_video a {
        background: url(../assets/images/icn_video.png) no-repeat center left;
    }

    #sidebar li.icn_settings a {
        background: url(../assets/images/icn_settings.png) no-repeat center left;
    }

    #sidebar li.icn_security a {
        background: url(../assets/images/icn_security.png) no-repeat center left;
    }

    #sidebar li.icn_jump_back a {
        background: url(../assets/images/icn_jump_back.png) no-repeat center left;
    }

#sidebar p {
    color: #666666;
    padding-left: 6%;
    text-shadow: 0 1px 0 #fff;
    margin: 10px 0 0 0;
}

#sidebar a {
    color: #666666;
    text-decoration: none;
}

    #sidebar a:hover {
        text-decoration: underline;
    }

#sidebar footer {
    margin-top: 20%;
}


/* Main Content */


section#main {
    width: 85%;
    min-height: 500px;
    background: url(../assets/images/sidebar_shadow.png) repeat-y left top;
    float: left;
    margin-top: -2px;
}

#main h3 {
    /*
color: #000;
text-shadow: 0 1px 0 #fff;
*/
    color: #444;
    font-size: 13px;
    margin: 8px 20px;
}

/* Modules */

.module {
    border: 1px solid #9BA0AF;
    width: 100%;
    margin: 20px 2% 0 2%;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}


#main .module header h3 {
    display: block;
    width: 90%;
    float: left;
}

.module header {
    height: 38px;
    width: 100%;
    /*background: #F1F1F4 url(../assets/images/secondary_bar.png) repeat-x;*/
    background-color: #EBEFF3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.module footer {
    height: 32px;
    width: 100%;
    border-top: 1px solid #9CA1B0;
    background: #F1F1F4 url(../assets/images/module_footer_bg.png) repeat-x;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.module_content {
    margin: 10px 10px; /*margin: 10px 10px;http://localhost:12007/Curriculum/Editor?cdcDeptId=1716&deptId=12 sayfası için değiştirildi*/
    color: #666;
}

/* Module Widths */

.width_full {
    width: 95%;
}

.width_half {
    width: 46%;
    margin-right: 0;
    float: left;
}

.width_quarter {
    width: 26%;
    margin-right: 0;
    float: left;
}

.width_thirdof {
    width: 31%;
    margin-right: 0;
    float: left;
}


.width_3_quarter {
    width: 66%;
    margin-right: 0;
    float: left;
}

/* Stats Module */

.stats_graph {
    width: 64%;
    float: left;
}

.stats_overview {
    background: #F6F6F6;
    border: 1px solid #ccc;
    float: right;
    width: 26%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.overview_today, .overview_previous {
    width: 50%;
    float: left;
}

.stats_overview p {
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

    .stats_overview p.overview_day {
        font-size: 12px;
        font-weight: bold;
        margin: 6px 0;
    }

    .stats_overview p.overview_count {
        font-size: 26px;
        font-weight: bold;
        color: #333333;
    }

    .stats_overview p.overview_type {
        font-size: 10px;
        color: #999999;
        margin-bottom: 8px;
    }

/* Content Manager */

.tablesorter {
    width: 100%;
    margin: -5px 0 0 0;
}

    .tablesorter td {
        margin: 0;
        padding: 0;
        border-bottom: 1px dotted #ccc;
    }

    .tablesorter thead tr {
        height: 34px;
        background: url(../assets/images/table_sorter_header.png) repeat-x;
        text-align: left;
        text-indent: 10px;
        cursor: pointer;
    }

    .tablesorter td {
        padding: 15px 10px;
    }

    .tablesorter input[type=image] {
        margin-right: 10px;
    }

ul.tabs {
    margin: 3px 10px 0 0;
    padding: 0;
    float: right;
    list-style: none;
    height: 24px; /*--Set height of tabs--*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        line-height: 24px;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #999;
            display: block;
            padding: 0 10px;
            height: 24px;
        }

            ul.tabs li a:hover {
                color: #44474F;
            }

html ul.tabs li.active a {
    color: #44474F;
}

    html ul.tabs li.active, html ul.tabs li.active a:hover {
        background: #F1F2F4;
        -webkit-box-shadow: inset 0 2px 3px #818181;
        -moz-box-shadow: inset 0 2px 3px #818181;
        box-shadow: inset 0 2px 3px #818181;
    }

html ul.tabs li:first-child, html ul.tabs li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
    display: block;
    width: 60%;
    float: left;
}

/* Messages */

.message {
    border-bottom: 1px dotted #cccccc;
}
/*
input[type=submit] {
background: #D0D1D4 url(../assets/images/btn_submit.png) repeat-x;
border: 1px solid #A8A9A8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #666;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
}

input[type=submit]:hover {
color: #333333;
}
*/
.alt_btn {
    background: #D0D1D4 url(../assets/images/btn_submit.png) repeat-x;
    border: 1px solid #888;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #555;
    text-shadow: 0 1px 0 #D0D1D4;
    cursor: pointer;
}

input[type=submit].alt_btn:hover {
    color: #001217;
}

input[type=submit].btn_post_message {
    background: #D0D1D4 url(../assets/images/post_message.png) no-repeat;
    display: block;
    width: 37px;
    border: none;
    height: 24px;
    cursor: pointer;
    text-indent: -5000px;
}

    input[type=submit].btn_post_message:hover {
        background-position: 0 -24px;
    }

.post_message {
    text-align: left;
    padding: 5px 0;
}

    .post_message input[type=text] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #bbb;
        height: 20px;
        width: 90%;
        color: #ccc;
        -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        text-indent: 10px;
        background-position: 10px 6px;
        float: left;
        margin: 0 1.5%;
    }

        .post_message input[type=text]:focus {
            outline: none;
            border: 1px solid #77BACE;
            -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            color: #666666;
        }

    .post_message input[type=image] {
        float: left;
    }

.message_list {
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* New/Edit Article Module */

fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    border: 1px solid #ccc;
    padding: 1% 0%;
    margin: 10px 0;
}

    fieldset label {
        display: block;
        float: left;
        width: 300px;
        height: 25px;
        line-height: 25px;
        text-shadow: 0 1px 0 #fff;
        font-weight: bold;
        padding-left: 10px;
        margin: -5px 0 5px 0;
    }

    fieldset input[type=text] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #BBBBBB;
        height: 20px;
        color: #666666;
        -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        padding-left: 10px;
        background-position: 10px 6px;
        margin: 0;
        display: block;
        float: left;
        width: 96%;
        margin: 0 10px;
        padding-top: 10px;
    }

        fieldset input[type=text]:focus {
            outline: none;
            border: 1px solid #77BACE;
            -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
        }

    fieldset select {
        width: 96%;
        margin: 0 10px;
        border: 1px solid #bbb;
        height: 20px;
        color: #666666;
    }

    fieldset textarea {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #BBBBBB;
        color: #666666;
        -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
        padding-left: 10px;
        background-position: 10px 6px;
        margin: 0 0.5%;
        display: block;
        float: left;
        width: 96%;
        margin: 0 10px;
        padding-top: 10px;
    }

        fieldset textarea:focus {
            outline: none;
            border: 1px solid #77BACE;
            -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
            box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
        }

.submit_link {
    float: right;
    margin-right: 1.5%;
    padding: 3px 0;
}

.submit_link_left {
    float: left;
    margin-left: 1.5%;
    padding: 3px 0;
}

.submit_link select {
    width: 150px;
    border: 1px solid #bbb;
    height: 20px;
    color: #666666;
}

#main .module_content h1 {
    color: #333333;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 22px;
    margin: 8px 0px;
}

#main .module_content h2 {
    color: #444444;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    margin: 8px 0px;
}

#main .module_content h3 {
    color: #666666;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px;
}

#main .module_content h4 {
    color: #666666;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px;
}

#main .module_content li {
    line-height: 150%;
}

/* Alerts */

#main h4.alert_info {
    display: block;
    width: 95%;
    margin: 5px 2% 0 2%;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #B5E5EF url(../assets/images/icn_alert_info.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #77BACE;
    color: #082B33;
    padding: 10px 0;
    text-indent: 40px;
    font-weight: normal !important;
    font-size: 14px;
}

#main h4.alert_warning {
    display: block;
    width: 95%;
    margin: 5px 2% 0 2%;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F5F3BA url(../assets/images/icn_alert_warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #C7A20D;
    color: #796616;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
    font-weight: normal !important;
}

#main h4.alert_error {
    display: block;
    width: 95%;
    margin: 5px 2% 0 2%;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(../assets/images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
    font-weight: normal !important;
}

#main h4.alert_success {
    display: block;
    width: 95%;
    margin: 5px 2% 0 2%;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(../assets/images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
    font-weight: normal !important;
}

#checkBrowser {
    background-color: #ffffdd;
    color: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    position: fixed;
    font-size: 13px;
    padding-top: 4px;
    text-align: center;
    clear: both;
    z-index: 10001;
}
/*
#testBanner{
   background-color:#c30303;
   color:#fff;
   top:0px;E:\Projects\Work\Dot NET\Projects\Bilgi.CDC\Bilgi.CDC\Bilgi.CDC.Web\Views\Shared\_CDCContextList.cshtml
   left:0px;
   width:100%;
   height:50px;
   position:fixed;
   font-size:16px;
   padding-top: 4px;
   text-align:center;
   clear: both;
   font-weight:bold;
   z-index: 10001;
}
*/

#testBanner {
    background-color: #c70f1b;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 218px;
    height: 50px;
    font-weight: bold;
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
}

#backBanner {
    background-color: #c70f1b;
    color: #fff;
    top: 0px;
    left: 0px;
    width: 218px;
    height: 50px;
    font-weight: bold;
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
}

/*#backBanner{
background-color:#058dc7;
color:#fff;
bottom:0px;
left:0px;
width:100%;
height:20px;
position:fixed;
font-weight:bold;
clear: both;
font-size:18px;
vertical-align: middle;
z-index: 10001;
}*/
.breadcrumbTitle {
    float: left;
    padding: 0 10px;
    height: 23px;
    margin: 2px 2%;
    font-size: 19px;
}

.breadcrumbTitle_Right {
    float: right;
    padding: 0 10px;
    height: 23px;
    margin: 2px 2%;
    font-size: 16px;
}

h4.courseName {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 5px;
    background-position: 10px 10px;
    padding: 7px 0;
    font-size: 17px;
}

.alignRight {
    text-align: right;
}

.invisible {
    display: none;
}

.mandatory, .field-validation-error {
    color: #D20009;
    font-weight: bold;
}

.content_table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f6f6f6; /*f6f6f6*/
    /*
border: 1px solid #ccc;
*/
    padding: 1% 0%;
    margin: 10px 0;
}

.content_table_text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    height: 20px;
    color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    padding-left: 10px;
    background-position: 10px 6px;
    margin: 0;
    display: block;
    float: left;
    width: 96%;
    margin: 0 10px;
    padding-top: 10px;
}

.content_table_label {
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    padding-left: 10px;
    margin: -5px 0 5px 0;
}

.content_table_desc {
    text-shadow: 0 1px 0 #fff;
    padding-left: 10px;
    margin: -5px 0 5px 0;
}

a.pgButton:link {
    font-size: 93% !important;
    width: 60px !important;
    height: 15px !important;
    color: #fff !important;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
    background-color: #058dc7;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
}

a.pgButton:visited {
    color: #fff !important;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
    background-color: #058dc7;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
}

a.pgButton:hover {
    text-decoration: none;
    background-color: #ae432e;
    border: 1px solid #eeeeee;
    color: #fff !important;
}

a.pgButtonFixed:link {
    width: 100px !important;
    height: 15px !important;
    color: #fff !important;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
    background-color: #058dc7;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
}

a.pgButtonFixed:visited {
    width: 100px !important;
    height: 15px !important;
    color: #fff !important;
    padding: 1px 2px 1px 2px;
    text-decoration: none;
    background-color: #058dc7;
    border: 1px solid #eeeeee;
}

a.pgButtonFixed:hover {
    text-decoration: none;
    background-color: #ae432e;
}
/*
#spinner{
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 1003;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
}*/
#spinner {
    background-color: #ebeff3;
    color: #444;
    top: 0px;
    left: 50%;
    width: 100px;
    height: 20px;
    position: fixed;
    font-size: 13px;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
    clear: both;
    z-index: 10001;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.menuHighlight {
    background-color: transparent;
    border-color: #CECECE;
    border-style: inset;
    border-width: 1px;
    margin-right: 10px !important;
}

    .menuHighlight a {
        color: #2A3B58 !important;
        font-weight: bold;
    }
/*  Tags  */
.tag {
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 85%;
    /*padding:2px 2px ;*/
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 98%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #b3b3b3;
    -moz-box-shadow: 0 0 2px #b3b3b3;
    box-shadow: 0 0 2px #b3b3b3;
}

    .tag.red {
        background-color: #ae432e;
    }

    .tag.blue {
        background-color: #058dc7;
    }

    .tag.green {
        background-color: #77ab13;
    }

    .tag.orange {
        background-color: #ef561a;
    }

    .tag.yellow {
        background-color: #f3c70e;
    }

    .tag.gray {
        background-color: #d3d239;
    }
/*  Tags  */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/*custom table gridlerdel td ler*/
td.gridCell {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

.nav_up {
    padding: 7px;
    background-color: white;
    border: 1px solid #CCC;
    position: fixed;
    background: transparent url(../assets/images/arrow_up.png) no-repeat top left;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    bottom: 10px;
    opacity: 0.7;
    right: 40px;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_down {
    padding: 7px;
    background-color: white;
    border: 1px solid #CCC;
    position: fixed;
    background: transparent url(../assets/images/arrow_down.png) no-repeat top left;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    bottom: 10px;
    opacity: 0.7;
    right: 80px;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.t-grid tr:hover {
    background-color: #ffffdd;
}

.error {
    color: Red;
}

.content_table_slot {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ebeff3; /*f6f6f6*/
    /*
border: 1px solid #ccc;
*/
    padding: 1% 0%;
    margin: 10px 0;
}

.content_table_inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff; /*f6f6f6*/
    /*
border: 1px solid #ccc;
*/
    padding: 1% 0%;
    margin: 10px 0;
}

.warning-image {
    height: 23px;
    text-align: center;
    background: url(../assets/images/warning-image.png) no-repeat;
}

.error-image {
    height: 23px;
    text-align: center;
    background: url(../assets/images/error-image.png) no-repeat;
}

.dummy {
    background-color: #F2F4F7;
}

ul.tabBar {
    background-color: White !important;
    background-image: none !important;
    border-style: none !important;
}


ul.subTabBar {
    background-color: #F2F4F7 !important;
    background-image: none !important;
    border-style: none !important;
}

li.subTabLinkItem {
    background-color: White !important;
    background-image: none !important;
    border-style: none !important;
    margin: 0 !important;
}

a.subTabLink {
    text-decoration: underline !important;
    background-color: #F2F4F7 !important;
}

div.success {
    color: green;
    font-size: larger;
    padding: 10px 3px 10px 3px;
}

div.error {
    color: red;
    font-size: larger;
    padding: 10px 3px 10px 3px;
}

/*Bootsrap alert*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

.margin5 {
    margin: 5px !important;
}

.marginh10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}


.marginv5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/*Bootsrap buttons*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.table td,
.table th {
    background-color: #fff !important;
}

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
}

.label {
    border: 1px solid #000;
}

.table {
    border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}


.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table > tbody > tr.vert-middle > td {
    vertical-align: middle;
}