﻿

body {
    font-size: 12px !important;
    font-family: 'Open Sans',sans-serif !important;
}

header, nav, section {
    display: block;
}

input[type="checkbox"] {
    
    cursor: pointer;
}


.pagetitle {
    border-bottom: 2px solid #C5C5C5;
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 0px;
}

/* Styles for basic forms
-----------------------------------------------------------*/
.cancelrow {
    text-decoration: line-through;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0px 0px 5px 10px;
    margin: 0 0 0.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.popupFooter {
    background-color: #F8F8F8;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0px;
    left:0px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


.wrapper {
    display: inline-block;
    padding-left: 10px;
    width: 100%;
}

input[type="text"], input[type="password"] {
    border: 1px solid #a9a9a9;
    padding: 5px;
    padding-top: 5px;
    padding-left: 6px;
    color: black;
    font-size: 14px;
}

    input[type="text"]:hover, input[type="password"] {
        border: 1px solid #42b4ff;
    }

input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
}






.calendar {
    border: 1px solid #a9a9a9;
    padding: 4px;
    padding-top: 5px;
    padding-left: 30px !important;
    background-image: url(../content/image/calender.png);
    background-position: 4px 2px, center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position-x: 4px;
    width: 109px;
}

    .calendar:hover {
        border: 1px solid #42b4ff;
        background-image: url(../content/image/calender_hover.png);
    }






.popupHeader {
    background-repeat: no-repeat;
    height: 32px;
    font-size: 17px;
    /* padding-top: 16px; */
    font-weight: bold;
    border-bottom: 2px solid #666;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.btnNew:hover, .btnSave:hover, .btnClose:hover {
    background-color: #f2f2f2;
}

h2 {
    border-bottom: 1px solid #4d88d5;
    width: 100%;
    color: #4d88d5;
    font-size: 14px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

select {
    padding: 3px;
    height: 28px !important;
    font-size: 12px;
    color: black;
}

    select option {
        display: block;
        padding: 0px 2px 1px;
        white-space: pre;
        min-height: 1.2em;
    }



.stdButton {
    height: 28px;
}


 

.tab div {
}

.loading-popup {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:rgba(0, 0, 0, 0.21);
}

.loading-popup-load {
    position: fixed;
    z-index: 10001;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100&;
    border-radius: 100%;
}

.background-popup {
    font-family: Arial;
    font-size: 12px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../content/image/bg-modelbox.png);
}

.header-popup {
    padding: 4px;
    border-bottom: 1px solid #cdcecf;
    padding-left: 10px;
    font-size: 12pt;
    color: #74777b;
    font-weight: bold;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.content-popup {
    font-family: Arial;
    position: fixed;
    z-index: 10000;
    background-color: White;
    color: #717171;
    /*-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
*/
    -moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}


.removeitem {
    height: 20px;
    background-color: transparent;
    padding: 5px;
    margin-left: 5px;
    float: right;
}



.tbl {
    margin: 5px 5px 5px 0px;
    padding: 4px;
}

    .tbl td {
        padding: 4px;
        padding-right: 4px;
    }

    .tbl tfoot tr td {
        background-color: #ddd;
    }

    .tbl td:first-child {
        border-left: 0px solid #ffffff;
    }

    .tbl tr:first-child td {
        border-top: 0px solid #ffffff;
    }


    .tbl thead tr:first-child td, .tbl thead tr:first-child th {
        border-top: 0px solid #ffffff;
    }



.stdTable thead {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.stdTable td {
    padding: 4px;
    padding-right: 10px;
    border-left: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}

    .stdTable td:first-child {
        border-left: 0px solid #ffffff;
    }


.stdTable thead tr:first-child td {
    border-top: 0px solid #ffffff;
}

.stdTable tbody tr:hover {
    background-color: #dcefff;
}

#currency td {
    padding-right: 5px;
}

.servicedetaillink {
    color: #A81C4C;
    font-weight: normal;
    cursor: pointer;
}

    .servicedetaillink:hover {
        color: #000000;
        cursor: pointer;
    }

.radiuslabel {
    background-color: rgba(214, 214, 214, 0.5);
    color: #2F2727;
    width: 180px;
    text-align: center;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 11px;
}


.messagepopup {
    background-color: #00aeef;
    color: white !important;
    padding: 10px;
    font-size: 13px;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 360px;
}

    .messagepopup i {
        font-size: 28px;
    }

    .messagepopup img {
        margin-right: 5px;
    }

.messagepopup_head {
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color: white !important;
    font-weight: normal;
}

.messagepopup_mess {
    font-size: 13px;
    color: white !important;
    font-weight: normal;
}

    .messagepopup_mess b {
        font-size: 13px;
        color: white;
        font-weight: normal;
    }

        .messagepopup_mess b:hover {
            color: #000;
        }

.messagepopup_close {
    color: white;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 17px;
    margin-right: 7px;
    cursor: pointer;
}

.cssalert {
    top: 0px;
    left: 0px;
    z-index: 1000000;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    color: black;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.45);
}

    .cssalert div {
        top: 335px;
        left: 0px;
        z-index: 2001;
        padding-top: 20px;
        padding-left: 25%;
        position: fixed;
        background-color: white;
        width: 100%;
    }




/* New Global Styles */
.fl {
    float: left;
    width: 130px;
    text-align: left;
    height: 54px;
}

.fr {
    float: right
}

ol, ul {
    list-style: none
}


.logo a {
    margin: 1px 0 3px 15px;
    display: block;
    background-size: 120px;
}


.loginPanel > li {
    float: right;
    height: 32px;
    border-left: solid 1px #eeeeee;
    cursor: pointer;
    position: relative
}

    .loginPanel > li:last-child {
        border-left: 0px solid #fff
    }

.loginPanel li a:hover {
    color: #000;
}

.loginPanel > li > span, .loginPanel > li > a {
    color: #797979;
    line-height: 32px;
    font-size: 12px;
    padding: 0 8px;
    text-decoration: none
}

.dropdown-menu {
    background-clip: padding-box !important;
    background-color: #FFFFFF !important;
}

.loginPanel i {
    padding-right: 5px;
    font-size: 18px;
}

input, button, select {
    font-size: 12px !important;
    height:30px !important;
    border-radius:3px !important;
}

button {
    padding-bottom: 3px;
    padding-top: 3px;
    text-transform: uppercase !important;
}

.grdbtn {
    padding-bottom: 0px;
    padding-top: 0px;
    text-transform: uppercase !important;
    border: 0px;
    font-size: 11px;
    font-weight: normal !important;
    height:auto !important;
}





/*event menu takvim*/


.dropdown {
    position: relative;
    display: inline-block;
    color: #797979;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    border: 1px solid #d8d8d8;
    padding: 5px;
    z-index: 999999;
}

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 6px;
}

