﻿.horizontal-navigation .main-nav {
    right: 0;
    background: aliceblue;
}

body.with-side-menu-addl-full.horizontal-navigation .main-nav.nav.nav-inline {
    width: 76%;
}

    .copyHover:hover {
        background-color: #e6d2fb;
    }

.page-content {
    padding-top: 130px;
}

.horizontal-navigation .page-content {
    padding-top: 186px;
}

.horizontal-navigation .main-nav {
    top: 112px;
}

.side-menu {
    margin-top: 30px;
}

.side-menu-addl {
    margin-top: 22px;
}

/* Kendo UI customize */
table[role="grid"] thead th a {
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
}

table[role="grid"] thead th {
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
}

table[role="grid"] tbody td {
    font-size: 13px;
}

table[role="grid"] tbody td {
    font-size: 13px;
}

table[role="treegrid"] thead th a {
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
}

table[role="treegrid"] tbody td {
    font-size: 13px;
}

.k-grid-header-locked thead th a {
    font-size: 14px;
    color: #333 !important;
    font-weight: bold;
}

.k-grid-content-locked tbody td {
    font-size: 13px !important;
}

ul.side-menu-addl-list li:last-child .form-group {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.top100 {
    margin-top: 100px;
}

.k-grouping-header {
    color: #003f59;
    font-size: 10pt;
    padding-left: 10px;
    background-color: #eff4b5;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* KENDO GRID CUSTOM ROW COLOR */



.differenceAlert {
    background-color: rgba(255, 0, 0, 0.50);
    color: black;
    font-weight: bold;
}

.alertfont {
    font-weight: bold;
}


.Won, .Active, .true, .True, .Accepted, .Plus, .DELIVERED, .SENT {
    background-color: rgba(157, 234, 166, 0.5);
}

.Waiting, .Denied, .FAILED, .REJECTED {
    background-color: rgba(237, 137, 137, 0.5);
}

.WaitingCashLink {
    background-color: darkkhaki;
}

.Lost, .Passive, .false, .False, .Cancelled, .Minus {
    background-color: rgba(237, 137, 137, 0.5);
}

.PriorityAlert {
    background-color: #000;
}

.Default {
}

.Warning {
    background-color: rgba(255, 0, 0, 0.50);
    color: white;
}

.Void, .Rejected {
    background-color: rgba(237, 137, 137, 0.5);
}
/*, .Processing*/
.Pending {
    background-color: rgba(237, 137, 137, 0.5);
}

.Cancelled {
    background-color: rgba(237, 137, 137, 0.5);
}


.r23, .s2 {
    background-color: rgba(157, 234, 166, 0.5);
}

.s0 {
    background-color: rgba(237, 206, 123, 0.5);
}

.r25, .s4 {
    background-color: rgba(237, 137, 137, 0.5);
}


.r28, .s4 {
    background-color: rgba(180, 59, 157, 0.5);
}

.r24, .s3, UNDELIVERED {
    background-color: rgba(236, 165, 247, 0.5);
}

.r20, .s1 {
    background-color: rgba(165, 244, 247, 0.5);
}

.Processing {
    background-color: rgba(255, 255, 100, 0.5);
}

.r22, .s5 {
    background-color: rgba(211, 247, 165, 0.5);
}

.k-grid td {
    white-space: nowrap;
}

/*.Won, .Active, .true, .True, .Accepted, .Plus, .r23 {
        background-color: rgba(157, 234, 166, 0.5);
    }    
    .Waiting, .Denied, .r21 {
        background-color: rgba(237, 206, 123, 0.5);
    }

    .Lost, .Passive, .false, .False, .Cancelled, .Minus, .r25 {
        background-color: rgba(237, 137, 137, 0.5);
    }

    .Void, .Rejected, .r24 {
        background-color: rgba(236, 165, 247, 0.5);
    }    
    .Pending, .Processing, .r20 {
        background-color: rgba(165, 244, 247, 0.5);
    }

    .Cancelled, .r22 {
        background-color: rgba(211, 247, 165, 0.5);
    }*/

/* main css'e bulaşmadan... */

.widgets-header .tbl-outer > .tbl-row > .tbl-cell {
    border-top: solid 1px #d8e2e7;
}

.horizontal-navigation .main-nav .nav-link {
    color: #605f5f;
}

.horizontal-navigation .main-nav {
    padding: 0 18px 0 258px;
}

/* bahis yönetimi butonları için */
.k-grid-sportContentUpdate, .k-grid-sportMarginUpdate {
    background-color: #4cc159;
    color: white;
}

.k-grid-categoryContentUpdate, .k-grid-categoryMarginUpdate {
    background-color: #00a8ff;
    color: white;
}

.k-grid-tournamentContentUpdate, .k-grid-tournamentMarginUpdate {
    background-color: #f34135;
    color: white;
}

.generalreporttable {
    width: 80%;
    margin: auto;
}

    .generalreporttable th {
        border: 1px solid #555;
        text-align: center;
        background-color: #00a8ff;
        color: white;
    }

    .generalreporttable td {
        border: 1px solid #555;
        text-align: center;
        color: #555;
    }

/*medium modal*/
.modal-md:not(.modal-sm):not(.modal-lg) {
    width: 1000px;
}

.daily-info .widget-tabs-nav .nav-link {
    height: 91px;
}


.chatgenerakcontainer {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.sectionextrapageholder {
    overflow: hidden;
    float: left;
}

.chatlistcontainer {
    overflow: hidden;
    text-align: left;
    width: 400px;
    border: solid 1px #555;
    float: right;
}

.chattitle {
    float: left;
    width: 100%;
    background-color: #6d84b4;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #3b5998;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    color: #fff;
}

.chatlist {
    float: left;
    width: 100%;
    height: 450px;
    background-color: #fff;
    overflow: auto;
}

    .chatlist a {
        float: left;
        padding: 5px 10px 5px 10px;
        width: 100%;
    }

.chatpage {
    float: left;
    width: 100%;
    height: 450px;
    background-color: #fff;
    display: none;
}

.chatpageheader {
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    text-align: left;
    border-bottom: solid 1px #555;
    padding: 5px 10px 5px 10px;
    height: 36px;
}

    .chatpageheader a {
        float: right;
        font-weight: bold;
        font-size: 14pt;
    }

.chatpageitems {
    float: left;
    width: 100%;
    height: 380px;
    border-bottom: solid 1px #555;
    overflow: auto;
    padding: 10px 0 0 0;
}

#chatlistopener {
    float: right;
    font-weight: bold;
    font-size: 14pt;
    color: #fff;
}

.txtMessagetext {
    width: 360px;
    border: none;
    padding: 5px;
}

#btnSaveChatMessage {
    width: 20px;
    padding: 7px;
    height: 20px;
    border-right: solid 1px #555;
}

.chatpageasdd {
    float: left;
    width: 400px;
    background-color: #fff;
    border: solid 1px #555;
    margin-right: 20px;
}

.chatmessagecontent {
    float: left;
    width: 398px;
    height: 445px;
    display: block;
    border-bottom: solid 1px #555;
    overflow: auto;
    background-color: #f5f5f5;
    padding: 10px 5px 10px 5px;
}

.pagealert {
    position: fixed;
    bottom: 5px;
    overflow: hidden;
    width: 60px;
    height: 45px;
    border: solid 1px #555;
    background-color: #fff;
    margin-right: 60px;
    right: 1200px;
    text-align: center;
    padding-top: 10px;
    background-color: #f5f5f5;
}

.pagealertdetail {
    position: fixed;
    bottom: 60px;
    overflow: hidden;
    width: 400px;
    max-height: 200px;
    border: solid 1px #555;
    background-color: #fff;
    margin-right: 60px;
    right: 1200px;
    text-align: center;
    padding-top: 10px;
    background-color: #f5f5f5;
    overflow: auto;
}

    .pagealertdetail a {
        float: left;
        display: block;
        text-align: left;
        padding: 5px 10px 5px 10px;
        width: 350px;
    }

        .pagealertdetail a i {
            float: left;
            margin-right: 10px;
        }

.receiveritem {
    width: 300px;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #e2e2e2;
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
}

.senderitem {
    width: 300px;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #3b5998;
    background-color: #6d84b4;
    color: #fff;
    float: right;
    margin-bottom: 10px;
}

.chatmessagestatus {
    width: 100%;
    text-align: right;
    font-style: italic;
    float: right;
    padding-right: 10px;
}

    .chatmessagestatus span {
        font-size: 9pt;
    }

.receivercoversationitem {
    width: 94%;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #e2e2e2;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
}

.sendercoversationitem {
    width: 94%;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #3b5998;
    background-color: #6d84b4;
    color: #fff;
    float: right;
    margin-bottom: 10px;
}

.chatmessagestatus {
    width: 100%;
    text-align: right;
    font-style: italic;
    float: right;
    padding-right: 20px;
}

    .chatmessagestatus span {
        font-size: 9pt;
    }

.groupchatul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

    .groupchatul li {
        float: left;
        display: inline-table;
    }




.chatuserlistitem {
    ;
    border-top: solid 1px #e2e2e2;
    padding: 5px;
    cursor: pointer;
}

.chatpagelistholder {
    overflow: auto;
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 0;
    height: 800px;
}

.chatpagemessageholder {
    overflow: auto;
    height: 800px;
    margin-left: 20px;
    border: solid 1px #555;
    padding: 0px;
}

.mesagingpageconversationheader {
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    text-align: left;
    border-bottom: solid 1px #555;
    padding: 5px 10px 5px 10px;
    height: 36px;
}

.conversationdetail {
    width: 100%;
    padding: 20px;
    float: left;
    height: 671px;
    overflow: auto;
}

.conversationcontrols {
    width: 100%;
    padding: 20px;
    float: left;
    height: 90px;
    overflow: auto;
    background-color: #e5e5e5;
    border-top: solid 1px #555;
    padding: 5px;
}

.conversationmessageinput {
    width: 90%;
    height: 74px;
    padding: 5px;
}

.conversationcontrols button {
    float: right;
    height: 71px;
}


.retrangletag {
    display: block;
    width: 210px;
    height: 210px;
    background: #E6E7ED;
    overflow: hidden;
    padding: 5px;
}

.circletag {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    text-align: center;
    overflow: hidden;
}

    .circletag img {
        height: 200px;
    }


.chatretrangletag {
    display: block;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    overflow: hidden;
    padding: 5px;
}

.chatcircletag {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    text-align: center;
    overflow: hidden;
}

    .chatcircletag img {
        height: 30px;
    }


/*tooltip*/

.tooltip {
    font-size: 10pt;
    font-family: 'Proxima Nova',sans-serif;
}

.tooltip-inner {
    text-align: left;
    padding: 10px;
}

.alertBtn {
    top: -15px;
}


/*dropdown ikon rengi*/
.dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    color: #6c7a86;
    margin: 0;
}

