/*===General Settings*/
body{
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0;
    margin: 0;
    font-size:14px;
    color: #606060;
	text-align: left;
    position: relative;
    background: #EDF2F9;
    min-height: 100vh;
}

*,*:focus {
    outline: none;
}

/*
*,*:focus {
    outline: none;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}*/

h1,h2,h3,h4,h5,h6{
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

p{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

.clear{
    clear: both;
}

.pointer{
    cursor: pointer;
}

.hidden{
    display: none !important;
}

.container-fluid{
    padding: 0 70px;
}

.badge{
    display: inline-block;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-right: 4px;
    margin-top: 4px;
}

.badge-blue{
    background: #3688F5;
}

.badge-green{
    background: #00B368;
}

.badge-red{
    background: #f24e5d;
}

.openbarrier{
    background: #f24e5d;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 22px;
    font-size: 12px;
    display: inline-block;
}

.openbarrier-out{
	background: #12c773;
}

/**============*/
.main{
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 70px 7vw 30px 7vw;
}

.main-top{
    position: fixed;
    top: 0;
    left: 7vw;
    right: 7vw;
    z-index: 10;
    padding: 0 16px;
    line-height: 60px;
    background: rgba(237, 242, 249, 0.9);
    box-shadow:  rgba(0, 0, 0, 0.2) 0px 8px 8px -8px;
}

.main-top h1{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #3688F5;
    text-transform: lowercase;
    float: left;
}

.main-top ul{
    list-style-type: none;
}

.main-top>ul{
    position: relative;
    top: 1px;
    float: left;
    margin-left: 16px;
}

.main-top>ul>li{
    display: inline-block;
    margin-left: 16px;
    position: relative;
}

.main-top>ul>li span{
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}

.main-top>ul>li:hover span{
    color: #111;
    transition: all 0.4s;
}

.main-top>ul>li span i{
    margin-left: 3px;
}

.main-top>ul>li:hover>ul{
    display: block;
}

.main-top>ul>li>ul{
    display: none;
    position: absolute;
    top: 55px;
    left: -16px;
    background: #fff;
    border-radius: 5px;
    min-width: 170px;
    padding: 8px 0;
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
}

.main-top>ul>li>ul>i{
    line-height: 30px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 32px;
}

.main-top>ul>li>ul li{
    line-height: 30px;
}

.main-top>ul>li>ul li a{
    display: block;
    font-size: 14px;
    padding: 0 16px;
    color: #606060;
    font-weight: 600;
    transition: all 0.4s;
}

.main-top>ul>li>ul li a:hover{
    transition: all 0.4s;
    color: #111;
    background: #EDF2F9;
}

.main-top .logout{
    float: right;
}

.main-top .logout span{
    position: relative;
    top: -2px;
    font-size: 16px;
    display: inline-block;
}

.main-top .logout span i{
    font-style: normal;
    color: #111;
    text-transform: uppercase;
}

.main-top .logout a{
    display: inline-block;
    color: #3688F5;
    font-size: 24px;
    cursor: pointer;
    margin-left: 5px;
    transition: all 0.4s;
}

.main-top .logout a:hover{
    transition: all 0.4s;
    color: #2569C3;
}

/**============*/
.mainright{
    margin: 23px 16px 0 250px;
    position: relative;
}

.tabp{
    background: #fff;
    padding-bottom: 16px;
    border-radius: 5px;
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    position: relative;
}

.mainright table{
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    position: relative;
}

.mainright table td:last-child{
    text-align: right;
}

.mainright table td:first-child{
    text-align: left;
}

.mainright table td{
    text-align: center;
}

.mainright table thead td{
    background: #EDF2F9;
    padding:  4px 16px;
    font-weight: 600;
    color: #111;
    position: sticky;
    top: 114px;
}

.mainright table tbody td{
    padding: 10px 16px;
    border-bottom: 1px solid #EDF2F9;
}

.mainright table tbody tr:nth-child(even) td{
    background: #F9FAFD;
}

.mainright table tbody td input,
.mainright table tbody td select,
.mainright table tbody td .submitin.issave,
.mainright table tbody td .submitin.iscancel{
    display: none;
}

.mainright table tbody tr.editing td input,
.mainright table tbody tr.editing td select,
.mainright table tbody tr.editing td .submitin.issave,
.mainright table tbody tr.editing td .submitin.iscancel{
    display: inline-block;
}

.mainright table tbody tr.editing td span,
.mainright table tbody tr.editing td .submitin.isedit,
.mainright table tbody tr.editing td .submitin.isdel{
    display: none;
}

.mainright table tbody:not(.raport) tr:last-child{
    display: none;
}

.mainright table tbody tr.editing:last-child{
    display: table-row;
}

.mainright table tbody td .submitin{
    display: inline-block;
    background: transparent;
    border: 1px solid #3688F5;
    color: #3688F5;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s;
    margin-left: 10px;
}

.mainright table tbody td .submitin.iscancel{
    border-color: #D06D35;
    color: #D06D35;
}

.mainright table tbody td .submitin.issave{
    border-color: #00B368;
    color: #00B368;
}

.mainright table tbody td .submitin.isdel{
    border-color: #f24e5d;
    color: #f24e5d;
}

.mainright table td input{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    width: 100%;
    background: #fff;
    border: 1px solid #d8e2ef;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.0) 0px 0px 0px 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 22px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s;
}

.mainright table td select{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    width: 100%;
    background: #fff;
    border: 1px solid #d8e2ef;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.0) 0px 0px 0px 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 22px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s;
}

.tabhead{
    background: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    position: sticky;
    height: 30px;
    top:64px;
    z-index: 3;
}

.tabhead h2{
    float: left;
    font-size: 20px;
    font-weight: 500;
}

.tabhead .submitin{
    float: right;
    display: inline-block;
    background: transparent;
    border: 1px solid #3688F5;
    color: #3688F5;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s;
}

.tabhead .submitin:hover{
    transition: all 0.4s;
    border-color: #2569C3;
    color: #2569C3;
}

/**============*/
.pagination{
    padding: 15px 0;
    text-align: center;
}

.pagination a{
    display: inline-block;
    font-size: 16px;
    width: 40px;
    text-align: center;
    font-weight: 600;
    color: #111;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s;
    background: #fff;
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    margin: 0 10px 10px 0;
    transition: all 0.4s;
}

.pagination a:hover{
    background: #EDF2F9;
    transition: all 0.4s;
}

.pagination a.isppsel{
    color: #fff;
    background: #3688F5;
    transition: all 0.4s;
}

/**============*/
.mainleft{
    position: fixed;
    top: 76px;
    left: 7vw;
    width: 202px;
    padding: 16px;
}

.mainleft .filterline{
    padding-bottom:25px;
}

.mainleft .filterline h2{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
}

.mainleft .filterline input{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    width: 100%;
    background: #fff;
    border: 1px solid #d8e2ef;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.0) 0px 0px 0px 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 16px;
    line-height: 26px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s;
    text-transform: uppercase;
}

.mainleft .filterline input:focus{
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.25) 0px 0px 0px 4px;
}

.mainleft .filterline select{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    width: 100%;
    background: #fff;
    border: 1px solid #d8e2ef;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.0) 0px 0px 0px 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 16px;
    line-height: 26px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s;
}

.mainleft .filterline select:focus{
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.25) 0px 0px 0px 4px;
}

