﻿@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
    /*    border-radius: 5px;*/
}

::-webkit-scrollbar-thumb {
    background-color: #6C757D;
    border-radius: 5px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }



.chat-log {
    padding: 40px 0 114px;
    height: auto;
    overflow: auto;
}

.chat-log__item {
    background: #fafafa;
    padding: 10px;
    margin: 1px auto 3px;
    min-width: 140px;
    max-width: 80%;
    float: left;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    clear: both;
}

    .chat-log__item.chat-log__item--own {
        float: right;
        background: #DCF8C6;
        /*        text-align: right;*/
    }

.chat-log__message {
    padding-top: 3px;
}

.chat-form {
    background: #DDDDDD;
    padding: 40px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.chat-log__author {
    margin: 0 auto .5em;
    font-size: 14px;
    font-weight: bold;
}





.tooltip-inner {
    background-color: #495057; /* Black background color */
    max-width: 800px; /* set this to your maximum fitting width */
    width: inherit; /* will take up least amount of space */
}
/* Popover */
.popover {
    min-width: 100px;
    width: 100%;
    max-width: 400px;
    color: red;
}

.bg-vb-highlight {
    background-color: #F97C7C;
}

.vb-form-control-color { /*For selectpicker selected item's(button) font color to be the same as other form-control inputs*/
    color: #495057;
}

.vb-rounded-right {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.vb-rounded-all {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.vb-text-orange {
    color: orange !important;
}

.vb-bg-disabled {
    background-color: #e9ecef !important;
}

.vb-font-large {
    font-size: large;
}

input[type="radio"][disabled] + label {
    color: #495057 !important;
}
/*input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #495057;
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type="radio"]:checked:before {
        background: #495057;
    }

    input[type="radio"]:checked {
        border-color: #495057;
    }*/
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

    .bd-callout-danger h4 {
        color: #d9534f
    }
/*#txtGoTo		{
          width:130px;
          -webkit-transition:width 0.3s ease-in-out;
        }
        #txtGoTo:focus	{
          width:100%;
          -webkit-transition:width 0.5s ease-in-out;
        }*/
.tab-pane {
    /*border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;*/
    /*border-top: 1px solid ;*/
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 4px solid;
    /*border-radius: 0px 0px 1px 1px;*/
    padding-top: 4px;
    padding-bottom: 4px;
    /*padding-left:2px;
            padding-right:2px;*/
    /*    border: 10px solid;
*/ border-image-source: linear-gradient(45deg, orange, #868e96);
    border-image-slice: 1;
}

.tab-pane-login {
    border-image-source: linear-gradient(45deg, #168ECE, #868e96);
}

.tab-pane-level-2 {
    border-bottom: 2px solid #868e96 !important;
    border-image-source: linear-gradient(45deg, orange, #868e96) !important;
}

.nav-tabs {
    margin-bottom: 0;
}


    .nav-tabs .nav-link:hover {
        /*background-color:#ff006e;*/
        /*border-bottom:#ff006e;*/
        color: #868e96; /*Bordo, güzel d9534f*/
        font-weight: bold;
        border-top: 0;
        border-bottom: 0px solid #868e96;
        border-left: 0px solid;
        border-right: 0px solid;
        /*font-weight: bold;*/
    }



    .nav-tabs .nav-link.active {
        /*background-color:#ff006e;*/
        /*border-bottom:#ff006e;*/
        color: #868e96;
        font-weight: bold;
        border-top: 0;
        border-bottom: 4px solid #868e96;
        border-left: 0px solid;
        border-right: 0px solid;
        border-image-source: linear-gradient(45deg, orange, #868e96);
        border-image-slice: 1;
        /*font-weight: bold;*/
    }

    .nav-tabs .nav-link-login.active {
        border-image-source: linear-gradient(45deg, #168ECE, #868e96);
    }

.nav-link-active-level-2 {
    border-bottom: 2px solid !important;
    border-image-source: linear-gradient(45deg, orange, #868e96) !important;
}

.nav-tabs .nav-link {
    /*background-color:#ff006e;*/
    /*border-bottom:#ff006e;*/
    color: #868e96; /*Bordo, güzel d9534f*/
    font-weight: normal;
    /*border-top: 0;
            border-bottom: 3px solid #d9534f  ;
                border-left: 0px solid ;
            border-right: 0px solid ;*/
    /*font-weight: bold;*/
}

/*li a { border-color: blue;background-color:#A5C967; }
                li.active a {border-bottom-color: transparent;background-color:Yellow; }*/

/*.tab-pane{ border-top: 0; border-left: 0; padding-left:0; background-color:#ffffff;}*/

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 80%; /* Set a default minimum width */
    background-color: #dc3545; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    /*border-radius: 2px;*/ /* Rounded borders */
    padding: 12px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 150000; /* Add a z-index if needed */
    left: 10%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    /*margin: auto auto auto -200px;*/ /* change done here */
    border-radius: 5px;
    margin: auto;
    max-height: 150px;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
          However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#snackbarWarn {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 80%; /* Set a default minimum width */
    background-color: #dc3545; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    /*border-radius: 2px;*/ /* Rounded borders */
    padding: 12px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 150000; /* Add a z-index if needed */
    left: 10%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    /*margin: auto auto auto -200px;*/ /* change done here */
    border-radius: 5px;
    margin: auto;
    max-height: 150px;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbarWarn.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
          However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@media (max-width:768px) {
    #snackbar {
        max-height: 75px;
    }
}

input[type=search] {
    /*background: none;*/
    font-weight: bold;
    /*border-color: #2e2e2e;
                    border-style: solid;
                    border-width: 2px 2px 2px 2px;*/
    /*outline: none;
                    padding: 10px 20px 10px 20px;
                    width: 250px;*/
}


.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5000;
    max-height: 600px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    /*z-index: 1000 !important;*/
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: white !important;
    background-color: #6c757d !important;
    cursor: pointer;
    border-color: #6c757d !important;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*For datetimepicker to show on the toppest layer*/
.bootstrap-datetimepicker-widget {
    z-index: 9500000 !important;
    /*width:auto !important;*/
    position: inherit; /*EnesK*/
    margin-bottom: 35px !important; /*Enes K*/
}

/*MR ve RR'da overflow'da sorun olduğu için yazıldı*/
.vb4-datetimepicker {
    position: fixed !important;
    top: -100vh !important;
    left: -100vw !important;
}


/*div.dropdown-menu.open {
    max-height: 114px !important;
    overflow: hidden;
}

ul.dropdown-menu.inner {
    max-height: 90px !important;
    overflow-y: auto;
}*/

.dropdown-menu li > a > span {
    font-size: 14px;
}

.dropdown-menu {
    z-index: 140000;
}
/*.bs-searchbox input {
    font-size: 24px;
}*/

/*top menu items hovered*/
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: white !important;
    background-color: #6c757d !important;
}

.bootstrap-select > button {
    height: 100%;
}

.ADHeaderText {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
    color: darkgray;
}

@keyframes fa-blink {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0.10;
    }

    20% {
        opacity: 0.20;
    }

    30% {
        opacity: 0.30;
    }

    40% {
        opacity: 0.40;
    }

    50% {
        opacity: 0.50;
    }

    60% {
        opacity: 0.60;
    }

    70% {
        opacity: 0.70;
    }

    80% {
        opacity: 0.80;
    }

    90% {
        opacity: 0.90;
    }

    100% {
        opacity: 1;
    }
    /*25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }*/
}

.fa-blink {
    -webkit-animation: fa-blink 1.75s linear infinite;
    -moz-animation: fa-blink 1.75s linear infinite;
    -ms-animation: fa-blink 1.75s linear infinite;
    -o-animation: fa-blink 1.75s linear infinite;
    animation: fa-blink 1.75s linear infinite;
}

/*Css to target the dropdownbox*/
/*ul.ui-autocomplete {
    color: red !important;
    -moz-border-radius: 15px;
    border-radius: 5px;
    z-index:5000;
}

.ui-state-hover {
    background-color:lightgray!important;
}*/
/*.ui-menu .ui-menu-item a {
    background: red !important;
    height: 10px;
    font-size: 8px;
}*/

/*.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    
    .ui-menu-item > a.ui-corner-all{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;}

}
}*/

.row > div {
    /*flex: 1;
          background: lightgrey;*/
    /*border: 1px solid grey;*/
}
