/* Minification failed. Returning unminified contents.
(1552,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background: url('../image/map.jpg') no-repeat center center fixed;*/
    background-color: #e0e0e0 !important;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Tahoma','Geneva','sans-serif' !important;
    font-size: 13px !important;
}

span.error {
    display: block;
    visibility: hidden;
    color: red;
    font-size: 90%;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
td{
    word-break:break-word;
}
.logo {
    height: 55px;
    width: 200px;
}

.wcolor {
    width: auto;
    background-color: #ffffff;
}

.my-navbar-color {
    background-image: url('/image/navbar.jpg');
    background-color: #355d9c;
    border-color: #080808;
}

.my-navbar-button > li > a {
    color: #ffffff !important;
    /*font-size: 16px;*/
}

    .my-navbar-button > li > a:hover {
        background-color: rgba(35, 121, 195, 0.62) !important;
        margin-top: 2.5px;
    }

.my-head-font {
    color: #ffffff;
    font-size: 30px;
}

.my-p-font {
    color: #ffffff;
    font-size: 16px;
}

.my-col-margin {
    margin-top: 50px;
    margin-left: 50px;
}

.my-font-size {
    font-size: 20px;
}

.my-font-head {
    color: #222222;
    font-size: 30px;
}

.my-btn-danger {
    color: white;
    background-color: #3337ed;
    border-color: #1811be;
}

.my-border {
    border-style: solid;
    border-width: 1px;
    border-color: #0026ff;
}
/*__________MainMenuPartial__________*/
/*MAINMENU DROPDOWN*/
.nav2 {
    background: url('/image/2.jpeg') no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 0;
    margin-top: 2px;
}

.my-mainmenulayotFontColor-a {
    color: white;
    margin-top: -10px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: transparent;
    border-radius: 4px;
    color: #000000;
}

.dropdown {
    margin-left: 3px;
    margin-top: 8px;
    background: transparent;
    border: transparent;
    border-radius: 4px;
    width: auto;
    margin-bottom: 8px;
    height: 30px;
}

.dropdown-menu > li > a {
    color: #000000 !important;
    padding: 10px 14px !important;
}

    .dropdown-menu > li > a:hover {
        color: #23527c !important;
        background-color: #e5e5e5 !important;
    }
/*#768bff;*/
.dropdown ul.dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    box-shadow: none;
    margin-top: 7px !important;
    margin-left: -1px;
    width: 170px;
}

.dropdown-menu > :first-child {
    margin-top: -4.8px !important;
}

.dropdown-menu > :last-child {
    margin-bottom: -4.8px !important;
}

.dropdown ul.dropdown-menu:before {
    content: "";
    /*border-bottom: 10px solid transparent;
           border-bottom: 10px solid #768bff;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;*/
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: 10;
}

.dropdown ul.dropdown-menu:after {
    content: "";
    /*border-bottom: 12px solid transparent;
            border-right: 12px solid transparent;
            border-left: 12px solid transparent;*/
    position: absolute;
    top: -12px;
    left: 14px;
    z-index: 9;
}

.my-dropdown-icon {
    margin-right: 5px;
    margin-top: 2px;
    font-size: 12px;
}

.btn-group-xs > .btn, .btn-xs {
    line-height: 1.2 !important;
}
/*__________MAIN MENU DROPDOWN - SIDE BY SIDE__________*/

/*li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        }

        li a:hover, .my-dropdown-menu:hover .dropbtn {
        background-color: red;
        }

        li.my-dropdown-menu {
        display: inline-block;
        }*/

.dropdown-content {
    margin-left: 168.5px;
    margin-top: -40px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none !important;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #e5e5e5;
        }

.my-dropdown-menu:hover .dropdown-content {
    display: block;
}
/*__________./MAIN MENU DROPDOWN - SIDE BY SIDE__________*/


