﻿body {
    font-family: 'Roboto';
    width: 100%;
    position: relative;
    overflow-x: auto;
}

.input_area {
    text-align: left;
}

.grid_title {
    background-image: url(webimages/mainmenu/grid_title.jpg);
    padding-left: 5px;
    padding-right: 5px;
    height: 24px;
    text-align: left;
    color: White;
    font-family: Verdana;
    font-size: 8pt;
}

.kzly_logo {
    background-image: url(Volunteer/reports/reportimages/kizilaylogo1.jpg);
    background-repeat: no-repeat;
}

.css1 {
    text-align: left;
    color: SteelBlue;
    font-family: Verdana;
    font-size: 9pt;
}

.customRowTdLeft {
    font-size: 8pt;
    font-family: Verdana;
    color: steelblue;
    width: 200px;
    height: 23px;
    align-content: center;
    align-items: start;
    text-align: left;
    padding: 2px;
}

.customRowTdRight {
    font-size: 8pt;
    font-family: Verdana;
    width: 200px;
    color: black;
    height: 23px;
    background-color: #f1f1f1;
    align-content: center;
    align-items: end;
    text-align: right;
    padding: 2px;
}

.customRowTdCenter {
    font-size: 10pt;
    font-family: Verdana;
    width: 200px;
    color: black;
    height: 23px;
    background-color: #f1f1f1;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 2px;
}

.customHeaderTdCenter {
    font-size: 14pt;
    font-family: Verdana;
    width: 200px;
    color: white;
    height: 23px;
    background-color: #cc0000;
    align-content: center;
    align-items: center;
    text-align: center;
}

.mytablestyle {
    border: 1px solid #FFFFFF;
}

    .mytablestyle TD, .mytablestyle TH {
        border: 1px solid #FFFFFF;
    }

.grid_title_gri {
    background-image: url(webimages/mainmenu/grid_title_gri2.jpg);
    padding-left: 5px;
    padding-right: 5px;
    height: 23px;
    text-align: left;
    color: Black;
    font-weight: normal;
}

.grid_control {
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.grid_item {
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;
    color: Black;
    font-family: Verdana;
    font-size: 8pt;
    vertical-align: top;
}


.grid_item_gri {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    color: SteelBlue;
}

.grid_item a {
    color: #5377A9;
}

.icon {
    cursor: hand;
}

.grid_satir {
    color: Black;
    font-weight: normal;
    font-size: 8pt;
}

.grid_satir_sira {
    color: Black;
}

.grid_item a:hover {
    color: Red;
}

.grid_item a:visited {
    font-weight: normal;
}

.validate {
    /*clear:both;*/
    white-space: nowrap;
    float: left;
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    color: Red;
    display: block;
}

.leftmenu {
    float: left;
    font-family: Verdana;
    font-size: 9pt;
    text-align: left;
    color: Black;
    text-decoration: none;
}

.data_item {
    font-family: Verdana;
    font-size: 8pt;
    color: SteelBlue;
}

/* default layout */
.ajax__tab_default .ajax__tab_header {
    white-space: nowrap;
    text-align: left;
}

.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
}

.ajax__tab_default .ajax__tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block
}

/* xp theme */
.ajax__tab_xp .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_outer {
    padding-right: 4px;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;
    height: 21px;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_inner {
    padding-left: 3px;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;
    text-align: left;
}

.ajax__tab_xp .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
    text-align: left;
}

/* scrolling */
.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll
}

.ajax__scroll_auto {
    overflow: auto
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.6;
}

.modalPopupOnay {
    background-color: #ffffff;
    border-width: 2px;
    border-style: groove;
    border-color: Gray;
    ---padding:3px;
    ---width:250px;
}


.modalPopup {
    text-align: center;
    padding-top: 30px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    width: 300px;
    height: 100px;
}

table.calendar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    border-collapse: collapse;
    background-color: white;
    border: solid #999999 1px;
    background-color: white;
    width: 215px;
    text-align: center;
    /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
    -moz-user-select: none;
    /*-khtml-user-select: none;*/
}

    table.calendar a {
    }

        table.calendar a:hover {
        }

    table.calendar input, table.calendar select {
        font-size: 10px;
    }

    table.calendar td, table.calendar th {
        border: 0;
        font-size: 10px;
        text-align: center;
    }

div.mainheading {
    margin: 2px;
}

    div.mainheading div.closeBtn {
        float: right;
        color: red;
    }
