/* Minification failed. Returning unminified contents.
(329,28): run-time error CSS1039: Token not allowed after unary operator: '-margin-slider'
(345,34): run-time error CSS1039: Token not allowed after unary operator: '-margin-slider'
(351,37): run-time error CSS1039: Token not allowed after unary operator: '-margin-slider'
 */
/*---------------------------------------------------*/
/* GENERAL ------------------------------------------*/
/*---------------------------------------------------*/

/*
    Bu tema için (default) background-color: #2c455b;
    Nesneler renklendirilirken dikkate alınız...
*/

body {
    /*background: url(img/background2.png) repeat;*/ /*, linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 66%, #afdfff 100%);*/
    min-height: 100%;
    position: relative;
    background-color: #FFFFFF;
    font-family: "Raleway", "Oxygen", Ariel, sans-serif;
    /*background-color: #EFEFEF;*/
    /*background-attachment: fixed;*/
}

:focus {
    outline: unset !important;
}

.stenciled16 {
    font-weight: lighter;
    font-family: OctinStencilRg-Regular !important;
    font-size: 16px;
}

@media (max-width: 1627px) {
    .stenciled16 {
        font-size: 0.95vw;
    }
}

@media (max-width: 1280px) {
    .stenciled16 {
        font-size: 13px;
    }
}

.container {
    margin: 10px;
}

.container > .row {
    min-height: 650px;
}

a:hover {
    color: #2c455b;
    text-decoration: none;
}

.bg-primary {
    background-color: #2c455b !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    border: 1px solid #2c455b !important;
    background: #8399ae !important;
}

@media (min-width: 576px) {
    .card-group {
        flex-direction: column;
    }
}

[data-toggle="collapse"] .fa::before {
    content: "\f146";
}

[data-toggle="collapse"].collapsed .fa::before {
    content: "\f0fe";
}

.card-body {
    padding: 0.5rem;
}

.card-title > .pull-left {
    margin-left: 15px;
    margin-bottom: 5px;
}

.card-title > .pull-right {
    margin-right: 15px;
    margin-bottom: 5px;
}

.accordion-link {
    padding: 0.5rem;
}

.accordion-card-body > a {
    padding: 0.5rem;
}

.news-image-card {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
}

    .news-image-card > a {
        display: flex;
    }

        .news-image-card > a > img {
        }

.gallery-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

    .gallery-card > .gallery-card-item {
        display: flex;
        margin: auto;
    }

        .gallery-card > .gallery-card-item > .card > .card-body {
            overflow: hidden;
            position: relative;
            text-align: center;
        }

@media (min-width: 992px) {
    .gallery-card {
        grid-template-columns: repeat( auto-fill, minmax(250px, 1fr));
    }
}

/*PANEL VE BUTON*/

button:focus {
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #2c455b;
    border-color: #2e6da4;
    border-radius: 0;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    background: #8399ae;
    color: #fff;
}

.dropdown-submenu.collapsed > .dropdown-item {
    background: #355471;
    color: #fff;
}

@media (max-width:992px) {
    .header-menu > a, .header-menu > li, .header-menu > li > a {
        background: #2c455b !important;
        color: #fff !important;
    }

        .header-menu > li, .header-menu > li > a {
            padding-left: 8px !important;
        }
}


.card {
    background-color: #FFFFFF;
}

.card-primary {
    margin-bottom: 5px;
    border-radius: 0px;
}

    .card-primary a {
        color: whitesmoke;
        text-decoration: none;
    }

        .card-primary a:hover {
            color: #2c455b;
            text-decoration: none;
        }

    .card-primary > .card-header {
        color: #fff;
        background-color: #2c455b;
        border-color: #2c455b;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .card-primary > .card-header a:hover {
            text-decoration: none;
            color: lightslategray;
        }

        .card-primary > .card-header + .card-collapse > .card-body {
            border-top-color: #2c455b;
            border-radius: 0px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .card-primary > .card-header.badge {
            color: #337ab7;
            background-color: #fff;
        }

    .card-primary > .card-body {
        padding: 5px;
    }

    .card-primary > .card-footer + .card-collapse > .card-body {
        border-bottom-color: #2c455b;
    }

    .card-primary > .card-content {
        padding: 15px 20px 5px 20px;
    }

.card-header {
    cursor: default;
}

.card-footer a {
    color: #666 !important;
}

    .card-footer a:hover {
        color: lightslategray !important;
        text-decoration: none;
    }

#card-customtext {
    color: black;
    font-size: 1em;
}

.card-group {
    margin-bottom: 0 !important;
}

    .card-group .card {
        margin-bottom: 0;
        border-radius: 0px;
    }

@media (max-width: 1627px) {
    .card-primary > .card-header {
        font-size: 0.86vw;
    }
}


@media (max-width: 1280px) {
    .card-primary > .card-header {
        font-size: 11px;
    }
}
/*END OF PANEL*/

/*Submenu Carousel*/
.submenu .title {
    font-size: calc(.7rem + 1.1vw);
}

@media (min-width: 1200px) {
    .submenu .title {
        font-size: 1.4rem;
    }
}

.submenu-nav {
    display: -webkit-box;
    display: flex;
    font-weight: bold;
    background-color: #f8f9fa;
}

    .submenu-nav a {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 40px;
        border-bottom: 4px solid transparent;
        -webkit-transition: all .2s;
        transition: all .2s;
        padding: 4px;
    }

        .submenu-nav a + a {
            margin-left: 5px;
        }