.dropdown-content a i {
    font-size: 9px;
    display: inline-block;
}

.dropdown-content a {
    font-size: 11px;
    display: block;
    padding: 2px 2px 2px 4px;
    border-radius: 4px;
}

    .dropdown-content a:hover {
        background-color: #e9ecef;
    }

.row {
    margin-bottom: 7px;
}

.chatboxtitle div {
    color: #42b4ff;
    font-weight: bold;
}

.chatbox #message {
    overflow-x: hidden;
    overflow-y: auto;
    height: 315px;
    border-radius: 3px;
    margin-bottom: 0px;
}


.chatbox #user {
    overflow-x: hidden;
    overflow-y: auto;
    height: 315px;
    border-radius: 3px;
    margin-bottom: 0px;
}
.chatbox .adminuser {
    color:red;
    font-weight:400;
}


    .chatbox #user div {
        padding: 4px;
        border: 1px solid #6c757d;
        margin-bottom: 3px;
        border-radius:4px;
    }


.chatbox .message {
    border-radius: 3px;
    background-color: #ddd;
    width: 100%;
    padding: 4px;
    margin-bottom: 3px;
    font-size: 10px;
}

    .chatbox .message span {
        font-size: 9px;
    }

    .chatbox .message label {
        font-size: 12px;
        font-weight:100;
    }

    .chatbox .message b {
        font-size: 12px;
    }


.chatbox .mymessage {
    text-align: right;
}

 

.chatbox {
    position: fixed;
    bottom: 10px;
    height: 400px;
    width: 357px;
    background-color: #eeeeee;
    z-index: 9999;
    right: 10px;
    
    padding: 5px;
    -webkit-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px -2px rgba(0,0,0,0.75);
    display:none;
}

    .chatbox #user .user {
        background-color: #fff;
        margin: 2px;
        border-radius: 3px;
        display: inline-block;
        padding: 4px 4px 4px 4px;
        width: 96%;
        font-size: 10px;
    }

        .chatbox #user .user b {
            font-size: 10px;
        }


        .chatbox #user .user:hover {
            background-color: #4d88d5;
            color: #fff;
            cursor: pointer;
        }


.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}


.scrollbar {
    float: left;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 25px;
}


.customcol .col-sm-2, .customcol .col-sm-3, .customcol .col-sm-1, .customcol .col-sm-4, .customcol .col-sm-5, .customcol .col-sm-6, .customcol .col-sm-7, .customcol .col-sm-8, .customcol .col-sm-9, .customcol .col-sm-10, .customcol .col-sm-11, .customcol .col-sm-12 {
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 7px;
}



.form-control {
    height: 27px !important;
    padding: 0 7px !important;
    color: #666666 !important;
    font-size: 12px !important;
    border: 1px solid #cccccc !important;
    webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    transition: none !important;
    transition: none !important;
    
}


.txtdate {
    border: 1px solid #a9a9a9;
    padding: 4px;
    padding-top: 5px;
    padding-left: 30px !important;
    background-image: url(../content/image/calender.png);
    background-position: 4px 3px, center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position-x: 4px;
    width: 109px;
}

    .txtdate:hover {
        border: 1px solid #42b4ff;
        background-image: url(../content/image/calender_hover.png);
    }


 

.customcol .col-sm-2, .customcol .col-sm-3, .customcol .col-sm-1, .customcol .col-sm-4 {
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 7px;
}


.btn{
    border-radius:3px !important;
}



.tab-content{
    padding:15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link
{
     font-weight:600;
     color:#666;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: rgb(228,227,227);
        background: linear-gradient(180deg, rgba(228,227,227,1) 0%, rgba(255,255,255,1) 19%);
    }

.nav-tabs{
    margin-top:7px;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    float: right;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
    }
