@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
  font-family: IRANSans;
  font-size: 15px;
  background: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: IRANSans;
}

a, a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

.content {
    position: relative;
    /*! overflow: hidden; */
}

.right-side {
    position: fixed;
    height: 100%;
    min-width: 70px;
    background: #1b1b1b;
    right: -70px;
    z-index: 5;
    padding: 60px 5px 0 5px;
    box-shadow: 0px 2px 5px 1px #000;
}

.open .right-side {
    right: 0;
}

.menu-op {
    width: 30px;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 20;
    padding: 5px;
    transition: all .4s;
    cursor: pointer;
}
.menu-op .bar {
    width: 100%;
    border-bottom: 2px solid #6e6e6e;
    margin-bottom: 5px;
    transition: all .4s;
}

.menu-op:hover .bar {
  border-color: #eaeaea;
}

.open .menu-op {  
  width: 35px;
}

.open .menu-op .bar {
    transition: all.4s ease;
}

.open .menu-op .bar-1 {
    transform: rotate(30deg);
    width: 60%;
}

.open .menu-op .bar-3 {
    transform: rotate(-30deg);
    width: 60%;
}

.main-side {
  padding-left: 340px;  
  padding-right: 0;
  transition: all .4s ease;
}

.open .main-side {
  padding-right: 70px;
}

img {
  max-width: 100%;
}

.message-list, .comment-list {
  padding: 0 0 0 20px;
}

.m-wrap {
  background: #d8d8d8;
  padding: 5px 5px;
  border-radius: 5px;
}

.m-headr:before, .m-headr:after {
  content: " ";
  display: table;
  clear: both;
}

.m-type {
  float: right;
  width: 24px;
}

.m-user {
  float: right;
  padding: 0 10px;
}
.recived-date {
  display: inline-block;
  padding: 5px 15px;
  background: #f6f18c;
  color: #486506;
  line-height: 12px;
  vertical-align: middle;
  font-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.m-text {
  padding: 5px 5px;
  background: #fff;
  margin: 0px 0 0 0;
  border-radius: 5px;
  border-top-right-radius: 0;
}

.m-user h4 {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.message-itme, .comment-itme {
  margin-bottom: 10px;
  opacity: 1;
  display: block;
  transition: all .8s ease;
}

.m-box-op {
  position: absolute;
  left: 2px;
  top: 20px;
  z-index: 5;
}

.go-itme a {
  display: inline-block;
  width: 35px;
  background: #fff;
  text-align: center;
  margin-bottom: 5px;
  line-height: 35px;
  border-radius: 3px;
}

.go-itme a {
  color: #333;
  font-size: 20px;
}

.go-itme a:hover, .go-itme a:focus {
  background: rgba(255, 255, 255, 0.7);
}

.message-itme.active {
  /*! opacity: 1; */
  /*! display: block; */
}

.left-side {
  position: fixed;
  width: 340px;
  height: 100%;
  background: #1b1b1b;
  left: 0;
  top: 0;
  box-shadow: 3px 0px 5px 1px #000;
  transition: all .4s;
  z-index: 10;
}

.notif-part {
  min-height: 40px;
  background: #606060;
  padding: 10px 0 0 70px;
  box-shadow: 0px 2px 4px 1px #000;
  position: relative;
}

.message-part {
  padding-left: 46px;
  position: relative;
}

.icon-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-menu > li {
  padding: 5px 5px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #414141;
  position: relative;
}

.icon-menu li > a {
  color: #535353;
  font-size: 30px;
  transition: all .3s;
}

.icon-menu li > a:hover {
  color: #eaeaea;
}

.clock-part {
  position: relative;
}
.counter-wrap {
  padding: 5px 5px 5px 5px;
  position: relative;
}

.clock-op {
  text-align: center;
}

.clock-op .btn-start {
  background-image: none;
  background-color: #333;
  color: #fff;
  border: 1px solid #6b6b6b;
  padding: 8px;
  width: 80px;
  transition: all .3s;
}

.btn-start.start{
  background-color: #960505;
  border-color: #ae0202;
}

.btn-start.stop{
  background-color: #069011;
  border-color: #12aa02;
}

.btn-start:hover {
  background-color: #000;
  border-color: #333;
}

.chart-wrap {
  padding: 5px 10px 10px 10px;
  background: #333;
  box-shadow: 0px 0px 5px 1px #111;
}

.chart-part {
  padding: 30px 15px;
}

.flip-clock-divider .flip-clock-label {
  color: #ccc;
  font-size: 16px;
}

.flip-clock-wrapper {
  margin: 3em 0em 1em 0em;
}

.left-side .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 15px;
}

.m-box-body .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 5px;
}