.submenu-carousel {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .submenu-carousel.show {
        display: block;
    }

    .submenu-carousel .carousel-cell {
        width: 100%;
        margin-right: var(--margin-slider);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: #222;
        margin-bottom: 20px;
        box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
        border-radius: 3px;
        position: relative;
    }

@media (min-width: 576px) {
    .submenu-carousel .carousel-cell {
        width: calc(50% - ((var(--margin-slider) * 1)/2));
    }
}

@media (min-width: 992px) {
    .submenu-carousel .carousel-cell {
        width: calc(33.33% - ((var(--margin-slider) * 2)/3));
    }
}

.submenu-carousel .carousel-cell img {
    width: 100%;
    border-radius: 3px;
}

.submenu-carousel .carousel-cell p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.submenu-carousel .carousel-cell > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.submenu-carousel .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background-color: #3745b3;
}

    .submenu-carousel .flickity-page-dots .dot + .dot {
        margin-left: 4px;
    }
/* End Of Submenu Carousel*/

/* sağ collapsable menü için css */
.card-title.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle .icon:before {
    font-family: 'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
    position: absolute;
}

.card-header.collapsed .accordion-toggle .icon:before {
    content: "\f0fe";
}

.card-title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 0;
    line-height: 25px !important;
}

    .card-title > a {
        padding: 10px 15px;
    }

.card-info > .card-header {
    background-color: #2C455B;
    border: none;
    border-radius: 0;
}

.card-info {
    border: none;
    border-radius: 0;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.card-body > .list-group > a:hover {
    color: #2c455b !important;
    font-weight: bold;
}

.card-body > .list-group > a > p.string-date {
    font-size: 10px;
    text-align: right;
    padding-right: 2px;
    margin: 1px;
}

.list-group-item {
    padding: 0px;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    border: none;
    font-size: 13px;
    text-decoration: none !important;
    line-height: 1.35;
    background-color: #fff !important;
    color: #000000 !important;
}

    .list-group-item:first-child {
        padding-top: 0.5rem;
    }

    .list-group-item:first-child, .list-group-item:last-child {
        border-radius: 0px !important;
    }

    .list-group-item > i, .list-group-item > em {
        transition: all 0.5s;
        left: 12px;
        top: 3px;
    }

    .list-group-item:hover > i, .list-group-item:hover > em {
        left: 20px;
    }

@media (max-width: 1627px) {
    .card-title {
        font-size: 0.86vw;
    }

    .list-group-item {
        font-size: 0.80vw;
    }
}


@media (max-width: 1280px) {
    .card-title {
        font-size: 11px;
    }

    .list-group-item {
        font-size: 10px;
    }
}

/* end of sağ collapsable menü için css */

/*CustomPage*/

.card-custom-page {
}

    .card-custom-page a {
        font-weight: bold;
        font-style: italic;
        color: #2c455b;
        text-decoration: none;
    }

        .card-custom-page a:hover {
            font-weight: bold;
            font-style: italic;
            color: lightslategray;
            text-decoration: none;
        }

/*End Of CustomPage*/

/* Pagination */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2c455b;
    border-color: #2c455b;
}

.nav-pagination {
    display: flex;
    margin: auto;
    padding: 5px;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    margin-bottom: 0px;
    border-radius: 0;
}

    .pagination select#paginationSelectBox {
        cursor: pointer;
        color: #2c455b;
        background-color: transparent;
        border: none;
    }

        .pagination select#paginationSelectBox:hover, .pagination select#paginationSelectBox:focus {
            background-color: #778899;
            color: whitesmoke;
            border: none;
        }

        .pagination select#paginationSelectBox option {
            background-color: transparent;
            color: whitesmoke;
            border: none;
        }

        .pagination select#paginationSelectBox.page-item.active {
            color: whitesmoke;
            background-color: #2c455b;
            border: none;
        }

            .pagination select#paginationSelectBox.page-item.active:hover {
                background-color: #778899;
                border: none;
            }

            .pagination select#paginationSelectBox.page-item.active:focus {
                background-color: #2c455b;
                border: none;
            }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 4px 8px;
        vertical-align: middle;
        text-align: center;
        margin-left: 0;
        line-height: 1.42857143;
        color: #2c455b;
        text-decoration: none;
        cursor: default;
        background-color: transparent;
        border: none;
        font-size: 12px;
    }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #778899;
            background-color: transparent;
            border: none;
        }

        .pagination > li > a.page-link, .pagination > li > span.page-link {
            cursor: pointer;
        }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .pagination > li:last-child > a.page-info:hover,
        .pagination > li:last-child > a.page-info:focus,
        .pagination > li:last-child > span.page-info:hover,
        .pagination > li:last-child > span.page-info:focus {
            color: #2c455b;
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 2;
        color: whitesmoke;
        cursor: default;
        background-color: #2c455b;
        border: none;
        border-top-left-radius: 100% !important;
        border-bottom-left-radius: 100% !important;
        border-radius: 100%;
    }

    .pagination > #nvItem_text_li > #nvItem_text:hover,
    .pagination > #nvItem_text_li > #nvItem_text:focus {
        background-color: #778899;
    }

        .pagination > #nvItem_text_li > #nvItem_text:hover > #paginationSelectBox,
        .pagination > #nvItem_text_li > #nvItem_text:focus > #paginationSelectBox {
            background-color: #778899;
            color: whitesmoke;
        }
