﻿
/*@media (min-width : 690px) and (max-width:720)
{
    
   .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
          display: none; }
}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .padding0 {

    width: 100% !important;

}
    .bugunBaslik {
      margin-top: 15px;
}
    .modal-dialog.modal-dialog-centered.modal-lg {
    width: 93.5% !important;
}
    .GunBox{
        margin-right:0px !important;
    }
    span.GunBaslık {
    font-weight: bold;
    /*border-bottom: 2px solid;*/
    padding-right: 23px;
    top: 1rem;
    font-size: 1.5rem;
}
            .logoDesk{
            display:none !important;
        }
        .logoMobil{
            display:block !important;
        }
        .portlet.light {
    padding: 12px 0px 15px !important;
    background-color: #fff;
}
        .portlet.light{
            overflow:hidden !important;
        }
    .mobilHr{
        display:block !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .padding0 {

    width: 100% !important;

}
        .bugunBaslik {
      margin-top: 15px;
}
    span.GunBaslık {
    font-weight: bold;
    /*border-bottom: 2px solid;*/
    padding-right: 23px;
    top: 1rem;
    font-size: 1.5rem;
}
        .logoDesk{
            display:none !important;
        }
        .logoMobil{
            display:block !important;
        }

                .portlet.light {
    padding: 12px 0px 15px !important;
    background-color: #fff;
}
    .mobilHr {
        display: block !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
        .padding0 {

    width: 100% !important;

}
        .logoMobil{
            display:none !important;
        }
        .logoDesk{
            display:block !important;
        }
                .portlet.light {
    padding: 12px 20px 15px !important;
    background-color: #fff;
}
    .mobilHr {
        display: block !important;
    }
        .bugunBaslik {
      margin-top: 15px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
        .padding0 {

    width: 100% !important;

}
        .logoMobil{
            display:none !important;
        }
       .logoDesk{
            display:block !important;
        }
               .portlet.light {
    padding: 12px 20px 15px !important;
    background-color: #fff;
}
    .mobilHr {
        display: none !important;
    }
        .bugunBaslik {
      margin-top: 0px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
        .padding0 {

    width: 20% !important;

}
        .logoMobil{
            display:none !important;
        }
        .logoDesk{
            display:block !important;
        }
            span.GunBaslık {
                font-weight: bold;
                border-bottom: 0;
                padding-right: 23px;
                top: 1rem;
                font-size: 1.5rem;
            }
        .portlet.light {
    padding: 12px 20px 15px !important;
    background-color: #fff;
}
    .mobilHr {
        display: none !important;
    }
}
body {
    font-size: 12px !important;
    font-family: 'Open Sans',sans-serif;
}

table td, .table thead tr td, .table thead tr th, .table th {
    font-size: 12px !important;
}

.align-left {
    text-align: left;
    height: 1px !important;
}

.align-center {
    text-align: center;
    height: 1px !important;
}

.align-right {
    text-align: right;
    height: 1px !important;
}

.hide {
    display: none;
}

.btn success {
    background-color: #36c6d3 !important;
    border-color: #2bb8c4 !important;
}

.width-140 {
    width: 140px;
}
.delete {
    width: 30px;
}

.update {
    width: 50px;
}

tfoot {
    display: none;
}

.table thead th a, .table th a {
    color: #333 !important;
}

a, a:hover, a:visited, a:link, a:active {
    color: #ff6600;
    text-decoration: none;
}

.table thead th, .table th {
    background-color: #eee;
    font-weight: 600;
}

.table td, .table th {
    font-size: 12px;
}

.table-scrollable > .table-bordered > tbody > tr:last-child > td, .table-scrollable > .table-bordered > tbody > tr:last-child > th, .table-scrollable > .table-bordered > tfoot > tr:last-child > td, .table-scrollable > .table-bordered > tfoot > tr:last-child > th, .table-scrollable > .table-bordered > thead > tr:last-child > td, .table-scrollable > .table-bordered > thead > tr:last-child > th, .table.table-bordered thead > tr > th {
    border-bottom: 0;
}


.login {
    background: url('../images/background-image.jpg') repeat-y;
    background-size: cover;
}

#btnLogin {
    float: right;
}

.theme-panel {
    min-width: 300px;
}


.page-header-fixed .page-container {
    margin-top: 75px;
}

.style {
    padding-left: 20px;
}

.scroller {
    max-height: 300px;
    min-height: 50px;
    overflow: auto;
}

    .scroller::-webkit-scrollbar-track {
        background-color: lightgray;
    }

    .scroller::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: lightgray;
    }

    .scroller::-webkit-scrollbar-thumb {
        background-color: gray;
        border-radius: 5px;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    font-size: 12px !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    border: 1px solid #dce1ec;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:before {
        border-bottom-color: #cbd2e3;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
        border-bottom-color: #e3e6f0;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
        background: #e3e6f0;
    }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
            color: #62878f;
        }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
            color: #337ab7;
        }

            .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
                color: #23527c;
                text-decoration: none;
            }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
        border-bottom: 1px solid #EFF2F6 !important;
        color: #888;
    }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
            background: #f8f9fa;
        }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
    background: #f1f1f1;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time {
    background: #e4e4e4;
}

