﻿@charset "utf-8";

/*---------------------------------------------------------------------------------------------------/ General Styles /----------*/
body {
    background-color: #e7e8e9;
    font: normal 15px/1.6 Tahoma,Yekan,Helvetica,Arial,sans-serif;
    font-size: 9pt;
    font-family: 'Times New Roman';
}

.box {
    background-color: white;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .box .btn {
        font-family: Yekan;
        font-size: 13px;
    }

.pnlGoto {
    display: inline;
}

.box_content p {
    margin-bottom: 8px;
}

.low-padding {
    padding: 5px;
}

.btn-fontello {
    font-family: fontello !important;
}

.login-container {
    margin-top: 10%;
}
/***************************** Data Entry *****************************/
.TopGrid {
    background-color: #ccc;
    margin: auto;
    padding: 5px 10px;
}

    .TopGrid div {
        /*display:inline;*/
    }

    .TopGrid input[type=text]:not(.txtDatePicker) {
        height: 25px;
        /*margin-top:3px;
	margin-bottom:3px;*/
        width: 100%;
        /*max-width: 130px;*/
    }

    .TopGrid select {
        height: 31px;
        width: 130px;
        /*margin-top:3px;
		margin-bottom:3px;*/
    }

    .TopGrid input[type=submit], .TopGrid .btn {
        font-family: Yekan;
        font-size: 13px;
        padding: 2px 12px;
        /*margin-top:3px;
	margin-bottom:3px;*/
    }

.navbar-nav .btn {
    font-family: Yekan;
    font-size: 13px;
    padding: 2px 12px;
    margin-top: 0 !important;
    height: 26px;
    vertical-align: top;
}

.TopGrid .btnNextPrev {
    padding: 0 !important;
    font-size: 11px !important;
}


.TopGrid .row {
    margin-bottom: 3px;
}

    .TopGrid .row.single {
        margin-bottom: 0;
    }

.TopGrid .input_group label {
    width: 50px;
}

.chk-box-list tr {
    width: 25%;
    float: right;
    margin-bottom: 5px;
}

.tblAdsPos {
    border: 1px solid #ddd;
    height: 150px;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
}

    .tblAdsPos tr {
        font-family: Tahoma !important;
        font-size: 9pt;
        width: 260px;
        float: right;
        margin-bottom: 3px;
    }

    .tblAdsPos input[type=checkbox] {
        vertical-align: sub;
    }

.box_content.DataEntry .row, .box_content.DataEntry .row .row {
    margin-bottom: 10px;
}

    .box_content.DataEntry .row.single {
        margin-bottom: 0;
    }

.box_content.DataEntry input[type='text'], .box_content.DataEntry input[type='password'], .box_content.DataEntry textarea {
    width: 100%;
    font-size: 10pt;
}

.box_content.DataEntry select, #divTopGrid select {
    display: inline;
    padding: 4px;
    font-size: 10pt;
}


.box_content.DataEntry input[type=text].small, .input_Group .small {
    width: 15%;
    max-width: 50px;
    font-size: 100%;
}

.box_content.DataEntry input[type=text].xsmall, #divTopGrid input[type=text].xsmall, .input_Group .xsmall {
    width: 35%;
    max-width: 100px;
    font-size: 100%;
}

.box_content.DataEntry label, .box_content.DataEntry th, .box_content.DataEntry input[type=submit], #divTopGrid input[type=submit], #divTopGrid a[data-toggle=modal], .box_content.DataEntry input[type=button], .input_group input[type=submit] {
    font-family: Yekan;
    font-size: 12px;
}

.DataEntry .form-group {
    margin-bottom: 2px;
}

    .DataEntry .form-group input[type=text], .DataEntry .form-group select {
        /*font-size:9pt;
	height:30px;*/
    }

    .DataEntry .form-group textarea {
        min-height: 50px;
        max-height: 150px;
    }

.textarea-big {
    min-height: initial !important;
    max-height: initial !important;
}

.DataEntry input[type=checkbox] {
    margin-left: 4px;
}

.DataEntry .nav-tabs a {
    font-family: Yekan,Tahoma;
    font-size: 12px;
    outline: none;
    font-weight: normal;
}

.DataEntry .tab-pane {
    padding-top: 15px;
    min-height: 400px;
}

.image-upload-container {
    padding: 10px;
    height: 170px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
}

.uploader-box {
    float: right;
}

    .uploader-box input[type=file] {
        display: block;
    }