/* End Pagination */
















































/*---------------------------------------------------*/
/* Popover-------------------------------------------*/
/*---------------------------------------------------*/
.popover {
    color: black;
    /*min-width: 300px;*/
}

.popover-title {
    display: none;
}

.popover.top {
    margin-top: -10px;
    width: 200px;
    font-size: 11px;
    text-align: center;
}

.popover-content {
    font-size: 11px;
}

/*---------------------------------------------------*/
/* Date Box------------------------------------------*/
/*---------------------------------------------------*/

.date {
    float: right;
    height: 40px;
    width: 36px;
    padding-top: 0px;
    line-height: normal;
    border: solid 1px #999;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    padding-top: 0px;
    color: whitesmoke;
    text-align: center;
    position: absolute;
    top: -8px;
    right: 4px;
}

    .date .year {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 10px;
        color: #000;
        background-color: #ccc;
    }

    .date .daymonth {
        display: block;
        text-align: center;
        color: #222;
        font-size: 9px;
        color: #fff;
        background-color: #2c455b;
        text-transform: uppercase;
    }

/*NEWSARTICLE*/
.newsArticleHoverClass {
    border-radius: 0px;
    background-color: lightslategray;
    padding: 12px 15px 13px 15px;
    margin-bottom: 10px;
}

    .newsArticleHoverClass:hover {
        background-color: darkgray;
    }

#newsArticleListView {
    height: auto !important;
    background-color: white;
}

#newsArticleListView_pager {
    background-color: white;
}

.newsArticleHeader {
    color: black;
}

.newsArticleHoverClassHeader {
    width: 95%;
    margin-bottom: 5px;
}

.newsArticleHoverClassPreviewImage {
    height: 63px;
    width: 112px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.newsArticleHoverClassPreviewImageLogo {
    height: 63px;
    width: 112px;
    background-size: cover;
}

.newsArticleDetail {
    min-height: 25px;
    color: #2c455b !important;
    width: 95%;
    padding: 5px;
}

    .newsArticleDetail > h5, .newsArticleHoverClassHeader > h5 {
        font-size: 2vw;
        margin-top: 3px;
    }

@media (max-width:992px) {
    .newsArticleHoverClassPreviewImage, .newsArticleHoverClassPreviewImageLogo {
        height: 40px;
        width: 72px;
    }
}

@media (min-width:467px) {
    .newsArticleDetail > h5 {
        font-size: 14px;
    }
}

@media (min-width:534px) {
    .newsArticleHoverClassHeader > h5 {
        font-size: 16px;
    }
}

/*---------------------------------------------------*/
/* MainPage pager------------------------------------*/
/*---------------------------------------------------*/
.maintab .k-pager-wrap {
    border: 0 !important;
}

    .maintab .k-pager-wrap > .k-link {
        float: left !important;
        margin: 0 .08333em !important;
        line-height: 2.0em !important;
        border-radius: 0 !important;
        cursor: pointer !important;
        text-align: center !important;
    }

.maintab .k-pager-numbers .k-link:hover, .k-pager-wrap > .k-link, .k-pager-wrap > .k-link.k-state-disabled:hover, .k-pager-wrap > .k-link:hover {
    border-radius: 0 !important;
    background-color: #2c455b !important;
    color: #ffffff !important;
    max-height: 2em !important;
}

.maintab .k-link:hover {
    border-top-color: #8399ae !important;
}

.maintab .k-pager-numbers .k-state-selected {
    line-height: 2.0em !important;
    border-color: #8399ae !important;
}

.maintab .k-pager-wrap .k-pager-numbers .k-state-selected {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-width: 2em !important;
    background-color: #2c455b !important;
    /*margin-left:1px!important;*/
    color: #fff !important;
}

.maintab .k-pager-numbers .k-link {
    color: #FFFFFF !important;
    background-color: #8399ae !important;
    max-height: 2em;
}

.maintab .k-grouping-header, .k-pager-info {
    color: #a5a5a5 !important;
    font-size: 12px !important;
}

.maintab .k-pager-numbers {
    float: right !important;
}

.maintab .k-pager-info {
    float: left !important;
}


/*---------------------------------------------------*/
/* Atatürk Köşesi------------------------------------*/
/*---------------------------------------------------*/
.AtaMessage {
    font-size: 1.1em;
    color: #2c455b;
}

    .AtaMessage::before {
        content: "\f10d";
        font-family: 'FontAwesome';
        padding-right: 5px;
    }

    .AtaMessage::after {
        content: "\f10e";
        font-family: 'FontAwesome';
        padding-left: 5px;
    }

/*---------------------------------------------------*/
/* Tarihte Bugün ------------------------------------*/
/*---------------------------------------------------*/
.historicalEventCarousel .carousel-inner .item img {
    width: 100%;
    height: 100%;
}

.item .thumbnail {
    margin-bottom: 0;
}

.historicalEventCarousel .carousel-control.left, .historicalEventCarousel .carousel-control.right {
    background-image: none !important;
}

.historicalEventCarousel .carousel-control {
    background: #ddd;
    color: #999;
    padding: 4px 0;
    width: 26px;
    top: auto;
    left: auto;
    bottom: 0;
    opacity: 1;
    text-shadow: none;
}

    .historicalEventCarousel .carousel-control.right {
        right: 10px;
    }

    .historicalEventCarousel .carousel-control.left {
        right: 40px;
    }

/*---------------------------------------------------*/
/* News--------- ------------------------------------*/
/*---------------------------------------------------*/
.articleDetail {
    text-align: justify;
    padding: 20px 50px 10px 5px;
}

    .articleDetail p:first-child:first-letter {
        float: left;
        color: #2c455b;
        font-size: 60px;
        line-height: 45px;
        padding-top: 2px;
        padding-right: 6px;
        padding-left: 1px;
        font-family: Georgia;
    }

/*---------------------------------------------------*/
/* PORTAL MAIN PAGE ---------------------------------*/
/*---------------------------------------------------*/

.newsTable {
    width: 100%;
    border-bottom: solid 1px #F1EFEF;
}

td.news {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

td div.date {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #CECECE;
    line-height: 35px;
}

td div.baslik {
    text-align: left;
    padding-bottom: 7px;
    color: #2c455b;
    font-size: 1em;
}

td div.description {
    font-size: 13px;
    text-align: justify;
    padding-bottom: 7px;
}

td div.detail {
    font-size: 13px;
    padding-bottom: 5px;
}

td div.baslik a {
    text-decoration: none;
    color: #2c455b !important;
}

    td div.baslik a:hover {
        text-decoration: none;
        color: #337ab7 !important;
    }

/*Tab Barın Arkaplanı*/
.maintab {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    min-height: 692px;
    background-color: white;
    border-bottom: solid 5px #8399ae;
}

    .maintab .nav-tabs > li {
        border-left: solid 1px #ccc !important;
        border-radius: 0 !important;
        font-family: OctinStencilRg-Regular !important;
        font-size: 16px !important;
    }

        .maintab .nav-tabs > li > a {
            border: none !important;
            border-radius: 0 !important;
            background-color: #8399ae !important;
            color: #fff !important;
            font-weight: lighter !important;
            /*line-height: 20px !important;*/
            /*height:50px;*/
        }

            .maintab .nav-tabs > li > a:hover {
                background-color: #2c455b !important;
                width: 100%;
            }

        .maintab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            background-color: #2c455b !important;
        }

/*Her tabın içeriğinin borderını kaldır.*/
.newsArticleListView,
#newsAnnouncementListView,
#personnelAnnouncementListView {
    border: none !important;
}

    .newsArticleListView > table:hover {
        background: rgba(131,154,175,0.2);
    }


