* {margin: 0;padding: 0;}

body {font-family: "Open Sans", trebuchet ms; border-bottom: 1px solid  #f7022a;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50px 35px 35px 1fr;
    grid-template-areas: 
    "header header"
    "sidebar1 sidebar1"
    "sidebar2 sidebar2"
    "content content";
    grid-gap: 1px;
    column-gap: 8px;  
}

/*===========================*/
/* HEADER STYE CODES */
.header {
    grid-area: header;
    z-index: 20;
}

#sloganClimaturk {
    font-family: 'Dancing Script';
    font-size: 5px !important;
}

.navbar-brand { 
    position: relative; 
    z-index: 2; 
    left:0px;
    font-family: "Playfair Display";
    }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }


.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #616161; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

/* bu kısım küçük ekranda sağ kısımdaki navbar toggle ile ilgili*/
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    
}
/* yukarıdaki kısım küçük ekranda sağ kısımdaki navbar toggle ile ilgili*/

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:30px;width:34px;padding:0;}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon :first-child{border:none;text-align:center;width:100%;text-align:center;line-height:1.3em;box-sizing:border-box !important}
.btn-instagram{color:rgb(0, 0, 0);background-color:#ffffff;border-color:rgba(0,0,0,0.2);}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#c20830;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:rgb(0, 0, 0);background-color:#ffffff;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgb(33, 130, 241)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-github{color:rgb(0, 0, 0);background-color:rgb(255, 255, 255);border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(26, 26, 26, 0.938)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:rgb(0, 0, 0);background-color:#ffffff;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgb(0, 67, 155)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}

#sloganClimaturk {
    font-family: 'Dancing Script';
    font-size: 10px;
}


/*===========================*/
/* SIDEBAR STYLE CODES */
.sidebar1 {
    grid-area: sidebar1;
    background-color: #ffffff;
    border-color: white;
    position: relative;
    z-index: 2;
    font-family: Merriweather;

}

.sidebar2 {
    grid-area: sidebar2;
    background-color:#ffffff;
    border-color: white;
    z-index: 1;
    font-family: Merriweather;
}

.sidebar-boxed { /* Straight Line */
    border-bottom: 1px solid black;
}

.sidebar-boxed h4 {
    text-align: center;
    font-weight: bold;
}

/*SIDEPANEL CODES*/
#sidepanel1,#sidepanel2 {
    /* Select Button Codes */
  background-color: #ffffff;
  color: #000000;
 
}

#sidepanelButton {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: bold;
  background-color:#e20000;
  height: auto;
  border-width:1px; 
  border-color: rgb(65, 20, 20);
}

.btn-block {
    padding: 1.6px; 
    /* define values in pixels / Percentage or em. whatever suits 
       your requirements */
}

#sidepanelButton:hover { 
  border-width:1px; 
  border-color: rgb(0, 0, 0);
  color:rgb(248, 248, 248);
  background-color: #df3f3f;
}

.tab-content figure > img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }


.collapsing { /* No collapse slide effect on sidepanels */
  /* transition: none !important; */
  transition: height 0.6s; /* collapse transition slide effect */
}


.numbers {
    border-top: 1px solid black;
    
}


.btn-primary {
    background-color: black;
    
    border-color: white;
}


.btn-group {
    size:2px;
}


/*==============================*/
/* MIDDLE CONTENT STYLE CODES */
.content {
    grid-area: content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 33px 13px 1fr;
    grid-gap: 3px;
    grid-template-areas: 
    "content-upper-part"
    "content-title-part"
    "content-bottom-part" ; 
    font-family: Merriweather;
}

/* MIDDLE CONTENT UPPER PART */
.content > .content-title-part {
    background-color:#ffffff;
    border-bottom: 1px solid black;
    color: rgb(0, 0, 0);
}

.content > .content-title-part > p{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.content > .content-upper-part {
    background-color:#ffffff;
    border-bottom: 1px solid black;
}

.content > .content-upper-part > p{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

#comparisonModalDialog {
    width:98% !important;
    height:48%
}

/*MIDDLE UPPER CONTENT SELECT BUTTON*/
#selectButton {
    background-color: #b29a36;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-width:1.2px; 
    border-color: rgb(0, 0, 0);
}

