
@font-face {
    font-family: TheSans;
    font-weight: 400;
    src: url(../fonts/TheSans-Plain.eot);
    src: local("â˜º"),url(../fonts/TheSans-Plain.woff) format("woff"),url(../fonts/TheSans-Plain.ttf) format("truetype"),url(../fonts/TheSans-Plain.svg) format("svg");
    font-style: normal;
}

@font-face {
    font-family: TheSans;
    font-weight: 700;
    src: url(../fonts/TheSans-Bold.eot);
    src: local("â˜º"),url(../fonts/TheSans-Bold.woff) format("woff"),url(../fonts/TheSans-Bold.ttf) format("truetype"),url(../fonts/TheSans-Bold.svg) format("svg");
    font-style: normal;
}


html {
    font-size: 14px;
    height: 100%;
}

    html body {
        background-color: #eee;
        font-size: 14px;
        font-family: 'TheSans', sans-serif;
        font-weight: 400;
        direction: rtl;
    }

body, html, a, p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'TheSans', sans-serif;
}

.main_page {
    padding-bottom: 30px;
    min-height: 570px;
}


.main {
    width: 98%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
    /*padding: 0 20px 20px 20px;*/
    padding: 0;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
    overflow: hidden;
    /*border-top: 4px solid #3ca5a0;*/
    margin-top: 25px;
}

    .main .row {
        margin-bottom: 10px;
    }

    .main .main-body {
        padding: 20px;
    }

.title {
    color: #135451;
    /*background: #084E02;*/
    width: 100%;
    margin: 0 0 20px 0;
    padding: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(116, 114, 127, 0.5);
    justify-content: space-between;
    font-weight: bold;
    /*background: #f5f5f5;*/
    background: #3ca5a0;
    color: #fff;
    font-size: 24px;
}

.btn i {
    /*padding-left:10px;*/
    width: 24px;
}

.title i {
    padding: 10px;
}


.form-control {
    height: 40px;
    line-height: normal;
}

.searchbox .btn {
    height: 40px;
}

.navbar {
    padding: 0 1rem;
    box-shadow: 0 16px 16px 0 rgb(0 0 0 / 4%), 0 1px 5px 0 rgb(0 0 0 / 2%), 0 3px 1px -2px rgb(0 0 0 / 2%);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding: 1rem 1rem;
    border-left: 1px solid #ececec;
    transition: all 0.3s ease 0s;
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show .nav-link {
        background: #3ca5a0;
        color: #fff;
    }

.bg-light {
    background-color: #fff !important;
}

.btn-light {
    color: #212529;
    border-color: #8c8c8c;
}

.navbar-light .navbar-toggler {
    border: none;
}

.dropdown-item {
    font-size: 14px;
    text-align: right;
    padding: .5rem 1.5rem;
    font-weight: 500;
    position: relative;
}

.profile .dropdown-menu {
    left: 0;
    right: auto;
}


.dropdown-item.dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f104" !important;
    border: none !important;
    position: absolute;
    left: 6px;
}

.dropdown > .dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f107" !important;
    border: none !important;
    position: relative;
    top: 1px;
    right: 0;
    padding: 0 2px 0 6px;
    margin: 0 0.3em 0 0;
    vertical-align: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: initial;
}


.mr-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

footer {
    border-top: 1px solid #b5b5b5;
}

    footer .copyright {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 0;
        line-height: 30px;
    }


        footer .copyright a:hover {
            text-decoration: none;
            color: #ff2f00;
        }

.loginpage {
    margin: 7% auto;

}

    .loginpage .logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .loginpage .logo img {
        max-height: 90px;
    }

    .loginpage .card {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(124, 154, 154, 0.4) 5px 5px, rgba(124, 154, 154, 0.3) 10px 10px, rgba(124, 154, 154, 0.2) 15px 15px, rgba(124, 154, 154, 0.1) 20px 20px, rgba(124, 154, 154, 0.05) 25px 25px;
    }

    .loginpage .form-group {
        position: relative;
        margin-bottom: 2rem;
    }

    .loginpage .form-group i {
        position: absolute;
        left: 10px;
        top: 30%;
        font-size: 18px;
        color: #3ca5a0;
    }

    .loginpage .btn-info {
        color: #fff;
        background-color: #3ca5a0;
        border-color: #3ca5a0;
    }

        .loginpage .btn-info:hover {
            background-color: #138496;
            border-color: #117a8b;
        }

    .loginpage .card-header {
        text-align: center;
        background: #3ca5a0;
        color: #fff;
    }

.card-body {
    padding: 1.75rem 1.25rem;
}

.loginpage .alert-dismissible {
    margin-top: 20px;
}

.alert-dismissible .close {
    left: 0 !important;
    right: auto;
}



.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.info-box-icon {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    display: block;
    float: right;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    float: right;
    color: #fff;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-grey {
    background-color: #879194 !important;
}

.info-box-content {
    margin-right: 90px;
    margin-left: auto;
    line-height: 40px;
    padding: 5px 10px;
}

.info-box-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 28px;
}





/*media query*/

@media (max-width: 768px) {
    .navbar {
        padding: 10px;
    }

    .navbar-collapse {
        background: #f5f5f5;
        margin-top: 5px;
        border-top: 1px solid #eee;
    }

    .dropdown.profile {
        float: left;
    }

    .dropdown-item.dropdown-toggle::after {
        content: "\f107" !important;
    }

    .navbar-light .navbar-nav .nav-link {
        border-bottom: 1px solid #e8e8e8;
        padding: .5rem 1rem;
    }

    .dropdown > .dropdown-toggle::after {
        float: left;
    }
}

@media (min-width: 1200px) {
    /*.container-fluid {
		max-width: 1280px;
	}*/
    .container {
        max-width: 1280px;
        /*max-width: 1280px;*/
    }

    .navbar-nav .dropdown-menu {
        width: 250px !important;
    }

    /*footer{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}*/

}

@media (min-width: 992px) {
    footer{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}


.container-login {
    width: 100%;
    min-height: 100vh;
    
    justify-content: center;
    
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg-05.jpg);
    background-size: cover;
}


.container-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #004dac; 
    background: -webkit-linear-gradient(-135deg, #00aff0, #004dac); 
    background: -o-linear-gradient(-135deg, #00aff0, #004dac);
    background: -moz-linear-gradient(-135deg, #00aff0, #004dac);
    background: linear-gradient(-135deg, #1e3758, #0e213b);
    opacity: 0.8;
}

 
.kian {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 99;
    background: rgb(255 255 255 / 80%);
    padding: 8px;
    border-radius: 10px;
}

.kian img {
    height: 45px;
}

/*
    2021-05-25
*/

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    display: block;
    width: 100%;
}

#Tree{
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#Tree td a{
	line-height: 2.2;
}


@media (max-width: 395px) {
  #btnDel.btn-danger{
    float: right !important;
    margin-top: 20px;
  }
}


/*
    2021-05-26
*/

.nav-tabs {
            width: 100%;
        }

        .tab-content {
            padding: 20px 10px;
            width:100%;
        }

