/* Minification failed. Returning unminified contents.
(63,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.my-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

    .my-container .left {
        position: absolute;
        top: 50px;
        left: 0;
        bottom: 0;
        width: 400px;
        text-align: left;
        z-index: 1;
        padding: 10px;
        overflow: scroll;
        overflow-x: hidden
    }

    .my-container .right {
        position: absolute;
        top: 50px;
        left: 401px;
        bottom: 0;
        right: 0;
        text-align: left;
        padding: 10px;
        overflow: scroll;
        overflow-x: hidden;
        background: #f8f8f8
    }

        .my-container .left:hover, .my-container .right:hover {
            overflow-y: scroll
        }

.td-baslik {
    color: #cd1e58;
    font-weight: bold;
    text-align: right
}

.k-grouping-header {
    display: none
}

.nav-tabs {
    background-color: #fff;
    border-bottom-color: transparent;
    margin-bottom: 0
}

    .nav-tabs > li > a {
        border: 0;
        border-radius: 0;
        background-color: #fff;
        color: #999;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s;
        -moz-transition: all .1s -o-transition:all .1s transition:all .1s;
        font-size: 1.4em;
        font-weight: bold;
        font-family: 'calibri',sans-serif;
        text-rendering: geometricPrecision
    }

        .nav-tabs > li > a:hover {
            color: #cd1e58;
            background-color: #fff;
            border: 0
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #000;
        border: 0;
        border-radius: 0;
        background-color: #f8f8f8;
        -webkit-box-shadow: inset 0 -3px 0 0 #cd1e58;
        box-shadow: inset 0 -3px 0 0 #cd1e58
    }

.nav-pills > li > a {
    font-size: 1.1em;
    border-bottom: 0
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #cd1e58;
    font-size: 1.1em;
    border-bottom: 0
}

.panel {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.05);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.05)
}

    .panel > .list-group .list-group-item {
        border-color: #eee;
        background: 0;
        border-radius: 0
    }

.panel-heading, .panel-footer, .panel-group .panel {
    border-radius: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel + .panel {
        margin-top: 0;
        border-top: 0
    }

    .panel-group .panel-heading {
        border-bottom: 0;
        padding: 17px 15px
    }

        .panel-group .panel-heading a {
            display: block
        }

    .panel-group .panel-collapse {
        -webkit-box-shadow: 0 -3px 0 0 transparent;
        box-shadow: 0 -3px 0 0 transparent
    }

        .panel-group .panel-collapse.in {
            -webkit-box-shadow: 0 -3px 0 0 #cd1e58;
            box-shadow: 0 -3px 0 0 #cd1e58
        }

    .panel-group .collapsing {
        height: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease
    }

.panel.panel-block .panel-heading {
    padding: 20px;
    border: 0
}

    .panel.panel-block .panel-heading:before, .panel.panel-block .panel-heading:after {
        content: " ";
        display: table
    }

    .panel.panel-block .panel-heading:after {
        clear: both
    }

    .panel.panel-block .panel-heading > div > img, .panel.panel-block .panel-heading > div > i {
        position: relative;
        top: -1px;
        display: block;
        float: left;
        height: 30px;
        margin: 0;
        margin-right: 10px
    }

    .panel.panel-block .panel-heading > div > i {
        font-size: 31px
    }

    .panel.panel-block .panel-heading > div h1 {
        margin: -2px 0 0;
        display: block;
        float: left;
        font-size: 18px
    }

        .panel.panel-block .panel-heading > div h1 small {
            margin: 1px 0 0;
            display: block;
            font-size: 12px
        }

.panel.panel-block .list-group .list-group-item:first-child {
    border-top: 0
}

.panel.panel-block .list-group .list-group-item {
    padding: 15px 20px 20px
}

.panel.panel-title-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom-width: 0
}

    .panel.panel-title-block h1 {
        max-width: 180px
    }

        .panel.panel-title-block h1 small {
            line-height: 15px
        }

@media(min-width:480px) {
    .panel.panel-title-block {
        -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.05);
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.05);
        margin-bottom: 20px;
        border-bottom-width: 1px
    }

        .panel.panel-title-block h1 {
            max-width: 70%
        }
}

.panel.panel-grid-demo {
    padding: 0;
    margin: 0;
    border-width: 5px;
    overflow: hidden
}

    .panel.panel-grid-demo .panel-heading {
        color: #fff;
        padding: 20px 0
    }

a {
    color: #b3b3b3;
    text-decoration: none
}

.alert-pink {
    background-color: #cd1e58;
    border-color: #a11a47;
    color: #fff
}

hr {
    margin-top: 10px;
    margin-bottom: 10px
}

#titleImg {
    position: absolute;
    top: 20px;
    z-index: 99;
    right: 17px
}

.order-number {
    width: 25px;
    height: 20px;
    background: #f8f8f8;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    border-right: 2px solid #cd1e58;
    margin-right: 5px
}

.order-exam-name {
    display: inline-block;
    color: #cd1e58
}

.my-caption {
    box-shadow: 0 3px 0 0 #cd1e58;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 4px;
    background: #ddd;
    padding: 3px 5px 3px 5px;
    color: #000
}

#customer3 .td-baslik {
    color: #cd1e58
}

#customer3 .nav-tabs > li > a:hover {
    color: #cd1e58
}

#customer3 .nav-tabs > li.active > a, #customer3 .nav-tabs > li.active > a:hover, #customer3 .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #cd1e58;
    box-shadow: inset 0 -3px 0 0 #cd1e58
}

#customer3 .nav-pills > li.active > a, #customer3 .nav-pills > li.active > a:hover, #customer3 .nav-pills > li.active > a:focus {
    background-color: #cd1e58
}

#customer3 .panel-group .panel-collapse.in {
    -webkit-box-shadow: 0 -3px 0 0 #cd1e58;
    box-shadow: 0 -3px 0 0 #cd1e58
}

#customer3 .alert-pink {
    background-color: #cd1e58;
    border-color: #a11a47;
    color: #fff
}

#customer3 .btn-warning {
    color: #fff;
    background-color: #cd1e58;
    border-color: #a11a47
}

#customer3 .my-caption {
    box-shadow: 0 3px 0 0 #cd1e58
}

#customer3 .jstree-default .jstree-wholerow-clicked {
    border-right: 4px solid #cd1e58 !important
}

#customer3 .order-exam-name {
    color: #cd1e58
}

#customer5 .td-baslik {
    color: #cd1e58
}

#customer5 .nav-tabs > li > a:hover {
    color: #cd1e58
}

#customer5 .nav-tabs > li.active > a, #customer5 .nav-tabs > li.active > a:hover, #customer5 .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #cd1e58;
    box-shadow: inset 0 -3px 0 0 #cd1e58
}

#customer5 .nav-pills > li.active > a, #customer5 .nav-pills > li.active > a:hover, #customer5 .nav-pills > li.active > a:focus {
    background-color: #cd1e58
}

#customer5 .panel-group .panel-collapse.in {
    -webkit-box-shadow: 0 -3px 0 0 #cd1e58;
    box-shadow: 0 -3px 0 0 #cd1e58
}

#customer5 .alert-pink {
    background-color: #cd1e58;
    border-color: #a11a47;
    color: #fff
}

#customer5 .btn-warning {
    color: #fff;
    background-color: #cd1e58;
    border-color: #a11a47
}

#customer5 .my-caption {
    box-shadow: 0 3px 0 0 #cd1e58
}

#customer5 .jstree-default .jstree-wholerow-clicked {
    border-right: 4px solid #cd1e58 !important
}

#customer5 .order-number {
    border-right: 2px solid #cd1e58
}

#customer5 .order-exam-name {
    color: #cd1e58
}

#customer101 .td-baslik {
    color: #009bb4
}

#customer101 .nav-tabs > li > a:hover {
    color: #009bb4
}

#customer101 .nav-tabs > li.active > a, #customer101 .nav-tabs > li.active > a:hover, #customer101 .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #009bb4;
    box-shadow: inset 0 -3px 0 0 #009bb4
}

#customer101 .nav-pills > li.active > a, #customer101 .nav-pills > li.active > a:hover, #customer101 .nav-pills > li.active > a:focus {
    background-color: #009bb4
}

#customer101 .panel-group .panel-collapse.in {
    -webkit-box-shadow: 0 -3px 0 0 #009bb4;
    box-shadow: 0 -3px 0 0 #009bb4
}

#customer101 .alert-pink {
    background-color: #009bb4;
    border-color: #0f899c;
    color: #fff
}

#customer101 .btn-warning {
    color: #fff;
    background-color: #009bb4;
    border-color: #0f899c
}

#customer101 .my-caption {
    box-shadow: 0 3px 0 0 #009bb4
}

#customer101 .jstree-default .jstree-wholerow-clicked {
    border-right: 4px solid #009bb4 !important
}

#customer101 .order-number {
    border-right: 2px solid #009bb4
}

#customer101 .order-exam-name {
    color: #009bb4
}

#customer102 .td-baslik {
    color: #2a4c92
}

#customer102 .nav-tabs > li > a:hover {
    color: #2a4c92
}

#customer102 .nav-tabs > li.active > a, #customer102 .nav-tabs > li.active > a:hover, #customer102 .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #233f79;
    box-shadow: inset 0 -3px 0 0 #233f79
}

#customer102 .nav-pills > li.active > a, #customer102 .nav-pills > li.active > a:hover, #customer102 .nav-pills > li.active > a:focus {
    background-color: #2a4c92
}

#customer102 .panel-group .panel-collapse.in {
    -webkit-box-shadow: 0 -3px 0 0 #233f79;
    box-shadow: 0 -3px 0 0 #233f79
}

#customer102 .alert-pink {
    background-color: #2a4c92;
    border-color: #233f79;
    color: #fff
}

#customer102 .btn-warning {
    color: #fff;
    background-color: #28bef3;
    border-color: #22aadb
}

#customer102 .my-caption {
    box-shadow: 0 3px 0 0 #2a4c92
}

#customer102 .jstree-default .jstree-wholerow-clicked {
    border-right: 4px solid #2a4c92 !important
}

#customer102 .order-number {
    border-right: 2px solid #2a4c92
}

#customer102 .order-exam-name {
    color: #2a4c92
}

#customer103 .td-baslik {
    color: #003
}

#customer103 .nav-tabs > li > a:hover {
    color: #003
}

#customer103 .nav-tabs > li.active > a, #customer103 .nav-tabs > li.active > a:hover, #customer103 .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #003;
    box-shadow: inset 0 -3px 0 0 #003
}

#customer103 .nav-pills > li.active > a, #customer103 .nav-pills > li.active > a:hover, #customer103 .nav-pills > li.active > a:focus {
    background-color: #003
}

#customer103 .panel-group .panel-collapse.in {
    -webkit-box-shadow: 0 -3px 0 0 #003;
    box-shadow: 0 -3px 0 0 #003
}

#customer103 .alert-pink {
    background-color: #003;
    border-color: #010111;
    color: #fff
}

#customer103 .btn-warning {
    color: #fff;
    background-color: #2a4c92;
    border-color: #233f79
}

#customer103 .my-caption {
    box-shadow: 0 3px 0 0 #003
}

#customer103 .jstree-default .jstree-wholerow-clicked {
    border-right: 4px solid #003 !important
}

#customer103 .order-number {
    border-right: 2px solid #003
}

#customer103 .order-exam-name {
    color: #003
}

.instructor-image {
    width: 17px;
    height: 17px
}

#customer116 .alert-pink {
    background-color: #00A5B5;
    border-color: #010111;
    color: #fff
}

#customer116 .nav-tabs > li.active > a, #customer116 .nav-tabs > li.active > a:hover, #customer116 .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #00A5B5;
    box-shadow: inset 0 -3px 0 0 #2b7d85
}

#customer116 .nav-pills > li.active > a, #customer116 .nav-pills > li.active > a:hover, #customer116 .nav-pills > li.active > a:focus {
    background-color: #00A5B5
}

#customer116 .nav-tabs > li > a:hover {
    color: #000
}
.pdf {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pop {
    margin-top: 30px;
    margin-bottom: 20px;
}