#selectButton:hover {
    background-color: #857228;
}

#comparisonModalButton {
    background-color: #3b6cca;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-width:1.2px; 
    border-color: rgb(0, 0, 0);
}

#comparisonModalButton:hover {
    background-color: #284d85;
}

/* MIDDLE UPPER CONTENT SELECT STORM AND VARIABLES INNER BUTTON CODES */
#yearSelect {
    /* float:left; */
    margin-bottom: 5px;
}

#monthSelect,#daySelect {
    /* float:left; */
    margin-bottom: 5px;
}

#radio-title {
    color:#f7022a;
}

/*CONTENT BOTTOM PART*/
.content-bottom-part { /*bu kısım mobil ile desktop resmi oranı için
    important ile yapılmış, diğer kısmı desktop media bölümünde*/
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
    padding-left: 3px !important ;
}

.grid > .content > .content-bottom-part > figure {
    height: 100%;
}
#img1 {
    max-width: 100% !important;
    object-fit: cover;
}

figure > img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}




.switch-label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  input:checked + .slider {
    background-color: #5c13ec;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #5c13ec;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  
  
  
@media (max-width: 999px) {
    #selectionInfoPart {
            
        display: none;
        }
}
  



  









/* ===================================*/
/* SMALL DESKTOP VERSION STYLE CODES START */
@media screen and (min-width: 1000px) {   
    
    /* DESKTOP GRIDDING */
    .grid {
        display: grid;
        grid-template-columns: 280px 1fr 350px;
        grid-template-rows: 50px 1fr;
        grid-template-areas: 
        "header header header"
        "sidebar1 content sidebar2";
        grid-gap: 1px;
    }

    .navbar-brand { 
        position: relative; 
        z-index: 2; 
        left:-55px;
        }

    #sloganClimaturk {
        font-family: 'Dancing Script';
        font-size: 15px !important;
    }

    /* SMALL DESKTOP SIDEBAR STYLE CODES */
    .sidebar1 {
        /* Two codes below let users to scroll through the sidebars */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 390px 200px; 
        grid-gap: 5px;
        grid-template-areas: 
        "statisticalDetails"
        "additionalPart"; 

        height: 525px;
        border-right: 1px solid black;

    }

    .sidebar2 {
        
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 525px; 
        grid-gap: 5px;
        grid-template-areas: 
        "thermodynamicDetails"; 

        height: 525px;
        border-left: 1px solid black;
    }

    .thermodynamicDetails {
        height: 525px; 
        /*you can change the sidebar2 position according to .sidebar2's grid row size above*/
        overflow-y: auto; 
        border-bottom: 1px solid black;
    }

    .statisticalDetails {
        height: 394px;
        overflow-y: auto; 
        border-bottom: 1px solid black;
    }

    .modal-body{ /*no top padding for sidebar1 statistical analysis part*/
        padding-top: 0px;
    }

    figure > img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    #statisticalFigure {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .additionalPart {
        height: 130px; /*take into account above (.sidebar1 and statisdet..) grid properties*/
        overflow-y:auto; 
        border-bottom: 1px solid black;

    }

    .btn-block {
        padding: 5px !important; 
        /* butonlar üst üste binmesin diye */
    }

    /* SMALL DESKTOP MIDDLE CONTENT STYLE CODES */
    .content {
        height: 525px !important; /* important force ediyor */;
        overflow: auto; 
        width: 100%
    }

    /* .content > .content-upper-part p{
        text-align: left;
        -ms-transform: translateY(80%);
        transform: translateY(80%);
        top: 50%;
    } */

    .content > .content-upper-part > modal-body p{
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        top: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .content-bottom-part {/*bu kısım mobil ile desktop resmi oranı için
        important ile yapılmış, diğer kısmı mobil media bölümünde*/
        max-width: 100% !important;
        object-fit: cover;
    }

    #comparisonModalDialog {
        width:70% !important;
        height:48%
    }

    #img1 {
        max-width: 100% !important;
        object-fit: cover;
    }

    .zoomOutStat {
        
        overflow:visible;
        
    }
    .zoomInStat {
        
        background-position:center;
        position: relative; /* very important part for statistical figure*/
        transition: transform ease 0.0001s;
    }
    .zoomInStat:hover {
        transition: transform ease 1s;
        transform: scale(2.1);
        padding-left: 75px;
        position: absolute; /* very important part for statistical figure*/
    }  

    .zoomOutThermo {
        
        overflow:visible;
        
    }
    .zoomInThermo {
        
        background-position:center;
        position: relative; /* very important part for statistical figure*/
        transition: transform ease 0.0001s;
    }
    .zoomInThermo:hover {
        transition: transform ease 1s;
        transform: scale(2.1);
        padding-right: 150px;
        position: absolute; /* very important part for statistical figure*/
    }
}