.mainleft .filterline .filter{
    display: inline-block;
    width: 100%;
    background: #3688F5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s;
}

.mainleft .filterline .filter:hover{
    transition: all 0.4s;
    background: #2569C3;
}

/**============*/
.notfound{
    position: relative;
    top: 10vh;
    left: 50%;
    transform: translatex(-50%);
    width: 50%;
    background: #fff;
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    border-radius: 5px;
    width: 480px;
    padding: 30px;
    text-align: center;
}

.notfound h1{
    font-size: 34px;
    font-weight: 800;
    color: #3688F5;
    text-transform: uppercase;
}


/**============*/
.login{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    background: #fff;
    box-shadow: rgba(65, 69, 88, 0.1) 0px 7px 14px 0px, rgba(0, 0, 0, 0.07) 0px 3px 6px 0px;
    border-radius: 5px;
    width: 480px;
}

.login h1{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #3688F5;
    text-transform: lowercase;
}

.login .login-top h2{
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #111;
    padding: 25px 0;
}

.login .login-line{
    padding: 0 20px 25px 20px;
}

.login .login-line h2{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
}

.login .login-line input{
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    width: 100%;
    background: #fff;
    border: 1px solid #d8e2ef;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.0) 0px 0px 0px 4px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 16px;
    line-height: 26px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.4s;
}

.login .login-line input:focus{
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset, rgba(44, 123, 229, 0.25) 0px 0px 0px 4px;
}

.login .login-submit{
    padding: 0 20px 25px 20px;
}

.login .login-submit .submit{
    display: inline-block;
    width: 100%;
    background: #3688F5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s;
}

.login .login-submit .submit:hover{
    transition: all 0.4s;
    background: #2569C3;
}

/**============*/
.notice{
    display: none;
    background: rgba(237, 242, 249, 0.90);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.notice.active{
    display: block;
}

.notice .text{
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    transform: translatey(-50%);
    background: #fff;
    padding: 30px 0;
    text-align: center;
}

.notice .text h3{
    color: #3688F5;
    font-size: 24px;
}

.notice .text img{
    display: none;
    height: 100px;
    width: auto;
}

.notice .text img.active{
    display: inline-block;
}

@media (max-width: 1500px){
    .main{
        padding-left:15px;
        padding-right:15px;
    }
    
    .main-top{
        left: 15px;
        right: 15px;
    }
    
    .mainleft{
        left: 15px;
    }
    
    .mainright table tbody td,
    .mainright table thead td{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .mainright table td input{
        padding-left: 3px;
        padding-right: 3px;
        font-size: 12px;
    }
}