/*__________DROPDOWN - SITELER__________*/
.my-mainMenu-dropdown-menu {
    background: -webkit-gradient(linear, left top, left 25, from(#E17D7B), color-stop(4%, #390E0D), to(#E17D7B));
    background: -moz-linear-gradient(top, #E17D7B, #390E0D 1px, #E17D7B 25px);
    color: white;
}

    .my-mainMenu-dropdown-menu li > a {
        color: #fff;
    }

    .my-mainMenu-dropdown-menu > li {
        background: #D9534F;
        border-bottom: 1px solid #791C1A;
        border-left: 2px solid #791C1A;
        border-right: 2px solid #791C1A;
    }

    .my-mainMenu-dropdown-menu li > a:hover {
        background: #D9534F;
    }

    .my-mainMenu-dropdown-menu > li > .divider {
        background-color: #D9534F;
        border: 10px solid #791C1A;
    }
/*__________./DROPDOWN - SITELER__________*/

/*__________./MainMenuPartial__________*/


.label-color {
    color: #525252 !important;
}

/*__________PopUpModel__________*/
.modal-dialog {
    width: 50%;
}
@media only screen and (max-device-width: 768px) {
    .modal-dialog {
        width: 80%!important;
    }
}
.header-style {
    background-color: #64aadc;
    color: white;
}
/*__________./PopUpModel__________*/
.margin-top-10 {
    margin-top: 10px!important;
}
/*Create Sayfası Resim*/
.create-picture {
    background-image: url('/image/bg-create2.png');
}
/*./Create Sayfası Resim*/

/*input[type=number] tasarımı*/
.quantity {
    position: relative;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    background-color: #b0c4de !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
    }
/*./input[type=number] tasarımı*/


/*__________GENEL DROPDOWN TASARIMI__________*/
.my-combobox {
    -webkit-appearance: button;
    /*-webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);*/
    -webkit-user-select: none;
    -moz-appearance: none;
    -moz-user-select: none;
    border-radius: 2px !important;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1) !important;
    background-image: url("/image/combobox.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5) !important;
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA !important;
    color: #555 !important;
    font-size: inherit !important;
    overflow: hidden;
    padding: 5px 10px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px !important;
}
/*__________./GENEL DROPDOWN TASARIMI__________*/


/*------------Complex/Create Sayfası*/
.bg-picture {
    background: url('/image/create.png');
    width: auto;
    height: auto;
    background-size: 100% 100%;
    /*background: url('../image/create2.png');*/
    /*background-size: 100% 100%;*/
}

/*__________.Create Button_________*/

/*Complex/Create Sayfası----------*/

.hrstyle {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.containersetting {
    background-color: white;
    box-shadow: 1px 1px 1px grey;
    border-radius: 5px;
    margin-bottom: 10px;
}

.rudButtonWidth {
    width: auto;
}
/**-------Scrolbar----------*/

.ozel-scrollbar {
    overflow-x: auto;
}
/**-------Scrolbar----------*/


/**-------Media query----------*/
/**-------./Media query----------*/


/**-----Label Background----*/
.label-bg {
    background-color: #f7f7f7;
    padding-bottom: 5px;
}
/**-----Label Background----*/
.btn-question {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    padding: 0px 7px;
    border-color: #ffffff;
    border-width: 1px;
}

.btn.btn-primaryy {
    background-color: #5c4084;
    border-color: #5c4084;
    outline: none;
}

    .btn.btn-primaryy:hover {
        background-color: #442f62;
        border-color: #442f62;
    }

    .btn.btn-primaryy:active, .btn.btn-primaryy:focus {
        background-color: #684895;
        border-color: #684895;
    }

/*Kullanıcı resmi*/
.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 12px;
}

.bell {
    background-image: url('/image/bell.png');
}

/*_____loading_____*/
div[name="divloading"] {
    display: none;
}

.loadingshow {
    display: block !important;
    position: fixed;
    z-index: 10000;
    background-image: url('/image/loading.gif');
    background-size: 70px 70px;
    background-color: transparent; /*#666*/
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

/*_____Layout üzerinde belli bir alandaki loading alanı için.(kodlar aktif değil. Layout üzerinde duruyor.)_____*/
.partloading {
    position: absolute;
    display: none;
    border: 1px solid #5c9ccc;
    padding: 2px;
    background-color: #5c9ccc;
    color: #ffffff;
    opacity: 0.90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100px;
    height: 50px;
    text-align: center;
    z-index: 100000;
}
/*_____Layout üzerinde belli bir alandaki loading alanı için.(kodlar aktif değil. Layout üzerinde duruyor.)_____*/

/*_____./loading_____*/
/*Bootstrap tags*/

ol, ul {
    list-style: outside none none !important;
}

.tags {
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #ccc !important;
    display: table !important;
    padding: 0.5em !important;
    width: 100% !important;
}

    .tags li.tagAdd, .tags li.addedTag {
        float: left !important;
        margin-left: 0.25em !important;
        margin-right: 0.25em !important;
    }

    .tags li.addedTag {
        background: none repeat scroll 0 0 #019f86 !important;
        border-radius: 2px !important;
        color: #fff !important;
        padding: 0.25em !important;
    }

    .tags input, li.addedTag {
        border: 1px solid transparent !important;
        border-radius: 2px !important;
        box-shadow: none !important;
        display: block !important;
        padding: 0.5em !important;
    }

        .tags input:hover {
            border: 1px solid #000 !important;
        }

span.tagRemove {
    cursor: pointer !important;
    display: inline-block !important;
    padding-left: 0.5em !important;
}

    span.tagRemove:hover {
        color: #222222 !important;
    }
/*./Bootstrap tags*/
.modifiablearea-create {
    background-color: #dfe3e9 !important;
    margin-top: 15px !important;
}

.modifiable-create-fixed {
    border-bottom: 3px solid #286090 !important;
    padding-bottom: 35px !important;
}

.modifiable-create-fixed-button {
    margin-bottom: 10px !important;
}

.horizontal-li li {
    float: left;
}

    .horizontal-li li:nth-child(1) {
        line-height: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .horizontal-li li:nth-child(n+2) {
        line-height: 2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.shadow-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.shadow-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.shadow-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
/*İnfo mesaj kutuları*/
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.info-msg {
    color: #059;
    background-color: #d2e7f5;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}


.profile-pic {
    background-image: url('/image/empty-prof.jpg');
    border-radius: 3%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
}

    .profile-pic:hover {
        background-color: rgba(0,0,0,.5);
        z-index: 10000;
        color: #fff;
        transition: all .3s ease;
        text-decoration: none;
    }

    .profile-pic span {
        display: inline-block;
        padding-top: 4.5em;
        padding-bottom: 4.5em;
    }

.tridbox {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 10px;
}

.titledesign {
    background-color: #337ab7;
    color: white !important;
}

.margin-rl {
    margin-right: 10px;
    margin-left: 10px;
}
/*gülücük css*/


div#smileys img {
    -webkit-appearance: none;
    width: 80px;
    height: 40px;
    border: none;
    cursor: pointer;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    div#smileys img:hover {
        filter: grayscale(0);
    }

    div#smileys img:focus {
        outline: 0;
    }

/*./gülücük css*/

/*Öneri ve şikayet buttonu css*/
.usrp-feedback-button-1 {
    position: fixed;
    bottom: 20px;
    right: 0;
    margin-top: -25px;
    max-width: 50px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    /* Icon background */
    .usrp-feedback-button-1 i {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }
    /* Transitions */
    .usrp-feedback-button-1 i,
    .usrp-feedback-button-1 span {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    /* Icon */
    .usrp-feedback-button-1 svg {
        width: 100%;
        height: 100%;
    }

        .usrp-feedback-button-1 svg .fill {
            fill: #ffffff;
        }
    /* Text */
    .usrp-feedback-button-1 span {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 15px 0 65px;
        white-space: nowrap;
        background: #1a71e6;
        color: rgba(255, 255, 255, 0);
    }
    /* Hover */
    .usrp-feedback-button-1:hover {
        max-width: 200px;
    }

        .usrp-feedback-button-1:hover i {
            background: rgba(0, 0, 0, 0.2);
        }

        .usrp-feedback-button-1:hover span {
            color: #ffffff;
        }
/*./Öneri ve şikayet buttonu css*/

/*Layaout css*/
/*kullanılmıyor.layout-part{
     margin-left:50px;
     width:93%;
}*/
.layout-alert {
    display: none;
    box-shadow: 1px 1px 1px grey;
}
/*./Layaout css*/
/*----------custom dialog box----------*/
#dialog-overlay {
    display: none;
    opacity: 0.25;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    width: 100%;
    z-index: 10000;
}

#dialog-box {
    display: none;
    position: fixed;
    background: #FFF;
    width: 550px;
    z-index: 101;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 4px 4px 3px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 4px 4px 3px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 4px 4px 3px 3px rgba(0, 0, 0, 0.35);
}

    #dialog-box > div {
        background: #FFF;
        margin: 8px;
    }

        #dialog-box > div > #dialog-box-head {
            background: #FFF;
            font-size: 19px;
            padding: 10px;
            color: #000;
        }

        #dialog-box > div > #dialog-box-body {
            background: #FFF;
            padding: 20px;
            color: #000;
        }

        #dialog-box > div > #dialog-box-foot {
            background: #FFF;
            padding: 10px;
            text-align: right;
        }
/*----------custom dialog box----------*/
.list-group-with-trash span[class="glyphicon glyphicon-trash"] {
    float: right !important;
    cursor: pointer !important;
}

/*profile dropdown*/
.dark-dropdown {
    background-color: #00374c;
}

    .dark-dropdown > li > a {
        color: white !important;
    }

.partial-head {
    border-bottom: 1px solid #b6b6b6;
}

.blue-head {
    margin-bottom: 10px!important;
    background-color: #337ab7!important;
    color: white!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}

.selectiontool-width {
    max-width: 100%;
    width: 87%;
}
.selectiontool-l-width {
    max-width: 100%;
    width: 89%;
}
.selectiontool-xl-width {
    width: 358px !important
}
@media only screen and (max-device-width: 466px) {
    .selectiontool-l-width {
        width: 85%;
    }
    .selectiontool-width {
        width: 84%;
    }
}
.max-width {
    width: 100%;
}


.span-size {
    font-size: 22px;
    margin-left: 10px;
    margin-top: 3px;
}

.defineBtn {
    color: #9c9c9c;
    background-color: #ececec;
    border-color: #aaa;
    float: left;
    line-height: 1.14;
    margin-left: 5px;
}

    .defineBtn:hover {
        color: #959090;
        background-color: #fcfcfc;
        border-color: #ccc;
    }

.general-width {
    width: 80% !important;
}
.double-general-width {
    width: 77% !important;
}
    /*Combobox*/
.combobox-xs-width {
    width: 86% !important;
    float: left !important;
}
.combobox-width {
    width: 89% !important;
}
.combobox-s-width {
    width: 94% !important;
}
.combobox-xl-width {
    width: 100% !important;
}


@media only screen and (max-device-width: 1024px) {
    .combobox-xs-width {
        width: 92% !important;
        float: left !important;
    }
    .combobox-width {
        width: 93% !important;
    }
    .general-width {
        width: 80% !important;
    }
    .double-general-width {
        width: 72% !important;
    }
    .combobox-s-width {
        width: 93% !important;
    }
}
@media only screen and (max-device-width:768px){
    .double-general-width {
        width: 62% !important;
    }
}
@media only screen and (max-device-width: 425px) {
    .combobox-xs-width {
        width: 86% !important;
        float: left !important;
    }
    .combobox-width {
        width: 86% !important;
    }
    .general-width {
        width: 80% !important;
    }
    .double-general-width {
        width: 74% !important;
    }
    .combobox-s-width {
        width: 86% !important;
    }
}
@media only screen and (max-device-width: 375px) {
    .combobox-xs-width {
        width: 83% !important;
        float: left !important;
    }
    .combobox-width {
        width: 83% !important;
    }
    .general-width {
        width: 80% !important;
    }
     .double-general-width {
        width: 69% !important;
    }
    .combobox-s-width {
        width: 83% !important;
    }
}
@media only screen and (max-device-width: 320px) {
    .combobox-xs-width {
        width: 79% !important;
        float: left !important;
    }
    .combobox-width {
        width: 79% !important;
    }
    .general-width {
        width: 80% !important;
    }
    .double-general-width {
        width: 61% !important;
    }
    .combobox-s-width {
        width: 79% !important;
    }
}

.selectiontool-left {
    text-align: left;
}

.float-left {
    float: left !important;
}

.site-warning-button {
    background-color: #ff5722 !important;
    border-color: #da4a1d !important;
}

#main-breadcrumb {
    margin-top: 55px;
    margin-bottom: 5px;
    visibility: hidden;
}

    #main-breadcrumb a {
        font-size: 15px !important;
    }