/*News Carousel*/
.newsCarousel {
    margin-bottom: 5px;
    max-height: 470px;
    overflow: hidden;
}
/*News Carousel End*/


/*DROPDOWN SUB MENU*/

.navbar {
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.navbar-default {
    background: none;
    border: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-align: right;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
        }

    .navbar-default .navbar-nav > li:not(.dropdown) > a:hover {
        color: #778899;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #005b9d;
    }

.dropdown-menu {
    border: 1px solid #8399ae !important;
    border-radius: 0px !important;
    min-width: 250px;
    font-size: 1.1vw;
}

    .dropdown-menu > li > a {
        line-height: 30px;
    }

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-toggle {
    border-radius: 0;
}

.dropdown-submenu {
    position: relative;
}

@media(min-width:992px) {
    .dropdown-submenu > .dropdown-toggle::after {
        vertical-align: middle;
    }

    .dropdown-submenu > .dropdown-toggle.active::after {
        display: none;
    }

    .dropdown-submenu > .dropdown-toggle.active::before {
        display: inline-block;
        margin-right: .255em;
        vertical-align: middle;
        content: "";
        border-left: 0;
        border-bottom: .3em solid transparent;
        border-right: .3em solid;
        border-top: .3em solid transparent;
    }
}

@media(max-width:992px) {
    .header-menu > .dropdown > .multi-level {
        background: #8399ae !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .dropdown-submenu > .dropdown-menu {
        background: whitesmoke !important;
    }
}

@media(min-width:1454px) {
    .dropdown-menu {
        font-size: 16px;
    }
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-toggle.active::after {
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    border-right: 0;
    border-top: .3em solid transparent;
    vertical-align: 0px;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }
/*DROPDOWN SUB MENU SONU*/




.k-menu-horizontal > li.k-item {
    border-right-width: 0 !important;
    border-bottom: none !important;
    color: white !important;
}

.k-menu-horizontal {
    background: none !important;
}

.k-state-highlight {
    background: none !important;
}

.affix .affixedBannerLogoLink {
    /*display: block;*/
    /*width: 50px;*/
}

.affixedBannerLogoLink {
    /*padding:0px;
    margin:0px;*/
    /*display: none;*/
    /*margin-left: -4.16%;*/
}

    .affixedBannerLogoLink img {
        /*top: 0;
        position: absolute;*/
        z-index: 1000;
        height: 54px;
        width: auto;
        /*padding: 3px;*/
        /*margin-left:-10px;*/
    }

        .affixedBannerLogoLink img:hover {
            -webkit-filter: drop-shadow(1px 1px 2px #ffffff);
            filter: drop-shadow(1px 1px 2px #ffffff);
        }

.menuBar {
    background: none !important;
}

.k-i-arrow-s {
    background-position: -16px -32px !important;
}

/*---------------------------------------------------*/
/* FOOTER -------------------------------------------*/
/*---------------------------------------------------*/

.footer {
    background-color: #2c455b;
    padding: 10px 0 0;
    /*border-bottom:5px solid #8399ae;*/
    border-top: 5px solid #8399ae;
    /*position: relative;*/
    bottom: 0;
    width: 100%;
    color: #fff;
}

    .footer > .row {
        margin-right: 0px;
        margin-left: 0px;
    }

.footer-left {
    text-align: left;
}

.footer-middle {
    text-align: center;
}

    .footer-middle img {
        opacity: 0.5;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

        .footer-middle img:hover {
            -webkit-filter: drop-shadow(5px 5px 10px rgba(255,255,255,0.5));
            filter: drop-shadow(5px 5px 10px rgba(255,255,255,0.5));
        }

.footer-right {
    text-align: right;
}

.text-muted {
    color: #fff;
}

/*---------------------------------------------------*/
/* TRYING -------------------------------------------*/
/*---------------------------------------------------*/

.maskedBackground {
    background: url(img/mask.png);
    background-repeat: repeat;
}


.maskedBlueBackground {
    background: url(img/maskBlue.png);
    background-repeat: repeat;
}

/*---------------------------------------------------*/
/* BOXES --------------------------------------------*/
/*---------------------------------------------------*/

.box {
    width: 100%;
    background-color: #2c455b;
}

    .box #baslik {
        /*background-color: #8399ae; HIPS ORJİNAL*/
        background-color: #2c455b;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-weight: lighter;
        font-family: OctinStencilRg-Regular !important;
        font-size: 16px !important;
    }

    .box #resim {
        width: 100%;
        text-align: center;
        padding: 20px 0px 20px 0px;
    }

        .box #resim img {
            max-width: 70%;
        }

        .box #resim h5 {
            font-weight: lighter;
            color: #8399ae;
            text-align: center;
        }

        .box #resim a {
            font-size: small;
            text-decoration: underline;
        }

        .box #resim #ozgecmis {
            padding-top: 5px;
        }

    .box #leftDiv {
        font-weight: lighter;
        width: 50%;
        border-right: 1px solid #ffffff;
        float: left;
        background-color: #8399ae;
    }