/*all styles related to the main calendar grid*/
table.cells {
    border-collapse: collapse;
    border: solid #CCCCCC 1px;
    cursor: pointer;
    empty-cells: show;
    margin: 0 6px 0 6px;
}
    /*the day headings*/
    table.cells th {
        border: solid #CCCCCC 1px;
        text-align: left;
        font-weight: bold;
        color: #0054E3;
        width: 22px;
    }

        table.cells th.wkhead {
            border-right: double #CCCCCC 3px;
            cursor: default;
            width: 22px;
        }
    /*The date cells*/
    table.cells td {
        border: solid #CCCCCC 1px;
        vertical-align: top;
        text-align: left;
        font-weight: bold;
        height: 20px; /*IE doesn't like ems*/
    }

        table.cells td.wkhead {
            background-color: white;
            text-align: center;
            border-right: double #CCCCCC 3px;
            color: #0054E3;
        }

        table.cells td.noselect {
            background-color: #EEEEEE;
            color: #BBBBBB;
            text-decoration: line-through;
            cursor: default;
        }

        table.cells td.hlday {
            background-color: #99FF99;
        }

        table.cells td.wkday {
            background-color: #DDDDDD;
        }

        table.cells td.wkend {
            background-color: #DDDDDD;
        }

        table.cells td.curdate {
        }

        table.cells td.cell_selected {
            background-color: #99CCFF;
            color: black;
        }

        table.cells td.notmnth {
            background-color: #FFFFFF;
            color: #CCCCCC;
        }

        table.cells td.notallowed {
            background-color: white;
            color: #EEEEEE;
            font-style: italic;
        }

        table.cells td.hover {
            background-color: #999999;
        }

        table.cells td div {
            padding: 1px;
            margin: 0;
        }

Fon {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.5;
}
/***********New Login Screen***************/
#login-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100 %;
}

#login-left {
    background: url(webimages/login-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 50%;
    height: 100%;
}

div#login-left:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(204,0,0,.8);
    z-index: 1;
}

#login-left img {
    /*height: 250px;
    width: 249px;*/
    border-width: 0px;
    border-radius: 15px;
    position: fixed;
    top: 32%;
    left: 20%;
    z-index: 999;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
}

#login-left h1 {
    display: block;
    position: fixed;
    top: 23%;
    z-index: 3;
    text-align: center;
    width: 50%;
    color: #fff;
    left: 0;
    font-size: 2rem;
}

.login-btn {
    /*background: rgba(204,0,0,1) !important;*/
    color: #fff;
    display: block;
    width: 74%;
    float: right;
    margin: 0 auto;
    webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.43);
    background: rgb(255,0,0);
    background: linear-gradient(149deg, rgba(255,0,0,1) 30%, rgba(121,9,21,1) 66%, rgba(255,0,0,1) 100%);
}

.login-title {
    color: rgba(204,0,0,1) !important;
    padding: 20px 0;
}

#login-right {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 46%;
    /*border: 1px solid #F5F5F5;*/
    padding: 50px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    background: rgba(255,255,255,.1);
    font-size: .8rem;
}

.login-result {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 45px;
}

#login-container .form-control, #login-container .form-control:focus {
    border: none;
    background: transparent !important;
    border-bottom: 1px solid #ced4da;
    font-size: .9rem;
}

div#login-container::before {
    /*background: rgba(0,0,0,0.15);*/
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #f5f5f1;
    background-image: linear-gradient(315deg, #f5f5f1 0%, rgba(204,0,0,1) 72%);*/
}

body {
    background: #f5f5f5;
}

#master-body form {
    width: 100%;
}

.master-head {
    background: rgba(204,0,0,1) !important;
    padding: 33px;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 25;
    font-family: 'Roboto';
}

#page_content {
    margin-top: 110px;
}

.master-title {
}

.master-head h1 {
    font-size: 1rem;
    padding-left: 300px;
    display: inline-block;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    color: #6b6f82;
    background: #fff;
    position: relative;
    padding: 115px 0 30px;
    font-family: 'Roboto';
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

#sidebar-wrap {
    width: 250px;
    display: inline-block;
    padding: 10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

#page_content {
    width: calc(100% - 280px);
    display: inline-block;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

    #page_content.active {
        width: 95%;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        margin: 110px auto 0;
    }

#sidebar-wrap.active {
    width: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    padding: 0;
}

.sidebar-logo {
    padding: 0;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    z-index: 2;
    position: fixed;
    width: 245px;
    top: 0;
    background: rgba(204,0,0,1);
    left: 0;
    -webkit-box-shadow: 7px 0px 40px -8px rgba(255,255,255,1);
    -moz-box-shadow: 7px 0px 40px -8px rgba(255,255,255,1);
    box-shadow: 7px 0px 40px -8px rgba(0,0,0,.8);
}

