﻿/*~/AreasContent/builed/css/custum.min.css
moving side menu to right
    position has been commented and float:right has been added also position chaged to inherit*/
.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    float: right;
    /*position: absolute;*/
    position: inherit !important;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
    /*~/AreasContent/builed/css/custum.min.css
changing back ground's color*/
    .nav-md .container.body .col-md-3.left_col.menu_fixed {
        height: 100%;
        position: fixed;
    }

body .container.body .right_col {
    background: rgba(247, 247, 247, 0.82);
}


body {
    /* color: #73879C کد رنگ فونت قبلی */
    /*این کد رنگ جدید برای پررنگ تر و مشکی تر شدن فونت است*/
    color: #414c58 !important;
    /*background: #2A3F54;*/
    /*font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif ;*/
    /*font-size: 13px;*/
    /*font-weight: 400;
    line-height: 1.471;*/
}

/*~/AreasContent/builed/css/custum.min.css
moving side menu to right
    position has been commented and float:right has been added also position chaged to inherit*/
.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 70px;
    padding: 0;
    z-index: 9999;
    /*position: absolute;*/
    position: inherit !important;
    float: right;
}

/*~/AreasContent/builed/css/custum.min.css
moving buttons 5px to bottom 
    changing margin-bottom to 0px*/
button, .buttons, .btn, .modal-footer .btn + .btn {
    margin-bottom: 0px !important;
    margin-right: 5px;
}

/*~/AreasContent/builed/css/custum.min.css
moving side menu's child to left*/
.nav-sm ul.nav.child_menu {
    /*left: 100%;*/
    left: auto !important;
    right: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none;
}

/*~/AreasContent/builed/css/custum.min.css
    top nav
    margin left has been commented and margin right has been added 
     */
.main_container .top_nav {
    display: block;
    /*margin-left: 230px;*/
    margin-left: 0px !important;
    margin-right: 230px;
}
/*~/AreasContent/builed/css/custum.min.css
    top nav
    margin left has been commented and margin right has been added 
     */
.nav-sm .main_container .top_nav {
    display: block;
    /*margin-left: 70px;*/
    margin-left: 0px !important;
    margin-right: 70px;
    z-index: 2;
}

/*~/AreasContent/builed/css/custum.min.css
toggle in top nav
    float: left has been commented and float:right has been added*/
.toggle {
    /*float: left;*/
    float: right !important;
    margin: 0;
    padding-top: 16px;
    width: 70px;
}
/*~/AreasContent/builed/css/custum.min.css
moving .top_nav .navbar-right to left
    float: right has been commented and float:left has been added*/
.top_nav .navbar-right {
    margin: 0;
    width: 300px;
    /*width: 70%;*/
    /*float: right;*/
    float: left !important;
}
    /*~/AreasContent/builed/css/custum.min.css
moving user and inbox to left
    float: right has been commented and float:left has been added*/
    .top_nav .navbar-right li {
        display: inline-block;
        /*float: right;*/
        float: left !important;
        position: static;
    }
/*~/AreasContent/vendors/bootstrap/dist/css/bootstrap.min.css
moving .top_nav .navbar-right to left
    float: right !important; has been commented*/
.navbar-right {
    /*float: right !important;*/
    margin-right: -15px;
}

/*~/AreasContent/vendors/bootstrap/dist/css/bootstrap.css
adjusting table's content text align
    this code makes text-align right if direction is rtl
    and if direction is ltr text align will be left
    text-align:start; has been added*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: start !important;
}

/*~/AreasContent/builed/css/custum.min.css
moving user's dropdown to right*/
.navbar-nav .open .dropdown-menu {
    position: absolute;
    /*background: #fff;*/
    background: #d2eaff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    /*right: 0;
    left: auto;*/
    right: auto !important;
    left: 0 !important;
    width: 220px;
}


/*~/AreasContent/builed/css/custum.min.css
    container.body
    margin-left has been commented and margin-right has been added 
 */
.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    /*margin-left: 230px;*/
    margin-left: 0px !important;
    margin-right: 230px;
}

/*~/AreasContent/builed/css/custum.min.css
    container.body
    margin-left has been commented and margin-right has been added 
 */
.nav-sm .container.body .right_col {
    padding: 10px 20px;
    /*margin-left: 70px;*/
    margin-left: 0px !important;
    margin-right: 70px;
    z-index: 2;
}


/*~/AreasContent/builed/css/custum.min.css
    footer
    margin-left has been commented and margin-right has been added     
    */
@media (min-width: 992px) {
    footer {
        /*margin-left: 230px;*/
        margin-left: 0px !important;
        margin-right: 230px;
    }
}

.nav-sm footer {
    /*margin-left: 70px;*/
    margin-left: 0px !important;
    margin-right: 70px;
}

/*~/AreasContent/builed/css/custum.min.css
    side menu (making rtl)
    text-align: right; and direction: rtl; has been added   
    */
.nav.side-menu > li > a, .nav.child_menu > li > a {
    color: #E7E7E7;
    font-weight: 500;
    text-align: right;
    direction: rtl;
}
/*~/AreasContent/builed/css/custum.min.css
    side menu (moving arrows to left side of menu)
    float: right; has been commented and  float: left; has been added
    */
.main_menu span.fa {
    /*float: right;*/
    float: left !important;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA;
}
/*~/AreasContent/builed/css/custum.min.css
    moving h3 texts to right 
    padding-left: 23px; has been commented and  padding-right: 23px; text-align:right; and direction:rtl;  has been added
    */
.menu_section h3 {
    /*padding-left: 23px;*/
    padding-left: inherit !important;
    padding-right: 23px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
    text-align: right;
    direction: rtl;
}





/*~/AreasContent/builed/css/custum.min.css
    side menu's child
    padding-left: 36px; has been commented and  padding-right: 36px; has been added
    */
.nav.child_menu li {
    /*padding-left: 36px;*/
    padding-left: inherit !important;
    padding-right: 36px;
}
/*~/AreasContent/builed/css/custum.min.css
    side menu's child
    left: 23px; and right: auto;  has been commented and  right: 23px; and left: auto; has been added
    */
.nav-md ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    /*left: 23px;*/
    left: auto !important;
    margin-top: 15px;
    position: absolute;
    /*right: auto;*/
    right: 23px !important;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}
/*~/AreasContent/builed/css/custum.min.css
    side menu's child
    text-align: left !important;  has been commented and  text-align: right !important; has been added
    */
.nav-sm ul.nav.child_menu li a {
    /*text-align: left !important;*/
    text-align: right !important;
}
/*~/AreasContent/builed/css/custum.min.css
    side menu's child
    left: 27px;  has been commented and  right: 26px; has been added
    */
.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    /*left: 27px;*/
    left: auto !important;
    right: 26px;
    position: absolute;
    top: 0;
}




/*~/AreasContent/vendors/bootstrap/dist/css/bootstrap.min.css
    making msg-list rtl
    text-align:right;  has been added
    */
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: right;
}

/*~/AreasContent/footable-bootstrap.latest/css/bootstrap.min.css
    making plus icon in tables beautiful
    */
.fooicon-plus:before {
    content: "\2b";
    top: 0px;
    left: 8px;
    height: 14px;
    width: 14px;
    display: block;
    position: inherit !important;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    background-color: #337ab7;
}
/*~/AreasContent/footable-bootstrap.latest/css/bootstrap.min.css
    making plus icon in tables beautiful
    */