.k-upload .k-upload-button {
    width: 98%;
}



/*---------------------------------------------------*/
/* MESS ---------------------------------------------*/
/*---------------------------------------------------*/




.commanderMenu {
    background-color: #181818;
    color: #fff;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 20px;
    transition: top 300ms cubic-bezier(0.17,0.04,0.03,0.94);
    overflow: hidden;
    box-sizing: border-box;
    background-color: #2C455B;
    padding: 20px 10px 10px 0px;
    align-content: center;
    border-bottom: solid 2px #fff;
}

    .commanderMenu ul > li {
        display: inline-block;
    }

        .commanderMenu ul > li:hover {
            align-content: center;
        }

        .commanderMenu ul > li a {
            padding: 5px 20px 5px 10px;
        }

            .commanderMenu ul > li a:hover {
                text-decoration: none !important;
                border: solid 2px #fff;
            }

        .commanderMenu ul > li:before {
            font-family: FontAwesome;
            content: "\f142 ";
        }

    .commanderMenu a {
        font-size: 12px;
        color: #f8f8f8;
    }

.last:after {
    content: "  " !important;
}

#toggle {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

    #toggle + label {
        position: absolute;
        cursor: pointer;
        color: white;
        transition: all 500ms ease;
        right: 50px;
        font-size: 30px;
    }

        #toggle + label:after {
            font-family: FontAwesome;
            content: "\f103";
        }

.containerMain {
    background-color: gainsboro;
    transition: margin 300ms cubic-bezier(0.17,0.04,0.03,0.94);
}

#toggle:checked ~ .containerMain {
    margin-top: 60px;
}

#toggle:checked + label {
    margin-top: -65px;
    z-index: 1;
}

    #toggle:checked + label:after {
        font-family: FontAwesome;
        content: "\f102";
    }


/* news classes */
.tab-content .nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.tab-content .newsResim {
    padding: 10px !important;
    max-width: 130px;
    box-shadow: rgba(0,0,0,0) 2px inherit;
    /*transition: all 0.1s;*/
}

    .tab-content .newsResim:hover {
        /*transform: translateZ(0) scale(1.1,1.1);*/
    }

.tab-content .newsContent {
    padding: 10px 10px 0px 2px !important;
    font-size: 13px;
    text-align: justify;
}

    .tab-content .newsContent > .bottom5Padding {
        padding-bottom: 5px !important;
        float: left;
        clear: both;
    }

    .tab-content .newsContent > .date {
        text-align: right;
        font-size: 11px;
        color: #8399ae;
        height: 20px;
        line-height: 30px;
        float: right;
        clear: both;
    }

    .tab-content .newsContent > .readCount {
        text-align: right;
        font-size: 11px;
        color: #2c455b;
        line-height: 15px;
        padding-bottom: 5px;
        height: 15px;
        float: right;
    }

    .tab-content .newsContent a {
        text-decoration: none;
        color: #2c455b !important;
    }

        .tab-content .newsContent a:hover {
            text-decoration: underline;
            color: #337ab7 !important;
        }

.tab-content .newsRow:hover {
    background: rgba(131,154,175,.2);
}

    .tab-content .newsRow:hover > .nopadding > .newsResim {
        /*transform: translateZ(0) scale(1.08,1.08);*/
    }