.m-box-body {
  padding: 15px 15px 15px 5px;
  background: #1b1b1b;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 5px 1px #000;
}

.m-box-body.push {
  border: 1px solid #7e0a0a;
}

.kia-modal .modal-header, .kia-modal .modal-footer {
  background: #333;
  color: #b9b9b9;
}

.kia-modal .close {
  color: #b9b9b9;
  text-shadow: none;
  opacity: 1;
}

.mess-level {
  float: right;
  background: gray;
  color: #fff;
  padding: 5px 30px;
}

.danger {
  background: #8f0f0f;
}

.play-mess a {
  font-size: 15px;
}

.notif-message {
  background: #662424;
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.notif-message p {
  margin: 0;
}

.btn-send {
  background: teal;
  color: #fff;
  padding: 5px 40px;
}

.btn-send:hover {
  color: #fff;
  background: #07a7a7;
}

.m-user-records {
  float: right;
}

.rec-btn {
  background: #e78f0c;
  color: #fff;
  font-size: 11px;
  padding: 4px 15px;
  line-height: 15px;
  display: block;
  border-radius: 3px;
}

.rec-btn:hover {
  color: #fff;
  background: orange;
}

.btn {
  /*! border-radius: 0; */
}

.u-detail {
  margin-bottom: 15px;
}

.count {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #bf1414;
}

.is-read {
  border-bottom: 1px solid #7bf844;
  color: #7bf844;
  font-size: 11px;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 15px;
  line-height: 15px;
}

.un-read {
  border-bottom: 1px solid #ff9c9c;
  color: #ff9c9c;
  font-size: 11px;
  padding: 5px 9px;
  display: inline-block;
  /*! margin-top: 15px; */
  line-height: 15px;
  font-weight: 600;
}

/***************************grid*********************/

.grid-header:before, 
.grid-header:after, 
.grid-row:before, 
.grid-row:after {
  content: " ";
  display: table;
  clear: both;
}

.grid-cell {
  float: right;
}

.cell-1 .grid-cell {
  width: 100%;
}

.cell-2 .grid-cell {
  width: 50%;
}

.cell-3 .grid-cell {
  width: 33.3333%;
}

.cell-4 .grid-cell {
  width: 25%;
}

.cell-5 .grid-cell {
  width: 20%;
}

.cell-6 .grid-cell {
  width: 16.6666%;
}

.cell-7 .grid-cell {
  width: 14.285714%
}

.w-1 {
	width: 1%;
}

.w-2 {
	width: 2%;
}

.w-3 {
	width: 3%;
}

.w-4 {
	width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
	width: 6%;
}

.w-7 {
	width: 7%;
}

.w-8 {
	width: 8%;
}

.w-9 {
	width: 9%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.bordered {
  /*! border-left: 1px solid; */
  /*! border-right: 1px solid; */
}

.bordered .grid-header {
  background: #17171b;
  color: #fff;
  padding: 5px 0;
}

.bordered .grid-row {
  padding: 10px 5px;
}

.bordered .grid-row:nth-of-type(2n) {
  background: #6f6f6f;
}

.bordered .grid-row:nth-of-type(2n + 1) {
  background: #17171b;
  color: #fff;
}

.bordered .grid-cell {
  /*! border-left: 1px solid; */
}

.bordered .grid-cell:last-child {
  border: none;
}

/***************************grid*********************/



.grid-cell .date {
  font-size: 13px;
  /*! border: 0.3px solid #fff; */
  padding: 3px 5px;
  color: #fff308;
  display: inline-block;
  margin-top: 2px;
}

.grid-cell .message {
  margin: 0 5px;
  background: #f0f0f0;
  padding: 5px 8px;
  color: #333;
  border-radius: 15px;
  border-bottom-right-radius: 0;
}


.message-itme.blue .m-text, 
.comment-itme.blue .m-text {
  background: #3131ab;
  color: #fff;
}

.message-itme.read .m-text, 
.comment-itme.read .m-text {
  background: #9c5656;
  color: #fff;
}

.icon-accept {
  position: relative;
}
.icon-accept img {
  position: absolute;
  width: 40px;
  top: -35px;
  right: -30px;
  z-index: -1;
}

.icon-accept img.in {
  z-index: 1;
}

.btn-warning2 {
  background: #e18003;
  color: #fff;
}

.left-slide {
  position: absolute;
  right: 7px;
  top: 7px;
  background: #8d1b1b;
  width: 35px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  display: none;
  transition: all .4s;
}

.tb-size .left-slide {
  display: block;
  right: -35px;
}

.tb-size .main-side {
  padding-left: 0;
}

.tb-size .left-side {
  left: -340px;
}

.left-open .left-side {
  left: 0;
}

.left-open .left-slide {
  right: 7px;
}

.chart-op ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #717171;
  text-align: left;
}

.chart-op ul > li {
  display: inline-block;
  padding-right: 10px;
}

.chart-op ul i {
  cursor: pointer;
}

.chart-part.max {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
  background: #010115cc;
}

.max .chart-wrap {
  max-width: 70%;
  margin: 0 auto;
}

.chart-op ul i.fa-times {
  font-size: 16px;
}

.chart-op ul i.fa-window-maximize {
  font-size: 14px;
}

.program-part {
  
  padding: 10px 5px;
}

.prog-top:before, .prog-top:after {
  content: " ";
  display: table;
  clear: both;
}

.prog-container {
  padding: 5px 5px;
  color: #fff;
  background-color: #333;
  box-shadow: 1px 0px 5px 1px #000;
  position: relative;
}

.prog-image {
  float: right;
  width: 100px;
}

.online .prog-name {
  
}

.prog-name {
  float: right;
  width: calc(100% - 100px);
  padding: 16px 5px 0 5px;
}

.online .prog-name {
  padding: 30px 5px 0 5px;
}

.prog-name h4 {
  margin: 0;
  font-size: 15px;
  text-align: center;
}

.prog-start {
  font-size: 13px;
  color: gold;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.prog-details-wrap {
  padding: 5px 0 5px 0;
}

.prog-details-wrap ul:before, .prog-details-wrap ul:after {
  content: " ";
  display: table;
  clear: both;
}

.prog-details-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prog-details-wrap ul > li {
  float: right;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.p-icon {
  padding: 5px 30px;
  text-align: center;
}

.p-count {
  color: #fbe923;
  text-align: center;
  font-size: 23px;
}

.rate-wrap {
  background: #474747;
}

.prog-link {
  text-align: center;
  margin-bottom: 5px;
}
.prog-link a {
  color: #9f9f9f;
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  transition: all .3s;
}

.prog-link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #e78f0c;
}

.prog-link a:hover {
  color: #fff;
}

.chart-title {
  color: #9f9f9f;
  text-align: center
}

.chart-title h4 {
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 400;
}

.chart-title h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #e78f0c;
}

.dark-body {
  background: #3e3e3e;
  color: #fff;
}

.chart-links {
  text-align: center;
  margin: 10px 0 5px 0;
}

.btn-chart-link {
  font-size: 13px;
  color: #d4d4d4;
  background: #1a1a1a;
  padding: 3px 10px;
  box-shadow: 0px 0px 2px 1px #000;
  transition: all .3s;
}

.btn-chart-link:hover, .btn-chart-link:focus {
  background: #270101;
  color: #d4d4d4;
}

.full-modal .modal-dialog {
  width: 100%;
  margin: 0;
}

.full-modal {
  padding: 10px;
}

.modal .chart-container {
  max-width: 1000px;
  margin: 0 auto;
}

.name-txt {
  color: #ec9b0f;
}

.short-message {
  position: absolute;
  width: 250px;
  top: 101%;
  left: 0;
  right: auto;
  z-index: 50;
  background: rgba(0, 0, 0, 0.83);
  border: 1px solid rgba(134, 134, 134, 0.8);
  display: none;
}

.sh-icon-box {
}

.sh-icon-box:before, .sh-icon-box:after {
  content: " ";
  display: table;
  clear: both;
}

.sh-icon-box .sh-icon {
  width: 33.3333%;
  float: right;
  text-align: center;
  /*! background: #000; */
  padding: 10px;
}

.sh-icon-box img {
  padding: 5px;
  background: rgb(231, 143, 12);
  box-shadow: 0px 0px 2px 1px #151515;
  cursor: pointer;
}

.chat-wrap {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 70px;
}

.sh-m-btn {
  cursor: pointer;
  width: 30px;
  float: left;
  z-index: 0;
}

.chat-wrap.open .short-message {
  display: block;
}

.dark-body table {
  color: #fff;
}


.chart-part.max .w-r-li {
  display: none;
}

.survey-table {
  text-align: center;
}

.survey-table i.fa-refresh {
  font-size: 100px;
}

.newi-remove, .oldi-remove {
  margin-top: 26px;
}


.m-loding, .mt-loding, 
.ct-loding, .c-loding,
.fx-loding, .ft-loding, 
.lt-loding, .l-loding {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #969696;
  padding: 15px 0 20px 0;
}

.write-m-btn {
  float: right;
  width: 25px;
  padding: 5px 1px;
}

.system-error {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 15px;
  top: 0;
  display: none;
}

.s-error-box {
  width: 90%;
  margin: 0 auto;
  background: #861313;
  padding: 30px;
  color: #fff;
}

.error-texts ul {
  list-style: arabic-indic;
  padding-right: 15px;
  line-height: 35px;
}

.login-page {
  color: #fff;
}

.login-page .input-group-lg > .form-control, 
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
}