.image-box {
    float: left;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    height: 150px;
    width: 150px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .image-box img {
        max-height: 100%;
        margin: 5px auto 10px auto;
        display: block;
        cursor: pointer;
    }

    .image-box .btn {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.nav-tabs a {
    outline: none !important;
}

.birth-date-box {
    text-align: center;
    padding: 0px 0px;
    border: none;
}

    .birth-date-box .form-control {
        width: 33%;
        display: inline-block;
        float: right;
        padding: 3px 12px;
        height: 32px;
        margin-left: 1px;
    }
/***************************** End Of Data Entry *****************************/
.text-en {
    font-family: Tahoma;
}

.text-small {
    width: 75px;
}

.modal-body {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*---------------------------------------------------------------------------------------------------/ Main Header /------*/
.navbar-nav {
    width: initial;
}

    .navbar-nav > li > a {
        color: white;
    }

.navbar {
    background-color: white;
    margin-bottom: 0;
    min-height: initial;
    border: 1px solid #686868;
    border-top: 0;
    border-radius: 0;
}

    .navbar .navbar-nav > li > a {
        padding: 9px 10px;
    }

    .navbar .navbar-brand {
        padding: 9px 15px;
        height: initial;
        line-height: initial;
        font-size: 12px;
        color: white;
        width: 180px;
        margin: 10px;
    }
/*-----------------------------------------------------------/ Main Navigation /------*/
.navbar-default .navbar-brand {
    background-color: #808080;
    width: initial;
}

.navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
    color: #555;
}

.navbar-default .navbar-brand {
    padding: 12px 15px;
    background-color: #333;
    margin: 5px;
}

    .navbar-default .navbar-brand:hover {
        background-color: #222;
        color: white;
    }

.navigation_categories a {
    font-family: Yekan;
    font-size: 13px !important;
    color: #000 !important;
    /*text-shadow:1px 1px 5px #000;*/
}
/*----------------------------------------------------------/ Categories /----------*/
/*
#EB65A0 --> pink
#9B539C --> purple
#73C5E1 --> blue
#00A03E --> green
#BCCF02 --> yellow
#FFA200 --> orange
*/

/********************** color_pink *************************/

.color_pink.navbar {
    background-color: #FF9EC9;
}

.color_pink .nav > li > a:hover,
.color_pink .nav > li > a:focus,
.color_pink .nav .open > a,
.color_pink .nav .open > a:hover,
.color_pink .nav .open > a:focus {
    background-color: #fff;
}

.categories.main_body .color_pink {
    background-color: #EB65A0;
}

.color_pink.main_body .main_body_header {
    border-bottom: 5px solid #EB65A0;
}

    .color_pink.main_body .main_body_header h1 i {
        color: #EB65A0;
        margin-left: 5px;
    }

    .color_pink.main_body .main_body_header h4 {
        padding: 10px;
    }

        .color_pink.main_body .main_body_header h4 i {
            margin-left: 5px;
            font-size: 14px;
        }

.color_pink.main_body .inner_header {
    background-color: #EB65A0;
}

.color_pink.main_body .grid_table tr th {
    background-color: #ddd;
}

.color_pink.main_body .grid_table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.color_pink.main_body .pagination > .active > a,
.color_pink.main_body .pagination > .active > span,
.color_pink.main_body .pagination > .active > a:hover,
.color_pink.main_body .pagination > .active > span:hover,
.color_pink.main_body .pagination > .active > a:focus,
.color_pink.main_body .pagination > .active > span:focus {
    background-color: #EB65A0;
    border-color: #EB65A0;
    color: white;
}
/********************** color_purple *************************/

.color_purple.navbar {
    background-color: #C889C9;
}

.color_purple .nav > li > a:hover,
.color_purple .nav > li > a:focus,
.color_purple .nav .open > a,
.color_purple .nav .open > a:hover,
.color_purple .nav .open > a:focus {
    background-color: #fff;
}

.categories.main_body .color_purple {
    background-color: #9B539C;
}

.color_purple.main_body .main_body_header {
    border-bottom: 5px solid #9B539C;
}

    .color_purple.main_body .main_body_header h1 i {
        color: #9B539C;
        margin-left: 5px;
    }

.color_purple.main_body .inner_header {
    background-color: #9B539C;
}

.color_purple.main_body .grid_table tr th {
    background-color: #ddd;
}

.color_purple.main_body .grid_table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.color_purple.main_body .pagination > .active > a,
.color_purple.main_body .pagination > .active > span,
.color_purple.main_body .pagination > .active > a:hover,
.color_purple.main_body .pagination > .active > span:hover,
.color_purple.main_body .pagination > .active > a:focus,
.color_purple.main_body .pagination > .active > span:focus {
    background-color: #9B539C;
    border-color: #9B539C;
    color: white;
}
/********************** color_blue *************************/

.color_blue.navbar {
    background-color: #73C5E1;
}

.color_blue .nav > li > a:hover,
.color_blue .nav > li > a:focus,
.color_blue .nav .open > a,
.color_blue .nav .open > a:hover,
.color_blue .nav .open > a:focus {
    background-color: #fff;
}

.categories.main_body .color_blue {
    background-color: #73C5E1;
}

.color_blue.main_body .main_body_header {
    border-bottom: 5px solid #73C5E1;
}

    .color_blue.main_body .main_body_header h1 i {
        color: #73C5E1;
        margin-left: 5px;
    }

.color_blue.main_body .inner_header {
    background-color: #73C5E1;
}

.color_blue.main_body .grid_table tr th {
    background-color: #ddd;
}

.color_blue.main_body .grid_table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.color_blue.main_body .pagination > .active > a,
.color_blue.main_body .pagination > .active > span,
.color_blue.main_body .pagination > .active > a:hover,
.color_blue.main_body .pagination > .active > span:hover,
.color_blue.main_body .pagination > .active > a:focus,
.color_blue.main_body .pagination > .active > span:focus {
    background-color: #73C5E1;
    border-color: #73C5E1;
    color: white;
}
/********************** color_green *************************/

.color_green.navbar {
    background-color: #42CE78;
}

.color_green .nav > li > a:hover,
.color_green .nav > li > a:focus,
.color_green .nav .open > a,
.color_green .nav .open > a:hover,
.color_green .nav .open > a:focus {
    background-color: #fff;
}

.categories.main_body .color_green {
    background-color: #00A03E;
}

.color_green.main_body .main_body_header {
    border-bottom: 5px solid #00A03E;
}

    .color_green.main_body .main_body_header h1 i {
        color: #00A03E;
        margin-left: 5px;
    }

.color_green.main_body .inner_header {
    background-color: #00A03E;
}

.color_green.main_body .grid_table tr th {
    background-color: #ddd;
}

.color_green.main_body .grid_table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.color_green.main_body .pagination > .active > a,
.color_green.main_body .pagination > .active > span,
.color_green.main_body .pagination > .active > a:hover,
.color_green.main_body .pagination > .active > span:hover,
.color_green.main_body .pagination > .active > a:focus,
.color_green.main_body .pagination > .active > span:focus {
    background-color: #00A03E;
    border-color: #00A03E;
    color: white;
}
/********************** color_yellow *************************/

.color_yellow.navbar {
    background-color: #BCCF02;
}

.color_yellow .nav > li > a:hover,
.color_yellow .nav > li > a:focus,
.color_yellow .nav .open > a,
.color_yellow .nav .open > a:hover,
.color_yellow .nav .open > a:focus {
    background-color: #fff;
}

.categories.main_body .color_yellow {
    background-color: #BCCF02;
}

.color_yellow.main_body .main_body_header {
    border-bottom: 5px solid #BCCF02;
}

    .color_yellow.main_body .main_body_header h1 i {
        color: #BCCF02;
        margin-left: 5px;
    }

.color_yellow.main_body .inner_header {
    background-color: #BCCF02;
}

.color_yellow.main_body .grid_table tr th {
    background-color: #ddd;
}

.color_yellow.main_body .grid_table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.color_yellow.main_body .pagination > .active > a,
.color_yellow.main_body .pagination > .active > span,
.color_yellow.main_body .pagination > .active > a:hover,
.color_yellow.main_body .pagination > .active > span:hover,
.color_yellow.main_body .pagination > .active > a:focus,
.color_yellow.main_body .pagination > .active > span:focus {
    background-color: #BCCF02;
    border-color: #BCCF02;
    color: white;
}
/********************** color_orange *************************/

.color_orange.navbar {
    background-color: #FECA70;
}

.color_orange .nav > li > a:hover,
.color_orange .nav > li > a:focus,
.color_orange .nav .open > a,
.color_orange .nav .open > a:hover,
.color_orange .nav .open > a:focus {
    background-color: #fff;
}

.categories.main_body .color_orange {
    background-color: #FFA200;
}

.color_orange.main_body .main_body_header {
    border-bottom: 5px solid #FFA200;
}

    .color_orange.main_body .main_body_header h1 i {
        color: #FFA200;
        margin-left: 5px;
    }

.color_orange.main_body .inner_header {
    background-color: #FFA200;
}

.color_orange.main_body .grid_table tr th {
    background-color: #ddd;
}

.color_orange.main_body .grid_table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.color_orange.main_body .pagination > .active > a,
.color_orange.main_body .pagination > .active > span,
.color_orange.main_body .pagination > .active > a:hover,
.color_orange.main_body .pagination > .active > span:hover,
.color_orange.main_body .pagination > .active > a:focus,
.color_orange.main_body .pagination > .active > span:focus {
    background-color: #FFA200;
    border-color: #FFA200;
    color: white;
}

/*------------------------------------------------------------------------------------------/ Navigation Category /------*/
.navigation_categories {
    display: none;
}

    .navigation_categories .navbar-toggle {
        background-color: rgba(0, 0, 0, 0.55);
        padding: 7px;
        margin-top: 10px;
    }

        .navigation_categories .navbar-toggle .icon-bar {
            background-color: rgba(255, 255, 255, 0.5);
            width: 16px;
        }

/*---------------------------------------------------------------------------------------------------/ Main Body /------*/

.main_body {
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
}

/*--------------------------------------------------------------------/ Home page Main Category /------*/

.categories.main_body .each_row {
    min-height: 130px;
    padding: 15px;
    border: 3px solid white;
}

    .categories.main_body .each_row:not(:last-child) {
        border-bottom: 0;
    }

    .categories.main_body .each_row a {
        color: white;
    }

    .categories.main_body .each_row .title {
        height: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }

        .categories.main_body .each_row .title h3 {
            height: 100%;
            text-align: center;
            line-height: 100px;
            text-shadow: 1px 1px 5px #000;
            color: #FFF;
        }

    .categories.main_body .each_row .links {
        height: 100%;
    }



        .categories.main_body .each_row .links ul li {
            display: block;
        }

            .categories.main_body .each_row .links ul li a {
                padding: 5px 10px;
                transition: 0.3s all ease-in-out;
                -webkit-transition: 0.3s all ease-in-out;
                -moz-transition: 0.3s all ease-in-out;
                -o-transition: 0.3s all ease-in-out;
                text-shadow: 0px 0px 3px #000;
            }

                .categories.main_body .each_row .links ul li a:hover {
                    color: #333;
                }



            .categories.main_body .each_row .links ul li .icon {
                display: inline-block;
                width: 20px;
                height: 20px;
                vertical-align: middle;
                background: url(../Images/links_icons.png) no-repeat left top;
                background-size: 20px;
                /*border-radius:50%;*/
            }

            .categories.main_body .each_row .links ul li .icon_sysinfo {
                background-position: 0px 0px;
            }

            .categories.main_body .each_row .links ul li .icon_statistics {
                background-position: 0px -200px;
            }

            .categories.main_body .each_row .links ul li .icon_setting {
                background-position: 0px -160px;
            }

            .categories.main_body .each_row .links ul li .icon_usermng {
                background-position: 0px -240px;
            }

            .categories.main_body .each_row .links ul li .icon_sections {
                background-position: 0px -140px;
            }

            .categories.main_body .each_row .links ul li .icon_theme {
                background-position: 0px -220px;
            }

            .categories.main_body .each_row .links ul li .icon_ads {
                background-position: 0px -40px;
            }

            .categories.main_body .each_row .links ul li .icon_sendnews {
                background-position: 0px -60px;
            }

            .categories.main_body .each_row .links ul li .icon_reporter {
                background-position: 0px -20px;
            }

            .categories.main_body .each_row .links ul li .icon_editor {
                background-position: 0px -80px;
            }

            .categories.main_body .each_row .links ul li .icon_newsletter {
                background-position: 0px -100px;
            }

            .categories.main_body .each_row .links ul li .icon_callmng {
                background-position: 0px -120px;
            }

            .categories.main_body .each_row .links ul li .icon_comments {
                background-position: 0px -220px;
            }

            .categories.main_body .each_row .links ul li .icon_sms {
                background-position: 0px -180px;
            }

/*--------------------------------------------------------------------/ Eelemnt Style /------*/

.main_body .main_body_header {
    padding: 15px;
    margin: 10px auto;
    border-bottom: 1px solid #ddd;
}

    .main_body .main_body_header h1 {
        font-size: 22px;
    }

        .main_body .main_body_header h1 i {
            font-size: 12px;
        }

.main_body .inner_header {
    padding: 15px;
    color: #fff;
    margin: -15px -15px 15px;
    background-color: #eee;
    border-radius: 4px 4px 0 0;
}

    .main_body .inner_header.small {
        padding: 6px;
        color: white;
        margin: -15px -15px 15px;
        /*background-color: #eee;*/
        border-radius: 4px 4px 0 0;
    }

.main_body .input-group,
.main_body .dropdown,
.main_body .textarea,
.main_body .checkbox_container,
.main_body .radio_container {
    margin-bottom: 15px;
}

.radiolist li {
    display: inline-block;
    margin-left: 15px;
}

.alert [class^="fa-"], .alert [class*=" fa-"] {
    font-size: 16px;
}

/*----------------------------------------------------/ Grids /------*/
.grid_table {
    border: 1px solid #ddd;
}

    .grid_table td {
        vertical-align: middle !important;
    }

    .grid_table img {
        max-width: 50px;
        max-height: 50px;
        vertical-align: middle;
    }

    .grid_table tr {
        text-align: center;
    }

        .grid_table tr th a {
            color: #333;
        }

        .grid_table tr th {
            font-family: 'Times New Roman';
            font-size: 12px;
            text-align: center;
            font-weight: normal;
        }

            .grid_table tr th a:hover {
                text-decoration: underline;
            }

        .grid_table tr th {
            background-color: #ddd;
        }

        .grid_table tr:nth-child(2n) {
            background-color: #eee;
        }

        .grid_table tr:hover {
            background: url(../Images/cover.png) !important;
        }

.main_body .pagination > li > a {
    color: #333;
}
/*------------------------------------------*/

.storage_color_green dt {
    width: 220px;
    line-height: 40px;
    font-weight: normal;
}

.storage_color_green dd {
    line-height: 40px;
    color: #396500;
    border-bottom: 1px solid #DDD;
}

/*------------------------------------------------------------------------------ SideBar */
.main_body .sidebar {
    /*margin-bottom: 15px;*/
}

    .main_body .sidebar .box {
        border-radius: 0;
    }

        .main_body .sidebar .box:not(:last-child) {
            border-bottom: 0;
            margin-bottom: 0;
        }

        .main_body .sidebar .box:not(:first-child) {
            border-top: 0;
        }

        .main_body .sidebar .box:first-child {
            border-radius: 5px 5px 0 0;
        }

        .main_body .sidebar .box:last-child {
            border-radius: 0 0 4px 4px;
        }

    .main_body .sidebar .part .inner_header {
        padding: 5px 15px;
        border-radius: 0;
    }

    .main_body .sidebar .part .content table.discription {
        width: 100%;
    }

        .main_body .sidebar .part .content table.discription td {
            width: 50%;
        }

    .main_body .sidebar .part .inner_header {
        cursor: pointer;
    }

        .main_body .sidebar .part .inner_header .caret {
            float: left;
            margin-top: 6px;
            display: inline-block;
        }
/*------------------------------------------*/
/*--------------------------------------------------------------------------------- footer */
.shine_circle {
    width: 174px;
    height: 174px;
    display: block;
    position: absolute;
    top: 250px;
    border-radius: 50%;
    left: 50%;
    margin-left: -91px;
    margin-top: -84px;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}


span.shine {
    content: '';
    position: absolute;
    height: 400px;
    width: 20px;
    background: rgba(255, 255, 255, 0.77);
    top: -70px;
    left: -40px;
    display: block;
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.shine {
    -webkit-animation: shine_over 4s infinite ease-in-out;
    -moz-animation: shine_over 4s infinite ease-in-out;
    -o-animation: shine_over 4s infinite ease-in-out;
    animation: shine_over 4s infinite ease-in-out;
}

.footer_logo_container {
    position: relative;
    margin-top: 50px;
}

    .footer_logo_container .copyright {
        position: relative;
        bottom: 0;
        margin: 0;
        padding: 0 15px;
    }

.footer_logo {
    margin: 0;
    position: absolute;
    display: block;
    left: 5%;
    top: 50%;
    margin-top: -60px;
}


    .footer_logo .shine_circle {
        width: 51px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 3;
        overflow: hidden;
        cursor: pointer;
    }

    .footer_logo .shine {
        -webkit-animation: shine_over 10s infinite ease-in-out;
        -moz-animation: shine_over 10s infinite ease-in-out;
        -o-animation: shine_over 10s infinite ease-in-out;
        animation: shine_over 10s infinite ease-in-out;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -ms-animation-delay: 1s;
        animation-delay: 1s;
    }

/*---------------------------------------------------------------------------------------------------/ Media Queries /--------*/
/*For small screen devices, like phones, held in portrait mode.*/
@media (min-width: 320px) {
}
/*For small screen devices, like phones, held in landscape mode.*/
@media (min-width: 480px) {
}
/* Smaller tablets, like the Amazon Kindle (600×800) and Barnes & Noble Nook (600×1024), held in portrait mode. */
@media (min-width: 600px) {
    .categories.main_body .each_row .links ul li {
        display: inline-block;
    }
}
/* Ten-inch tablets like the iPad (768×1024) held in portrait mode. */
@media (min-width: 768px) {
    .storage_color_green dd {
        border-bottom: 0;
        margin-right: 250px;
    }

    .navbar .navbar-brand {
        margin: 0px;
        border-right: 1px solid #000;
    }

        .navbar .navbar-brand.Admin {
            display: initial;
        }
}
/* Tablets like the iPad (1024×768) held in landscape mode, as well as certain laptop, netbook, and desktop displays. */
@media (min-width:992px) {
    .modal-dialog-large {
        margin: 30px auto;
        width: 800px;
    }

    .uploadIframe {
        padding-top: 30px;
    }

    .main_body .main_body_header h1 {
        font-size: 32px;
    }

        .main_body .main_body_header h1 i {
            font-size: 14px;
        }

    .categories.main_body .each_row .title {
        border-left: 1px solid #fff;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .categories.main_body .each_row .links ul {
        width: 50%;
    }

        .categories.main_body .each_row .links ul li {
            width: 49%;
            line-height: 40px;
        }

    .categories.main_body .each_row .links {
        padding-right: 60px;
    }

    .TopGrid .input_group label {
        width: 50px;
    }
}
/* For widescreen displays, primarily laptop and desktop browsers. */
@media (min-width: 1200px) {
}

.tblDataEntry .input_group {
    margin-bottom: 0;
}

.colinput_group10 .input_group {
    margin-bottom: 15px;
}

.tblDataEntry .input_group label {
    margin: 3px;
    min-width: 90px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.tblDataEntry select {
    display: block;
    font-size: 9pt;
}

input[type=file] {
    display: inline;
}

.tblDataEntry input[type=text] {
    display: inline-block;
    /*width: 100%;*/
    height: 27px;
    padding: 6px 12px;
    font-size: 9pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
}

    .tblDataEntry input[type=text].required {
        border-left: 3px solid red;
    }

    .tblDataEntry input[type=text].small, .input_Group .small {
        width: 15%;
        max-width: 50px;
        font-size: 100%;
    }

    .tblDataEntry input[type=text].xsmall, #divTopGrid input[type=text].xsmall, .input_Group .xsmall {
        width: 35%;
        max-width: 100px;
        font-size: 100%;
    }

.divFileUploader {
    margin-bottom: 15px;
    margin-right: 15px;
}

.hasYScroll {
    height: 150px;
    /*overflow-y:scroll;*/
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

/*.tblDataEntry tr {
        padding: 15px;
    }

        .tblDataEntry tr td {
            vertical-align: middle;
            padding: 10px 0;
        }*/
.tblDataEntry input[type=submit] {
    -webkit-appearance: button;
    border-radius: 0;
    /*color: #FFF;
	background-color: #5CB85C;
	border-color: #4CAE4C;*/
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 9pt;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
}
/*.tblDataEntry .inline_controls_container label
{display:block;
}
.tblDataEntry .inline_controls_container input[type="text"]
{
	width: 50%;
}*/

.tblDataEntry input_group label {
    display: inline-block;
}

.btnExcelOrg {
    display: none;
}

td {
    vertical-align: top;
}

/*.tblDataEntry td:nth-child(1)
{
	width:140PX;
}
.tblDataEntry td:nth-child(2)
{
	padding-left:15px !important;

}
.tblDataEntry td
{
	padding-bottom:5px;
	vertical-align:top !important;
}*/

.input_group * {
    /*font-family:Tahoma;
	font-size:11px;*/
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Times New Roman';
}

.PollResult {
    text-align: right;
}

.box.lowmargin {
    margin-bottom: 3px;
}

.list-box-fit {
    width: 100%;
    height: 150px !important;
}

.DataEntry.Role .row label {
    font-family: Tahoma;
    font-size: 9pt;
}

.line-height-1 {
    line-height: 100%;
}

.line-height-2 {
    line-height: 200%;
}

.line-height-3 {
    line-height: 300%;
}

.line-height-4 {
    line-height: 400%;
}

.line-height-5 {
    line-height: 500%;
}

.system-info {
    font-family: Yekan;
    font-size: 20px;
}
/*************************************************/
.GridPager {
    min-width: 135px;
    text-align: center;
    /*background: #bbb;*/
    height: 25px;
    max-width: 100%;
    width: 183px;
    float: right;
    /*border:1px solid #999;*/
}

@media (min-width:992px) {
    .GridPager {
        margin-top: 3px;
        float: left;
    }
}

@media (min-width:1373px) {
    .GridPager {
        margin-top: 0;
    }
}

.GridPager input[type=text] {
    width: 35px !important;
    height: 20px !important;
    text-align: center;
    margin-top: 2px !important;
}

.GridPager [id*="btnNextPage"] {
    float: left;
}

.GridPager [id*="btnPrevPage"] {
    float: right;
}

#divGridPageSize {
    float: left;
    padding: 5px;
}

#divTopGrid {
    width: 100%;
    overflow: auto;
    background-color: #ccc;
    padding: 5px;
}

    #divTopGrid label {
        /*color:white;*/
    }

    #divTopGrid div {
        display: inline;
    }