/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    //background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#8399ae), to(#8399ae), color-stop(.6,#23527c));
    border-radius: 10px;
}

/*commander*/

.commanderR {
    padding-top: 0px;
}

.commanderRow {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    clear: both;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 15px;
    /*background-color: #ECECEC;*/
}

.commanderName {
    margin-top: 6px !important;
    font-size: 16px;
    margin-left: 10px;
}

.commanderRow > h1 {
    line-height: 26px;
    font-weight: normal;
}

    .commanderRow > h1 a {
        font-size: 16px;
        color: #000;
        font-weight: lighter;
    }

        .commanderRow > h1 a:hover {
            text-decoration: none;
            color: #ff0000;
        }

.commanderRow img {
    border: solid 1px #ccc !important;
    padding: 5px;
    margin: 5px 10px 5px 0;
    background-color: #fff;
    float: left;
    width: 150px;
    height: auto;
    overflow: hidden;
}

.commanderDetail {
    font-size: 14px;
    line-height: 19px;
    color: #363636;
}

.commanderImage {
    margin: 0 5px 5px 0;
    float: left;
    overflow: hidden;
    max-width: 100%;
    /*max-height:150px;*/
}

.btn-commander {
    margin: 5px;
    border-radius: 0;
    color: whitesmoke;
    background-color: lightslategray;
    border-color: whitesmoke;
    width: 50%;
}

    .btn-commander:hover {
        background-color: #2c455b;
    }

a.btn-commander {
    color: whitesmoke !important;
}

    a.btn-commander:hover {
        color: whitesmoke !important;
        text-decoration: none;
    }

/*commander message*/
#commandermesssagesListView {
    border: none !important;
}



/*commander speech*/

#commanderspeechListView {
    border: none !important;
}

/*excommander details*/
.article {
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}

    .article > h1 {
        font-size: 25px;
        line-height: 33px;
        font-weight: normal;
    }

    .article > h2 {
        font-size: 16px;
        line-height: 21px;
    }

.clear_content {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
}

.content {
    margin: 12px 0 10px;
    font-family: Verdana,sans-serif;
    font-size: 14px !important;
    color: #363636;
}

.image_wrappler {
    margin: 0 5px 5px 0;
    float: left;
    overflow: hidden;
    max-width: 100%;
}

    .image_wrappler img {
        border: solid 1px #ccc !important;
        padding: 5px;
        margin: 5px 0 5px 0;
        background-color: #fff;
        float: left;
        width: 250px;
        height: auto;
    }

/*excommander info*/
#exCommandersListView {
    border: none !important;
}


/*banner*/

.dropdown:hover > ul {
    display: block;
    margin-top: -2px !important;
}

.dropdown:hover {
    background-color: #005b9d;
}

.clickDisable {
    /*pointer-events:none!important;*/
}

.carousel-inner > .item {
    overflow: hidden !important;
    max-height: 470px !important;
}

.searchIcon {
    color: whitesmoke;
    line-height: 40px;
    font-size: 11px;
    font-weight: bold;
    /*border: solid;
    border-width: 1px;
    border-bottom-style: outset;
    border-color: black;
    background-color: rgba(12, 83, 134, 0.4);
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    box-shadow: 5px 10px rgba(0,0,0,0.6);*/
    /*float: right;*/
    margin-right: 10px;
    padding: 2px;
}

    .searchIcon:hover, .searchIcon:focus {
        color: lightslategray;
        /*background-color: rgba(15, 94, 134, 0.95);*/
        /*border-bottom-style: inset;*/
        /*margin-right: 10px;
        padding: 2px;*/
        /*text-decoration: none;*/
        text-decoration: none;
        /*box-shadow: 2px 5px rgba(0,0,0,0.8);*/
    }


.hvkk-searchbox {
    background-color: lightslategray;
    display: none;
    border: none;
    z-index: 501;
    padding: 2px;
}

.hvkk-searchbox-small {
    background-color: lightslategray;
    display: none;
    z-index: 500;
    padding: 15px;
    position: absolute;
    border: none;
    right: 0;
    width: 100%;
    margin-bottom: 10px;
}

    .hvkk-searchbox-small .hvkk-searchbox-small-enter {
        width: 100%;
        background-color: lightslategrey;
        height: 35px;
        border: solid 2px #ccc;
        color: whitesmoke;
        font-weight: bold;
        font-size: 14px;
    }

/*.btn-default {
    color: #FFF!important;
    background-color: #2C455B!important;
    border-color: #2C455B!important;
}*/
/*commanderpv*/
.cmd {
    color: #2c455b !important;
}

    .cmd a {
        color: #2c455b;
        text-decoration: none !important;
    }

        .cmd a:hover {
            color: darkblue !important;
            text-decoration: underline !important;
        }

.cmd-cmd {
    color: lightblue !important;
}

    .cmd-cmd a {
        color: lightblue;
        text-decoration: none !important;
    }

        .cmd-cmd a:hover {
            color: lightyellow !important;
            text-decoration: underline !important;
        }

/*commanderpvlinks*/
.typeLink .list-group-item {
    font-size: 12px !important;
    background-color: #fff !important;
    color: #444242 !important;
    border-left: none !important;
    border-right: none !important;
}

    .typeLink .list-group-item:nth-child(odd) {
        background-color: #ececec !important;
    }