.fooicon-minus:before {
    content: "\2212";
    top: 0px;
    left: 8px;
    height: 14px;
    width: 14px;
    display: block;
    position: inherit !important;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    background-color: #d33333;
}
/*~/AreasContent/footable-bootstrap.latest/css/bootstrap.min.css
    making plus icon in tables beautiful
    */
.fooicon:before,
.fooicon:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
/*~/AreasContent/footable-bootstrap.latest/css/bootstrap.min.css
    making plus icon in tables beautiful
        opacity changed
    */
table > tbody > tr > td > span.footable-toggle {
    margin-right: 8px;
    opacity: 1 !important;
}


/*~/AreasContent/builed/css/custum.min.css
    making msg-list rtl
    right: 35px;  has been commented and  left: 35px; has been added
    */
ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    /*right: 35px;*/
    right: auto !important;
    left: 35px;
}
/*~/AreasContent/builed/css/custum.min.css
    making msg-list rtl
    direction:rtl; has been added
    */
ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
    direction: rtl;
}
/*~/AreasContent/builed/css/custum.min.css
    making msg-list rtl
    float: left; and margin-right: 10px;  has been commented and  float: right; and margin-left: 10px;  has been added
    */
ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    /*float: left;
            margin-right: 10px;*/
    margin-right: 0px !important;
    float: right !important;
    margin-left: 10px;
    width: 11%;
}
/*~/AreasContent/builed/css/custum.min.css
    making profile info (in side menu) rtl
    direction: rtl;  has been added
    */
.profile_info {
    padding: 25px 10px 10px;
    width: 65%;
    float: left;
    direction: rtl;
}
/*~/AreasContent/builed/css/custum.min.css
    making forms rtl
    float: right;  has been added
    */
.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*float: left;*/
    float: right !important;
    padding-right: 10px;
    padding-left: 10px;
}

/*~/AreasContent/builed/css/custum.min.css
    making forms rtl
    direction: rtl;  has been added
    */

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
    direction: rtl;
}
/*this is for circle btn*/
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*/////////////the following classes have not been changed but are required to template be responsive///////////////*/
@media (min-width: 480px) {
    .nav_menu {
        position: static;
    }
}

@media (max-width: 991px) {
    .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none;
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;
    }

    .right_col {
        padding: 10px !important;
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }

    .tile, .graph {
        zoom: 85%;
        height: inherit;
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%;
    }
}

@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left;
    }
}

@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative;
    }
}

@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .footer_fixed .nav-sm footer {
        margin-left: 0;
    }
}


@media (min-width: 992px) {
    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px;
    }
}

.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0;
    }
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px;
    }
}

.tile_count .tile_stats_count span {
    font-size: 12px;
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .mail_list {
        margin-bottom: 5px;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .bs-glyphicons {
        margin-right: 0;
        margin-left: 0;
    }

        .bs-glyphicons li {
            width: 12.5%;
            font-size: 12px;
        }
}

@media (min-width: 768px) {
    .cropper .img-container {
        min-height: 516px;
    }
}

@media (max-width: 400px) {
    .cropper .btn-group-crop {
        margin-right: -15px !important;
    }

        .cropper .btn-group-crop > .btn {
            padding-left: 5px;
            padding-right: 5px;
        }

        .cropper .btn-group-crop .docs-tooltip {
            margin-left: -5px;
            margin-right: -5px;
            padding-left: 5px;
            padding-right: 5px;
        }


    /*new class has been added
    for dashboard*/
    .image-d {
        display: none;
    }

    /* ~/AreasContent/builed/css/custum.min.css
         FOR DASHBOARD 
        width has been changed to 100 and text-align:center; has been added */
    ul.quick-list {
        width: 100% !important;
        padding-right: 0;
        display: inline-block;
        float: right;
        direction: rtl;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
}

/*~/AreasContent/builed/css/custum.min.css
    highlight menu's child during mouse hover*/
.hoverChildMenu a:hover {
    background-color: #1ABB9C !important;
    /*background-color: rgba(0, 255, 67, 0.1) !important;*/
}

/* highlight selected form in menu */
.selectedForm {
    background-color: rgba(26, 187, 156, 0.62) !important;
}

/*~/AreasContent/builed/css/custum.min.css
 FOR Tab Person 
    margin 21px 0 14px has been changed to  margin: 21px 0 0;
    for vall tabs backgound #F5F7FA; has been changed to  background: rgba(255, 255, 255, 0);*/
ul.bar_tabs {
    overflow: visible;
    /*background: #F5F7FA;*/
    background: rgba(255, 255, 255, 0);
    height: 25px;
    margin: 21px 0 0;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED;
}

    /*~/AreasContent/builed/css/custum.min.css
 FOR Tab Person 
       border-right color has been changed  */
    ul.bar_tabs > li.active {
        border-right: 6px solid #e6e6fa;
        border-top: 0;
        margin-top: -15px;
    }


/* this is for altering search form inline class*/
.form-inline > input {
    margin-bottom: 5px;
}

.form-inline > select {
    margin-bottom: 5px;
}

.form-inline > button {
    margin-top: -5px;
}

/*this is for loading element*/
.overlay {
    opacity: 0.8;
    /*background-color:#E7E7E7;*/
    background-color: rgba(64, 64, 64, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
}
/*this is for message box*/
.overlayMsg {
    background-color: rgba(64, 64, 64, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.MsgContainer {
    /*max-width: 300px;
        height:180px;*/
    width: 33%;
    min-width: 200px;
    /*height: 165px;*/
    min-height: 140px;
    margin: 100px auto;
    padding: 5px 0px 0px 0px;
    text-align: center;
    background: white;
    border-radius: .4em;
    /*border: 5px solid #425668;*/
    box-sizing: border-box;
}

.msg-button {
    border-radius: 0 0 .25em 0;
    /*border-radius: 0px;*/
    height: 100%;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

/*rtl wizard override custome.css*/

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    left: 50%;
    width: 50%;
    right: auto;
}

/*rtl wizard override custome.css*/

/*rtl title*/
.x_title h2 {
    margin: 5px 10px 6px;
    float: right;
}

.wizard_horizontal ul.wizard_steps {
    margin: -1px;
}
/*rtl title*/


/*select2.css
    altering multi select css*/
.select2-container--default .select2-selection--multiple {
    background-color: white;
    /*border: 1px solid #aaa;*/
    border: 1px solid rgba(170, 170, 170, 0.64);
    /*border-radius: 4px;*/
    border-radius: 0px;
    cursor: text;
}
/*select2.css
    altering multi select css*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
    /*border: solid #000 1px;*/
    border: 1px solid rgba(170, 170, 170, 0.64);
    outline: 0;
}

/*select2.css
    altering dropdown with search css*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    /*border: 1px solid #aaa;*/
    border: 1px solid rgba(170, 170, 170, 0.68);
    /*border-radius: 4px;*/
    border-radius: 0px;
}
/*select2.css
    altering dropdown with search css*/
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /*height: 28px;*/
    height: 33px;
    user-select: none;
    -webkit-user-select: none;
}
/*~/AreasContent/builed/css/custum.min.css
    altering dropdown with search css*/
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    /*min-height: 38px;*/
    min-height: 33px;
}



/*keeping elements in a line*/

@media (min-width:0px) {
    .inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .inline .has-feedback .form-control-feedback {
        top: 0;
    }
}



/*change sortIcon to small */
.fa-sort-asc {
    font-size: small;
}
/*change sortIcon to small */
.fa-sort {
    font-size: small;
}
/*change sortIcon to small */
.fa-sort-desc {
    font-size: small;
}
/*change default color*/
.fa-sort {
    color: #050D01 !important;
}
/*change color when hover*/
th:hover .fa-sort {
    color: white !important;
}
/*set boder and textalign for th in all Grid*/
.table > tbody > tr > td {
    border: 1px solid #e6e6e6;
    text-align-last: right;
    overflow: hidden;
    white-space: nowrap;
}
/*set border and textalign for td in all grid */
.table > thead > tr > th {
    border: 1px solid rgba(171, 157, 157, 0.62);
    text-align-last: right;
    word-wrap: break-word !important;
}
/*change background color for all grid*/
.table > thead {
    background: #050D01 !important;
    color: #ECF0F1;
}
/*remove leftborder of first column*/
.removeleftborder {
    border-left: none !important;
}

/*remove rightborder of second column*/
.removerightborder {
    border-right: none !important;
}


/*set background and blevel emboss effect for all forms */
#tab_content1, #tab_content2, #tab_content3, #tab_content4 , #tab_content5 {
    padding: 1px;
    background: rgba(168, 168, 171, 0.09);
    box-shadow: inset 0 -1px 2px rgb(129, 134, 131);
    border-radius: 3px;
}