/***************************************************************************************************/
#divProductDetails {
    /*background: #333;*/
    width: 100%;
    margin: auto;
}

    #divProductDetails .product-tab {
        background: #EB65A0;
        border: 1px solid #fff;
        width: 12.5%;
        text-align: center;
        float: right;
        padding: 2px;
        min-width: 80px;
    }

        #divProductDetails .product-tab:hover {
            background: #93134D;
        }

            #divProductDetails .product-tab:hover a {
                color: #fff;
            }

        #divProductDetails .product-tab a {
            color: white;
            display: block;
            font-family: Yekan;
        }

    #divProductDetails div.selected {
        background: #93134D;
        color: #FFFFFF;
        position: relative;
        z-index: 2;
    }

        #divProductDetails div.selected a {
            color: #FFFFFF;
        }
/***************************************************************************************************/
#ulProductDetails li {
    background: #EB65A0;
}

#ulNewsDetails li {
    background: #9B539C;
}

#ulNewsDetails li, #ulProductDetails li {
    display: inline;
    padding: 3px 8px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
}

    #ulNewsDetails li a, #ulProductDetails a {
        color: white;
    }

    #ulNewsDetails li h6, #ulProductDetails li h6 {
        display: inline;
    }

    #ulNewsDetails li.selected, #ulProductDetails li.selected {
        background: white;
        color: #333;
        border-bottom: 0px;
        position: relative;
        z-index: 2;
    }

        #ulNewsDetails li.selected a, #ulProductDetails li.selected a {
            color: #333;
        }

