﻿@import url(fontiran.css);
@import url(fontiran.css);

@font-face {
    font-family: myFont;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Shabnam-Light-FD.eot');
    src: url('../fonts/eot/Shabnam-Light-FD.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/Shabnam-Light-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Shabnam-Light-FD.ttf') format('truetype');
}
/* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: myFont !important;
    font-weight: 300;
    direction: rtl;
    background: #fff;
}

.titles {
    font-size: 12px;
    line-height: 20px;
}

.titles2 {
    font-size: 12px;
}

.fonts {
    font-family: myFont !important;
}

.btnss {
    width: 100px;
}
.btnss2 {
    width: auto !important;
}

.trs {
    display: block;
}

.tds {
    font-family: myFont !important;
    width: 150px !important;
    height: 30px !important;
    padding: 2px !important;
}

.tds2 {
    width: 60px !important;
    height: 30px !important;
    padding: 2px !important;
}.tds3 {
   
    padding: 5px !important;
}
.tds4 {
    width: 345px !important;
    height: 30px !important;
    padding: 2px !important;
}
.tds5 {
    width: 200px !important;
    height: 50px !important;
    padding: 2px !important;
}
 .dsInline{
     display:inline;
 }
#ContentPlaceHolder1_listType{
    font-family:myFont !important;
}
.desc {
    min-height: 100px !important;
}
.mypanel{
    display:none;
}
.mypanelShow {
    display: block;
}
.btn-custom {
    color: #fff;
    background-color: #04a3e7;
    border-color: #04a3e7;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    font-family: myFont,IRANSans !important;
}

h1 {
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
}

/* navbar */
.sidebar {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .9)), url('../../img/sidebar2.jpg');
    /*background-color:#706e6f;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 7px 25px #999;
}

.bottom-border {
    border-bottom: 1px groove #eee;
}

.sidebar-link {
    transition: all .4s;
}

    .sidebar-link:hover {
        background-color: #444;
        border-radius: 5px;
    }

.current {
    background: #ffc704;
    border-radius: 7px;
    box-shadow: 2px 5px 10px #111;
    transition: all .3s;
}

    .current:hover {
        background: #f66436;
        border-radius: 7px;
        box-shadow: 2px 5px 20px #111;
        transform: translateY(-1px);
    }

.search-input {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #999 !important;
    transition: all .4s !important;
}

    .search-input:focus {
        background: transparent !important;
        box-shadow: none !important;
        border-block-end: 2px solid #dc3545 !important;
    }

.search-button {
    border-radius: 50% !important;
    padding: 10px 16px !important;
    transition: all .4s !important;
}

    .search-button:hover {
        background-color: #eee !important;
        transform: translateY(-1px) !important;
    }

.icon-parent {
    position: relative;
}

    .icon-parent::after {
        content: "";
        position: absolute;
        top: 7px;
        left: 15px;
        height: 12px;
        width: 12px;
        background-color: #f44336;
        border-radius: 50%;
    }

@media(max-width: 768px) {
    .sidebar {
        position: static !important;
        height: auto;
    }

    .top-navbar {
        position: static !important;
    }
}

/* end of navbar */
/* card */
.card-common {
    box-shadow: 1px 2px 5px #999;
    transition: all .4s;
}

    .card-common:hover {
        box-shadow: 2px 3px 15px #999;
        transform: translateY(-1px);
    }

@media(max-width: 990px) {
    .text-md-small {
        font-size: 1.5rem;
    }
}
/* end of card */
/* task list */
.task-border {
    border-right: 3px solid #f66436;
}
/* end of task list */




/*سوابق*/

.tablink {
    background-color: #f0f;
    color: white;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 33.33%;
    text-align: center;
}

    .tablink:active {
        background-color: #777;
    }

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
    width: 100%;
}

.select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus {
    width: 100%
}

#SearchInput {
    padding: 5px;
    width: 250px;
    border-radius: 3px;
    border: 1px solid;
}

#myTable {
    cursor: pointer;
}

.thead-custom {
    background-color: #17a2b8 !important;
    border-radius: 3px;
}

.thead-custom2 {
    background-color: #f8f9fa !important;
    border-radius: 3px;
}

.thead-custom3 {
    font-size: 12px;
}
#home{
    display:block !important;
}