.color-fff {
  color: #fff;
}

.btn-trans {
  background: transparent;
  border: none;
}

.sub-1 {
  position: absolute;
  width: 190px;
  background: #121212;
  padding: 10px 15px;
  left: -190px;
  top: 0;
  list-style: none;
  display: none;
  transition: all .4s ease;
}

.sub-1:before {
  content: "";
  position: absolute;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left:10px solid #020101;
  right: -10px;
  top: 0;
}

.icon-menu > li:hover .sub-1 {
  display: block;
}


.sub-1 li a {
  font-size: 14px;
  color: #878787;
  display: block;
  text-align: right;
  border-bottom: 0.5px solid #595959;
  padding: 5px 0;
}

.sub-1 > li:last-child a {
  border: none;
}


.title-wrrap {
  font-size: 18px;
}

.survey-items:before, .survey-items:after {
  content: " ";
  display: table;
  clear: both;
}

.ser-item-cell {
  float: right;
}

.ser-item-cell > div {
  display: inline-block;
}

.s-i-count {
  padding: 0 0 0 5px;
}

.surv-item-title {
  margin-left: 20px;
}


.channel-selector {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  top: 0;
  left: 0;
  padding-top: 30px;
  display: none;
}

.channel-inner {
  padding: 30px;
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
}