/* ~/AreasContent/vendors/bootstrap/dist/css/less/navs.less
        in All forms change background of active tab*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    /*background-color: #fff;*/
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}



/*~ /AreasContent/build/css/custum.min.css in All forms change background of Deactive tab*/

ul.bar_tabs > li a {
    padding: 10px 17px;
    /*background: #F5F7FA;*/
    background: #fff;
    margin: 0;
    border-top-right-radius: 0;
}

/* ~/AreasContent/vendors/bootstrap/dist/css/less/table.less
      change background of all tables*/
table {
    /*background-color: transparent;*/
    background-color: white;
}


/*set align of actionbuttons in all forms*/
.actionbuttons {
    margin-bottom: 10px;
    margin-top: -10px;
}

/*~/AreasContent/build/css/custum.min.css
      change style of border hr*/
.ln_solid {
    /*border-top: 1px solid #e5e5e5;*/
    border-top: 1.3px solid #d4cfcf;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

/*remove padding of panel*/
#giplace {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*add padding to action buttons in all form panel*/

.gridaction {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*~/AreasContent/vendors/bootstrap/dist/css/bootstrap.css
    add left and right margin to all alert box
    */
.alert {
    padding: 15px;
    /*margin-bottom: 20px;*/
    margin: 5px 10px 20px 10px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*~/AreasContent/vendors/bootstrap/dist/css/close.less
    add right padding to close button */
button.close {
    -webkit-appearance: none;
    /* padding: 5px; */
    padding-right: 10px;
    cursor: pointer;
    background: 0 0;
    border: 0;
}


/*this is for filter dropdown which can be used in search and etc */
a.filterDropDown {
    width: 19px;
    height: 16px;
    vertical-align: bottom;
    display: block;
    background-repeat: no-repeat;
    margin: -18px 0px 2px -2px;
    float: left;
    position: relative;
}

/*this is for adding space to options of html.ListBoxFor*/
.spaceForOptions > option {
    margin-bottom: 3px;
}

/* ~/AreasContent/vendors/bootstrap/dist/css/bootstrap.css
   change background of all disabled input*/
.form-control[disabled] {
    /*background-color: #eee;*/
    background-color: rgba(193, 192, 197, 0.58);
    opacity: 1;
}

/*adjusting labels of checkboxes*/
.checkbox-inline-fa, .radio-inline {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

/*~/AreasContent/build/css/custum.min.css
   altering envelop icon in top nav bar */
.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 0px 4px !important;
    position: absolute;
    right: 0px !important;
    top: 0px !important;
}

/*~/AreasContent/build/css/custum.min.css
   altering logo and title in top of right menu bar */
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    /*line-height: 59px;*/
    line-height: 31px !important;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px;
}

/*set min-width for th in table*/
.SetWidthTh {
    min-width: 100px !important;
}


/* براي ايجاد جدول با هدر ثابت با قابليت اسكرول و ريسپانسيو */
table.ScrollFixedHeader {
    direction: ltr !important;
    min-width: 600px;
    background-color: black;
}

.ScrollFixedHeader * {
    direction: rtl !important;
}

.ScrollFixedHeader > tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ScrollFixedHeader > tbody {
    direction: ltr !important;
    display: block;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: white;
}

.ScrollFixedHeader > tbody *{
    direction: rtl !important;

}

.ScrollFixedHeader > thead {
    display: table;
    width: 98.7%;
    table-layout: fixed;
}

.Header99-3 {
    width: 99.3% !important;
}

.Header99-4 {
    width: 99.4% !important;
}

.ScrollFixedHeader > td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-header {
    padding: 5px;
}



/* اين قسمت مربوط به ايجاد جدول با هدر ثابت و اسكرول است كه هنوز به طور كامل طرز كار آن و نياز به وجودش تست نشده است */
/* در صورت نياز در حالت هاي متفاوت از حالت توضيحات خارج شده و كامنت شود */
/*  .ScrollFixedHeader */
/*th:nth-child(1), td:nth-child(1) {
        width: 10%;
    }

    th:nth-child(2), td:nth-child(2) {
        width: 10%;
    }

    th:nth-child(4), td:nth-child(4) {
        width: 10%;
    }

    th:nth-child(5) {
        width: 10%;
    }

    td:nth-child(5) {
        width: 10%;
    }*/
/*Default Table Col Size*/
/*كاربرد اين در كارتابل خزانه است */
.RaymonTblCol0 {
}

.RaymonTblCol1 {
    width: 1%;
    min-width: 10px !important;
}

.RaymonTblCol2 {
    width: 2%;
    min-width: 10px !important;
}

.RaymonTblCol3 {
    width: 3%;
    min-width: 10px !important;
}

.RaymonTblCol4 {
    width: 4%;
    min-width: 10px !important;
}

.RaymonTblCol5 {
    width: 5%;
    min-width: 10px !important;
}

.RaymonTblCol6 {
    width: 6%;
    min-width: 10px !important;
}

.RaymonTblCol7 {
    width: 7%;
    min-width: 10px !important;
}

.RaymonTblCol8 {
    width: 8%;
    min-width: 10px !important;
}

.RaymonTblCol9 {
    width: 9%;
    min-width: 10px !important;
}

.RaymonTblCol10 {
    width: 10%;
    min-width: 10px !important;
}

.RaymonTblCol11 {
    width: 11%;
    min-width: 15px !important;
}

.RaymonTblCol12 {
    width: 12%;
    min-width: 15px !important;
}

.RaymonTblCol13 {
    width: 13%;
    min-width: 15px !important;
}

.RaymonTblCol14 {
    width: 14%;
    min-width: 15px !important;
}

.RaymonTblCol15 {
    width: 15%;
    min-width: 15px !important;
}

.RaymonTblCol16 {
    width: 16%;
    min-width: 15px !important;
}

.RaymonTblCol17 {
    width: 17%;
    min-width: 15px !important;
}

.RaymonTblCol18 {
    width: 18%;
    min-width: 15px !important;
}

.RaymonTblCol19 {
    width: 19%;
    min-width: 15px !important;
}

.RaymonTblCol20 {
    width: 20%;
    min-width: 15px !important;
}

.RaymonTblCol21 {
    width: 21%;
    min-width: 20px !important;
}

.RaymonTblCol22 {
    width: 22%;
    min-width: 20px !important;
}

.RaymonTblCol23 {
    width: 23%;
    min-width: 20px !important;
}

.RaymonTblCol24 {
    width: 24%;
    min-width: 20px !important;
}

.RaymonTblCol25 {
    width: 25%;
    min-width: 20px !important;
}

.RaymonTblCol26 {
    width: 26%;
    min-width: 20px !important;
}

.RaymonTblCol27 {
    width: 27%;
    min-width: 20px !important;
}

.RaymonTblCol28 {
    width: 28%;
    min-width: 20px !important;
}

.RaymonTblCol29 {
    width: 29%;
    min-width: 20px !important;
}

.RaymonTblCol30 {
    width: 30%;
    min-width: 20px !important;
}

.RaymonTblCol31 {
    width: 31%;
    min-width: 20px !important;
}

.RaymonTblCol32 {
    width: 32%;
    min-width: 20px !important;
}

.RaymonTblCol33 {
    width: 33%;
    min-width: 20px !important;
}

.RaymonTblCol34 {
    width: 34%;
    min-width: 20px !important;
}

.RaymonTblCol35 {
    width: 35%;
    min-width: 20px !important;
}

.RaymonTblCol36 {
    width: 36%;
    min-width: 20px !important;
}

.RaymonTblCol37 {
    width: 37%;
    min-width: 20px !important;
}

.RaymonTblCol38 {
    width: 38%;
    min-width: 20px !important;
}

.RaymonTblCol39 {
    width: 39%;
    min-width: 20px !important;
}

.RaymonTblCol40 {
    width: 40%;
    min-width: 20px !important;
}

.RaymonTblCol41 {
    width: 41%;
    min-width: 20px !important;
}

.RaymonTblCol42 {
    width: 42%;
    min-width: 20px !important;
}

.RaymonTblCol43 {
    width: 43%;
    min-width: 20px !important;
}

.RaymonTblCol44 {
    width: 44%;
    min-width: 20px !important;
}

.RaymonTblCol45 {
    width: 45%;
    min-width: 20px !important;
}

.RaymonTblCol46 {
    width: 46%;
    min-width: 20px !important;
}

.RaymonTblCol47 {
    width: 47%;
    min-width: 20px !important;
}

.RaymonTblCol48 {
    width: 48%;
    min-width: 20px !important;
}

.RaymonTblCol49 {
    width: 49%;
    min-width: 20px !important;
}

.RaymonTblCol50 {
    width: 50%;
    min-width: 20px !important;
}

.RaymonTblCol51 {
    width: 51%;
    min-width: 20px !important;
}

.RaymonTblCol52 {
    width: 52%;
    min-width: 20px !important;
}

.RaymonTblCol53 {
    width: 53%;
    min-width: 20px !important;
}

.RaymonTblCol54 {
    width: 54%;
    min-width: 20px !important;
}

.RaymonTblCol55 {
    width: 55%;
    min-width: 20px !important;
}

.RaymonTblCol56 {
    width: 56%;
    min-width: 20px !important;
}

.RaymonTblCol57 {
    width: 57%;
    min-width: 20px !important;
}

.RaymonTblCol58 {
    width: 58%;
    min-width: 20px !important;
}

.RaymonTblCol59 {
    width: 59%;
    min-width: 20px !important;
}

.RaymonTblCol60 {
    width: 60%;
    min-width: 20px !important;
}

.RaymonTblCol61 {
    width: 61%;
    min-width: 20px !important;
}

.RaymonTblCol62 {
    width: 62%;
    min-width: 20px !important;
}

.RaymonTblCol63 {
    width: 63%;
    min-width: 20px !important;
}

.RaymonTblCol64 {
    width: 64%;
    min-width: 20px !important;
}

.RaymonTblCol65 {
    width: 65%;
    min-width: 20px !important;
}

.RaymonTblCol66 {
    width: 66%;
    min-width: 20px !important;
}

.RaymonTblCol67 {
    width: 67%;
    min-width: 20px !important;
}

.RaymonTblCol68 {
    width: 68%;
    min-width: 20px !important;
}

.RaymonTblCol69 {
    width: 69%;
    min-width: 20px !important;
}

.RaymonTblCol70 {
    width: 70%;
    min-width: 20px !important;
}

.RaymonTblCol71 {
    width: 71%;
    min-width: 20px !important;
}

.RaymonTblCol72 {
    width: 72%;
    min-width: 20px !important;
}

.RaymonTblCol73 {
    width: 73%;
    min-width: 20px !important;
}

.RaymonTblCol74 {
    width: 74%;
    min-width: 20px !important;
}

.RaymonTblCol75 {
    width: 75%;
    min-width: 20px !important;
}

.RaymonTblCol76 {
    width: 76%;
    min-width: 20px !important;
}

.RaymonTblCol77 {
    width: 77%;
    min-width: 20px !important;
}

.RaymonTblCol78 {
    width: 78%;
    min-width: 20px !important;
}

.RaymonTblCol79 {
    width: 79%;
    min-width: 20px !important;
}

.RaymonTblCol80 {
    width: 80%;
    min-width: 20px !important;
}

.RaymonTblCol81 {
    width: 81%;
    min-width: 20px !important;
}

.RaymonTblCol82 {
    width: 82%;
    min-width: 20px !important;
}

.RaymonTblCol83 {
    width: 83%;
    min-width: 20px !important;
}

.RaymonTblCol84 {
    width: 84%;
    min-width: 20px !important;
}

.RaymonTblCol85 {
    width: 85%;
    min-width: 20px !important;
}

.RaymonTblCol86 {
    width: 86%;
    min-width: 20px !important;
}

.RaymonTblCol87 {
    width: 87%;
    min-width: 20px !important;
}

.RaymonTblCol88 {
    width: 88%;
    min-width: 20px !important;
}

.RaymonTblCol89 {
    width: 89%;
    min-width: 20px !important;
}

.RaymonTblCol90 {
    width: 90%;
    min-width: 20px !important;
}

.RaymonTblCol91 {
    width: 91%;
    min-width: 20px !important;
}

.RaymonTblCol92 {
    width: 92%;
    min-width: 20px !important;
}

.RaymonTblCol93 {
    width: 93%;
    min-width: 20px !important;
}

.RaymonTblCol94 {
    width: 94%;
    min-width: 20px !important;
}

.RaymonTblCol95 {
    width: 95%;
    min-width: 20px !important;
}

.RaymonTblCol96 {
    width: 96%;
    min-width: 20px !important;
}

.RaymonTblCol97 {
    width: 97%;
    min-width: 20px !important;
}

.RaymonTblCol98 {
    width: 98%;
    min-width: 20px !important;
}

.RaymonTblCol99 {
    width: 99%;
    min-width: 20px !important;
}

.RaymonTblCol100 {
    width: 100%;
    min-width: 20px !important;
}



















.RaymonTblCol5Px {
    width: 5px;
    min-width: 5px !important;
}

.RaymonTblCol10Px {
    width: 10px;
    min-width: 10px !important;
}

.RaymonTblCol20Px {
    width: 20px;
    min-width: 20px !important;
}

.RaymonTblCol30Px {
    width: 30px;
    min-width: 30px !important;
}

.RaymonTblCol40Px {
    width: 40px;
    min-width: 40px !important;
}

.RaymonTblCol50Px {
    width: 50px;
    min-width: 50px !important;
}

.RaymonTblCol60Px {
    width: 60px;
    min-width: 60px !important;
}

.RaymonTblCol65Px {
    width: 65px;
    min-width: 65px !important;
}

.RaymonTblCol70Px {
    width: 70px;
    min-width: 70px !important;
}

.RaymonTblCol75Px {
    width: 75px;
    min-width: 75px !important;
}

.RaymonTblCol80Px {
    width: 80px;
    min-width: 80px !important;
}

.RaymonTblCol85Px {
    width: 85px;
    min-width: 85px !important;
}

.RaymonTblCol90Px {
    width: 90px;
    min-width: 90px !important;
}

.RaymonTblCol95Px {
    width: 95px;
    min-width: 95px !important;
}

.RaymonTblCol100Px {
    width: 100px;
    min-width: 100px !important;
}

.RaymonTblCol110Px {
    width: 110px;
    min-width: 110px !important;
}

.RaymonTblCol120Px {
    width: 120px;
    min-width: 120px !important;
}

.RaymonTblCol130Px {
    width: 130px;
    min-width: 130px !important;
}

.RaymonTblCol140Px {
    width: 140px;
    min-width: 140px !important;
}

.RaymonTblCol150Px {
    width: 150px;
    min-width: 150px !important;
}

.RaymonTblCol160Px {
    width: 160px;
    min-width: 160px !important;
}

.RaymonTblCol170Px {
    width: 170px;
    min-width: 170px !important;
}

.RaymonTblCol180Px {
    width: 180px;
    min-width: 180px !important;
}

.RaymonTblCol190Px {
    width: 190px;
    min-width: 190px !important;
}

.RaymonTblCol200Px {
    width: 200px;
    min-width: 200px !important;
}

.RaymonTblCol230Px {
    width: 230px;
    min-width: 230px !important;
}

.RaymonTblCol250Px {
    width: 250px;
    min-width: 250px !important;
}

.RaymonTblFixCol10Px {
    width: 10px !important;
}

.RaymonTblFixCol25Px {
    width: 25px !important;
}

.RaymonTblFixCol30Px {
    width: 30px !important;
}

.RaymonTblFixCol45Px {
    width: 45px !important;
}

.RaymonTblFixCol50Px {
    width: 50px !important;
}

.RaymonTblFixCol55Px {
    width: 55px !important;
}

.RaymonTblFixCol60Px {
    width: 60px !important;
}

.RaymonTblFixCol65Px {
    width: 65px !important;
}

.RaymonTblFixCol75Px {
    width: 75px !important;
}

.RaymonTblFixCol80Px {
    width: 80px !important;
}

.RaymonTblFixCol85Px {
    width: 85px !important;
}

.RaymonTblFixCol90Px {
    width: 90px !important;
}

.RaymonTblFixCol100Px {
    width: 100px !important;
}

.RaymonTblFixCol120Px {
    width: 120px !important;
}

.RaymonTblFixCol140Px {
    width: 140px !important;
}

.RaymonTblFixCol160Px {
    width: 160px !important;
}
/*//----------------------GridSortFunction-------------------------*/
.EttehadGSortFunction {
    background-color: transparent;
    border: transparent;
}

/*------------Item Button And TextBox----------------*/
.fa-ellipsis-h:focus {
    color: #fff !important;
    background-color: #26B99A !important;
    border-color: #398439 !important;
}

.ItemBtn {
    font-size: 12px !important;
    height: 19px !important;
    margin: 0px !important;
    border-radius: 4px 0px 0 4px !important;
    padding-top: 2px !important;
    border: 0 none !important;
}

.ItemSingleBtn {
    font-size: 12px !important;
    height: 19px !important;
    margin: 0px !important;
    border-radius: 4px 4px 4px 4px !important;
    padding-top: 2px !important;
    border: 0 none !important;
    width: 100%;
}


.ItemTxt {
    max-height: 19px !important;
    font-size: 12px !important;
    text-align: center !important;
    padding: 0 !important;
}

.headerinput {
    max-height: 22px !important;
    font-size: 12px !important;
    text-align: center !important;
    padding: 0 !important;
}

.headerbutton {
    font-size: 12px !important;
    height: 22px !important;
    margin: 0px !important;
    border-radius: 4px 0px 0 4px !important;
    padding-top: 3px !important;
    border: 0 none !important;
}

/*برای دکمه های پاپ آپ که به تکس باکس چسبیده است*/
.GroupBtnInput {
    font-size: 12px;
    height: 34px;
    margin: 0px;
    border-radius: 4px 0px 0 4px !important;
    padding: 10px;
}

.transparentinput {
    border: none !important;
    background-color: transparent !important;
    width: 100% !important;
    font-family: B yekan !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 8%) !important;
}

.TransparentInputTable {
    border: none !important;
    background-color: transparent !important;
    width: 100% !important;
}

.itemtable tbody > tr > td {
    padding: 1px !important;
}

table.jambo_table tbody tr:hover td:not(.RedColor):not(.GreenColor):not(.YellowColor):not(.BlueColor):not(.PurpleColor):not(.VioletColor):not(.btn-warning) {
    background: rgba(38,185,154,0.07) !important;
    border-top: 1px solid rgba(38,185,154,0.11) !important;
    border-bottom: 1px solid rgba(38,185,154,0.11) !important;
}



.HeaderItemForm .chosen-container.chosen-container-single.chosen-rtl {
    height: 22px !important;
    margin-bottom: 0px !important;
    display: inline-grid !important;
}

.HeaderItemForm .chosen-rtl .chosen-single {
    padding: 1px 10px 0 0 !important;
    height: 22px !important;
    font-size: 12px !important;
    display: inline-grid !important;
}

.ChosenAdjust .chosen-container.chosen-container-single.chosen-rtl {
    height: 22px !important;
    margin-bottom: 0px !important;
    display: inline-grid !important;
}


.ChosenAdjust .chosen-rtl .chosen-single {
    font-size: 12px !important;
    display: inline-grid !important;
}
.x_content input:not([readonly]):not([disabled]):focus, .x_content select:not([disabled]):focus {
    border: 1px solid #5897fb !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

.chosen-container .chosen-drop {
    min-width: 100% !important;
    width: auto !important;
}

    .chosen-container .chosen-drop ul {
        white-space: nowrap !important;
    }

.btn-xs[disabled] {
    opacity: 0.45 !important;
}

.GreenColor {
    background-color: lightgreen !important;
}

.RedColor {
    background-color: crimson !important;
    color: white !important;
}

.PurpleColor {
    background: #ffc1c1 !important;
}

.YellowColor {
    background-color: yellow !important;
}

.BlueColor {
    background-color: #7df6f6 !important;
}

.DarkGreenColor {
    background-color: darkcyan !important;
}

.RedBorderColor {
    border-color: red !important;
}

.VioletColor {
    background-color: #673ab79c !important;
}

.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    background: #2A3F54;
    /*برای اینکه نقطه های کنار لیست روی فوتر پایینی نیایند و اگر مقدار 1 باشد می آیند*/
    z-index: 2 !important;
}

.highlighttree {
    background-color: pink !important;
}

.ShouldHide {
    display: none !important;
}


/*اين كد ها مربوط به جدول پارشال هاي سرور سايد ميباشد*/

.ColumnSearchInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
    padding-right: 3px;
}