.modal-header-design {
    background-color: #1A71E699;
    color: white;
}

.label-a {
    text-decoration: none !important;
}

.label-a-black {
    color: #000;
    text-decoration: none !important;
}

    .label-a-black:hover {
        color: #000;
    }

.myrowselected td {
    background-color: lightsteelblue !important;
}

.ReceiptView {
    font-weight: 500 !important;
    margin-top: 5px !important;
}

.table-warning {
    background-color: #ffa9a9 !important;
}

.table-accept {
    background-color: #67ff89 !important;
}

.table-warning-td {
    color: red !important;
    font-weight: 700 !important;
}
tr.dx-selection td:not(.table-td-bg).table-warning-td {
    color: yellow !important;
}

.table-accept-td {
    color: #44a044 !important;
    font-weight: 700 !important;
}
tr.dx-selection td:not(.table-td-bg).table-accept-td {
    color: #76ff03 !important;
}

.table-td-bg {
    background-color: #fff8bc !important;
}

.display-none {
    display: none !important;
}
/*Panel Dizayn*/
.primary-card-panel {
    background-color: #459eff !important;
    border-color: #277edd !important;
    color: white !important;
}

.primary-card-head {
    background-color: #459eff !important;
    border-color: #277edd !important;
    color: white !important;
    font-size: 15px !important;
}