/*footer*/
.footer {
    font-size: 14px;
    margin-top: 10px;
}

.footerMenu a {
    color: #8399ae !important;
    text-decoration: none !important;
}

    .footerMenu a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
    }

.footerMenuHeader {
    border-bottom: 1px #FFFFFF solid;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    color: #FFFFFF;
}

.footerMenu .footerMenuHeader {
    padding-left: 5px;
}

    .footerMenu .footerMenuHeader a {
        color: #FFFFFF !important;
        text-decoration: none !important;
    }


.footerMenu .footerMenuItem {
    font-size: 13px;
    padding-left: 8px;
}

    .footerMenu .footerMenuItem:before {
        font-family: FontAwesome;
        content: "\f105";
    }

@media (max-width: 1627px) {
    .footer {
        font-size: 0.90vw;
    }
}

@media (max-width: 1280px) {
    .footer {
        font-size: 12px;
    }
}


/*koprulerpv*/

.kopruler {
    display: inline-flex;
    text-align: center;
}

    .kopruler img {
        max-height: 85px;
        padding: 3px 10px 3px 10px;
        transition: all 0.5s;
        width: auto;
    }

        .kopruler img:hover {
            transform: translateZ(0) scale(1.2,1.2);
        }

    .kopruler .popover-title {
        display: none;
    }

    .kopruler .popover.top {
        margin-top: -10px;
        width: 200px;
        font-size: 11px;
        text-align: center;
    }

    .kopruler.row {
        margin: auto;
    }

@media (max-width: 767px) {
    .kopruler img {
        max-height: 85px;
        padding: 3px;
        transition: all 0.5s;
        width: auto;
    }
}
/*newspvtype2*/

.type2 .list-group-item {
    font-size: 12px !important;
    background-color: #fff !important;
    color: #444242 !important;
    padding-left: 10px !important;
    margin: 5px !important;
    border: none !important;
}

    .type2 .list-group-item:hover {
        background-color: #ececec;
    }

    .type2 .list-group-item:nth-child(odd) {
        background-color: #ececec !important;
    }

/*page*/
.tab-content hr {
    text-align: center;
    overflow: visible;
}

    .tab-content hr:after {
        content: '\00269D';
        content: '\0000A7';
        display: inline-block;
        position: relative;
        font-size: 14px;
        top: -9px;
        transform: rotate(90deg);
        color: lightgray;
        background: white;
    }

/*videopage*/
.videoPlayerDiv {
    text-align: center;
    align-content: center;
}

.img-responsive {
    width: 100%;
}

.navbar-header-icons {
    margin: 5px;
    float: right;
}

    .navbar-header-icons > li {
        display: inline-block;
    }

        .navbar-header-icons > li > a {
            font-size: inherit;
        }

.view-count-text {
    color: whitesmoke;
    text-align: center;
    position: absolute;
    bottom: -5px;
    right: 5px;
}

/* Mobile Navigation */