.ch-item {
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border-bottom: .5px solid silver;
}

.load-m {
  text-align: center;
  font-size: 25px;
}

.kia-empty {
  padding: 30px 0 20px 0;
  color: #e7890f;
}

.kia-empty h4 {
  margin: 0;
}

.full-text {
  display: none;
  position: absolute;
  width: 100%;
  top: -57px;
  right: 0;
  background: #333;
  padding: 50px 30px;
  min-height: calc(100% + 57px);
  line-height: 35px;
  font-weight: 400;
  font-size: 16px;
}

body.print {
  background: #fff
}

.wtxt-wrap {
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
  padding: 60px 30px;
}

.full-t-w {
  position: relative;
}

.wtxt-op {
  position: absolute;
  left: -20px;
  top: -40px;
  color: #b7b7b7;
  font-size: 14px;
  cursor: pointer;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

.print-icon {
  position: fixed;
  top: 30px;
  left: 30px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  color: #da4230;
  background: #e6e6e6;
  box-shadow: 0px 0px 4px 1px #a2a2a2;
  cursor: pointer;
  transition: all .3s ease;
}

.print-icon i {
  vertical-align: middle;
}

.print-icon:hover {
  box-shadow: 0px 0px 1px 1px #a2a2a2;
}


.writer2-texts {
  position: absolute;
  width: 100%;
  left: 0;
  top: -57px;
  background: #333;
  padding: 30px;
  min-height: calc(100% + 57px);
  display: none;
}


.cinner {
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 20px;
  width: 20px;
  font-size: 15px;
  text-align: center;
  color: #a4a4a4;
  cursor: pointer;
}

.cinner i {
  vertical-align: middle;
}

#wtxt3data .full-text {
  top: 0;
}