.primary-card-table tr {
    border-bottom: 1px solid #277edd !important;
}

.primary-card-table th {
    padding: 3px !important;
}

.success-card-panel {
    color: white !important;
    background-color: #38cc59 !important;
    border-color: #1ab03b !important;
}

.success-card-head {
    color: white !important;
    background-color: #38cc59 !important;
    border-color: #1ab03b !important;
}

.success-card-table tr {
    border-bottom: 1px solid #1ab03b !important;
}

.success-card-table th {
    padding: 3px !important;
}


.warning-card-panel {
    color: white !important;
    /*background-color: #efb300 !important;*/
    background-color: #ff9b63 !important;
    border-color: #e1763a !important;
}

.warning-card-head {
    color: white !important;
    /*background-color: #f0b70a !important;*/
    background-color: #ff9b63 !important;
    border-color: #e1763a !important;
}

.warning-card-table tr {
    border-bottom: 1px solid #e1763a !important;
}

.warning-card-table th {
    padding: 3px !important;
}

.danger-card-panel {
    background-color: #f55665 !important;
    color: white !important;
    border-color: #d23a48 !important;
}

.danger-card-head {
    background-color: #f55665 !important;
    color: white !important;
    border-color: #d23a48 !important;
}

.danger-card-table tr {
    border-bottom: 1px solid #d23a48 !important;
}