.PictureProperties {
    direction: ltr;
}

.PictureGalleryImage {
    max-height: 150px;
    max-width: 150px;
}

.btnExcel {
    background-image: url('../Images/Excel-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.input_group textarea {
    min-height: 50px;
}

.modal-header {
    background-color: #58C9F3;
    color: #FFFFFF;
}

.btnInGrid {
    cursor: pointer;
}

#divContentEdit {
    /*padding:20px 12px;*/
    width: 100%;
    /*border:solid 1px #ccc;*/
    margin: 1px 0 0 0;
}



#divPreview {
    width: 100%;
    padding: 20px;
}

.spn-grid-share {
    padding: 5px 2px 1px 2px;
}

    .spn-grid-share img {
        width: 30px;
        height: 30px;
    }

    .spn-grid-share.vertical a {
        display: block;
    }

.drag_drop_grid td {
    cursor: move;
    width: 200px;
}

.drag_drop_grid .gridPager td {
    width: initial;
}

.pnlDetails {
    width: 100%;
}

    .pnlDetails th {
        color: #0b0;
        padding-top: 20px;
    }

    .pnlDetails tr:first-child th {
        padding-top: 0px;
    }

    .pnlDetails td {
        padding: 6px 5px;
        vertical-align: middle;
        background-color: #F3F3F3;
        margin: 2px;
        border: 2px solid #fff;
    }

        .pnlDetails td span {
            font-family: Yekan;
            font-size: 13px;
        }