.notification:hover {
    cursor: pointer;
}

/*.modal-content {
    width: 400px;
    height: 150px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    opacity: 0.9;
}*/
.modal-backdrop {
    z-index: 0;
}

.modal-content-software {
    width: 750px;
    height: 150px;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    opacity: 0.9;
}

.modal-newDetail {
    width: 600px;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    background-color: #ffffff;
    opacity: 0.9;
}

.login .content {
    background: url(../images/bg-white-lock.png);
    width: 360px;
    margin: 0 auto;
    padding: 20px 30px 15px;
    border-radius: 7px;
}

    .login .content .newLogin {
        height: auto;
    }

.image {
    background: url('../images/delete.png');
}

.img-icons {
    background: url('../images/icons/TIMDestek_logo.png') no-repeat;
}



.gridview {
    color: #337ab7 !important;
    font-size: 13px !important;
}

    .gridview a {
        margin: auto 1%;
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857;
        text-decoration: none;
        color: #337ab7 !important;
        border: 1px solid #ddd;
        margin-left: -1px;
    }

        .gridview a:hover {
        }

    .gridview span {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
        padding: 5px 10px 5px 10px;
    }

.listElement {
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
    color: #555;
    display: block;
    font-size: 11px !important;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: 0 !important;
    box-shadow: none !important;
    width: 100%;
    float: left;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 12px;
    line-height: inherit;
}

.form-control, output {
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

.listHeader {
    font-size: 12px;
}

.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
    font-size: 13px;
}

.hoverRow {
}

    .hoverRow:hover {
        background-color: #eee;
    }

.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.excelDownloadButton {
    height: 27px;
    width: 27px;
    border: 1px solid #ccc !important;
    background: #fff !important;
    color: #636363 !important;
    /*background: transparent !important;*/
    /*color: #6c7a88 !important;*/
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 14px !important;
    margin-left: 5px;
}

    .excelDownloadButton:hover, .excelDownloadButton:active, .excelDownloadButton:focus {
        border-color: #adadad !important;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.2), 0px 3px 6px rgba(0,0,0,0.26) !important;
        /*background:#e6e6e6 !important;
        color: #6c7a88 !important;*/
        background: #636363 !important;
        color: #fff !important;
    }

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 300px;
    height: 200px;
}

.width-130 {
    width: 130px;
}

.width-90 {
    width: 90px;
}

.width-850 {
    width: 850px;
}

#myImg:hover {
    opacity: 1;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: center; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: hidden; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content (image) */
.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;
    height: 50%;
    z-index: 1;
    max-height: 700px;
    max-width: 700px;
    background-color: white;
    opacity: 1;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content1, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: center;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content1 {
        width: 100%;
    }
}