.dropdown-item .font-icon {
    color: #6c7a86;
    margin: 0 4px;
}

.mouseHand {
    cursor: pointer !important;
}

.mouseHelp {
    cursor: help !important;
}

.customized-header {
    background: none;
    padding: 0;
    height: auto;
}

    .customized-header .site-header-collapsed .site-header-collapsed-in {
        margin-right: 0;
    }

    .customized-header .top {
        background: #FFFFFF;
        padding: 0 15px;
        margin-bottom: 0;
        border-bottom: solid 1px #c5d6de;
        position: relative;
        z-index: 900;
    }

        .customized-header .top .site-logo {
            height: 20px;
            position: absolute;
            top: 0;
            left: 15px;
        }

            .customized-header .top .site-logo img {
                height: 30px;
                top: 4px;
            }

    .customized-header .bottom {
        /*width: 100%;*/
        min-height: 70px;
        height: auto;
        background: #fff;
        box-shadow: 0 0 15px #a2a3a5;
    }

        .customized-header .bottom .alertBtn {
            top: unset;
            padding: 4px 6px 0;
            min-width: 60px;
        }

        .customized-header .bottom .dropdown-typical {
            top: 15px;
            left: 0;
            margin-right: 10px;
        }

.widget {
    margin: 0px !important;
}