.danger-card-table th {
    padding: 3px !important;
}

/*.../Panel Dizayn*/

.panel-group .panel + .panel {
    margin-top: 0px !important;
}

.panel-title {
    padding: 10px;
}

.panel-list-size {
    padding: 5px;
    font-size: 16px;
}

.card-scroll {
    overflow-y: auto !important;
    height: 180px !important;
}


/*İnformation messages*/

div.message {
    position: relative;
    padding: 10px;
    padding-left: 35px;
    margin: 30px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background: #bbb;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    div.message:hover {
        box-shadow: 0 15px 20px rgba(10, 0, 10, 0.3);
        -webkit-filter: brightness(110%);
    }

.info-circle {
    width: 48px !important;
    height: 48px !important;
    font-family: FontAwesome;
    position: absolute;
    display: block;
    left: 50%;
    margin: 0 -21px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    padding: 10px;
    margin-top: 10px;
    background: #007fed;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    border: 2px solid transparent;
    z-index: 2;
}

    .info-circle:hover {
        background-color: #0170cf;
    }

    .info-circle:active {
        background-color: #1894ff;
    }
/*
div.message.info-circle {
    content: "\f129";
}

    div.message.announcement:before {
        content: "\f0f3";
    }

    div.message.success:before {
        content: "\f00c";
    }

    div.message.warning:before {
        content: "\f12a";
    }

    div.message.error:before {
        content: "\f00d";
    }*/