/* ===================================*/
/* LARGE DESKTOP VERSION STYLE CODES START */
@media screen and (min-width: 1400px) {   
    
    /* LARGE DESKTOP GRIDDING */
    .grid {
        display: grid;
        grid-template-columns: 400px 1fr 470px;
        grid-template-rows: 50px 884px;
        grid-template-areas: 
        "header header header"
        "sidebar1 content sidebar2";
        grid-gap: 2px;
    }

    .navbar-brand { 
        position: relative; 
        z-index: 2; 
        left:-200px;
        }

    

    #sloganClimaturk {
        font-family: 'Dancing Script';
        font-size: 15px !important;
    }

    /* LARGE DESKTOP SIDEBAR STYLE CODES */
    .sidebar1 {
        /* Two codes below let users to scroll through the sidebars */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 540px 344px; 
        grid-gap: 5px;
        grid-template-areas: 
        "statisticalDetails"
        "additionalPart"; 

        height: 884px;
        border-right: 1px solid black;

    }

    .sidebar2 {
        
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 884px; 
        grid-gap: 5px;
        grid-template-areas: 
        "thermodynamicDetails"
        "numbers"; 

        height: 884px;
        border-left: 1px solid black;
    }

    .thermodynamicDetails {
        height: 884px; 
        /*you can change the sidebar2 position according to .sidebar2's grid row size above*/
        overflow-y: auto; 
        border-bottom: 1px solid black;
    }

    .statisticalDetails {
        height: 531px;
        overflow-y: auto; 
        border-bottom: 1px solid black;
    }

    .modal-body{ /*no top padding for sidebar1 statistical analysis part*/
        padding-top: 0px;
    }

    figure > img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    #statisticalFigure {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .additionalPart {
        height: 340px; /*take into account above (.sidebar1 and statisdet..) grid properties*/
        overflow-y:auto; 
        border-bottom: 1px solid black;

    }

    .btn-block {
        padding: 5px !important; 
        /* butonlar üst üste binmesin diye */
    }

    /* LARGE DESKTOP MIDDLE CONTENT STYLE CODES */
    .content {
        height: 884px !important; /* important force ediyor */;
        overflow: auto; 
        width: 100%
    }

    /* .content > .content-upper-part p{
        text-align: left;
        -ms-transform: translateY(80%);
        transform: translateY(80%);
        top: 50%;
    } */

    .content > .content-upper-part > modal-body p{
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        top: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .content-bottom-part {/*bu kısım mobil ile desktop resmi oranı için
        important ile yapılmış, diğer kısmı mobil media bölümünde*/
        max-width: 100% !important;
        object-fit: cover;
    }

    #comparisonModalDialog {
        width:70% !important;
        height:48%
    }

    #img1 {
        max-width: 100% !important;
        object-fit: cover;
    }

    .zoomOutStat {
        
        overflow:visible;
        
    }
    .zoomInStat {
        transition: transform ease 0.0001s;
        background-position:center;
        position: relative; /* very important part for statistical figure*/
        
    }
    .zoomInStat:hover {
        transition: transform ease 1s;
        transform: scale(2.1);
        padding-left: 106px;
        position: absolute; /* very important part for statistical figure*/
    }  
}

/* LARGE DESKTOP CSS END*/



















/* DESKTOP VERSION STYLE CODES END */
/*=================================*/

/* SCROLLBAR CODES */
/* width */
::-webkit-scrollbar {
    width: 15px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 2px;
}

  /* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0); 
    border-radius: 2px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e20000; 
}
  