.new-recive {
  min-width: 15px;
  height: 15px;
  position: absolute;
  background: #d71f1f;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: none;
}

.new-recive.active {
  display: block;
}


#sndmloading {
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.send-btn-wrap {
  position: relative;
}

.sendsuccess {
  position: absolute;
  background: #059256;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  padding: 5px 30px;
  top: -50px;
  left: calc(50% - 50px);
}

.sendsuccess:before {
  content: "";
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #015c35;
  bottom: -10px;
  left: 0;
}

.sendsuccess p {
  margin: 0;
}

.user-info {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
  margin-top: 10px;
}

.full-name {
  
  box-shadow: 0px 0px 5px 1px #000;
  padding: 5px;
  background: #333;
}

.txt-mes-con {
  background: #ddd;
  padding: 15px 10px 10px 30px;
  border-radius: 15px;
  border-top-left-radius: 0;
  margin-top: 5px;
  box-shadow: 0px 0px 3px 1px #838383;
  display: inline-block;
  text-align: right;
  position: relative;
}

.my-message .txt-mes-con {
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  background-color: #98eca4;
  padding: 15px 30px 10px 10px;
}

.sender-info {
  font-size: 14px;
  text-align: left;
  color: #7d7d7d;
  font-weight: 500;
}

.my-message .sender-info {
  text-align: right;
}

