@font-face {
    font-family: 'IranSans';
    src: url('../fonts/IranSans.eot');
    src: local('IranSans'), local('IranSans'), url('../fonts/IranSans.woff') format('woff'), url('../fonts/IranSans.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IranSans' !important;
    direction: rtl;
    background: #f7fafd;
}

a {
    text-decoration: none !important;
}

/**********************Header****************************/
header img {
    width: 100%;
    height: 275px;
}

/*.container {*/
/*margin-right: 80px;*/
/*}*/

.side3 {
    float: right;
    height: 200px;
}

.logo {
    width: 80%;
    height: 150px;
    border-radius: 3px;
    background: #fff;
    position: inherit;
    /*left: 0;*/
    box-shadow: 2px 2px 3px 2px rgba(221, 221, 221, 1);
    -webkit-box-shadow: 2px 2px 3px 2px rgba(221, 221, 221, 1);
    -moz-box-shadow: 2px 2px 3px 2px rgba(221, 221, 221, 1);
    margin: auto;
}

.logo img {
    margin: 15px auto;
    display: block;
}

.logo p {
    text-align: center;
    font-weight: bold;
}

ul.btn_inbox {
    list-style: none;
}

ul.btn_inbox li {
    display: inline;
    float: right;
    margin-left: 33px;
}

ul.btn_inbox li p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.mail {
    fill: #fff;
    padding: 10px 30px 10px 30px;
    background: linear-gradient(#ff5c3d, #ff2f63);
    border-radius: 4px;
    box-sizing: border-box;
    width: 120px;
    height: 80px;
}

.mail path {
    fill: #fff;
}

.mail2 {
    fill: #fff;
    padding: 10px 30px 10px 30px;
    background: linear-gradient(#ff9205, #fe6136);
    border-radius: 4px;
    box-sizing: border-box;
    width: 120px;
    height: 80px;
}

.document {
    fill: #fff;
    padding: 10px 30px 10px 30px;
    background: linear-gradient(#19cdfb, #1c6ef2);
    border-radius: 4px;
    box-sizing: border-box;
    width: 120px;
    height: 80px;
}

.recycle-sign {
    fill: #fff;
    padding: 10px 30px 10px 30px;
    background: linear-gradient(#bf46f9, #6254d8);
    border-radius: 4px;
    box-sizing: border-box;
    width: 120px;
    height: 80px;
}

.side-svg {
    margin-top: 0px;
    width: 33px;
    height: 22px;
    top: 8px;
    position: relative;
}

footer {
    background: #a9a9a9;
    text-align: center;
    height: 75px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 12px;
    font-size: 16px;
}

.s-main {
    height: 627px;
}

/*--------------------------------VERTICAL TAB------------------------------------*/
/* Style the tab */
.tab {
    /*float: left;*/
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    width: 91%;
    /*height: 700px;*/
    -webkit-box-shadow: 0px 2px 3px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 2px 3px 0px rgba(221, 221, 221, 1);
    height: 100%;
}

/* Style the buttons inside the tab */
.tab a {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 50px;
    width: 100%;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab a:hover {
    background-color: #f7fafd;
}

/* Create an active/current "tab button" class */
.tab a.active {
    background-color: #f7fafd;
}

/* Style the tab content */
.tabcontent {
    float: right;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fff;
    width: 100%;
    min-height: 627px;
    /*height: 100%;*/
    -webkit-box-shadow: 0 2px 3px 0 rgba(221, 221, 221, 1);
    -moz-box-shadow: 0 2px 3px 0 rgba(221, 221, 221, 1);
    box-shadow: 0 2px 3px 0 rgba(221, 221, 221, 1);
    /*padding: 20px;*/
}

.tabcontent a {
    color: #333;
}

.main {
    margin-top: 20px;
    margin-bottom: 50px;
    height: 705px;
    height: auto;
}

.side_tab {
    float: right;
    height: 100%;
    width: 24%;
}

.avatar {
    margin-bottom: 25px;
}

.avatar img.personal_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #eff0f2;
    object-fit: cover;
    object-position: center center;
    margin: 10px auto;
    display: block;
}

.avatar p {
    text-align: center;
    padding-top: 10px;
}

.avatar .welcome {
    font-size: 17px;
}

/*************DEMO1***************/

.main-body {
    height: 100%;
}

ul.theader {
    list-style: none;
    padding: 20px 0;
    font-size: 16px;
    text-align: center !important;
    background: #e4eaf1;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
}

ul.theader li {
    display: inline-block;
    width: 16%;
}

#recieve ul.theader li {
    width: 16%;
    text-align: center !important;
    padding-right: 5%;
}

li.toggle {
    display: inline !important;
}

ul.body-list {
    list-style: none;
    padding: 20px 0;
    font-size: 16px;
    text-align: center !important;
    border-top: 1px solid #f4f7fb;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 2px solid #f4f7fb;
}

ul.body-list li {
    display: inline-block;
    width: 19%;
    font-weight: 400;
}

/*#recieve ul.body-list li {*/
/*display: inline-block;*/
/*width: 16%;*/
/*}*/

li img.personal_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #eff0f2;
    object-fit: cover;
    object-position: center center;
}

.expand {
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    background: linear-gradient(to right, #fd9026, #fec92e);
    border-radius: 3px;
    color: #fff !important;
}

a.expand:hover,
a.expand:focus {
    color: #fff !important;
}

.expand2 {
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    background: linear-gradient(to right, #fd9026, #fec92e);
    border-radius: 3px;
    color: #fff !important;
}

a.expand2:hover,
a.expand2:focus {
    color: #fff !important;
}

.detail {
    margin: 10px 0 10px 0;
    display: none;
    line-height: 18px;
    height: 320px;
    padding: 0 10px;
    border-top: 2px solid #f4f7fb;
}

.detail-left {
    width: 50%;
    float: left;
    height: 100%;
}

.detail-right {
    width: 50%;
    float: right;
    height: 100%;
    padding-left: 20px;
}

.detail-content {
    padding-top: 15px;
}

ul.detail-content li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    text-align: right !important;
}

.glyphicon-stop {
    font-size: 10px;
    color: #069896;
    padding-left: 8px;
}

.btn-call {
    border: 2px solid #355dff;
    background: #355dff;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    float: left;
    transition: all 0.2s linear;
}

.btn-call:hover,
.btn-call:focus {
    background: #2043d5;
}

.request-text {
    text-align: right;
    background: #e4eaf1;
    padding: 10px;
    margin-top: 15px;
    border-radius: 4px;
    width: 100%;
    height: 100px;
    overflow-wrap: break-word;
    overflow: auto;
}

#map {
    height: 627px;
    border: 1px solid silver;
    margin-top: 0;
    border-radius: 4px;
    /*position: relative;*/
}

/*#GoogleMap {*/
/*height: 627px;*/

/*border: 1px solid silver;*/
/*margin-top: 0;*/
/*border-radius: 4px;*/
/*}*/

.map3 {
height: 400px;
border: 1px solid silver;
margin-top: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}

.map2 {
    height: 100%;
    border: 1px solid silver;
    margin-top: 0;
    /*position: fixed;*/
    /*float: left;*/
}

/*#map4 {*/
/*height: 627px;*/
/*border: 1px solid silver;*/
/*margin-top: 0;*/
/*border-radius: 4px;*/
/*}*/
.map5 {
height: 300px;
border: 1px solid silver;
margin-top: 0;
border-radius: 4px;
}
/*#map6 {*/
/*height: 300px;*/
/*border: 1px solid silver;*/
/*margin-top: 0;*/
/*border-radius: 4px;*/
/*}*/
.accept {
    text-decoration: none;
    cursor: pointer;
    padding: 2% 38%;
    background: linear-gradient(to right, #fd9026, #fec92e);
    border-radius: 3px;
    color: #fff !important;
}

.accept:hover, .accept:focus {
    color: #fff;
}

.personel-locaton ul {
    list-style: none;
    /*padding: 20px 0;*/
}

.personel-locaton ul li {
    display: inline-block;
    /*border: 1px solid red;*/
    width: 16%;
    text-align: center;
    /*margin-left: 3px;*/
    font-size: 16px;
    padding: 25px 0;
    /*border-top: 1px solid #f4f7fb;*/
}

.policeHat {
    fill: #000;
    width: 40px;
    padding: 0;
    height: 29px;
    /*top: 12px;*/
    bottom: 0;
    position: relative;
}

.personel-gl {
    font-size: 10px;
    color: #069896;
    position: relative;
    top: 5px;
    right: -15px;
}

.p-accept {
    text-decoration: none;
    cursor: pointer;
    padding: 6% 28%;
    background: linear-gradient(to right, #fd9026, #fec92e);
    border-radius: 3px;
    color: #fff;
    transition: all 0.2s linear;
    color: #fff !important;
}

.p-accept:hover, .p-accept:focus {
    color: #fff;
}

.p-call {
    text-decoration: none;
    cursor: pointer;
    padding: 6% 8%;
    /*background: linear-gradient(to right, #fd9026 , #fec92e);*/
    border: 1px solid #355dff;
    border-radius: 3px;
    color: #000;
    transition: all 0.2s linear;
}

.p-call:hover, .p-call:focus {
    background: #355dff;
    color: #fff;
}

.p-time {
    width: 30%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 100;
    top: 0;
    text-align: center;
    -webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    animation: mymove 1s;
    animation-iteration-count: 1;
    transition: all linear;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        width: 0%;
    }
    to {
        width: 30%;
    }
}

@keyframes mymove {
    from {
        width: 0%;
    }
    to {
        width: 30%;
    }
}

.p-display {
    position: relative;
}

.policeHat2 {
    fill: #fff;
    width: 50%;
    padding: 0;
    height: 50%;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

.p-time p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    /*padding-bottom: 15px;*/
}

.btn-call2 {
    border: 1px solid #355dff;
    background: #355dff;
    padding: 6px 26px;
    border-radius: 4px;
    color: #fff;
    margin-top: 30px;
    transition: all 0.2s linear;
}

.btn-call2:hover,
.btn-call2:focus {
    background: #2043d5;
    border: 1px solid #2043d5;
}

/*********************************************HOME*******************************************/
.home {
    background: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* FF3.6+ */
    background: -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* IE10 */
    background: -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Opera 11.10+ */
    background: linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* W3C */
}

.middlePage {
    width: 25%;
    /*height: 675px;*/
    height: 350px;
    margin: 5% auto;
    background: #fff;
    border-radius: 4px;
}

.side-right {
    float: right;
    /*border: 1px solid red;*/
    height: 100%;
    background: #f7fbfe;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.side-right img {
    width: 200px;
    display: block;
    margin: 50% auto;
}

.side-left {
    float: right;
    width: 100%;
    height: 100%;
    background: #fefeff;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 0 3%;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.7);
}

.side-left img {
    width: 100px;
    display: block;
   margin: 3% auto 3% auto;
}

.form-signin {
    max-width: 270px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    /*position: inherit;*/
    font-size: 16px;
    height: auto;
    padding: 8px;
    padding-right: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #d2dce6;
    /*margin-top: 10px;*/
}

.form-control:focus {
    border-color: #d2dce6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;

}

.form-signin input[type="password"] {
    margin-bottom: 10px;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.need-help {
    margin-top: 10px;
    color: #333;
}

.remember {
    padding-right: 17px;
}

.btn-default {
    color: #fff;
    background-color: #039998;
    border: none;
    transition: all 0.2s linear;
}

.btn-default.active, .btn-default:active, .btn-default:hover,
.btn-default.focus,
.btn-default:active:hover {
    color: #fff;
    background-color: #039998;
    border: none !important;
}

.glyphicon-record {
    left: 4px;
    position: relative;
    top: 4px;
    color: #3361fd;

}

.username {
    fill: #9594a2;;
    width: 33px;
    height: 22px;
    top: 40px;
    position: absolute;
    color: #9594a2;
    border-left: 1px solid #9594a2;
}

.password {
    fill: #9594a2;;
    width: 33px;
    height: 22px;
    top: 100px;
    position: absolute;
    border-left: 1px solid #9594a2;
    right: 15px;
}

/*********************************************End HOME***************************************/
/*********************************************suport***************************************/
#suport {
    padding: 20px;
}

#suport h3 {
    border-bottom: 2px solid #fe7621;
    padding-bottom: 10px;
}

.float {
    float: right;
}

.send {
    text-decoration: none;
    cursor: pointer;
    padding: 1% 5%;
    background: #4CAF50;
    border-radius: 3px;
    color: #fff;
    transition: all 0.2s linear;
    font-size: 17px;
}

.add {
    margin: 25px 0;
    font-size: 18px;
}

.personel-tbl {
    border-radius: 0;
    /*margin-top: 50px;*/
}

/*********************************************End suport***************************************/

@media (max-width: 968px) {
    .tab a {
        display: block;
        background-color: inherit;
        color: black;
        padding: 3px 50px;
        width: 100%;
        border: none;
        outline: none;
        text-align: right;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    ul.btn_inbox li {
        display: inline;
        float: right;
        margin-left: 20px;
    }
}

#profile {
    padding: 20px;

}

#profile h3 {
    border-bottom: 2px solid #fe7621;
    padding-bottom: 10px;
}

.logo2 {
    width: 250px;
    margin: 0 auto;
    margin-top: 0;
    display: block;
    margin-top: 58px;
}

.logo3 {
    width: 83px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.form-signin2 {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}

.form-signin2 .form-signin2-heading, .form-signin2 .checkbox {
    margin-bottom: 10px;
}

.form-signin2 .checkbox {
    font-weight: normal;
}

.form-signin2 .form-control {
    /*position: inherit;*/
    font-size: 16px;
    height: auto;
    padding: 8px;
    /*padding-right: 38px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #d2dce6;
    margin-bottom: 12px;
    margin-top: 2px;
}

.form-signin2 .form-control:focus {
    z-index: 2;
}

/*.form-signin2 input[type="text"] {*/
/*margin-bottom: 8px;*/
/*}*/

/*.form-signin2 input[type="password"] {*/
/*margin-bottom: 8px;*/

/*}*/
.form-signin2 label {
    margin-top: 5px;
    margin-right: 2px;
}

.addPersonel {
    display: none;
}

/*//////////////*/
.SearchIcon {
    color: #fff;

}

.SearchButton {
    background-color: #3fca87;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.SearchButton:hover {
    background-color: #3AB87B;
}

.pSearch {
    float: left !important;
    padding-top: 24px;
    padding-left: 136px !important;
}

.pSearch .SearchBar {
    width: 60%;
}

.pSearch input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height: 35px !important;
}

.sPerson {
    background: linear-gradient(to right, #00bcd4, #039998);
    padding: 4px 27px;
    border: none;
    border-radius: 2px;
}
.sPerson2 {
    background: linear-gradient(to right, #fd9026, #fec92e);
    padding: 7px 27px;
}

a.sPerson {
    color: #fff !important;
}
a.sPerson2 {
    color: #fff !important;
}

#pic {
    display: none;
}

.newbtn {
    cursor: pointer;
}

#blah {
    max-width: 100px;
    height: 100px;
    margin-top: 20px;
}

img.picPersonel {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #eff0f2;
    object-fit: cover;
    object-position: center center;
    /*margin: 10px auto;*/
    /*display: block;*/
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    display: none;
}

.request {
    width: 20%;
    height: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 500;
    top: 0;
    text-align: center;
}

.request ul {
    padding-top: 8px;

}

.request ul li {
    display: inline;
    padding-left: 8px;
    font-family: 'IranSans';
    font-size: 16px;
    color: #fff !important;
}

.picimage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #eff0f2;
    object-fit: cover;
    object-position: center center;
    /*margin: 10px auto;*/
    /*display: block;*/
}

/*//*/
#reserved {
    text-align: center;
}

#reserved .body-list {
    display: flex;
}