.ColumnSearchInput:hover::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput:focus::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    padding-right: 3px;
}

.ColumnSearchInput:hover:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    padding-right: 3px;
}

.ColumnSearchInput:hover::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    padding-right: 3px;
}

.ColumnSearchInput:hover:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
    padding-right: 3px;
}


.ColumnSearchInput:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
    padding-right: 3px;
}

.ColumnSearchInput:hover {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    color: black;
}

.ColumnSearchInput:focus {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    color: black;
}

.ColumnSearchInput:not(:placeholder-shown) {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    color: black;
}

.ColumnSearchInput {
    background-color: transparent;
    color: white;
    height: 26px;
    border: none;
}

/*//----------------------StartGOTRaymonDynamic-------------------------*/
.GOTRaymonDynamicSearchInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:hover::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:focus::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:hover:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:hover::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:hover:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
    padding-right: 3px;
}


.GOTRaymonDynamicSearchInput:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
    padding-right: 3px;
}

.GOTRaymonDynamicSearchInput:hover {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    color: white;
}

.GOTRaymonDynamicSearchInput:focus {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    color: white;
}

.GOTRaymonDynamicSearchInput:not(:placeholder-shown) {
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    color: black;
}

.GOTRaymonDynamicSearchInput {
    background-color: transparent;
    color: white;
    height: 26px;
    border: none;
}
/*اتمام*/