.page-sidebar .page-sidebar-menu > li > a > .title, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .title {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.field-validation-error {
    color: darkred;
}

.input-validation-error {
    border-color: red;
}

.validation_summary .li {
    list-style-type: circle;
}

.sweet-alert input {
    display: initial;
    width: auto;
    height: auto;
    margin: auto;
}

.overflow {
    /* overflow: auto; */ 
}
.table-responsive 
{
    overflow-x:unset !important;
}

#swal2-content {
    font-weight: bold;
}

.FieldHeaderRequired {
    color: #CC3300;
}

.dropdown-menu {
    min-width: 100px;
    border-radius: 3px;
    background-color: #e7ecf1;
}

.notificationList {
    left: -187px !important;
    top: 73px !important;
}

.dropdown-menu-center {
    left: auto !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
    right: 46%;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
    position: absolute;
    visibility: hidden;
}

.btn-group.open>.dropdown-menu{
    opacity: 1;
    background-color: white;
    padding-bottom: 5px;
    margin-top:5px;
    filter: alpha(opacity=100);
    font-size: 12px;
}
.caret
{
    background: url(../images/blue-dotsup.png) !important;
    float: right;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    z-index: 5000;
    margin-right: -11px;
}        
.width-40
{
    width:40px;
}           
.multiselect-native-select :hover
{
  /*  background-color:#FFFFFF !important; */
}                      
.hiddenBack
{
    visibility:hidden;
}                     
.activeBack{
    visibility:unset;
}            
.amcharts-export-menu
{
    z-index:1 ;
}
.dots{
        float: right;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 11px;
}
.page-md .progress {
    text-indent: 0 !important;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 20px;
    border-radius: 0!important;
    border-radius: .5rem !important;
     background: #fcf8e3;
    margin-bottom:5px;
}
h1.progressText {
    position: relative;
    width: 100%;
    height: 15px;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
}
.myprogress-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.myprogress-danger {
    color: #a94442;
    background-color: #f2dede;
}
.myprogress-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.mybadge{
    background: #337ab7;
    font-size: 9px !important;
    line-height: 1.2;
    background:#337ab7
}
.page-header.navbar .menu-toggler
{
    background:unset;
}
.width-210{
    width:210px;
}
.width-1120
{
    width:1120px;
}
a.userM {
    color: #aeb2c4;
    font-size: 1.7rem;
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
}
a.userM:hover {
    background-color: #3f4457 !important;
}
.paginationNews>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px;
    line-height: 1.42857;
    text-decoration: none;
    color: #ff6600;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.paginationNews>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.userMyear{
        top: -19px;
    position: relative;
    padding-left: 1rem;
}
.bNone{
    background:none !important;
}
.pTop5{
    padding-top:5px;
}
.pTop10{
    padding-top:10px;
}
span.GunBaslık {
    font-weight: bold;
    
}
span.SaatBaslık {
    font-weight: bold;
    color: #860a13;
    padding-right: 5px;
}
span.SehirBaslık{
    font-weight:bold;
    color:#616262;
}

span.KatilimciBaslık{
font-weight: bold;
}
.GunBox{
border: 0px solid rgba(96, 124, 138, 0.34);
    padding: 9px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    min-height: 130px;
}
.pTop20{
    padding-top:20px;
}
.padding0{
    padding:0px;
    width:20%;
    /*margin-right: 20px;*/
}

.bugunBaslik{
        font-weight: bold;
        color:#00de7a;
}

.ogledenSonra{
        background: hsla(54, 94%, 86%, 0.47);
}
.first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: -11px;
}

.bBottom{
    margin-right: 15px;
    border-bottom: 2px solid #01de7a;
}
.bugunBaslik {
    background: #1ddf7f;
    color: white;
    padding: 4px;
    padding-left: 10px;
    position: relative;
    width: 87px;
}

.now {
    background: #85ce84;
}

.past {
    background: #b5b5b5;
}

.future {
    background: #57b0da;
}
.pastBottom {
    border-color: #b5b5b5;
}
.futureBottom {
    border-color: #57b0da;
}