div.message.information {
    background: white;
    color: black;
    /*background: #39b;*/
}

div.message.warning {
    background: #e74;
}

div.message.success {
    background: #5a6;
}

div.message.announcement {
    background: #ea0;
}

div.message.error {
    background: #c43;
}
/*---İnformation messages*/



/*Responsive*/
@media only screen and (max-width: 991px) {
    .rs-login-navbar {
        margin-top: -36px !important;
    }
}

@media only screen and (max-width: 814px) {
    .rs-col6-navbar {
        margin-top: -50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rs-col6-navbar {
        margin-top: -50px !important;
    }

    .rs-box {
        margin-left: 0px !important;
    }

    .rs-box-width {
        height: 200px !important;
    }

    .rs-loginpartial {
        margin-top: 10px !important;
    }

    .rs-complexesButton {
        margin-top: 0px !important;
        margin-left: 10px !important;
    }

    .rs-nav-left {
        float: left !important;
    }
}

@media only screen and (max-width: 420px) {
    .rs-content {
        width: 325px !important;
    }
}


@media only screen and (max-width: 320px) {
    .rs-box-xs {
        margin-top: -317px !important;
    }
}

/*..///Responsive*/
.dataTables_wrapper .dataTables_processing {
    position: absolute !important;
    top: 150% !important;
    padding-bottom: 32px !important;
    text-align: center !important;
    font-size: 1.2em !important;
    background: #ff5722 !important;
}

#indexlayout-row-render {
    padding-bottom: 100px;
}
/*table.display tbody tr:nth-child(even):hover td {
    background-color: #005478 !important;
}

table.display tbody tr:nth-child(odd):hover td {
    background-color: #ff5722 !important;
}*/
table.display td.details-control {
    background: url('/image/details_open.png') no-repeat center center;
    cursor: pointer;
}

table.display tr.shown td.details-control {
    background: url('/image/details_close.png') no-repeat center center;
}

.forTh-border-bottom-1px-silver th {
    border-bottom: 1px solid #ddd !important;
}
.detailtable {
    padding-left: 50px;
    border-collapse: collapse;
    border-radius: 0.5em;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.50);
}

    .detailtable tr {
    }

    .detailtable td {
        padding: 1em;
    }

    .detailtable thead tr:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

        .detailtable thead tr:hover a {
            color: #000 !important;
        }

    .detailtable tr:hover {
        background-color: #f0ad4e !important;
        color: #ffffff !important;
    }

        .detailtable tr:hover a {
            color: #ffffff !important;
        }

tbody.rowhand tr {
    cursor: pointer;
}

tr.shown ~ tr:not([role]) {
}

#modifiablePopUp .modal-header .modal-title {
    font-size: 20px;
}

#modifiablePopUp .modal-body {
    font-size: 20px;
}

.box {
    width: 84px;
    height: 84px;
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    display: block;
    float: left;
    margin: 5px;
    box-shadow: 1px 1px 1px grey;
}

    .box h2 {
        font-family: "Open Sans", arial;
        font-weight: 300;
        bottom: 0px;
        font-size: 12px;
        margin-top: 12px;
        color: #fff;
    }

    .box span {
        font-size: 30px;
        color: white;
        top: 6px;
        left: 18px;
    }

a.box:hover {
    -webkit-transform: scale(1.05);
    text-decoration: none;
}