#reserved .body-list li .form-control {
    width: 91%;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

#reserved .body-list li #mytimeicker {
    direction: ltr;
}

.save {
    text-decoration: none;
    cursor: pointer;
    padding: 1% 5%;
    border-radius: 3px;
    color: #fff;
    transition: all 0.2s linear;
    font-size: 17px;
    background: #3fca87;
    border: none;
    margin-top: 4%;
}

.tp {
    color: #333;
    width: 91%;
    padding: 2px;
    text-align: center;
    direction: ltr;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: 'IranSans' !important;
}

/*CHAT*/
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

.popup-box-on {
    display: block !important;
}

/*a:focus {*/
/*outline: none;*/
/*outline-offset: 0px;*/
/*}*/
.popup-head-left.pull-left h1 {
    color: #fff;
    float: left;
    font-family: 'IranSans' !important;
    font-size: 18px;
    margin: 11px 0 0 13px;
}

.popup-head-left a small {
    display: table;
    font-size: 11px;
    color: #fff;
    line-height: 4px;
    opacity: 0.5;
    padding: 0 0 0 7px;
}

.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 15px;
    height: 26px;
    opacity: 0.9;
    padding: 0;
    text-align: center;
    width: 26px;
}

.popup-head-right {
    margin: 9px 0 0;
}