.coupon-chk-list {
    height: 150px;
    border: 1px solid #ccc;
    overflow: auto;
    padding: 5px;
}

.price-excel {
    margin-bottom: 20px;
}

.grid-edit-price {
    width: 150px;
}

    .grid-edit-price input {
        display: inline;
        float: right;
        margin-left: 2px;
    }

        .grid-edit-price input[type=text] {
            width: 85px;
        }
/*=======================================================================================/ Footer Logo =================*/

.footer_logo_container {
    position: relative;
}

    .footer_logo_container .copyright {
        position: absolute;
        bottom: 20px;
        margin-top: 15px;
    }

        .footer_logo_container .copyright p {
            padding: 15px;
            border: 1px solid #ddd;
            width: 100%;
            background-color: #eee;
            padding-left: 120px;
        }

.footer_logo {
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 10px;
}

    .footer_logo .logo_main_circle {
        width: 46px;
        height: 46px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -23px;
        margin-left: -23px;
        z-index: 1;
        border-radius: 50%;
    }

    .footer_logo .logo_outer_circle {
        width: 96px;
        height: 96px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -48px;
        margin-left: -48px;
        z-index: 5;
    }

    .footer_logo .logo_middle_circle {
        width: 76px;
        height: 76px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -38px;
        margin-left: -38px;
        z-index: 4;
    }

    .footer_logo .logo_inner_circle {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -30px;
        margin-left: -30px;
        z-index: 3;
    }