a.box:active {
    -webkit-transform: scale(1);
    text-decoration: none;
}

a.box:focus {
    text-decoration: none;
}

.lime {
    background: #61b812;
}

.orange {
    background: #e76022;
}

.blue {
    background: #1E90FF;
}

.redgay {
    background: #DA312E;
}

.yellow {
    background: #dbb701;
}

.bluefish {
    background: #02b9e3;
}

.magenta {
    background: #d22a4e;
}

.spacer {
    width: 770px;
    margin-right: 50px;
    float: left;
}

.dt-tab-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

continuereading {
    text-decoration: underline;
    cursor: pointer;
}

.standart-orange-color {
    color: #ff5723 !important;
}

}

.detailform .form-group div label:first-child {
    font-weight: 400 !important;
}

overpayment {
    font-weight: bold !important;
}



/* The checkbox */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500 !important;
}

    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

legend {
    border-bottom: 0;
    width: fit-content;
}

fieldset {
    padding: 10px;
    border: 1px solid silver;
}

.message-box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}


/*-----------------------Settings Tab-------------------------*/
a[data-list-orange="true"].list-group-item.active {
    border-left: 3px solid #ff5722 !important;
    color: #555 !important;
    background-color: #ffffff !important;
    border-color: #95959500;
    font-weight: 700;
    font-size:15px!important;
    /*border-color: #dddddd !important;*/
}
    a[data-list-orange="true"].list-group-item.active span {
        color: #ff5722;
    }
    a[data-list-orange="true"].list-group-item.active:hover span {
        color: #ff5722;
    }
    a[data-list-orange="true"].list-group-item.active:focus span {
        color: #ff5722;
    }
    a[data-list-orange="true"].list-group-item.active:hover {
        border-left: 3px solid #ff5722 !important;
        color: #555 !important;
        background-color: #ffffff !important;
        border-color: #95959500;
        font-weight: 700;
        /*border-color: #dddddd !important;*/
    }

    a[data-list-orange="true"].list-group-item.active:focus {
        border-left: 3px solid #ff5722 !important;
        color: #555 !important;
        background-color: #ffffff !important;
        border-color: #95959500;
        font-weight: 700;
        /*border-color: #dddddd !important;*/
    }

a[data-list-orange="true"].list-group-item  {
    border-color: #95959500;
    color: #a9a9a9 !important;
    background-color: #f8f7ee !important;
    font-size: 15px !important;
}

    a[data-list-orange="true"].list-group-item:hover {
        border-color: #95959500 !important;
        background-color: #eaeae1 !important;
        color: #555 !important;
    }

    a[data-list-orange="true"].list-group-item:focus {
        border-color: #95959500;
        color: #a9a9a9 !important;
        background-color: #f8f7ee !important;
    }
.no-border {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.no-border-panel {
    border: 0px solid transparent !important;
    border-radius: 0px!important;
}
.panel-head-style {
    font-size: 15px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    background-color: #ffffff00!important;
}
    /*a[data-list-orange="true"].list-group-item:first-child {
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
    }
    a[data-list-orange="true"].list-group-item:last-child {
        border-top-left-radius: 0px!important;
        border-top-right-radius: 0px!important;
    }*/
.list-head {
    color: white !important;
    background-color: #ff5722 !important;
    border-color: #fd4f18 !important;
    font-size: 15px;
}

/*-----------------------Settings Tab Finish-------------------------*/




/*--------------------New Modal---------------------*/

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100% !important;
    height: 85%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.bottom .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body,
.modal.bottom .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
    bottom: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
    bottom: 0;
}