.m-item {
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.m-item.my-message {
  text-align: right;
}

.middel-modal .modal-dialog {
    width: 95%;
}

.remchatitem {
  position: absolute;
  left: 7px;
  top: 6px;
  color: #747474;
  font-size: 15px;
  cursor: pointer;
}

.my-message .remchatitem {
  left: auto;
  right: 7px;
}

.m-loading {
  text-align: center;
}


.mestxt {
  width: 100%;
  display: block;
  /*! white-space: pre-wrap; */
  /*! white-space: -moz-pre-wrap; */
  /*! white-space: -pre-wrap; */
  /*! white-space: -o-pre-wrap; */
  word-wrap: break-word;
  font-size: 13px;
}


.mt-30 {
  margin-top: 30px;
}

.panel-default {
  color: #333;
}

.pt-27 {
  padding-top: 27px;
}


.live-prog-now {
  box-shadow: 1px 1px 5px 1px silver;
  margin-bottom: 15px;
}

.live-prog-now:before, .live-prog-now:after {
  content: " ";
  display: table;
  clear: both;
}

.prog-img {
  width: 120px;
  margin: 0 auto;
  padding: 5px;
  float: right;
}



.prog-live-title {
  font-size: 20px;
  font-weight: 300;
  color: #626262;
  width: calc(100% - 120px);
  float: right;
  padding: 10px;
}

.prog-live-title p {
  margin: 0;
}


.x-title {
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

.prog-live-title .prog-title {
  color: #333;
  font-size: 18px;
  font-weight: 300;
}


.load-bar {
  background: #7e0a0a;
  text-align: center;
  color: #f0f0f0;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
  font-size: 15px;
  border-radius: 2px;
  cursor: pointer;
}

.load-bar:hover {
  background: #b70909;
}

.b-loader, .cb-loader, 
.lb-loader, .fb-loader,
.ann-b-loader {
  margin-bottom: 10px;
}

.user-logined-name {
  background: #fff;
  color: #333;
  box-shadow: 0px 0px 4px 1px #000;
  border-radius: 5px;
  padding: 10px;
}
.user-logined-name:before, .user-logined-name:after {
  content: " ";
  display: table;
  clear: both;
}

.user-icon {
  width: 40px;
  float: right;
}

.user-name {
  float: right;
  padding-right: 10px;
}


.g-list .u-group-like {
  color: #fff;
  padding: 5px 0;
  display: block;
  box-shadow: 1px 1px 5px 1px #515151;
  background: #6e1308;
  transition: all .3s;
}

.g-list .u-group-like:hover {
  box-shadow: 0px 0px 2px 1px #777;
  background: #9f2415;
}

.group-item {
  margin-bottom: 10px;
  text-align: center;
}


.mt-15 {
  margin-top: 30px;
}


.module-title {
  color: #fff;
  background: #1b1b1b;
  padding: 7px;
  margin: 5px 0 10px 0;
  box-shadow: 0px 4px 5px 1px #000;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.module-title h3 {
  margin: 0;
  font-size: 18px;
}

.module-part {
  padding: 5px 8px;
}


.nik-tab-ul > li > a {
  color: #fff;
  border: 1px solid #7e0a0a;
  background: #1b1b1b;
  padding: 5px 20px;
}

.nik-tab-ul > li.active > a, 
.nik-tab-ul > li.active > a:focus, 
.nik-tab-ul > li.active > a:hover {
  color: #fff;
  background: #7e0a0a;
  border-color: #7e0a0a;
}

.nik-tab-ul > li > a:hover {
  background: #7e0a0a;
  border-color: #7e0a0a;
}

.nik-tab-ul {
  border-color: #7e0a0a;
}


.bd-calendar td {
  color: #fff;
}

.bd-table-days button {
  background: #333;
}
.bd-holiday {
  background-color: #9c0c0c !important;
}

.bd-main {
  background: #000;
}

.bd-dropdown select {
  color: #333;
}

.bd-next, .bd-prev {
  background-color: #000;
}

.module-container {
  color: #fff;
  background: #1b1b1b;
  box-shadow: 0px 4px 5px 1px #000;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px
}

.online .sms-filter {
  display: none;
}

.like-itme {
  background: #080808;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 4px 5px 1px #000;
  border-radius: 3px;
  
}

.like-icon {
  text-align: center;
}

.like-icon img {
  max-width: 50px;
}

.like-itme .recived-date {
  margin-top: 15px;
}

.file-wrap {
  color: #fff;
}

.file-image img {
  width: 70px;
}


.file-wrap {
  background: #000;
  margin-bottom: 10px;
  box-shadow: 0px 4px 5px 1px #000;
  border-radius: 5px;
}

.file-title {
  padding-top: 5px;
}

.file-title h4 {
  font-size: 16px;
  line-height: 22px;
}

.file-type {
  padding-top: 19px;
  font-size: 16px;
}

.offline .play-mess {
  display: none;
}

.prog-details-wrap ul > li.full-row {
  width: 100%;
}

.file-date {
  padding-top: 10px;
  text-align: center;
}

file-date p {
  margin: 0;
}

.file-options {
  padding: 5px 0 0 5px;
}

.content-file {
  text-align: center;
  margin-bottom: 15px;
}

.content-file img {
  box-shadow: 1px 1px 5px 1px #232323;
  max-width: 100%;
}

.content-file video {
  max-width: 100%;
}

.file-detail h4 {
  text-align: center;
}

.live-icon {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #7e0a0a;
  padding: 2px 10px;
  font-size: 13px;
  margin: 0;
}

.online .live-icon {
  display: block;
  -webkit-animation-name: live; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: live;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes live {
  0% {background: #7e0a0a;}
  50% {background: #b70909;}
  100% {background: #7e0a0a;}
}

@keyframes live {
  0% {background: #7e0a0a;}
  50% {background: #b70909;}
  100% {background: #7e0a0a;}
}


.m-user-block {
  float: right;
}

.user-block {
  color: #fff;
  background: #982424;
  font-size: 11px;
  padding: 6px 10px;
  line-height: 10px;
  margin-right: 5px;
  border-radius: 3px;
  transition: all .2s;
  display: block;
}

.user-block:hover {
  color: #fff;
  background: #db3333;
}

.user-block.done {
  background: teal;
}


.user-avatar {
  float: right;
  width: 50px;
}

.comment-itme .mestxt {
  float: right;
  width: calc(100% - 50px);
  padding-right: 10px;
}

.comment-itme .m-text:before, .comment-itme .m-text:after {
  content: " ";
  display: table;
  clear: both;
}

.mt-5 {
  margin-top: 5px;
}

.like-itme .avatar img {
  max-width: 50px;
}

.sticker img {
  width: 60px;
}

.file-wrap .avatar {
  padding: 5px 5px 0 0;
}
.file-wrap .avatar img {
  max-width: 60px;
}
.file-date p {
  margin: 0;
}

.like-date {
  color: #b3b3b3;
  text-align: center;
  padding-top: 15px;
}

.chart-part.close-me {
  display: none;
}

.u-blck {
  float: left;
  padding-left: 15px;
}

.color-fff {
  color: fff;
}

.color-fff table {
  color: #fff;
}

.text-center th {
  text-align: center;
}

.b-user-wrap {
  position: relative;
}

.block-user-record {
  position: absolute;
  width: 100%;
  top: 0;
  background: #201f1f;
  padding: 40px 20px;
  z-index: 5;
}

.bur-op {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

.callout-danger {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 3px solid #dd1313;
  padding: 15px;
  border-radius: 4px;
  color: #dd1313;
  background: #dedede;
}
.confirme {
  position: fixed;
  top: calc(50% - 60px);
  width: 320px;
  right: calc(50% - 160px);
  text-align: center;
  z-index: 1200;
  box-shadow: 1px 1px 10px 1px #626262;
  border-radius: 4px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}

.program-part .prog-title {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.marque-brog {
  color: #fff;
  padding: 10px 5px;
}

.new-tabs:before, .new-tabs:after {
  content: " ";
  clear: both;
  display: table;
}
.ntab {
  float: right;
  margin-left: 5px;
}

.ntab a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid #fff;
  transition: all .3s;
  box-shadow: 1px 1px 3px 1px #121212;
}

.ntab a.active {
  background: #8c0d0d;
}

.ntab a:hover {
  background: #fff;
  color: red;
}

.survey-result-item {
  border: 1px solid #2d0c0c;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  box-shadow: 1px 1px 2px 1px #171717;
  background: #262626;
  border-radius: 4px;
}

.survey-result-item:first-child {
  margin-top: 10px;
}

.surv-u-det:before, .surv-u-det:after {
  content: " ";
  display: table;
  clear: both;
}

.surv-u-det {
  padding: 5px 0;
}

.surv-u-det .icon {
  float: right;
  width: 30px;
}

.surv-u-det .user-sim {
  float: right;
  padding: 2px 5px 0 0;
  font-size: 20px;
}

.res-date {
  text-align: center;
}

.sur-res-txt {
  padding: 10px;
  background: #fff;
  color: #333;
}

.up-tab {
  display: block;
  color: #fff;
  background: #0f0f0f;
  padding: 0 15px;
  position: relative;
  box-shadow: 1px 1px 3px 1px #363636;
  border-radius: 3px;
  line-height: 40px;
  font-size: 16px;
}

.up-tab:focus, .up-tab:hover {
  color: #fff;
  background: #202020;
}

.up-tab i {
  float: left;
  font-size: 30px;
  color: #e1770f;
  line-height: 40px;
}

.ac-body {
  padding: 30px 10px;
  background: #272727;
  border-radius: 4px;
}

.sitem-type.selected {
  background: #3134f7;
}

.wrap-op-msg {
  position: relative;
}

.right-msg {
  position: absolute;
  right: 0;
  top: -5px;
}

.left-msg {
  position: absolute;
  left: 0;
  top: -5px;
}


@media print {
  .print-icon {
    display: none;
  }
  
  .wtxt-wrap {
	padding: 30px 15px
  }
}

@media (min-width:1200px) {
  .middel-modal .modal-dialog {
    width: 70%;
  }
}

.text-center {
    text-align: center;
}