﻿/* DEFAULTS
----------------------------------------------------------*/
body {
  /*  background: #fff;*/
    background-image:url(../image/back.png);
    font-size: 1em;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    /*color: #000000;*/
}

header {
  /*  background: #55595C;*/ /*url(../../default/images/header_bg.jpg)*/ /*repeat*/
    background-image: linear-gradient(to left,#006c9e,#4baa9e); /*#4baaff*/ /*#4baa00*/ /*#aaaaff*/
    height: 65px;
}


footer {
    /*background-image: url('../../default/images/header_bg.jpg');*/
    border-top: 2px solid #e30613;    
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #e30613; /*#ccc*/
    color:blue;
}


legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0px 4px 8px 4px;
}

.title {
    display: block;  
    text-align: center;
    width: auto;
}

.lbltitle {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2.2em;
}

.user {
    display: block;
    position: fixed;
    left: 0.5em;
    top: 1em;
    z-index: 3;
    outline: 0;   
}

    .user a {
        font-weight: 500;
        border: none;
        font-size: 1.5em;
        color: black;
    }

    .user a:hover{
        color:white;
    }

.usersetting {
    line-height: 2em;
    background-image: linear-gradient(to left,#006c9e,#4baa9e);
    position: absolute;
    left: 0px;
    top: 65.5px;
    width: 10em;
    text-align: right;
    color: black;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .usersetting {
        top: 67px;
    }
}

.user-setting-item {
    padding-right: 5px;
}
    .user-setting-item a:hover {
        color: white;
    }

.exit {
    float: left;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3em;
    color: #000;
}

    .exit:focus, .exit:hover {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

    .content {
        padding: 0px 10px 20px 10px;
        margin: 40px 2% 40px 2%;
        border: 2px solid #e30613;
        border-radius: .75rem;
        background: #e7e7e7;
        color: black;
        /* min-height:100vh;*/
    }

    /*Login page*/
    .login-section {
        margin: 50px auto 0px auto;
        border: 1px solid #e30613;
        border-radius: .75rem;
        color: black;
    }

    .login-section-body {
        background: #e7e7e7;
        color: #000000;
        text-align: center;
        padding: 1rem 1.2rem 0.5rem 1.2rem;
        border-bottom-left-radius: .75rem;
        border-bottom-right-radius: .75rem;
    }

        .login-section-body div {
            width: 95%;
            height: 30px;
            margin-bottom: 8px;
        }

    .logintxt {
        color: #000000;
        background-color: transparent;
        background-image: none;
        border-color: #000000;
        width: 100%;
        height: 30px;
        border-top: none;
        border-right: none;
        border-left: none;
    }


    #btn_refresh {
        Height: 35px;
        Width: 35px;
        z-index: 10000;
        vertical-align: top;
    }

    #img_code {
        width: 140px;
        height: 35px;
        z-index: 9999;
        vertical-align: top;
    }

    #btn_login {
        margin-top: 10px;
        width: 175px;
        height: 30px;
    }

    .link {
    }

        .link:hover {
            text-decoration: underline;
            font-weight: 600;
            /* color: blue;*/
        }
    /*--------------------------------------*/
    .collap {
        display: none
    }

        .collap.show {
            display: block
        }

    .collaping {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: height .35s ease
    }

    /*search page*/
    .page-title {
        border: 2px solid black;
        border-top: none;
        border-left: none;
        border-right: none;
        width: initial;
        text-align: center;
        padding-top: 5px;
        color: blue;
    }

    .section {
        padding-bottom: 1rem;
        margin: 20px 1% 0px 1%;
        border: 1px solid #e30613;
        border-radius: .75rem;
        color: black;
    }

    .section-title {
        border: none;
        border-bottom: 1px solid #e30613;
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem;
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        padding: .75rem 1.25rem;
        /*  padding: 5px 5px;*/
        height: 3rem;
        /*background: #55595c;*/ /*#a6e1ec*/
        background-image: linear-gradient(to left,#006c9e,#4baa9e);
        color: white;
    }

    .section-body {
        padding: 0px 2px 0px 2px;
        background: #e7e7e7;
    }

    .section-body2 {
        background: #e7e7e7;
    }

    .div-title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1rem;
        font: bold;
    }

    .div-row {
        margin-top: 10px;
    }

    .div-element {
        width: 75%;
    }

    .RegularExp {
        margin: 5px 10px;
    }

    .div-checkBox-search {
        width: 125px;
        padding-right: 15px;
        padding-top: 2.5px;
    }

    .lable {
        padding-right: 10px;
        padding-top: 2.5px;
    }

    .div-lable-search {
        width: 125px;
        padding-right: 15px;
        /* text-align: center;*/
        padding-top: 2.5px;
    }

    .lable-style-w50 {
        width: 50px;
        padding-right: 15px;
        padding-top: 1.5px;
    }

    .lable-style {
        width: 85px;
        padding-right: 15px;
        padding-top: 1.5px;
    }

    .lable-return {
        width: 100%;
        padding-right: 15px;
        padding-top: 1.5px;
    }

    .lable-style-w100 {
        width: 100px;
        padding-right: 15px;
        padding-top: 1.5px;
    }

    .Dropdown-search {
        width: 80%;
        height: 24.5px;
        border-radius: .35em;
    }

    .Dropdown-style100 {
        width: 100%;
        height: 24.5px;
        border-radius: .35em;
    }
    /*  .Dropdown_Search:focus {
        background: #f7e1b5;
    }*/

    .TextBox-style {
        width: 80%;
        height: 24.5px;
        border-radius: .5em;
    }

    .TextBox-style100 {
        width: 100%;
        height: 24.5px;
        border-radius: .5em;
    }

    /* .TextBox_Search:focus {
        background: #f7e1b5
    }*/

    .div-checkBox-showcol {
        width: 33.3%;
        padding-right: 3px;
    }

    .div-margin {
        margin-top: 10px;
        padding-left: 5px;
    }

    .btn-query-factor {
        width: 80px;
        height: 24.5px;
        border-radius: .5em;
        font-weight: 600;
    }

    .btn-style {
        width: 80%;
        height: 24.5px;
        border-radius: .5em;
        font-weight: 600;
    }

    .btn-style100 {
        width: 100%;
        height: 24.5px;
        border-radius: .5em;
        font-weight: 600;
    }

    .drp-count {
        width: 50px;
        height: 24.5px;
        border-radius: .35em;
    }

    .rh1, .rh2, .rh3 {
        min-height: 200px;
    }

    @media screen and (max-width: 767px) {
        .rh1 {
            min-height: 100px;
        }

        .rh2 {
            min-height: 150px;
        }
    }
    /*--------add kala------*/
    .div-element-addkala {
        width: 100%;
    }

    .lable-addkala {
        width: 50px;
        padding-right: 5px;
        padding-top: 1.5px;
    }

    .TextBox-addkala {
        width: 100%;
        height: 24.5px;
        border-radius: .5em;
    }

    .Dropdown-addkala {
        width: 100%;
        height: 24.5px;
        border-radius: .35em;
    }

    .btn-addkala {
        width: 100%;
        height: 24.5px;
        border-radius: .5em;
        font-weight: 600;
    }

    @media screen and (max-width: 767px) {
        .div-element-addkala {
            width: 75%;
        }

        .lable-addkala {
            width: 85px;
            padding-right: 15px;
            padding-top: 1.5px;
        }

        .TextBox-addkala {
            width: 80%;
            height: 24.5px;
            border-radius: .5em;
        }

        .Dropdown-addkala {
            width: 80%;
            height: 24.5px;
            border-radius: .35em;
        }

        .btn-addkala {
            width: 80%;
            height: 24.5px;
            border-radius: .5em;
            font-weight: 600;
        }
    }

    /*---------------------------------Gridview--------------------*/
    .div-grid {
        margin-top: 10px;
        width: 100%;
    }

    .grid {
        width: 100%;
        background-color: white;
        border-color: white;
        border-style: ridge;
        border-width: 2px;
        /*border-radius: .5em;*/
        Color: Black;
        text-align: center;
    }

    .grid-HeaderStyle {
        /* background: #55595c;*/ /*#4A3C8C*/
        background-image: linear-gradient(to left,#006c9e,#4baa9e);
        font-weight: Bold;
        Color: #fff /*#E7E7FF*/;
        /*border-radius: .5em;*/
        height: 2rem;
    }

    .grid-RowStyle {
        background: #DEDFDE;
    }

    .grid-PagerStyle {
        background: #999999;
        border-radius: .5em;
    }

    .footable-row-detail {
        background-color: #c9e2b3;
        color: black;
    }

/*_______________________________________________________________*/
.autocomplete_completionListElement {    
     margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 150px;
    width: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: right;
    list-style-type: none;  
}

 /* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: Window;
    color: windowtext;
    padding: 1px;
}

    /*-----------------------------------پیغام کشویی-----------------------------------*/

    .messagealert {
        width: 100%;
        position: fixed;
        top: 0px;
        z-index: 100000;
        padding: 0;
        font-size: 15px;
        right: 0px;
    }

    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px
    }

        .alert h4 {
            margin-top: 0;
            color: inherit
        }

        .alert .alert-link {
            font-weight: 700
        }

        .alert > p, .alert > ul {
            margin-bottom: 0
        }

            .alert > p + p {
                margin-top: 5px
            }

    .alert-dismissable, .alert-dismissible {
        padding-right: 35px
    }


    .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .alert-success hr {
            border-top-color: #c9e2b3
        }

        .alert-success .alert-link {
            color: #2b542c
        }

    .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .alert-info hr {
            border-top-color: #a6e1ec
        }

        .alert-info .alert-link {
            color: #245269
        }

    .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .alert-warning hr {
            border-top-color: #f7e1b5
        }

        .alert-warning .alert-link {
            color: #66512c
        }

    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .alert-danger hr {
            border-top-color: #e4b9c0
        }

        .alert-danger .alert-link {
            color: #843534
        }

    .glyphicon-eye-close:before {
        content: "\e106"
    }

    .glyphicon-folder-close:before {
        content: "\e117"
    }

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

    .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2
    }

        .close:focus, .close:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5
        }

    button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0
    }

    .modal-header .close {
        margin-top: -2px
    }

    /*__________ Horizontal scroll______________________________*/

    .outer {
        width: 90%;
        height: initial;
        white-space: nowrap;
        /*position: relative;*/
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .outer div {
            width: 90%;
            /* height:100vh;*/
            /*  background-color: #0094ff;*/
            float: none;
            height: 100%;
            margin: 0 0.25%;
            /*display: inline-block;*/
            zoom: 1;
        }
    /*______________________________*/



  