.spin.logo_outer_circle {
    -webkit-animation: spin 10s infinite ease-in-out;
    -moz-animation: spin 10s infinite ease-in-out;
    -o-animation: spin 10s infinite ease-in-out;
    animation: spin 10s infinite ease-in-out;
}

.spin.logo_middle_circle {
    -webkit-animation: spin 10s infinite ease-in-out reverse;
    -moz-animation: spin 10s infinite ease-in-out reverse;
    -o-animation: spin 10s infinite ease-in-out reverse;
    animation: spin 10s infinite ease-in-out reverse;
}

.spin.logo_inner_circle {
    -webkit-animation: spin 10s infinite ease-in-out;
    -moz-animation: spin 10s infinite ease-in-out;
    -o-animation: spin 10s infinite ease-in-out;
    animation: spin 10s infinite ease-in-out;
}

.footer_logo .shine_circle {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}

span.shine {
    content: '';
    position: absolute;
    height: 400px;
    width: 10px;
    background: rgba(255, 255, 255, 0.77);
    top: -80px;
    left: -30px;
    display: block;
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.shine {
    -webkit-animation: shine_over 10s infinite ease-in-out;
    -moz-animation: shine_over 10s infinite ease-in-out;
    -o-animation: shine_over 10s infinite ease-in-out;
    animation: shine_over 10s infinite ease-in-out;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes shine_over {
    0% {
        top: -80px;
        left: -50px;
    }

    70% {
        top: -80px;
        left: -50px;
    }

    100% {
        left: 170px;
        top: -300px;
    }
}

.product-statistics-box {
    background-color: #f5f5f5;
    padding: 0px 10px;
    margin-bottom: 15px;
    line-height: 2;
}

    .product-statistics-box input[type=radio] {
        vertical-align: sub;
        margin-left: 5px;
    }

.product-title-box {
    width: 49%;
    display: inline-block;
    font-family: Yekan;
    font-size: 15px;
}

.product-info-box {
    width: 49%;
    text-align: left;
    display: inline-block;
}

    .product-info-box .btn {
        width: 32%;
        margin: 0px 2px;
        text-align: right;
        display: inline-block;
        padding: 6px 8px;
    }

    .product-info-box span {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        padding: 0;
    }

    .product-info-box i {
        margin-left: 3px;
        font-size: 12px;
    }

.grid-summary-box, .grid-summary-box .btn-link {
    font-weight: bold !important;
    text-decoration: none;
    font-family: Yekan;
    padding: 0 !important;
    font-size: 13px;
}

    .grid-summary-box a:hover, .grid-summary-box .btn-link:hover {
        color: #000 !important;
    }

.add-product-grid-box {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

    .add-product-grid-box .input-group {
        margin-bottom: 0;
    }

    .add-product-grid-box .btn {
        font-family: fontello !important;
        font-size: 14px !important;
    }

.chklist-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
}

.color_purple .news-detail-box hr {
    margin-top: 7px;
    margin-bottom: 7px;
    border-top: 1px solid transparent;
}

.color_blue .news-detail-box hr {
    margin-top: 7px;
    margin-bottom: 7px;
    border-top: 1px solid transparent;
}

.color_purple .news-detail-box h5, .color_blue .news-detail-box h5 {
    font-size: 13px;
}

.color_purple .news-detail-box a {
    color: #fff;
}

.color_blue .news-detail-box a {
    color: #fff;
}

.color_purple .news-detail-box .news-info-title {
    color: #feccff;
}

.color_blue .news-detail-box .news-info-title {
    color: #0012d7;
}

.color_purple .news-detail-box .news-info-value, .color_blue .news-detail-box .news-info-value {
    color: #fff;
    margin-right: 5px;
}



select + select {
    width: 200px !important;
    min-height: 500px !important;
}