#sidebar-bar {
    float: right;
    display: inline-block;
    padding-top: 8px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 194px;
}

.bar {
    width: 30px;
    height: 2px;
    background: rgba(204,0,0,1);
    margin: 5px 0;
    display: block;
    position: relative;
    border-radius: 15px;
}

.logo {
    display: inline-block;
    height: 95px;
    width: 245px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgba(204,0,0,1) !important;
}

.sidebar-logo img {
    width: auto;
    height: 90px;
    display: block;
    margin: 0 auto;
}


.sidebar-header {
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
    margin-top: 65px;
    z-index: 1;
    position: relative;
    background: #fff;
    display: none;
}

    .sidebar-header h3 {
        font-size: 1.1rem;
    }

.accordionHeader {
}

.parentMenu {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 0.875rem;
    cursor: pointer;
}

.right, .down {
    position: absolute;
    right: 15px;
}

.down {
    opacity: 0;
}

.subMenu {
    padding-left: 25px;
}

.event a {
    font-size: .8rem
}

.parentMenu.active {
    background: rgba(0,0,0,.2);
}

.parentMenu i:nth-of-type(1) {
    padding-right: 5px;
}

.subMenu1 {
    padding-left: 40px;
}

span.parentMenu.lvl3.subMenu1:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #6b6f82;
    border-radius: 50%;
    color: #6b6f82;
    position: relative;
    top: -2px;
    left: -5px;
}

.subMenu2 {
    padding-left: 55px;
}

.sidebar-footer {
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 4px 0px rgba(0,0,0,0.5);
    margin: 30px 0 0;
    color: #fff;
    position: relative;
    width: 250px;
    bottom: 0;
}

.sidebar-body {
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

    .sidebar-body::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .sidebar-body::-webkit-scrollbar {
        width: 4px;
        background-color: #F5F5F5;
        border-radius: 20px;
        transition: width .2s linear;
        -webkit-transition: width .2s linear;
    }

    .sidebar-body::-webkit-scrollbar-thumb {
        background-color: #eee;
        border-radius: 20px;
    }

    .sidebar-body:hover::-webkit-scrollbar {
        width: 10px;
        transition: width .2s linear;
        -webkit-transition: width .2s linear;
    }

.footer-btn {
    display: block;
    margin: 5px auto;
}

.user-info {
    color: rgba(204,0,0,1) !important;
}

.accordionHeader div:has( .active ) + div {
    background: #fff;
}

.parentMenu.active::parent + div {
    background: #fff;
}

.active-content {
    /*background: #fff;
    color:#000;*/
}

.lvl1_Content {
    background: #fff;
    color: #6b6f82;
    -webkit-box-shadow: inset 0px -2px 23px -11px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -2px 23px -11px rgba(0,0,0,0.2);
    box-shadow: inset 0px -2px 23px -11px rgba(0,0,0,0.2);
}

.lvl2_Content {
    /*background: rgba(204,0,0,.8);
    color: #fff;*/
    -webkit-box-shadow: inset 0px -2px 23px -11px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -2px 23px -11px rgba(0,0,0,0.2);
    box-shadow: inset 0px -2px 23px -11px rgba(0,0,0,0.2);
}

.lvl3_Content {
    background: #fff;
    color: #6b6f82;
}

.head-btn {
    float: right;
}

.exit-btn {
    color: #ced4da;
    padding-left: 15px;
    font-size: 1.2rem;
}

.user-head-info img {
    height: 20px;
    width: auto;
    display: inline-block;
    margin-top: -10px;
}

.user-head-info .user {
    display: inline-block;
    text-align: center;
}

.user span {
    display: block;
    padding: 0;
    margin: -3px auto;
}

.user-head-info {
    display: inline-block;
    color: #000;
    padding-right: 15px;
    border-right: 1px solid #ced4da;
}

.event {
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 11px;
    border-bottom: 1px solid #ced4da;
}

.icon {
    display: block !important;
    font-size: 1.5rem;
}

.menu_item-text {
    color: black;
    font-size: .8rem;
}

.menu_item-icon {
    color: black !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 1.5rem;
}

#sidebar.active {
    /*min-width: 50px;
    max-width: 50px;
    text-align: center;*/
    margin-left: -250px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
/*#sidebar.active .menu-item{
        display:none;
    }
    #sidebar.active .down, #sidebar.active .right{
        display:none;
    }
    #page_content {
        font-family: 'Roboto';
    }*/
.radio-btn input[type="radio"]:checked,
.radio-btn input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .radio-btn input[type="radio"]:checked + label,
    .radio-btn input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .radio-btn input[type="radio"]:checked + label:before,
        .radio-btn input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .radio-btn input[type="radio"]:checked + label:before {
            border: 1px solid #dc3545;
        }

        .radio-btn input[type="radio"]:checked + label:after,
        .radio-btn input[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #dc3545;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .radio-btn input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radio-btn input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.table-form .form-control {
    display: inline-block;
    width: 95%;
}

    .table-form .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #bee5eb;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(190,229,235,.25);
    }