.nowrap {
    white-space: nowrap;
}


GOTTable {
    border-collapse: collapse;
    border-spacing: 0;
}




/*رنگ ردیف های زوج جدول*/
/*tr:nth-child(even) {
        background-color: rgba(243, 243, 243, 0.54);
    }*/


/*مربوط به تکس باکس فور تعداد کل ردیف ها و ردیف های انتخاب شده*/
.GOTTransparentinput {
    border: none !important;
    background-color: transparent !important;
    font-family: B yekan !important;
    max-width: 30px;
    text-align-last: center;
    color: #1abc9c; /*Light Sea Green*/
    min-width: 80px;
}


/* ~/AreasContent/vendors/bootstrap/dist/css/less/table.less
      change background of all tables*/
.GOTTable {
    /*background-color: transparent;*/
    background-color: #3f5367 !important;
}

    .GOTTable > thead > tr > th,
    .GOTTable > tbody > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        /*vertical-align: top;*/
        /*border: 1px solid #FFFFFF;*/
        text-align-last: center !important;
    }

    .GOTTable > thead > th,
    .GOTTable > tbody > td {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }


    .GOTTable > tbody > tr > td {
        border: 1px solid #e8e8e8;
        overflow: hidden;
        white-space: nowrap;
        padding: 5px !important;
    }

    /*set border and textalign for td in all grid */
    .GOTTable > thead > tr > th {
        border: 1px solid rgba(221, 221, 221, 0.59);
        /*text-align-last: right;*/
        word-wrap: break-word !important;
    }


    /*change background color for thead*/
    .GOTTable > thead {
        background: #3f5367 !important;
        color: #FFFFFF;
    }