/*bottom*/
.modal.bottom.fade .modal-dialog {
    bottom: -320px;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.in .modal-dialog {
    bottom: 0;
}
/* ----- MODAL STYLE ----- */
.border_radius_0{
    border-radius:0;
    border:none;
}
.modal-header_custom {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.zin_1049{
    z-index:1049 !important;
}

/*------------Settings Desing----------------*/
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}

    .design-process-content img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: -30px;
        top: 33px;
        width: 85%;
        z-index: -1;
    }

    .process-model li.visited::after {
        background: #57b87b;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        width: 18%;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            padding: 0;
            border: none;
            color: #606060;
        }

        .process-model li.active,
        .process-model li.visited {
            color: #57b87b;
        }

            .process-model li.active a,
            .process-model li.active a:hover,
            .process-model li.active a:focus,
            .process-model li.visited a,
            .process-model li.visited a:hover,
            .process-model li.visited a:focus {
                color: #57b87b;
            }

            .process-model li.active p,
            .process-model li.visited p {
                font-weight: 600;
            }

        .process-model li i {
            display: block;
            height: 68px;
            width: 68px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 65px;
            font-size: 30px;
            border-radius: 50%;
        }

        .process-model li.active i, .process-model li.visited i {
            background: #fff;
            border-color: #57b87b;
        }

        .process-model li p {
            font-size: 14px;
            margin-top: 11px;
        }

    .process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
        color: #606060 !important;
        font-weight: normal
    }

    .process-model.contact-us-tab li::after {
        display: none;
    }

    .process-model.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}
/*------------Settings Desing Finish----------------*/
.border-right {
    border-style: none solid none none;
    border-width:1px;
    border-color:#969696;
}

/*------------RegisterType----------------*/
.register-type-bg-prof {
    background-image: url(../image/registertype/prof-site-yonetim-sirketi.png) !important;
    background-repeat: no-repeat;
}
.register-type-bg-manage {
    background-image: url('../image/registertype/site-yoneticisi.png');
    background-repeat: no-repeat;
}
/*------------RegisterFinish----------------*/

.Isbank{
    display:none;
}

.textcolor-green {
    color: green !important;
}

.textcolor-red {
    color: red !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.fullypaid {
    background-color: rgb(153, 243, 154) !important;
}

.partlypaid {
    background-color: rgb(153, 207, 243) !important;
}

.selected {
    background-color: rgb(153, 243, 154) !important;
}

.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgb(255, 87, 34) !important;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
.alertify-notifier .ajs-message.ajs-success:hover{
    cursor:pointer;
}
.alert-orange {
    color: #ffffff;
    background-color: #ff5722;
}
    .alert-orange h1 {
        color: #ffffff;
    }
    .alert-orange h2 {
        color: #ffffff;
    }
    .alert-orange h3 {
        color: #ffffff;
    }
    .alert-orange h4 {
        color: #ffffff;
    }
    .alert-orange h5 {
        color: #ffffff;
    }
    .alert-orange h6 {
        color: #ffffff;
    }
    .alert-orange p {
        color: #ffffff;
    }
/*404 not found css---Başlangıç*/


/*--------------------
Page
--------------------*/
.page-error {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    font-family: Roboto, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    /*--------------------
Content
--------------------*/
    .page-error .content-error {
        text-align: center;
        padding-top: 118px;
        color: #00A7B4;
    }

        .page-error .content-error h1 {
            font-weight: 900;
            font-size: 165px;
            line-height: 1;
            margin-bottom: -10px;
        }

        .page-error .content-error h2 {
            font-weight: 700;
            font-size: 34px;
            margin-bottom: 6px;
        }

    .page-error p {
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 140px;
    }

    .page-error a {
        display: inline-block;
        font-weight: 300;
        font-size: 12px;
        text-transform: uppercase;
        border: 1px solid #CDD4DE;
        padding: 8px 14px;
        border-radius: 4px;
        cursor: pointer;
    }

    /*--------------------
Image
--------------------*/
    .page-error img {
        position: absolute;
        top: 20%;
        left: 70%;
        width: 400px;
        height: auto;
        z-index: -1;
        transform: scale(1.1);
    }
/*404 not found css---Bitiş*/

.ui-datepicker {
    position: relative;
    z-index: 1051 !important;
}

.word-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.erem-right {
    float: right !important;
}
.dx-datagrid-headers .dx-header-row td[role="columnheader"] {
    color: #000 !important;
    font-weight: bold !important;
    background: #e9eff3 !important;
    border-bottom: 1px solid #111 !important;
}