.page-content {
    padding: 60px 0;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
}

.swiper-container {
    padding: 20px !important;
}

.swiper-slide {
    display: table !important;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #eee !important;
    border-radius: 15px;
    font-size: 1rem;
}

    .swiper-slide a {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 10px;
        font-size: .9rem;
        text-decoration: none !important;
    }

    .swiper-slide i {
        text-align: left;
        padding-left: 10px;
        color: rgba(204,0,0,1) !important;
    }

#page_content > .page-wrap > .row > .col-md-12 > .container-wrap {
    /*padding: 0 50px;*/
    width: 100% !important;
}

.news {
    padding: 21px 0 50px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
}

.title {
    font-size: 1rem;
    padding: 1rem 10rem;
    margin: 0 auto 20px;
}

.swiper-next, .swiper-prev {
    position: absolute;
    left: 49%;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: rgba(204,0,0,1);
    z-index: 22;
    /* display: table; */
    font-size: 1.8rem;
    cursor: pointer;
}

    .swiper-next i, .swiper-prev i {
    }

.swiper-prev {
    top: -15px;
    padding-top: 10px;
}

.swiper-next {
    bottom: -18px;
    padding-top: 2px;
}

.page-wrap {
    width: 90% !important;
    margin: 0 auto;
    /*overflow-x: auto;*/
}

#page_content > .page-wrap > .row > .col-md-12 > div {
    width: 100% !important;
    margin: 0 auto;
}

    #page_content > .page-wrap > .row > .col-md-12 > div > div {
        width: 100% !important;
    }

#page_content table {
    width: 100% !important;
}

    #page_content table table table {
        width: auto !important;
        margin: 0 auto;
    }

#ctl00_ContentPlaceHolder1_gridViewKayit table {
    width: auto !important;
}

#page_content table tr {
    width: 100%;
}

    #page_content table tr td {
        width: auto !important;
        /*text-align:left;*/
    }

        #page_content table tr td input {
            /*width:60%;
            min-width:60%;*/
            display: inline-block;
        }

#page_content .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 21px;
}

#ctl00_ContentPlaceHolder1_def_useruc1_TreeView1 table,
#ctl00_ContentPlaceHolder1_gvSubePersoneller table,
#ctl00_ContentPlaceHolder1_gvSubeFaaliyetler table {
    width: auto !important;
}

#page_content > .page-wrap > .row > .col-md-12 > div.modalPopupOnay,
#page_content > .page-wrap > .row > .col-md-12 div.modalPopupOnay {
    width: initial !important;
}

#page_content .modalPopupOnay td:has(> img) {
    text-align: right !important;
}

.btn-block {
    min-width: 100px;
    padding: 4px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    top: 0px;
    left: 0 !important;
}

.video {
    width: 14%;
    min-height: 150px;
    cursor: pointer;
    margin: 0 auto;
}