/*//----------------------New Dynamic Checkbox-------------------------*/


/*https://appitventures.com/blog/styling-checkbox-css-tips/*/
.card {
    width: 500px;
    margin: 50px auto;
    clear: both;
    display: block;
    padding: 0px 0px;
    /*تیک*/
    background-color: white;
    border-radius: 2px;
}

    .card::after {
        clear: both;
        display: block;
        content: "";
    }

    .card .checkbox-container {
        float: left;
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        padding: 40px 0px;
    }


/* Styling Checkbox Starts */
.checkbox-label {
    display: -webkit-inline-box;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 13px;
    width: 13px;
    clear: both;
    vertical-align: initial;
}


    /*پنهان کردن چک باکس اصلی*/
    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /*مربع چک باکس در حالت تیک نخورده */
    .checkbox-label .checkbox-custom {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 13px;
        width: 13px;
        background-color: #dee0e1;
        border: solid 0.7px rgba(64, 64, 64, 0.5);
        border-radius: 3px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        margin-top: 4px;
        /*border: 2px solid #FFFFFF;*/
    }
    /*مربع چک باکس در حالت تیک خورده*/
    .checkbox-label input:checked ~ .checkbox-custom {
        background-color: rgb(26, 188, 156);
        border-radius: 3px;
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        border: none;
        /*border: 2px solid #FFFFFF;*/
    }


    /*ظاهر تیک در حالت تیک نخورده*/
    .checkbox-label .checkbox-custom::after {
        position: absolute;
        content: "";
        left: 12px;
        top: 12px;
        height: 0px;
        width: 0px;
        border-radius: 3px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: 1;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }
    /*ظاهر تیک در حالت تیک خورده*/
    .checkbox-label input:checked ~ .checkbox-custom::after {
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        opacity: 1;
        /*موقیعت مکانی*/
        left: 3.8px;
        top: 0.25px;
        /*ابعاد مستطیل*/
        width: 5px;
        height: 10px;
        border-radius: 0;
        /*رنگ تیک*/
        border: solid white;
        border-width: 0 2px 2px 0;
        /* رنگ پس زمینه مستطیل تیک که باید با رنگ چک باکس یکسان باشد */
        background-color: rgb(26, 188, 156);
    }


    /*ظاهر ایفکت در حالت تیک نخورده*/
    .checkbox-label .checkbox-custom::before {
        position: absolute;
        content: "";
        left: 10px;
        top: 10px;
        width: 0px;
        height: 0px;
        border-radius: 5px;
        border: 2px solid #FFFFFF;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    /*ظاهر افکت در حالت تیک خورده*/
    .checkbox-label input:checked ~ .checkbox-custom::before {
        left: -3px;
        top: -3px;
        width: 24px;
        height: 24px;
        border-radius: 2px;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        z-index: 999;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        pointer-events: none;
    }


    /* indeterminate استایل تیک برای تیک هدر در حالت  */
    .checkbox-label input:indeterminate ~ .checkbox-custom::after {
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        /*موقیعت مکانی*/
        left: 0.9px;
        top: 4.5px;
        /*ابعاد مستطیل*/
        width: 9.5px;
        height: 1px;
        border-radius: 0;
        /*رنگ تیک*/
        border: solid rgb(26, 188, 156);
        border-width: 0 0 3px 1px;
        /* رنگ پس زمینه مستطیل تیک که باید با رنگ چک باکس یکسان باشد */
        background-color: rgb(26, 188, 156);
    }

    /*مربع چک باکس در حالت تیک نخورده */
    /*.checkbox-label input:disabled .checkbox-custom {
        background-color: #f61111;
        cursor: not-allowed;
    }*/

    /*مربع چک باکس در حالت دیزیبل*/
    .checkbox-label input:disabled ~ .checkbox-custom {
        background-color: rgb(224, 224, 224);
        border: solid 0.7px rgba(64, 64, 64, 0.15);
        cursor: not-allowed;
    }
    /*مربع چک باکس در حالت داشتن ظاهر دیزیبل*/
    .checkbox-label input.GOTShowDisabled ~ .checkbox-custom {
        background-color: rgb(224, 224, 224);
        border: solid 0.7px rgba(64, 64, 64, 0.15);
        cursor: not-allowed;
    }

    /*ظاهر تیک در حالت تیک خورده دیزیبل*/
    .checkbox-label input:checked:disabled ~ .checkbox-custom::after {
        border-color: #6c6c6c;
        background-color: rgb(224, 224, 224);
    }

    /*ظاهر تیک در حالت تیک خورده داشتن ظاهر دیزیبل*/
    .checkbox-label input:checked.GOTShowDisabled ~ .checkbox-custom::after {
        border-color: #6c6c6c;
        background-color: rgb(224, 224, 224);
    }

/*//----------------------New Dynamic Checkbox-------------------------*/


.GOTRaymonDynamicSortBtn {
    background-color: transparent;
    border: transparent;
    padding-right: 0px;
}

    .GOTRaymonDynamicSortBtn > i {
        color: white !important;
    }
/*پیمایش در ابزار گات*/
.GOTHoverRow {
    background: rgba(38,185,154,0.07) !important;
    border-top: 2px solid rgba(255,0,0,0.1) !important;
    border-bottom: 2px solid rgba(255,0,0,0.1) !important;
}

.GOTShowDisabled {
    cursor: not-allowed;
}

/*//----------------------EndGOTRaymonDynamic-------------------------*/


/*برای دراپ دان  با دیتای دستی  که ظاهر دکمه دارد مانند تخصیص عوامل ریالی */
.drpbtn {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/*//----------------------راهنمای رنگ داخل پاپ آپ ها(Start) -------------------------*/
.ColorHelperShape {
    width: 25px;
    height: 25px;
    margin: 5px;
    border-radius: 100%;
    border: #9E9E9E;
    border-style: solid;
    border-width: 1px;
}

.ColorHelperContainer {
    background: #e4e4e4;
    direction: rtl;
    font-size: smaller;
    font-family: 'B TitrEmco' !important;
}

.ColorHelperContainerDivBorder {
    border-color: #eaeaea;
    border-style: solid;
    border-width: thin;
}
/*//----------------------راهنمای رنگ داخل پاپ آپ ها(End) -------------------------*/

.Center {
    text-align-last: center !important;
}


/*//---------------------کلاس مخصوص  دیویژن و فونت پیغام پست بک Start-------------------------*/

 .alertclass {
        background-color: wheat !important;
        font-size: 9pt !important;
        text-align: center !important;
        font: bold 12px arial,verdana !important;
        overflow-y: auto !important;
        max-height: 150px !important;
    }
.SuccessColor {
    color: #3fc1a5;
    font-family: 'B TitrEmco' !important;
    text-align: center;
    font-weight: 700;
}

.AlertColor {
    color: #e96153;
    font-family: 'B TitrEmco' !important;
    text-align: center;
    font-weight: 700;
}
.WarningColor {
        color: orange;
        font-family: 'B TitrEmco' !important;
        text-align: center;
        font-weight: 700;
    }
/*//---------------------کلاس مخصوص فونت پیغام پست بک END-------------------------*/

/*استایل باکس های معین و تفصیل*/
.whiteBoxDiv {
    border: 1px solid #cbc7c7;
    background: white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    min-height: 80px;
}

/*برای چپ به راست کردن متن ها در ستون و تکست باکس هااستفاده میشود  */
.RaymonLTRText {
    direction: ltr !important;
    text-align-last: left !important;
    padding-left: 5px !important;
}

    .RaymonLTRText > input {
        direction: ltr !important;
        text-align-last: left !important;
    }

/*دکمه هایی که مانند دکمه های ادد رو دیلیت رو باریک اند*/
.SlimBtn {
    margin-bottom: 2px !important;
    margin-top: -2px;
    padding: 2px 10px;
}

/*دکمه اد رو   دیلیت رو*/

.GOTAddDelRowBtns {
    margin-bottom: 2px !important;
    margin-top: -2px;
    padding: 2px 10px;
}

/*دیوژن بالای تیبل*/
.GOTModalTableDiv {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 500px;
}

/*دیوژن بالای تیبل ادرو دیلیت رو  و گرید */
.ItemTableDiv {
    padding: 0px;
    overflow-x: auto;
    overflow-y: hidden !important;
}

.GOTDivSearchModal {
    margin-bottom: 5px;
}

    .GOTDivSearchModal > input {
        height: 26px;
    }
/*برای دیویژنی که دکمه تو ساید در گرید پنل در آن قرار دارد*/
.GridPanelSearchBtns {
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0px;
}

/* برای دراپ داون هایی که ارتفاع کوچک دارند و چوزن نیستند*/
.SlimField {
    height: 22px;
    font-size: 12px !important;
    padding: 0px;
}



/*برای دکمه تایید*/
.btn-confirm {
    background-color: #81c34a;
    color: white !important;
    border: 1px solid #4CAF50;
}

    .btn-confirm:hover {
        background-color: #70ad3e !important;
        color: white !important;
    }
/*برای حل مشکل کوچیک شدن چوزن پاپ اپ ها در حالت موبایل*/
.OnePercentWidth {
    width: 1% !important;
}

/* استایل خاص استفاده شده در بچ انتقالی انبار*/
.ItemSaveDeleteButton {
  height: 24px;
  width: 24px;
  margin: 0px;
  padding: 6px;
}

 .formuladiv {
        height: 100%;
        /*position: fixed;*/
        z-index: 1;
        top: 0;
        left: 0;
        overflow-x: hidden;
        padding-top: 16px;
    }

        .formuladiv a {
            padding: 6px 8px 6px 16px;
            text-decoration: none;
            /*font-size: 20px;*/
            color: #818181;
            display: block;
        }

    /* Our custom calculator width */
    #calculator-body {
        /*width: 360px;*/
        border: 1px solid #999;
        border-radius: 10px;
        padding: 15px;
    }

    /* This align the output to the right and a creating the calc display */
    #calc-display {
        background-color: #f5f5f5;
        border: 1px solid #999;
        border-radius: 3px;
        font-size: 38px;
        height: 50px;
        margin-bottom: 3px;
        text-align: right;
        padding-right: 3px;
        width: 350px;
    }

    /* This will give a good spacing between our calculator screen and the keys */
    .calc-keys {
        margin-bottom: 3px;
    }

    .FormulaContainer {
        background-color: lightseagreen !important;
    }

    .row .smallbtn {
        width: 20% !important;
        padding: 1px !important;
        font-weight: bolder;
    }

    .row .mediumbtn {
        width: 40% !important;
        padding: 1px !important;
    }

    .row .extralargebtn {
        width: 80% !important;
        padding: 1px !important;
    }

    .row .largebtn {
        width: 62% !important;
        padding: 1px !important;
    }

    #FormulaConditionDiv textarea {
        resize: none;
    }

    .ChosenPopUpHeader {
    max-height: 22px !important;
    font-size: 12px !important;
    text-align: center !important;
    padding: 0 !important;
    width: 100%;
}
     .ChosenPopUp {
   font-size: 10pt !important;
    text-align: center !important;
    padding: 0 !important;
    width: 100%;
    font-family: 'B YekanEmco' !important;
}

     .BtnWithTextBoxLarge {
    margin: 0px;
    border-radius: 4px 0px 0 4px !important;
    padding: 11px;
    font-size: 10px;  
}
       @media (max-width:4px) {
            .RaymonMenuFooterBtnDivExpand {
              display:none;
            }
           .RaymonMenuFooterBtnDivCollapse {
              display:block !important;
            }
        .sidebar-footer a {
            padding: 0px 0px 0px 4px !important;
        }

 }

