﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

img {
    border: 0;
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.red {
    color: #ff0000;
}

.blue {
    color: #427fed;
}

.green {
    color: #6dd46d;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}


.left-container {
    width: 240px;
    background-color: #F5F5F5;
    z-index: 100;
    position: fixed;
}

.right-container {
    top: 20px;
    left: 260px;
    position: absolute;
    min-width: 600px;
}

.left-shadow {
    background-image: url("left-shadow.png");
    height: 100%;
    position: absolute;
    right: 0;
    width: 8px;
}

.logo {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #333;
    font-family: sans-serif, Verdana, Geneva;
    font-size: 24px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.73);
}

.menu-nav {
    list-style: none outside none;
    padding-left: 0;
    font-family: sans-serif, Verdana, Geneva;
    margin-bottom: 200px;
}

    .menu-nav i {
        margin-right: 0.3em;
        float: left;
        margin-bottom: 5px;
        margin-right: 0.3em;
        margin-top: 4px;
    }

    .menu-nav > li > ul > li i {
        margin-right: 0.3em;
    }

    .menu-nav > li {
        position: relative;
        display: block;
        float: none;
        border-bottom: 1px solid #CCCCCC;
        padding-left: 20px;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1 );
    }

        .menu-nav > li:first-child {
            border-top: 1px solid #CCCCCC;
        }

        .menu-nav > li > a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            display: block;
            padding: 14px 8px 14px 0;
            position: relative;
        }

            .menu-nav > li > a:hover {
                font-weight: bold;
            }

        .menu-nav > li > ul {
            margin-bottom: 20px;
            padding-left: 28px;
            margin-top: -10px;
        }

            .menu-nav > li > ul > li > a {
                text-decoration: none;
                color: #333;
                padding: 5px 0;
                display: block;
                position: relative;
            }

                .menu-nav > li > ul > li > a:hover i {
                    color: #427fed;
                }

                .menu-nav > li > ul > li > a > i {
                    font-size: 14px;
                }

            .menu-nav > li > ul > li {
                list-style: none;
                font-size: 14px;
            }

    .menu-nav li:hover {
        background-color: #FFF;
    }

    .menu-nav .m-active {
        background-color: #fff;
    }

    .menu-nav .m-active-sub {
        font-weight: bold;
    }

        .menu-nav .m-active-sub i {
            color: #427fed;
        }

.footer {
    padding: 0 0 20px 20px;
    bottom: 0;
    padding: 0 0 20px 20px;
    position: fixed;
    width: 240px;
    z-index: 101;
    background-color: #F5F5F5;
    background-image: url("left-shadow.png");
    background-position: right;
    background-repeat: repeat-y;
}

    .footer a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #999;
        text-decoration: none;
    }

.grid-close {
    position: absolute;
    right: 22px;
    padding: 5px;
    cursor: pointer;
    color: #ccc;
    z-index: 2;
}

    .grid-close :hover {
        color: #333;
    }

.login-container {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 500px;
    position: relative;
    margin: 100px auto;
    padding-bottom: 68px;
}

.login-logo {
    text-align: center;
    margin: 68px 0 20px 0 !important;
    padding: 0;
}

.login-form {
    width: 220px;
    margin: 0 auto;
    position: relative;
    display: table;
}

    .login-form > form > button {
        width: 100%;
    }

.login-form-error {
    color: red;
    border-color: red;
}

.login-footer {
    padding: 0;
    width: 500px;
    text-align: center;
    margin: 20px auto;
}

.left-container-bg {
    width: 240px;
    height: 100%;
    background-color: #F5F5F5;
    background-image: url("left-shadow.png");
    background-position: right;
    background-repeat: repeat-y;
    z-index: 99;
    position: fixed;
}


/* Popup Container Başla */
.pop-up-container {
    /*! display: none; */
    position: fixed;
    padding: 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

    .pop-up-container.popup-video .pop-up {
        max-width: 100%;
    }

    .pop-up-container.popup-video .pop-up-content {
        overflow: hidden;
        max-height: 100%;
        max-width: 100%;
        width: 700px;
        height: 400px;
    }

.pop-up-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pop-up {
    background-color: white;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
    padding: 16px;
    padding-top: 36px;
    min-width: 240px;
    position:relative;
}

.pop-up-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 24px;
}

    .pop-up-btn-container .btn {
        padding: 8px 16px;
        font-size: 16px;
        font-family: 'APP', Helvetica, Arial, sans-serif;
        border: 1px solid #efefef;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgb(30, 133, 218);
        color: white;
    }

        .pop-up-btn-container .btn:hover {
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            border: 1px solid #ffffff;
        }

.pop-up-container .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    z-index: 2;
}

    .pop-up-container .close:hover {
        opacity: 1;
    }

/* Popup Container Bitti */


/* Loader Başla*/
/*---------------loader-------------------------*/
.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*---------------loader-------------------------*/

.progress-container {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #F1F4F7;
    z-index: 99999999;
    position: fixed;
}

.progress-content {
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


.progress-ok {
    color: rgb(14, 233, 32);
    font-size: 150px;
}

.progress-error i {
    color: rgb(255, 0, 0);
    font-size: 150px;
}

.progress-error p {
    font-size: 13px;
    max-width: 550px;
    padding: 40px 20px;
    text-align: center;
    margin: 0 auto;
}
/*Loader bitti*/