@media (max-width: 991px) {
    /* scrollbar */
    ::-webkit-scrollbar {
        width: 2px;
        display: none;
        background: transparent;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 10px;
    }

    body {
        -ms-overflow-style: none;
    }

    /* 768-991px Fix */

    .navbar-left, .navbar-right {
        float: none;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar.navbar-default {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        max-height: 250px;
        overflow: auto !important;
    }

    .navbar-nav {
        float: none;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #8399AE;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    /* End 768-991px Fix */

    /*
     You probably do not need to edit this at all.

     Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
     These are theme independent and should work with any Bootstrap 3 theme mod.
    */
    /* sub menus arrows on desktop */
    .navbar-nav:not(.sm-collapsible) ul .caret {
        position: absolute;
        right: 0;
        margin-top: 6px;
        margin-right: 15px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px dashed;
    }

    .navbar-nav:not(.sm-collapsible) ul a.has-submenu {
        padding-right: 30px;
    }
    /* make sub menu arrows look like +/- buttons in collapsible mode */
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        margin: -3px 15px 0 0;
        padding: 0;
        width: 32px;
        height: 30px;
        text-align: center;
        font-size: 30px;
        font-weight: 100;
        /*border-width: 1px;
 	border-style: solid;*/
    }

        .navbar-nav.sm-collapsible .caret:before {
            content: '+';
            line-height: 1;
        }

    .navbar-nav.sm-collapsible .open > a > .caret:before {
        content: '-';
        line-height: 0.8;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 50px;
    }
    /* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
    .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
        position: static;
        margin: 0 0 0 2px;
        padding: 0;
        width: 0;
        height: 0;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent;
    }

        .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
            content: '' !important;
        }

    .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
        padding-right: 15px;
    }
    /* scrolling arrows for tall menus */
    .navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        height: 20px;
        overflow: hidden;
        text-align: center;
    }

    .navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-top: 7px dashed transparent;
        border-right: 7px dashed transparent;
        border-bottom: 7px solid;
        border-left: 7px dashed transparent;
    }

    .navbar-nav span.scroll-down-arrow {
        top: 6px;
        border-top: 7px solid;
        border-right: 7px dashed transparent;
        border-bottom: 7px dashed transparent;
        border-left: 7px dashed transparent;
    }
    /* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
    .navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
    .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
        padding-left: 35px;
    }

    .navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
    .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
        padding-left: 45px;
    }

    .navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
    .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
        padding-left: 55px;
    }

    .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
    .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
        padding-left: 65px;
    }
    /* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
    .navbar-nav .dropdown-menu > li > a {
        white-space: normal;
    }

    .navbar-nav .dropdown:hover {
        background-color: #2c455b;
    }

    .navbar-nav ul.sm-nowrap > li > a {
        white-space: nowrap;
    }

    .navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
        white-space: normal;
    }
    /* fix .navbar-right subs alignment */
    .navbar-right ul.dropdown-menu {
        left: 0;
        right: auto;
    }


    .navbar-toggle {
        border: none;
        background: transparent !important;
        margin-right: 10px;
        display: inline-block;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 32px;
        height: 4px;
        transition: all 0.2s;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 7% 50%;
        -ms-transform: rotate(45deg);
        -ms-transform-origin: 7% 50%;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: 7% 50%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 7% 60%;
        -ms-transform: rotate(-45deg);
        -ms-transform-origin: 7% 60%;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: 7% 60%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
    }

    .navbar-default {
        background-color: #2c455b;
        border-color: #CC0000;
    }

        .navbar-default .navbar-nav > li > a {
            color: #FFF;
            border: none;
            text-align: left !important;
            border-bottom: 2px solid lightslategray;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #FFF;
                border: none;
                border-bottom: 2px solid lightslategray;
            }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: white;
            background-color: #8399AE;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            color: white;
            background-color: transparent;
        }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #8399AE;
        border-color: #337ab7;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    .btn-search {
        color: rgba(255, 255, 255, 0.7);
        background-color: #091746;
        /*border-color: transparent;*/
        margin-left: -38px;
        outline: none;
        padding: 4px 8px;
    }

        .btn-search:hover, .btn-search:focus, .btn-search:active {
            color: white;
            background-color: #091746;
            /*border-color: #ccc;*/
            outline: none;
        }

    .dropdown:hover > ul {
        display: none;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 0px;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #2E51B1;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 10px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: white;
            white-space: nowrap;
        }

            .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
                background-color: #8399AE;
                color: white;
            }

    .list-group-item.active {
        color: #990000 !important;
        background-color: white;
        border-color: #DDDDDD;
    }


    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: white;
            background-color: #2c455b;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .navbar-brand {
        height: 100px;
        width: 90px;
        padding-top: 0;
        position: absolute;
        z-index: 501;
    }

        .navbar-brand img {
            max-width: 90%;
            width: 50px;
        }

        .navbar-brand h1 {
            font-size: 12px;
            color: #E1E1E0;
            font-weight: 600;
            position: absolute;
            left: 80px;
            white-space: nowrap;
        }

    .navbar-form {
        display: none;
    }

    .footer-left {
        text-align: center;
    }

    .footer-middle {
        text-align: center;
    }

    .footer-right {
        text-align: center;
    }

    .breadcrumb {
        display: none;
    }

    .nav-main {
        float: none !important;
        margin-right: -15px;
    }

    .navbar {
        position: relative;
        background-color: #2c455b;
        margin-bottom: 30px;
    }

    .navbar-right > li {
        text-transform: uppercase;
    }


    .small-navbar-footer {
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 100%;
        vertical-align: baseline;
    }

        .small-navbar-footer > .small-navbar-slogan {
            margin-left: 0;
            float: right;
            margin-bottom: 10px;
        }

        .small-navbar-footer > .small-navbar-footer-icons {
            margin: 0;
            float: left;
        }

            .small-navbar-footer > .small-navbar-footer-icons > li {
                display: inline-block;
            }

                .small-navbar-footer > .small-navbar-footer-icons > li > a {
                    font-size: inherit;
                }

    .navbar-header {
        float: none;
    }

        .navbar-header > .small-navbar-header-icons {
            margin: 10px;
            float: right;
        }

            .navbar-header > .small-navbar-header-icons > li {
                display: inline-block;
            }

                .navbar-header > .small-navbar-header-icons > li > a {
                    font-size: inherit;
                }

    .bannerRowBottom {
        background-color: #2c455b;
    }
}

/* End Mobile Navigation */

/* Activity Calender */

.activity-calender-header {
    vertical-align: middle;
    font-size: 15px;
}

.activity-calender-header-right, .activity-calender-header-left {
    padding-right: 0px;
    padding-left: 0px;
}

.calendar-headcell {
    min-width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    padding: 0;
    color: black;
}

.calendar-cell {
    vertical-align: middle;
    margin: auto;
    background-color: #f5f5f5;
    padding-bottom: 3px;
    padding-top: 3px;
}

.calendar-cell-in {
    text-align: center;
    margin: auto;
    vertical-align: middle;
    background-color: #f5f5f5;
}

.calendar-cell-day {
    font-size: 12px;
    color: #000;
}

.calendar-cell-day-disabled {
    font-size: 12px;
    color: #aaa;
}

.today {
    background-color: #2c455b;
    color: whitesmoke;
}

.day-on-hover {
    background-color: silver;
    color: black;
}

.has-event {
    cursor: pointer;
}

.calendar-badge {
    position: relative;
    top: -6px;
    right: -1px;
    margin-left: 0 !important;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    transform-origin: 7% 60%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 7% 60%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 7% 60%;
    color: darkgoldenrod;
}

/* End Activity Calender */