@media (max-width:3000px) {
    .RaymonMenuFooterBtnDivExpand a {
    margin-left:0px !important;
    }
}
   /*------------New RadioButton--------------*/
   .card .RadioButton-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 0px;
}
.RadioButton-label {
    display: -webkit-inline-box;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 13px;
    width: 13px;
    clear: both;
    vertical-align: initial;
}
.RadioButton-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.RadioButton-label .RadioButton-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 13px;
    width: 13px;
    background-color: #dee0e1;
    border-radius: 3px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    margin-top: 4px;
}
 

/*استایل تیک در حالت فعال*/
/*در واقع ظاهر تیک یک مستطیل زاویه دار است که دو ضلع آن ظاهر تیک را تشکیل داده است*/
.RadioButton-label input:checked ~ .RadioButton-custom:after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    /*موقیعت مکانی*/
    left: 1.58px;
    top: 1.5px;
    /*ابعاد دایره*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*رنگ تیک*/
    border: rgb(26, 188, 156);
    border-width: 0 2px 2px 0;
    /* رنگ پس زمینه مستطیل تیک که باید با رنگ چک باکس یکسان باشد */
    background-color: rgb(26, 188, 156);
}

.RadioButton-label .RadioButton-custom {
    border-radius: 50%;
    border: solid 0.7px rgba(64, 64, 64, 0.5);
}