.popup-head .btn-group {
    margin: -5px 3px 0 -1px;
}

.gurdeepoushan .dropdown-menu {
    padding: 6px;
}

.gurdeepoushan .dropdown-menu li a span {
    border: 1px solid;
    border-radius: 50px;
    display: list-item;
    font-size: 19px;
    height: 40px;
    line-height: 36px;
    margin: auto;
    text-align: center;
    width: 40px;
}

.gurdeepoushan .dropdown-menu li {
    float: left;
    text-align: center;
    width: 33%;
}

.gurdeepoushan .dropdown-menu li a {
    border-radius: 7px;
    font-family: oswald;
    padding: 3px;
    transition: all 0.3s ease-in-out 0s;
}

.gurdeepoushan .dropdown-menu li a:hover {
    background: #304445 none repeat scroll 0 0 !important;
    color: #fff;
}

.popup-head {
    /*background: #304445 none repeat scroll 0 0 !important;*/
    background: linear-gradient(to left, #ff5e62, #ff9966);
    border-bottom: 3px solid #ccc;
    color: #fff;
    display: table;
    width: 100%;
    padding: 8px;
}

.popup-head .md-user-image {
    border: 2px solid #5a7172;
    border-radius: 12px;
    float: left;
    width: 44px;
}

.uk-input-group-addon .glyphicon.glyphicon-send {
    /*color: #ffffff;*/
    color: #ff9766;
    font-size: 21px;
    line-height: 36px;
    padding: 0 6px;
}

.chat_box_wrapper.chat_box_small.chat_box_active {

    height: 342px;
    overflow-y: scroll;
    width: 316px;
}

aside {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("https://scontent.fluh1-1.fna.fbcdn.net/v/t1.0-9/12670232_624826600991767_3547881030871377118_n.jpg?oh=226475bcd22faf19705858eb58e776cd&oe=59CE39E7");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    border: 1px solid whitesmoke;
    bottom: 0;
    display: none;
    height: 466px;
    position: fixed;
    right: 70px;
    /*width: 300px;*/
    width: 317px;
    font-family: 'Open Sans', sans-serif;
}

.chat_box {
    padding: 16px;
    /*background: rgb(24, 97, 44) none repeat scroll 0 0;*/
    background: #f5f5f5;
}

.chat_box .chat_message_wrapper::after {
    clear: both;
}

.chat_box .chat_message_wrapper::after, .chat_box .chat_message_wrapper::before {
    content: " ";
    display: table;
}

.chat_box .chat_message_wrapper .chat_user_avatar {
    float: left;
}

.chat_box .chat_message_wrapper {
    margin-bottom: 32px;
}

.md-user-image {
    border-radius: 50%;
    width: 34px;
}

aside img {
    border: 0 none;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.chat_box .chat_message_wrapper ul.chat_message, .chat_box .chat_message_wrapper ul.chat_message > li {
    list-style: outside none none;
    padding: 0;
}

.chat_box .chat_message_wrapper ul.chat_message {
    float: left;
    margin: 0 0 0 20px;
    max-width: 77%;
    font-family: 'IranSans' !important;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-right-color: #616161;
}

.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 0 16px 16px 0;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li {
    /*background: #FCFBF6 none repeat scroll 0 0;*/
    /*background: linear-gradient(to left, #ff5e62, #ff9966);*/
    background: #fff;
    color: #000000;
}

.open-btn {
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #3fca87;
    background: -webkit-linear-gradient(to right, #3fca87, #53e9a4);
    background: linear-gradient(to right, #3fca87, #53e9a4);
    color: #fff !important;
}

.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed none repeat scroll 0 0;
    border-radius: 4px;
    clear: both;
    color: #212121;
    display: block;
    float: left;
    font-size: 13px;
    padding: 8px 16px;
    position: relative;
    word-break: break-all;
}

.chat_box .chat_message_wrapper ul.chat_message, .chat_box .chat_message_wrapper ul.chat_message > li {
    list-style: outside none none;
    padding: 0;
}

.chat_box .chat_message_wrapper ul.chat_message > li {
    margin: 0;
}

.chat_box .chat_message_wrapper ul.chat_message > li p {
    margin: 0;
    direction: rtl;
    text-align: right;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li .chat_message_time {
    /*color: rgba(185, 186, 180, 0.9);*/
    /*color: rgb(124, 124, 124);*/
    color: rgb(255, 255, 255);
}

.chat_box .chat_message_wrapper ul.chat_message > li .chat_message_time {
    color: #727272;
    display: block;
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}

.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
    float: right;
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message {
    float: right;
    margin-left: 0 !important;
    margin-right: 24px !important;
    font-family: 'IranSans' !important;
}

.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child::before {
    /*border-left-color: #E8FFD4;*/
    /*border-left-color: #fff;*/
    border-left-color: #ff5f62;;
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child::before {
    /*border-right-color: #FCFBF6;*/
    border-right-color: #fff;
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child::before {
    border-color: transparent transparent transparent #ededed;
    border-width: 0 0 29px 29px;
    left: auto;
    right: -14px;
}

.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
    border-width: 0 29px 29px 0;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}

.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li {
    /*background: #E8FFD4 none repeat scroll 0 0;*/
    /*background: #fff;*/
    background: linear-gradient(to left, #ff5e62, #ff9966);
}

.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed none repeat scroll 0 0;
    border-radius: 12px;
    clear: both;
    color: #212121;
    display: block;
    float: left;
    padding: 8px 16px;
    position: relative;
    font-size: 15px;
}

.gurdeep-chat-box input[placeholder] {
    font-family: 'IranSans';
}

.gurdeep-chat-box {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    padding: 3px;
    width: 83%;
}

#submit_message {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 4px;
}

.gurdeep-chat-box i {
    color: #333;
    font-size: 21px;
    line-height: 1px;
}

.chat_submit_box {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.uk-input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}

.wth {
    width: 16% !important;
}

.pnav {
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
}

.ctl {
    text-align: center;
}
th{
    font-weight: bold;!important;
}
td{
    font-weight: 400!important;
}

.logologin{
   margin: 0 auto
}
.plogin{
    font-size:30px;word-spacing:2px;text-align: center;padding: 15px;
}
.divlogin{
    background-color: rgba(0, 0, 0, 0.5);color: white;width: 100%;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
}