.video1 {
    background: url("webimages/1.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video2 {
    background: url("webimages/2.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video3 {
    background: url("webimages/3.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video4 {
    background: url("webimages/4.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video5 {
    background: url("webimages/5.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video6 {
    background: url("webimages/6.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video7 {
    background: url("webimages/7.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.video8 {
    background: url("webimages/8.PNG") 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#kullanim_kilavuzu_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.kullanim_kilavuz_index {
    display: block;
    width: 95%;
    margin: 0 auto
}

.c-tooltip {
    display: inline;
    position: relative;
}

    .c-tooltip:hover {
        color: #c00;
        text-decoration: none;
    }

        .c-tooltip:hover:after {
            background: #111;
            background: rgba(0,0,0,.8);
            border-radius: .5em;
            bottom: 1.35em;
            color: #fff;
            content: attr(title);
            display: block;
            left: 1em;
            padding: .3em 1em;
            position: absolute;
            text-shadow: 0 1px 0 #000;
            white-space: nowrap;
            z-index: 98;
        }

        .c-tooltip:hover:before {
            border: solid;
            border-color: #111 transparent;
            border-color: rgba(0,0,0,.8) transparent;
            border-width: .4em .4em 0 .4em;
            bottom: 1em;
            content: "";
            display: block;
            left: 2em;
            position: absolute;
            z-index: 99;
        }

ul.useful-links {
    padding-inline-start: 0;
}

    ul.useful-links li {
        list-style-type: none;
        text-align: left;
        color: #212529 !important;
        background-color: #eee !important;
        padding: 5px;
        border-radius: 5px;
        margin: 10px auto;
    }

        ul.useful-links li a {
            color: #212529;
            font-weight: bold;
            text-decoration: none !important;
        }

            ul.useful-links li a i {
                text-align: right;
                float: right;
                color: #17a2b8;
            }

ul.useful-links {
    width: 80%;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 30%;
    padding-top: 20%;
    z-index: 100002;
}

@media only screen and (min-width: 900px) {
    .modalPopupOnay.largeModal {
        max-width: 900px !important;
        overflow-x: scroll !important;
        top: -100px !important;
        left: -100px !important;
        max-height: 500px;
    }
}
/****1366px-1920px*/
@media only screen and (max-width: 1366px) {
    .kullanim_kilavuz_index {
        width: 100%;
    }
}

@media only screen and (max-width: 1280px) {
    #page_content > .page-wrap > .row > .col-md-12 > div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 1281px) {
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
    #login-left {
        background: url(webimages/login-bg.jpg) center no-repeat fixed;
        background-size: cover;
    }

        #login-left img {
            left: 15%;
        }

    #login-right {
        width: 70%;
        margin: 0 auto;
        position: relative;
        top: 20%;
        /*border: 1px solid #F5F5F5;*/
        padding: 50px 20px;
        border-radius: 15px;
        font-size: .8rem;
    }

    .sidebar-body {
        height: 60%;
    }

    .title {
        padding: 1rem 5rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .title {
        font-size: 1rem;
        padding: 1rem 1rem;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 980px) {
    #login-container {
        position: relative;
    }

    #login-left {
        width: 100%;
        height: 30%;
        overflow: auto;
    }

        #login-left h1 {
            top: 3%;
            width: 100%;
            font-size: 1.5rem;
        }

        #login-left img {
            position: absolute;
            top: 30%;
            left: 40%;
            padding: 20px;
            width: 115px;
        }

    #login-right {
        width: 100%;
        padding: 50px 0;
        top: 20%;
    }

    #login-right-container {
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100% !important;
        width: 100% !important;
        position: relative;
    }

    #login-left-container {
        flex: 0 0 100%;
        max-width: 100% !important;
        width: 100% !important;
    }

    .login-btn {
        float: none;
    }

    .video {
        width: 100%;
    }

    .video-wrapper {
        display: block !important;
    }

    ul.useful-links {
        width: 100%;
    }

        ul.useful-links li {
            padding: 5px 0;
        }
}

@media only screen and (max-width: 768px) {
    .page-wrap {
        width: 100%;
    }

    #sidebar-wrap {
        width: 100%;
        display: block;
        /*display: none;*/
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        position: absolute;
        z-index: 9999;
        top: 69px;
        left: 10px;
    }

    #sidebar {
        height: 0;
        margin-left: 0;
        min-height: 0;
        padding: 0;
    }

        #sidebar.active {
            /*display: block;*/
            height: 100%;
            width100 %;
            margin-left: 0;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
            padding: 0px 0 30px;
        }

    #page_content, #page_content.active {
        width: 100%;
        display: block;
        transition: all .2s linear;
    }

    #sidebar-bar {
        left: 100px;
    }

    .logo {
        width: auto;
        height: 70px;
    }

    .sidebar-logo {
        background: #fff;
        width: 100%;
        box-shadow: none;
    }

        .sidebar-logo img {
            height: 70px;
        }

    .master-head {
        top: 70px;
        left: 0;
        padding: 3px 17px;
    }

        .master-head h1 {
            padding-left: 0;
        }

    .head-btn {
        float: none;
    }

    .master-head h1 {
        font-size: .8rem;
    }

    .title {
        padding: 1rem 1rem;
    }
}

@media only screen and (max-width: 476px) {
    #sidebar-wrap {
        left: 0;
        padding-left: 10px;
        width: 100%;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    #login-left img {
        left: 30%;
    }

    #login-right {
        min-height: 650px;
    }
}