.RadioButton-label input:checked ~ .RadioButton-custom {
    background-color: rgb(26, 188, 156);
    border-radius: 50%;
    border: 2px rgb(26, 188, 156);
}

    .RadioButton-label input:checked ~ .RadioButton-custom::after {
        border: solid white;
        border-width: 1px 1px 1px 1px;
    }

.RadioButton-label .RadioButton-custom::after {
    border-radius: 50%;
}

.RadioButton-label .RadioButton-custom::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.RadioButton-label input:checked ~ .RadioButton-custom::before {
    border-radius: 50%;
}


.RadioButton-label .RadioButton-custom:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    height: 0px;
    width: 0px;
    border-radius: 3px;
    border: solid white;
    border-width: 3px 3px 3px 3px;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.RadioButton-label .RadioButton-custom::before {
    position: absolute;
    content: "";
    left: 5.5px;
    top: 5px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid white;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}



.RadioButton-label input:disabled ~ .RadioButton-custom {
    background-color: #e2e2e2;
    cursor: not-allowed;
}


    /*در حالت دیزیبل دایره اصلی*/
    .RadioButton-label input:disabled ~ .RadioButton-custom {
        background-color:rgba(169, 169, 169, 0.66);
        /*border: solid 0.7px rgba(64, 64, 64, 0.15);*/
        cursor: not-allowed;
    }
    /*دایره اصلی در حالت داشتن ظاهر دیزیبل*/
    .RadioButton-label input.GOTShowDisabled ~ .RadioButton-custom {
        background-color: rgba(169, 169, 169, 0.66);
        /*border: solid 0.7px rgba(64, 64, 64, 0.15);*/
        cursor: not-allowed;
    }

    /*ظاهر دایره داخلی در حالت تورو و دیزیبل*/
    .RadioButton-label input:checked:disabled ~ .RadioButton-custom::after {
        background-color: #6c6c6cbd;
    }

     /*ظاهر دایره داخلی در حالت تورو و دیزیبل*/
    .RadioButton-label input:checked.GOTShowDisabled ~ .RadioButton-custom::after {
        background-color: #6c6c6cbd;
    }
/*------------End New RadioButton--------------*/

    .ln_solid_Blue {
        border-top: 2px solid #2475bab5;
        height: 1px;
        /*width: 99%;*/
    }

    /*-------------------------------------*/
    /*رنگ سبز انتخاب اینپوت 
    نمونه در فرم های شرح پیش فرض دارایی ثابت و الگوی دریافت و پرداخت خزانه*/ 
        .SelectedInputColor {
        background: #c4ffcc !important;
    }

/*تغییر رنگ دکمه های بستن و کوچیک کردن */
/*------------collapse-link   close-link --------------*/
        .close-link {
   color:red !important;
}

          .collapse-link {
   color:#2a3f54 !important;
}
.input_text {
text-align-last: center !important;
font-weight: 900;
color:#aa1212 !important;
}
/** /Dropzone.js **/

.conversation {
    direction: rtl;
    position: relative;
}
.conversation .sender {
    float: right;
}
.conversation .sender .icon{
    font-size: 50px; line-height: 0; text-align: center; padding: 5px 0px 0px; height: 65px; width: 65px; background-color: #37474f; color: rgb(255, 255, 255);
    float: right;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
.conversation .sender span{
    color: #37474f;
    float: right;
    padding: 0 10px 0 20px;
    position: relative;
    top: 25px;
}
.conversation .body:before{
    border-left: 10px solid white;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    content: '';
    position:absolute;
    top: 25px;
    right: -10px;
}
.conversation .body{
    background-color: white;
    border: 1px solid #f0f0f0;
    float: right;
    padding: 15px 20px; 
    position: relative;
    width: 45%; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.conversation .body dt{
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.conversation .history{
    clear: both;
    color: #37474f;
    float: right;
    font-size: 12px;
    margin-bottom: 40px;
    padding-top: 4px;
    width: 100%;
}

.conversation.receiver .body, 
.conversation.receiver .history, 
.conversation.receiver .sender,  
.conversation.receiver .sender .icon, 
.conversation.receiver .sender span {
    float: left;
}
.conversation.receiver .sender span {
    padding: 0 20px 0 10px;
}
.conversation.receiver .body:before {
    border-right: 10px solid #aee0b0;
border-left: none;
    right: inherit;
    left: -10px;
}
.conversation.receiver .body {
    background-color: #c8e6c9;
    border-color: #aee0b0;
}
.conversation.receiver .body dt {
    border-color: #aee0b0;
}
.conversation.receiver .history {
    text-align: left;
}
.conversation.receiver form {
    position: relative;
    padding: 30px 0 20px; background: rgb(245, 245, 245) none repeat scroll 0% 0%; top: -20px; left: 0px; width: 100%;
}
.conversation.receiver form:before {
        border-bottom: 10px solid #f0f0f0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        content: '';
    }
.conversation-text-field{
    float: right;
    width: 100%;
    max-width: 100%;
}
.conversation-divider{
    border-bottom: 1px solid #eeeeee;
    float: right;
    margin: 10px 0 10px 0;
    width: 100%;
}
.conversation.replyclass {
   padding: 10px 70px 0 0;
}