/* latin */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 100;
  src: local('ProximaNova'), local('ProximaNova'), url(../../commonlib/fonts/MarkSimonson-ProximaNovaAltRegular-webfont_0.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* ProximaNova FONT FACES - F */


html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #f0f2f5;
  font-family: "ProximaNova";
  font-size: 20px;
  color: #202020; }

a {
  color: #327aff;
    font-size: 17px;
	}
  a:hover, a:focus {
    color: #327aff;
    text-decoration: none; }

th {
  font-weight: 600; }
.input--file {
    position: absolute;
    color: #7f7f7f;
    right: 44%;
    top: 25%;
    border: 1px solid #ccc;
    background: #a9b1c5;
    padding: 8px;
    border-radius: 32px;
    line-height: 10px;
    z-index: 9;
    cursor: pointer;
}
.size{
	width: 50% !important;
	*margin: 10% 0 0 25% !important;
}
@media screen and (max-width: 767px) {
.size{
	width: auto !important;
	margin: auto !important;
}
.input--file {
	top: 23%;
	right: 40%;
}
}
.input--file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.page-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #202020;
  }

footer {
  *position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 10px; }

.copyright {
  margin-bottom: 0;
  text-align: right;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .copyright {
      text-align: center;
      position: relative !important; } }


@media screen and (max-width: 767px) {
    #toastr-demo {
      width: 100% !important; } }

@media screen and (max-width: 767px) {
    span.badge.bg-danger.pull-right.settings1 {
         top: 55px !important; } }

/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 250px;
  height: 94%; /*21-09-22 */
  float: left;
  background-color: #fff;
  position: fixed;
  left: 0; }

#wrapper .main {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 260px);
  left: 0;
  position: relative;
  float: right;
  background-color: #e7e7e7; }

#wrapper #sidebar-nav,
#wrapper .main {
	
  padding-top: 65px;
     *padding-bottom: 15px;
 }

@media screen and (max-width: 767px) {
  #wrapper #sidebar-nav,
  #wrapper .main {
    padding-top: 65px; } }
@media screen and (max-width: 1024px) {
 .tooltip2 .tooltiptext2 {
   font-size: 12px !important;
   padding: 5px !important;
   }
.tooltip1 .tooltiptext1{
	left: 30px !important;
}
.tooltip1 .tooltiptext1::after{
	    left: 30% !important;
}


   }

@media screen and (max-width: 1023px) {
  .modal-dialog.newsize {
        width: auto; } }

.layout-fullwidth #wrapper .sidebar {
  left: -260px; }

.layout-fullwidth #wrapper .main {
  width: 100%; }

.layout-fullwidth #wrapper .navbar {
  left: 0 !important; }

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
  color: #00AAFF; }

.offcanvas-active #wrapper .sidebar {
  left: 0; }

.offcanvas-active #wrapper .main {
  width: 100%;
  position: relative;
  left: 260px; }

@media screen and (max-width: 1024px) {
  #wrapper .sidebar {
    left: -260px; }
  #wrapper .main {
    width: 100%; }
  #wrapper .navbar {
    left: 0 !important; }
  #wrapper .btn-toggle-fullwidth {
    color: #00AAFF; }
  .btn-toggle-minified {
    display: none; } }

.main-content {
  margin-left: 50px;
  margin-right: 30px;
  padding-bottom: 80px !important;
  padding: 15px 10px; }

.navbar + .main-content {
  padding: 105px 0 28px 5px; }
  @media screen and (max-width: 767px) {
    .navbar + .main-content {
      padding-top: 155px; } }

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
  height: 100%; }

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table; 
  background-image: url(../img/login-bg_1.jpg) !important;
  background-size: cover !important;
}

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle; }

/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fafafa; }
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8; }
  .navbar-default .brand {
    float: left;
    padding: 2px 39px;  /* 21-09-22 */
     }
  @media screen and (max-width: 1024px) {
    .navbar-default .brand {
      padding-left: 30px;
      padding-right: 15px; } }
  @media screen and (max-width: 992px) {
    .navbar-default .brand {
      *display: none; } }
  @media screen and (max-width: 767px) {
    .navbar-default #navbar-menu {
      float: right; } }

.audio-main {
			padding-top: 40px;
			padding-bottom: 40px;
			background: #d7d7d7;
			padding-right: 15px;
			padding-left: 15px;
			}
			.audio-main a{
				color:#b4b4b4;
			}
		i.trashicon.fa.fa-trash {
			    position: absolute;
				right: 45px;
				top: 40%;
				font-size: 18px;
		}
		.jp-controls.w3_agileits_controls{
			background: #d7d7d7;
		}
		.jp-interface{
			background: #d7d7d7;
		}
		.jp-progress{
			background-color: #b4b4b4;
		}
		.jp-volume-bar{
			background-color: #b4b4b4;
		}

.navbar-btn {
  float: left;
  padding: 5px 0; }
  .navbar-btn button {
    font-size: 24px;
    padding: 4px 8px;
    line-height: .7;
    border: none;
    background: none;
    outline: none; }
  @media screen and (max-width: 640px) {
    .navbar-btn {
      padding-left: 0; }

      .esyfrmfld {
        width: 100% !important;
      }
    
    }

.navbar-btn-right {
  float: right; }

.navbar-form {
  *padding: 15px;
  border: 0; }
  .navbar-form input[type="text"] {
    min-width: 200px; }
  @media screen and (max-width: 767px) {
    .navbar-form {
      float: left;
      width: 70%;
      margin-left: 5px;
      margin-right: 5px;
      padding-left: 0;
      padding-right: 0; }
      .navbar-form .input-group {
        width: 70%; }
      .navbar-form input[type="text"] {
        min-width: 150px; } }
  @media screen and (max-width: 640px) {
    .navbar-form {
      display: none; } }


.noti_esy_icn:hover{
  background-color:none !important;
}
.navbar-nav .icon-menu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-top: 13px; /* 21-09-22 */
  padding-bottom: 28px;
  position: relative; }
  .navbar-nav .icon-menu .badge {
    position: absolute;
    top: 22px;
    right: 16px; }

.navbar-nav > li > a {
  padding: 9px 20px; } /* 21-09-22 */
  .navbar-nav > li > a > i {
    font-size: 30px;
    margin-right: 2px;
    vertical-align: middle; }
    .navbar-nav > li > a > i.icon-submenu {
      margin-left: 2px;
      margin-right: 0;
      font-size: 10px;
      position: relative;
      top: 2px; }
  .navbar-nav > li > a > span {
    position: relative;
    top: 2px; }
  .navbar-nav > li > a img {
    width: 35px; /* 20-09-22 */
    height: 35px; /* 20-09-22 */
    margin-right: 2px; }


    /* 21-09-22 */
    div#subPages7 .nav {
      padding: 4px;
  padding-left: 24px !important;
  }
  /* 21-09-22 */
  div#subPages1 .nav {
    padding: 4px;
padding-left: 24px !important;
}



.navbar-nav > li > .dropdown-menu {
  padding: 0;
  min-width: 365px;
width:365px;  }

.navbar-nav .dropdown-menu {
  border-top: 2px solid #ACB0B5; }

.navbar-nav .dropdown-menu > li > a {
  padding: 10px 20px; }
  .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #fafafa; }
  .navbar-nav .dropdown-menu > li > a span,
  .navbar-nav .dropdown-menu > li > a i {
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  .navbar-nav.navbar-right {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .navbar-nav {
    width: 100%;
    margin: 0; }
    .navbar-nav > li {
      display: table-cell;
      width: 1%;
      position: inherit;
      text-align: center; }
    .navbar-nav > li > a {
      padding: 5px; }
      .navbar-nav > li > a span:not(.badge),
      .navbar-nav > li > a .icon-submenu {
        display: none; }
    .navbar-nav .open .dropdown-menu {
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      position: absolute;
      width: 100%;
      margin-top: 3px;
      background-color: #fff; }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 10px 15px; }
    .navbar-nav .icon-menu {
      padding-top: 15px;
      }
      .navbar-nav .icon-menu .badge {
        top: 10px;
        right: 15px; } }

.navbar-toggle {
  padding: 5px 8px;
  margin: 20px 15px 20px 0; }
  .navbar-toggle .icon-nav {
    font-size: 24px; }

.notification-item .dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  content: '';
  margin-right: 8px; }

ul.notifications > li {
  border-bottom: 1px solid #F0F0F0; }
  ul.notifications > li:last-child {
    border-bottom: none; }
  ul.notifications > li > .more {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600; }
    ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
      text-decoration: none; }

.dropdown-menu {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-color: #eaeaea; }
  .dropdown-menu > li > a {
    color: #676a6d; }
  .dropdown-menu > li i {
    margin-right: 6px; }
  .dropdown-menu .active > a, .dropdown-menu .active > a:focus, .dropdown-menu .active > a:hover {
    background-color: #00AAFF; }
  .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #a3a3a3; }

/* 21-09-22 */

.slimScrollBar{
  background: rgb(204, 204, 204) !important;
      width: 5px !important;
      position: absolute;
      opacity: 0.8 !important;
      top: 68px;
      display: none;
      border-radius: 7px;
      z-index: 99;
      height: 478;
      right: 1px;
  }

/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
  z-index: 9; }
  .sidebar .nav > li > a {
    padding: 10px 10px; /*21-09-22 */
    color: #202020;
    font-size: 16px;  /*21-09-22 */
    font-weight: 500;
    border-left: 5px solid transparent; 
    width: 250px;  /*21-09-22 */
    overflow: hidden; /*21-09-22 */
    line-height: 15px !important; /*21-09-22 */
    text-overflow: ellipsis !important; /*21-09-22 */
  }
    .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
      color: #202020;
      background-color: transparent; }
      .sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
        color: #ed1c24; }
	.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active span {
        color: #fff; }
    .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
     background-color: #ed1c24 !important; 
      *border-left-color: #ed1c24; }
    .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      float: right;
      position: relative;
      top: 5px;
      font-size: 12px;
      line-height: 1.1;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .sidebar .nav > li > a .badge {
      font-weight: 400;
      background-color: #F9354C; }
  .sidebar .nav {
    /* submenu */ }
    .sidebar .nav i {
      margin-right: 10px;
      font-size: 25px;
	      font-weight: 600;}
    .sidebar .nav span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      top: 3px; }
    .sidebar .nav .nav {
      *background-color: #252c35; }
      .sidebar .nav .nav > li > a {
      /*  padding-left: 0px;  21-09-22 */ 
        padding-top: 10px;
        padding-bottom: 10px; }
        .sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
          background-color: transparent;
          border-left-color: transparent; }
        .sidebar .nav .nav > li > a.active a {
          color: #fff; }

/********************
 * TYPOGRAPHY
 ********************/
.text-success {
  color: #41B314; }

.text-warning {
  color: #e4cb10; }

.text-danger {
  color: #F9354C; }

ul.list-justify > li {
  margin-bottom: 5px; }
  ul.list-justify > li span {
    float: right; }

/********************
 * INPUTS
 ********************/
.form-control {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #eaeaea;
  background-color: #fcfcfc; }
  .form-control:focus {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #d6d6d6 !important;
    background-color: #fff; }

.input-group {
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1); }

.input-group .form-control, .input-group-addon, .input-group-btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-group-addon {
  border: 1px solid #eaeaea; }

/* fancy checkbox and radio button */
.fancy-checkbox {
  display: block;
  font-weight: normal; }
  .fancy-checkbox input[type="checkbox"] {
    *display: none; }
    .fancy-checkbox input[type="checkbox"] + span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      cursor: pointer;
      position: relative;
      font-size: 13px; }
      .fancy-checkbox input[type="checkbox"] + span:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative;
        bottom: 1px;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        content: "";
        border: 1px solid #ccc; }
    .fancy-checkbox input[type="checkbox"]:checked + span:before {
      font-family: FontAwesome;
      content: '\f00c';
      font-size: 12px;
      color: #99a1a7;
      text-align: center;
      line-height: 16px;
      background: #ededed;
      border: 1px solid #ccc; }
  .fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
    color: #53D76A;
    background-color: #fff; }
  .fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
    color: #fff;
    background-color: #53D76A;
    border-color: #32cf4d; }

.fancy-radio {
  *display: block;
  font-weight: normal; }
  .fancy-radio input[type="radio"] {
    display: none; }
    .fancy-radio input[type="radio"] + span {
      display: block;
      cursor: pointer;
	  font-weight: 800;
		color: #adadad;
      position: relative;
      font-size: 13px; }
      .fancy-radio input[type="radio"] + span i {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        bottom: 1px;
        content: "";
        border: 1px solid #ccc;
        width: 18px;
        height: 18px;
        margin-right: 5px; }
    .fancy-radio input[type="radio"]:checked + span i:after {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      position: relative;
      top: 3px;
      left: 3px;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #99a1a7; }
  .fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
    background-color: #53D76A; }
  .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
    background-color: #53D76A; }
    .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
      background-color: #fff; }

/********************
 * BUTTONS
 ********************/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 22px; }
i.fa.fa-eye.col {
    color: #327aff;
    font-size: 20px;
}

.fz {
    font-size: 16px !important;
	    font-weight: 300;
}
.fz:after {
    font-size: 17px !important;
	    font-weight: 800;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 28px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 18px; }

.btn-group-xs > .btn,
.btn-xs {
  padding: 5px 14px; }

.btn-primary {
  background-color: #00AAFF;
  border-color: #00a0f0; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #00a0f0;
    border-color: #00a0f0; }

.btn-warning {
  background-color: #e4cb10;
  border-color: #d6be0f; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #d6be0f;
    border-color: #d6be0f; }

.btn-default:hover, .btn-default:focus {
  background-color: #f7f7f7; }

.btn-success {
  background-color: #41B314;
  border-color: #3ca512; }
  .btn-success:hover, .btn-success:focus {
    background-color: #3ca512;
    border-color: #3ca512; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40); }

/********************
 * PANELS
 ********************/
.panel {
  border: none !important;
  background-color:none !important;
  margin-bottom: 30px; }
  .panel .panel-heading,
  .panel .panel-body,
  .panel .panel-footer {
    padding-left: 0px;
    padding-right: 0px; }
  .panel .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative; }
    .panel .panel-heading .panel-title {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }
    .panel .panel-heading button {
      padding: 0;
      margin-left: 5px;
      background-color: transparent;
      border: none;
      outline: none; }
      .panel .panel-heading button i {
        font-size: 14px; }
  .panel .panel-body {
    padding-top: 10px;
    padding-bottom: 15px; }
  .panel .panel-note {
    font-size: 13px;
    line-height: 2.6;
    color: #777777; }
    .panel .panel-note i {
      font-size: 16px;
      margin-right: 3px; }
  .panel .right {
    position: absolute;
    right: 20px;
    top: 32%; }
  .panel.panel-headline .panel-heading {
    border-bottom: none; }
    .panel.panel-headline .panel-heading .panel-title {
      margin-bottom: 8px;
      font-size: 22px;
      font-weight: normal; }
    .panel.panel-headline .panel-heading .panel-subtitle {
      margin-bottom: 0;
      font-size: 14px;
      color: #8D99A8; }
  .panel.panel-scrolling .btn-bottom {
    margin-bottom: 30px; }
  .panel .table > thead > tr > td:first-child,
  .panel .table > thead > tr > th:first-child,
  .panel .table > tbody > tr > td:first-child,
  .panel .table > tbody > tr > th:first-child,
  .panel .table > tfoot > tr > td:first-child,
  .panel .table > tfoot > tr > th:first-child {
    *padding-left: 25px; }
  .panel .table > thead > tr > td:last-child,
  .panel .table > thead > tr > th:last-child,
  .panel .table > tbody > tr > td:last-child,
  .panel .table > tbody > tr > th:last-child,
  .panel .table > tfoot > tr > td:last-child,
  .panel .table > tfoot > tr > th:last-child {
    padding-left: 25px; }

.panel-footer {
  background-color: #fafafa; }

/********************
 * New CSS FOR TABLES - Vijay -16-09-22
 ********************/
 .img-responsive.logo{
  width:150px !important;
 }
.main{
  background: #f0f2f5 !important;
}
.sorting{
  font-size: 15px !important;
  background: #c9c5c5 !important;
  padding: 14px !important;
  
}

td {
  padding: 15px !important;
  font-size:15px !important;
}

tr.odd {
  background-color: #fff !important;
  box-shadow: 0 1px 3px #ccc !important;
}
tr.odd:hover {
  background-color: #fafafa !important;
  box-shadow: 0 1px 3px #ccc !important;
}
tr.even {
  background-color: #fae2e2 !important;
  box-shadow: 0 1px 3px #ccc !important;
}
tr.even:hover {
  background-color: #fafafa !important;
  box-shadow: 0 1px 3px #ccc !important;
}

/********************
 * ELEMENTS
 ********************/
.collapsing {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.label {
  font-weight: normal; }

.metric {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 20px 20px 20px;
  margin-bottom: 30px;
  border: 1px solid #aaaaaa; }
  .metric .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center; }
    .metric .icon i {
      font-size: 18px;
      color: #fff; }
  .metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right; }
  .metric .number {
    display: block;
    font-size: 28px;
    font-weight: 300; }
  .metric .title {
    font-size: 16px; }

ul.activity-list > li {
  padding: 25px 0; }
  ul.activity-list > li:not(:last-child) {
    border-bottom: 1px solid #F0F0F0; }
  ul.activity-list > li .avatar {
    width: 40px; }
  ul.activity-list > li > p {
    margin-bottom: 0;
    padding-left: 3.5em; }
  ul.activity-list > li .timestamp {
    display: block;
    font-size: 13px;
    color: #a3a3a3; }
  ul.nav.active{
      background:#ed1c24 !important;
      }
  .sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active{
        color:#fff !important;
        }

/* task list */
.task-list > li {
  margin-bottom: 32px; }

.task-list p {
  position: relative; }
  .task-list p .label-percent {
    position: absolute;
    right: 0; }

/* bootstrap progress bar */
.progress {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f1f1f1; }
  .progress.wide {
    width: 60px; }
  .progress .progress-bar {
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -ms-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .progress.progress-sm {
    height: 12px; }
  .progress.progress-xs {
    height: 5px; }
  .progress.progress-sm .progress-bar, .progress.progress-xs .progress-bar {
    text-indent: -9999px; }

.progress-bar-success {
  background-color: #41B314; }

.progress-bar-warning {
  background-color: #e4cb10; }

.progress-bar-danger {
  background-color: #F9354C; }

.weekly-summary {
  margin-bottom: 30px;
  font-weight: 300; }
  .weekly-summary .number {
    font-size: 36px; }
  .weekly-summary i {
    font-size: 16px;
    margin-left: 10px; }
  .weekly-summary .percentage {
    position: relative;
    top: -7px; }
  .weekly-summary .info-label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal; }

.todo-list > li {
  border-top: 1px solid #F0F0F0;
  position: relative; }
  .todo-list > li:first-child {
    border-top: none; }
  .todo-list > li .fancy-checkbox {
    position: absolute;
    top: 50%;
    margin-top: -11px; }
    .todo-list > li .fancy-checkbox input[type="checkbox"] + span {
      margin-right: 0; }
  .todo-list > li p {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 90%;
    margin: 0;
    padding: 20px 0 20px 35px; }
  .todo-list > li.completed p,
  .todo-list > li.completed .date {
    text-decoration: line-through;
    color: #b4b7b9; }

.todo-list .title {
  font-size: 16px;
  font-weight: 600; }

.todo-list .short-description {
  display: block;
  margin-top: 5px; }

.todo-list .date {
  font-size: 13px;
  color: #a3a3a3; }

.todo-list .controls {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px; }
  .todo-list .controls a {
    margin-left: 5px; }

/* toastr notification */
#toast-container > div {
  opacity: 0.9;
  filter: alpha(opacity=90); }
  #toast-container > div, #toast-container > div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

#toast-container .toast-close-button {
  top: -0.9em; }

.toast a {
  text-decoration: underline; }
  .toast a:hover, .toast a:focus {
    text-decoration: none;
    color: #fff; }

.toast .toast-message {
  font-size: 14px;
  line-height: 2; }

.toast-info {
  background-color: #00AAFF; }

.toast-success {
  background-color: #41B314; }

.toast-warning {
  background-color: #e4cb10; }

.toast-danger {
  background-color: #F9354C; }

/* tabs */
.custom-tabs-line ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .custom-tabs-line ul > li {
    float: left; }
    .custom-tabs-line ul > li a {
      color: #8d9093;
      font-weight: normal; }
      .custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
        color: #676a6d;
        background-color: transparent; }
      .custom-tabs-line ul > li a:focus {
        outline: none; }
  .custom-tabs-line ul.nav-pills a:hover, .custom-tabs-line ul.nav-pills a:focus {
    color: #fff;
    background-color: #00AAFF; }

.custom-tabs-line.tabs-line-bottom {
  border-bottom: 1px solid #eaeaea; }
  .custom-tabs-line.tabs-line-bottom ul > li {
    margin-bottom: -1px; }
  .custom-tabs-line.tabs-line-bottom a {
    border-bottom: 1px solid transparent; }
  .custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid #00AAFF; }

.custom-tabs-line.left-aligned {
  text-align: left; }

.custom-tabs-line.right-aligned {
  text-align: right; }

@media screen and (max-width: 768px) {
  .custom-tabs-line ul li.active > a {
    margin-bottom: -1px; } }

.tab-pane {
  padding: 25px 15px; }

/********************
 * CHARTS
 ********************/
/* easy pie chart */
.easy-pie-chart {
  position: relative;
  width: 110px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center; }
  .easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .easy-pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 110px;
    z-index: 2; }
    .easy-pie-chart .percent:after {
      content: '%';
      margin-left: 0.1em;
      font-size: .8em; }
  .easy-pie-chart#system-load {
    width: 130px; }
    .easy-pie-chart#system-load .percent {
      line-height: 128px; }

/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
     
  *-moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  *-webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  *box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  *-webkit-border-radius: 5px;
  *-moz-border-radius: 5px;
  *border-radius: 5px;
  width: 95%;
  height: 600px;
  margin: 0 auto;
   }
  .auth-box:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: ' ';
    vertical-align: middle;
    height: 100%; }
  .auth-box .content {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 98%;
    vertical-align: middle; }
  .auth-box .left {
    float: right;
    width: 42%;
    height: 100%;
    text-align: center; }
	.btm{
		    margin-bottom: 40px !important;
	}
    .auth-box .left:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: ' ';
      vertical-align: middle;
      height: 100%; }
  .auth-box .right {
    
    float: left;
    width: 56.5%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
    .auth-box .right:before {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: ' ';
      vertical-align: middle;
      height: 100%; }
    .auth-box .right .text {
      position: relative;
      padding: 0 80px;
      color: rgb(0, 0, 0); }
    .auth-box .right .heading {
      margin-top: 70px;
      margin-bottom: 5px;
      font-size: 36px;
	  font-weight: 800;
	  }
    .auth-box .right p {
      margin: 0;
      font-size: 19px;
      font-weight: 600; }
    .auth-box .right .overlay {
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0.7;
	  }
  .auth-box .header {
    margin-bottom: 30px; }
  .auth-box .lead {
	float: left;
    font-weight: 700;
    font-size: 40px;
    color: #202020;
    margin-top: 5px;
    text-align: center; }
    .lead img {
      margin: 0 100px;
  }
  .auth-box .form-auth-small .btn {
    margin-top: 20px; }
  .auth-box .form-auth-small .element-left {
    float: left; }
  .auth-box .form-auth-small .element-right {
    float: right; }
  .auth-box .form-auth-small .bottom {
    *margin-top: 20px;
    text-align: center; }
  .auth-box.lockscreen {
    width: 50%;
    padding: 40px 60px; }
    .auth-box.lockscreen .logo {
      margin-bottom: 30px; }
    .auth-box.lockscreen .user {
      margin-bottom: 30px; }
      .auth-box.lockscreen .user .name {
        font-size: 18px;
        margin-top: 10px; }

        .esyfrmfld{
          width:70% !important;
        }

  @media screen and (min-width: 1440px) {
    .auth-box.lockscreen {
      width: 35%; } 

      .lead img {
        margin: 40px 80px !important;
    }
    }
  @media screen and (max-width: 1279px) {
    .auth-box {
      width: 90%; }
      .auth-box .left {
        top: 3.3em; }
        .wrap-input100{
          width: 100% !important;
        }
        .lead img {
          margin: 0 30px;
      } }
  @media screen and (max-width: 1023px) {
    .auth-box .left {
      width: 100%;
      position: inherit;
      padding: 30px; 
    background: #fff !important;
    }
    .lead img {
      margin: 0 30px;
  }
    .wrap-input100{
      width: 100% !important;
    }
    .auth-box .right {
      display: none; } 
      .btn_login_new{
        width:100% !important;
      }}
  @media screen and (max-width: 992px) {
    .wrap-input100{
      width: 100% !important;
    }
    .lead img {
      margin: 0 30px;
  }
    .auth-box {
      width: 90%; }
      .auth-box.lockscreen {
        width: 50%;
        padding: 40px 20px; } 
        .btn_login_new{
          width:100% !important;
        }}
  @media screen and (max-width: 640px) {
    .wrap-input100{
      width: 100% !important;
    }
    .lead img {
      margin: 0 30px;
  }
  
    .auth-box {
      width: 90%; }
      .auth-box .content {
        width: 95%; }
      .auth-box.lockscreen {
        width: 90%; } 
        .btn_login_new{
          width:100% !important;
        }
      }


      .btn_login_new{
        float: left;
            font-size: 14px;
            background: #f00;
            color: #fff;
            padding: 5px 35px;
            border-radius: 50px;
            width: auto;
        }

/********************
 * HELPERS
 ********************/
.bg-success {
  background-color: #41B314; }

.bg-warning {
  background-color: #e4cb10; }

.bg-danger {
  background-color: #F9354C; }

.no-padding {
  padding: 0 !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
  position: relative; }

.profile-left {
  padding-left: 0;
  float: left;
  width: 35%;
  height: 100%;
  position: absolute;
  background-color: #F8F8F8; }

.profile-right {
  float: right;
  width: 65%;
  padding: 20px 25px; }
  .profile-right .heading {
    margin-top: 0; }

@media screen and (max-width: 992px) {
  .profile-left,
  .profile-right {
    float: none;
    width: 100%; }
  .profile-left {
    position: relative;
    margin-bottom: 30px; } }

.profile-header {
  position: relative;
  text-align: center;
  color: #fff; }
  .profile-header .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .profile-header .profile-main {
    position: relative;
    padding: 20px;
    background-image: url("../../assets/img/profile-bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px; }
  .profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px; }
    .profile-header .online-status:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: '';
      width: 8px;
      height: 8px;
      margin-right: 3px; }
    .profile-header .online-status.status-available:before {
      background-color: #41B314; }
  .profile-header .profile-stat {
    position: relative;
    background-color: #00AAFF; }
    .profile-header .profile-stat .stat-item {
      padding: 20px;
      position: relative; }
      .profile-header .profile-stat .stat-item:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #33bbff; }
      .profile-header .profile-stat .stat-item:last-child:after {
        display: none; }
    .profile-header .profile-stat .stat-item span {
      display: block; }
  @media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
      display: none; } }

.profile-detail {
  padding-bottom: 30px; }

.profile-info {
  padding: 0 20px;
  margin: 40px 0; }
  .profile-info .heading {
    margin: 0 0 10px 0;
    font-weight: 600; }
  .profile-info ul > li {
    margin-bottom: 8px; }

.social-icons {
  margin-bottom: 0; }
  .social-icons > li {
    padding: 0 2px 5px 2px; }
    .social-icons > li > a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 40px;
      height: 40px;
      line-height: 42px;
      text-align: center;
      background-color: #4d4d4d;
      color: #fff; }
      .social-icons > li > a i {
        font-size: 18px; }
      .social-icons > li > a:hover, .social-icons > li > a:focus {
        background-color: #404040; }

/* colored background */
.z500px-bg {
  background-color: #0099e5 !important; }
  .z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important; }

.about-me-bg {
  background-color: #00405d !important; }
  .about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important; }

.airbnb-bg {
  background-color: #fd5c63 !important; }
  .airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important; }

.alphabet-bg {
  background-color: #ed1c24 !important; }
  .alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important; }

.amazon-bg {
  background-color: #ff9900 !important; }
  .amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important; }

.american-express-bg {
  background-color: #002663 !important; }
  .american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important; }

.aol-bg {
  background-color: #ff0b00 !important; }
  .aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important; }

.behance-bg {
  background-color: #1769ff !important; }
  .behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important; }

.bing-bg {
  background-color: #ffb900 !important; }
  .bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important; }

.bitbucket-bg {
  background-color: #205081 !important; }
  .bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important; }

.bitly-bg {
  background-color: #ee6123 !important; }
  .bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important; }

.blogger-bg {
  background-color: #f57d00 !important; }
  .blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important; }

.booking-com-bg {
  background-color: #003580 !important; }
  .booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important; }

.buffer-bg {
  background-color: #168eea !important; }
  .buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important; }

.code-school-bg {
  background-color: #616f67 !important; }
  .code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important; }

.codecademy-bg {
  background-color: #f65a5b !important; }
  .codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important; }

.creative-market-bg {
  background-color: #8ba753 !important; }
  .creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important; }

.delicious-bg {
  background-color: #3399ff !important; }
  .delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important; }

.deviantart-bg {
  background-color: #05cc47 !important; }
  .deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important; }

.digg-bg {
  background-color: #005be2 !important; }
  .digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important; }

.disqus-bg {
  background-color: #2e9fff !important; }
  .disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important; }

.django-bg {
  background-color: #092e20 !important; }
  .django-bg:hover, .django-bg:focus {
    background-color: #051911 !important; }

.dribbble-bg {
  background-color: #ea4c89 !important; }
  .dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important; }

.elance-bg {
  background-color: #0d69af !important; }
  .elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important; }

.envato-bg {
  background-color: #82b541 !important; }
  .envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important; }

.etsy-bg {
  background-color: #d5641c !important; }
  .etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important; }

.facebook-bg {
  background-color: #3b5998 !important; }
  .facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important; }

.feedly-bg {
  background-color: #2bb24c !important; }
  .feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important; }

.flattr-bg {
  background-color: #f67c1a !important; }
  .flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important; }

.flickr-bg {
  background-color: #0063dc !important; }
  .flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important; }

.flipboard-bg {
  background-color: #e12828 !important; }
  .flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important; }

.flixster-bg {
  background-color: #2971b2 !important; }
  .flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important; }

.foursquare-bg {
  background-color: #0732a2 !important; }
  .foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important; }

.github-bg {
  background-color: #4183c4 !important; }
  .github-bg:hover, .github-bg:focus {
    background-color: #3876b4 !important; }

.google-bg {
  background-color: #4285f4 !important; }
  .google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important; }

.google-plus-bg {
  background-color: #dc4e41 !important; }
  .google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important; }

.instagram-bg {
  background-color: #3f729b !important; }
  .instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important; }

.kickstarter-bg {
  background-color: #2bde73 !important; }
  .kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important; }

.kik-bg {
  background-color: #82bc23 !important; }
  .kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important; }

.lastfm-bg {
  background-color: #d51007 !important; }
  .lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important; }

.line-bg {
  background-color: #00c300 !important; }
  .line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important; }

.linkedin-bg {
  background-color: #0077b5 !important; }
  .linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important; }

.mail-ru-bg {
  background-color: #168de2 !important; }
  .mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important; }

.mailchimp-bg {
  background-color: #2c9ab7 !important; }
  .mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important; }

.myspace-bg {
  background-color: #000000 !important; }
  .myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important; }

.netflix-bg {
  background-color: #e50914 !important; }
  .netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important; }

.ning-bg {
  background-color: #75af42 !important; }
  .ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important; }

.path-bg {
  background-color: #ee3423 !important; }
  .path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important; }

.patreon-bg {
  background-color: #e6461a !important; }
  .patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important; }

.paypal-bg {
  background-color: #003087 !important; }
  .paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important; }

.photobucket-bg {
  background-color: #0ea0db !important; }
  .photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important; }

.pinterest-bg {
  background-color: #bd081c !important; }
  .pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important; }

.product-hunt-bg {
  background-color: #da552f !important; }
  .product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important; }

.quora-bg {
  background-color: #a82400 !important; }
  .quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important; }

.rdio-bg {
  background-color: #007dc3 !important; }
  .rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important; }

.reddit-bg {
  background-color: #ff4500 !important; }
  .reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important; }

.rss-bg {
  background-color: #f26522 !important; }
  .rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important; }

.salesforce-bg {
  background-color: #1798c1 !important; }
  .salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important; }

.scribd-bg {
  background-color: #1a7bba !important; }
  .scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important; }

.shopify-bg {
  background-color: #96bf48 !important; }
  .shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important; }

.skype-bg {
  background-color: #00aff0 !important; }
  .skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important; }

.slack-bg {
  background-color: #6ecadc !important; }
  .slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important; }

.slideshare-bg {
  background-color: #0077b5 !important; }
  .slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important; }

.soundcloud-bg {
  background-color: #ff8800 !important; }
  .soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important; }

.spotify-bg {
  background-color: #2ebd59 !important; }
  .spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important; }

.squarespace-bg {
  background-color: #222222 !important; }
  .squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important; }

.stackoverflow-bg {
  background-color: #fe7a15 !important; }
  .stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important; }

.stripe-bg {
  background-color: #00afe1 !important; }
  .stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important; }

.stumbleupon-bg {
  background-color: #eb4924 !important; }
  .stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important; }

.telegram-bg {
  background-color: #0088cc !important; }
  .telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important; }

.tumblr-bg {
  background-color: #35465c !important; }
  .tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important; }

.twitch-tv-bg {
  background-color: #6441a5 !important; }
  .twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important; }

.twitter-bg {
  background-color: #55acee !important; }
  .twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important; }

.vimeo-bg {
  background-color: #162221 !important; }
  .vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important; }

.vine-bg {
  background-color: #00b488 !important; }
  .vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important; }

.wechat-bg {
  background-color: #7bb32e !important; }
  .wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important; }

.whatsapp-bg {
  background-color: #43d854 !important; }
  .whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important; }

.yahoo-bg {
  background-color: #410093 !important; }
  .yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important; }

.youtube-bg {
  background-color: #cd201f !important; }
  .youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important; }

.profile-right .heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.awards {
  margin-bottom: 50px; }
  .awards div[class^="col-"] {
    text-align: center; }

.award-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  margin-bottom: 30px; }
  .award-item .hexagon {
    margin: 35px 0; }

.hexagon {
  width: 100px;
  height: 55px;
  background: #ececec;
  position: relative; }
  .hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ececec; }
  .hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ececec; }

.award-icon {
  font-size: 36px;
  line-height: 1.5em; }

ul.activity-timeline > li {
  margin-bottom: 45px;
  position: relative;
  z-index: 0; }
  ul.activity-timeline > li .activity-icon {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    width: 34px;
    height: 34px;
    background-color: #00AAFF;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    margin-right: 10px; }
  ul.activity-timeline > li > p {
    margin-bottom: 0;
    padding-left: 40px; }
  ul.activity-timeline > li .timestamp {
    display: block;
    font-size: .85em;
    color: #a3a3a3; }
  ul.activity-timeline > li:after {
    content: "";
    display: block;
    border-left: 1px solid #eaeaea;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 16px;
    z-index: -1; }
  ul.activity-timeline > li:last-child:after {
    display: none; }

.project-table .progress {
  margin-bottom: 0; }

.project-table .progress-bar {
  font-size: 10px; }

.project-table > tbody > tr > td {
  padding: 12px 8px; }
  .project-table > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC; }
button.btn.btn-red.btn-lg.btn-block {
    color: #fff;
    background: #ed1c24;
	width: 30%;
	font-size: 20px;
	height: 60px;
    float: right;
}
span.helper-text {
    width: 50%;
    float: left;
    text-align: left;
}
.mainlogo{
	width: 90%;
    margin: 10px auto;
}
.input100 {
    font-size: 13px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 25px;
    background: transparent;
}
select {
    font-size: 13px !important;
	font-weight: 800 !important;
	padding: 3px 5px;
    border-radius: 8px;
}
input {
    outline: none;
    border: none;
	font-size: 13px;
    font-weight: 800;
	*width:100%;
}
button, input {
    overflow: visible;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.wrap-input100 {
    width: 100% ;
    position: relative;
    border-bottom: 1px solid #adadad !important;
    margin-bottom: 25px;
}



.sidebar-scroll {
   /* border-top: 2px solid #ccc;
    border-right: 2px solid #ccc; 
    20-09-22
    */

}
.navbar{
	   /* border-bottom: 1px solid #ccc !important; 
     20-09-22
     */

}
a#agent_table_previous {
    font-weight: 800 !important;
}
a#agent_table_next {
    font-weight: 800 !important;
}
span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
}
label.fancy-radio.col-md-5.text-left {
    margin-bottom: 25px;
}
button.btn.btn-red.btn-lg{
	color: #fff;
    background: #ed1c24 !important;
	float: right;
}
button.btn.btn-gray.btn-lg{
	color: #fff;
    background: #98a0b3 !important;
}
a.btn.btn-gray.update-pro{
	color: #fff;
    background: #5e6677 !important;
}
.container-fluid.img-res {
    text-align: center;
    margin-top: -58px;
}
span.red {
    color: #d42027;
}

.notify-badge{
	position: absolute;
    right: 22px;
    top: 64px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-red{
	position: absolute;
    right: 22px;
    top: 64px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-green{
	position: absolute;
    right: 22px;
    top: 64px;
    z-index: 9;
    background: green;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-gray{
	position: absolute;
    right: 22px;
    top: 64px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-red2{
	position: absolute;
    right: 15px;
    top: 35px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-green2{
	position: absolute;
    right: 15px;
    top: 35px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-gray2{
	position: absolute;
    right: 15px;
    top: 35px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
}
.notify-badge-white2{
	position: absolute;
    right: 11px;
    top: 32px;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    height: 17px;
    padding: 11px;
    z-index: 8;
}.notify-badge-white{
	position: absolute;
    right: 19px;
    top: 61px;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    height: 17px;
    padding: 11px;
	z-index:8;
}
.item {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 160px;
    font-size: 14px;
    background-color: #b3bdc4;
    color: #5a5a5a;
    font-weight: 700;
    text-align: center;
    border-radius: 0px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    margin-left: -110px;
    opacity: 0;
    transition: opacity 0.3s;
}
span.redclr {
	background: red;
    color: #fff;
    font-size: 13px;
    display: list-item;
}
.fonts {
    font-size: 10px;
}
.tooltip1 .tooltiptext1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #ed1c24 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 150px;
    font-size: 18px;
    background-color: #d6d8dd;
    color: #5a5a5a;
    font-weight:700;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 0px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip2 .tooltiptext2::after {
        content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ed1c24 transparent;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}
span.notify-badge1{
position: absolute;
    right: 45px;
    top: 65px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    height: 20px;
    width: 0;
    padding: 5px 10px;
    font-size: 20px;
}
p.copyright.text-left {
    text-align: left;
}
p.copyright.text-left.device {
    text-align: left;
	font-size: 17px;
    margin-top: 8px;
	margin-bottom: 11px;
	*height: 35px;
}
span.text-left {
    font-weight: 600;
}
img.img-circle.pull-left.avatar {
    margin-right: 15px;
}
.sizes {
    font-size: 15px;
}
.uploadavatar{
	    margin: 25px;
    width: 50px;
}
.uploadavatar1{
	        position: absolute;
    right: 56px;
    top: 70px;
}
.metric.borderright {
    border-left: 5px solid #4895eb;
}
.metric.borderleft {
    border-left: 5px solid #28af2b;
}
.navbar-btn.navbar-btn-left span.badge.bg-danger {
    position: absolute;
    top: 22px;
    width: 20px;
    height: 20px;
}

span.badge.bg-danger.pull-right {
    position: absolute;
    right: 28px;
    top: 55px;
}
.navbar-btn.navbar-btn-left span.badge.bg-danger.gray {
    position: absolute;
    top: 15px !important;
    left: 155px;
    width: 20px;
    height: 20px;
	background-color: #808080;
}
img.bagde {
        position: absolute;
    right: 20px;
    top: -21px;
    z-index: 9;
}
span.badge.bg-danger.gray.right {
    position: absolute;
    right: 50px;
    top: 65px;
}
.view:hover{
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(31, 30, 30, 0.98);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	    width: 272px;
    transition: all 0.4s ease-in-out;
    height: 103px;
    margin: 0 15px;
}
.mask:hover {
	color:#fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.6;
    background-color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	    width: 95.5%;
    transition: all 0.4s ease-in-out;
    height: 90px;
    margin: 0 15px;
}
.view .mask, .view .content {
    *width: 300px;
    *height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	z-index:9;
}
ul.list-unstyled {
    padding-left: 75px;
    padding-top: 17px;
}
.fleft{
	float: left;
}
li.fleft a {
    margin: 0 auto;
}
span.cssclass {
    font-size: 15px;
}
.icon1 {
   -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    text-align: center;

}
i.gray{
	color:#777777;
}
button.close {
    padding: 3px;
    border: 2px solid #fff;
    border-radius: 15px;
    width: 30px;
    color: #fff;
    opacity: 1;
}
button.btn.btn-transparent {
    width: 100%;
    padding: 10px;
	font-weight:800;
	*color:#fff;
}
button.btn.btn-transparent:hover {
    color:#fff;
}
table.table.table-striped.new {
    font-size: 15px;
}
.notify-badge2 {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    height: 20px;
    width: 30%;
    padding: 5px 10px;
    font-size: 20px;
}
.item1 {
    position: relative;
    padding-top: 0;
    display: inline-block;
}
.message.received {
    background: #fff;
	float: left;
    border-radius: 0px 20px 20px 20px;
	box-shadow: 0px 2px 5px #00000096;
}
.chat-info {
    text-align: center;
    background: #787b774a;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 2px 5px #00000096;
}
.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 13px;
    padding: 8px;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
}
.message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
	top: -23px;
    right: 67%;
}
.message:after {
    *position: relative;
    **content: "";
    *width: 0;
	*float: right;
    *height: 0;
   * border-style: solid;
}
h5.red {
    color: #ed1c24;
    font-weight: 600;
}
.chat-info {
    display: none;
}
form.pure-form.converse-form.chatroom-form.converse-centered-form {
    display: none;
}

.message.sent {
    background: #ed1c24;
    border-radius: 20px 0px 20px 20px;
    float: right;
	color:#fff;
	margin-bottom: 15px;
	box-shadow: 0px 2px 5px #00000096;
}
.modal-body.two {
    height: calc(100% - 68px);
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    margin-bottom: 0;
}
.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -10px;
}
.message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #ed1c24;
	top: -8px;
    left: 54px;
}

.conversation {
    height: calc(100% - 12px);
    position: relative;
    background: #efe7dd;
	*url(https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg) repeat;
    z-index: 0;
}
span.date.col-md-12 {
    text-align: center;
    margin-bottom: 15px;
    color: #9a9696;
    font-weight: 500;
    font-size: 16px;
}
.conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 40px;
    width: 100%;
    z-index: 2;
	margin-top: 50px;

}
.conversation-compose .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bdbdbd;
    border-radius: 20px 0 0 20px;
    flex: 0 0 auto;
    *margin-left: 8px;
    width: 48px;
}
.conversation-compose .input-msg {
    border: 0;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0;
    outline: none;
    min-width: 50px;
}
span.time {
    font-size: 9px;
}
.conversation-compose div, .conversation-compose input {
    background: #bdbdbd;
    height: 100%;
}
.conversation-compose .photo {
    flex: 0 0 auto;
    border-radius: 0 0 20px 0;
    text-align: center;
    position: relative;
    width: 48px;
}
.conversation-compose .photo i {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}
.conversation-compose .photo:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #bdbdbd;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    right: -10px;
}
.fontsize{
	font-size:13px;
	    margin-bottom: 50px;
}
tr#head {
    background: #98a0b3;
    color: #fff;
}
div#example_length {
    display: none;
}
span.label.label-success.size {
    font-size: 12px !important;
}
p.name.text-left {
    font-size: 14px;
    font-weight: 600;
}
img.img-circle.right.pull-left.avatar {
    margin-right: 15px;
    margin-top: 10px;
}
span.textsize {
    font-size: 13px !important;
    font-weight: 500 !important;
}
.textsize {
    font-size: 13px !important;
}
.col-md-12.paddingbt {
    margin-bottom: 22px;
}
p.name.text-right {
    font-size: 14px;
    font-weight: 600;
}
.col-md-6.pdleft {
    padding-left: 0px;
}
.col-md-6.pdright {
    padding-right: 0px;
}
p.name.text-left {
    margin: 0;
}
.audio1 {
    padding: 67px;
    background: #d7d7d7;
}
span.badge.bg-danger.top{
    top: 10px !important;
}
.bg {
    background: #fff;
}
h4.modal-title.text-center.adduser_button {
    font-weight: 800;
}
.pd {
    margin-bottom: 10px;
    margin-top: 10px;
	color: #b0b0b0;
    font-weight: 500;
}
.bgcolor {
    background: #d7d7d7;
	    border: 1px solid #ccc;
}
.bgcolor:hover {
    background: #d7d7d7;
	    border: 1px solid #ccc;
}
.bgcolor:focus {
    background: #d7d7d7;
	    border: 1px solid #ccc;
}
button.btn.btn-red.btn-block{
	    color: #fff;
    background: #ed1c24 !important;
}
button.btn.btn-gray.btn-sm {
    background: #646b79;
    color: #fff;
}

.metric.marginbtm.bg {
    margin: 0;
}
table.schedule {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table.schedule.bg.pd th {
    padding: 10px 40px 10px 60px;
	border: 1px solid #ccc;
	color: #7d7d7d;
}
table.schedule.bg.pd td {
    padding: 10px;
	border: 1px solid #ccc;
	color: #7d7d7d;
}
th.padright {
    width: 30%;
}
p.copyright.text-center {
    text-align: center;
    font-size: 15px;
}

td.clblue p {
    color: #fff;
}
td.clblue {
    background: #36a894;
	text-align:center;
}
td.clorange {
    background: #dda15b;
	text-align:center;
}
td.clorange p {
    color: #fff;
}
td.clgreen {
    background: #737cac;
	text-align:center;
}
td.clgreen p {
    color: #fff;
}
td.clred {
    background: #f1685e;
	text-align:center;
}
td.clred p {
    color: #fff;
}
td.clgraycolor {
    background: #808080;
	text-align:center;
}
td.clgraycolor p {
    color: #fff;
}
td.clgreencolor {
    background: #00B050;
	text-align:center;
}
td.clgreencolor p {
    color: #fff;
}
td.clyellowcolor {
    background: #ffff00;
	text-align:center;
}
td.clyellowcolor p {
    color: #fff;
}
td.clbluecolor {
    background: #00B0F0;
	text-align:center;
}
td.clbluecolor p {
    color: #fff;
}
.tooltipsche {
    position: relative;
    display: inline-block;
}

.tooltipsche .tooltiptextsche {
    visibility: hidden;
    width: 160px;
	    font-size: 16px;
    background-color: #d6d9dc;
    color: #838383;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
	top: 60px;
    left: 160px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
td:hover .tooltiptextsche {
    visibility: visible;
    opacity: 1;
}
.tab-content {
    background: #fff;
	    margin-left: 1px;
}
.nav-tabs>li>a{
	border:1px solid #ccc;
}
.font {
    font-size: 13px;
}
.headertitle{
	    background: #c5c5c5;
}
.panel-body.tabs{
	padding-left: 0;
    padding-right: 0;
}
p.name.col-md-6.fs.text-left{
	font-size:14px;
}
label.font {
    font-size: 14px;
    float: left;
    color: #999;
	    padding-right: 30px;
		padding-top: 7px;
}
.tab-content .metric {
    *height: 120px;
}
.mrgin {
    margin: 5% 0 20% 0;
}
button.btn.btn-transparent.clr {
    background: #8397ab;
}


/*  20-09-22 scroll bar css */
/*  .slimScrollBar{
  background: rgb(112, 110, 110) !important;
      width: 5px !important;
      position: absolute;
      top: 0px;
      opacity: 0.4;
      display: none;
      border-radius: 7px;
      z-index: 99;
      right: 1px;
      height: auto !important;
  }
*/

span.devicemgm.notify-badge {
    position: absolute;
    right: 40px;
    top: 15px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    height: 20px;
    width: 20px;
    padding: 5px 10px;
    font-size: 20px;
}
span.devicemgm.green.notify-badge{
    position: absolute;
    right: 40px;
    top: 15px;
    z-index: 9;
    background: green;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    height: 20px;
    width: 20px;
    padding: 5px 10px;
    font-size: 20px;
}
span.devicemgm.gray.notify-badge{
    position: absolute;
    right: 40px;
    top: 15px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    height: 20px;
    width: 20px;
    padding: 5px 10px;
    font-size: 20px;
}
.borderred{
    border-left: 5px solid #f64040;

}
.modal-dialog.newsize {
    width: 450px;
}
h3.fontsize1 {
    font-size: 17px;
	font-weight:600;
	    padding-top: 9px;
}
.red{
	color:#d42027 !important;
}
.nopad{
	padding: 0!important;
}
.silver{
	    background: #e7e7e7;
    color: #8397ab;
    font-weight: 800;
}
button.btn.btn-transparent.silver:hover{
	    background: #e7e7e7;
    color: #8397ab;
    font-weight: 800;
}
.brtop {
    border-top: 1px solid #5e6677;
}
.modal-title {
    font-size: 16px;
	margin-top: 5px;
}
.modal_close img {
    margin: 0 0.5px 3px 0;
}
.mgrbtm{
	padding-top: 15px;
    padding-bottom: 35px;
}
.fontteam{
	    font-size: 20px;
}
span.badge.bg-danger.right{
	position: absolute;
    top: 18px !important;
    width: 30px !important;
    right: 6px !important;
    height: 21px !important;
}
.btm{
    margin-bottom: 40px !important;
    margin-top: 50px !important;
}
.btn-gray{
	text-align:left;
}
.shifts {
    width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
    color: #a2a2a2;
	}
.shifts td{
    text-align: left;
}
.shifts select.wrap-input100.form-control.col-md-3.text-right{
	margin-top:10px;
}
.bgred{
	background: #ed1c24 !important;
}
.bgwhite{
	background: #fff !important;
        color:#8c8c8c;
}
button.btn.btn-transparent.bgwhite:hover {
    color: #8c8c8c;
}
@media screen and (max-width: 1024px) {
	.navbar{
	margin-left: 0px;
    margin-right: 0px;
	}
}
@media screen and (max-width: 1024px) {
	#wrapper #sidebar-nav, #wrapper .main{
	margin-left: 0px;
	}
}
body.white{
   background:#fff;
}
@media screen and (min-width: 1025px) {
	.navbar-btn {
	display: none;
	}
}

@media screen and (max-width: 1024px) {
	.main-content {
	    margin-left: 0px !important;
            margin-right: 0px !important;
	}
}
@media screen and (min-width: 1024px) {
	nav.navbar.navbar-default.navbar-fixed-top {
	       height: 55px !important;
	}
}
@media screen and (max-width: 767px) {
	div#navbar-menu {
	      width: 32% !important;
	}
}
@media screen and (max-width: 767px) {
	.navbar-nav > li > a img {
	       *width: 40px !important;
	}
}
@media screen and (min-width: 1024px) {
	.mask:hover {
	      width: 90.5% !important;
	}
}
.navbar-btn.navbar-btn-left.new {
    display: inline-block;
}

td{
    vertical-align: middle !important;
}
i.fa.fa-microphone{
	font-size: 20px;
    color: #fff;
    background: #ed1c24;
    padding: 10px;
    border-radius: 25px;
    width: 34px;
    height: 34px;
}
.showSingle{
	cursor: pointer;
}
@media screen and (min-width: 1024px) and (max-width:1024px){
body{
	font-size:15px;
}
}
div#toastr-demo.new {
    width: 50% !important;
    margin: 0 auto !important;
}
.pdbtm {
    margin-bottom: 15px !important;
}
.teams {
    overflow-y: scroll;
    height: 300px;
}
span.validate {
    color: red;
    font-size: 15px;
}
@media screen and (max-width:1024px){
img.img-responsive.logo{
	width: 80%;
}
}
@media screen and (max-width:429px){
.fleft{
	width: 28% !important;
}
}
.validate_span{
	font-size:0.7em;
	font-weight:normal;
	color: #F25252;
	display:none;
	position: relative;
	float: left;
	bottom: 20px;
}
.select_validate_span{
	font-size:0.7em;
	font-weight:normal;
	margin-left: 3px;
	color: #F25252;
	display:none;
	position: relative;
	float: left;
	bottom: 0px;
}
.radio_validate_span{
	font-size:0.7em;
	font-weight:normal;
	*margin-left: 3px;
	color: #F25252;
	display:none;
}
span#morning_span {
    position: relative;
        top: 96px;
    right: 75px;
}
input.form-control.required.nodata {
    border: 1px solid #ccc;
}
span.input-group-addon {
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0px !important;
}
@media screen and (max-width: 380px) {
	span#morning_span {
    position: relative;
        top: 135px;
    right: 20px;
}
}

span#evening_span {
    position: relative;
    top: 108px;
    left: 15px;
}

@media screen and (max-width: 380px) {
	span#evening_span {
    position: relative;
        top: 180px;
    right: 13px;
}
}
@media screen and (max-width: 363px) {
	.navbar-default .brand{
		width: 57% !important;
	}
}

@media screen and (max-width: 760px) {
	button.btn.btn-red.btn-lg.btn-block{
		width: 100% !important;
	}
	span.helper-text{
		width: 100% !important;
		    text-align: center;
	}
	nav.a1 li{
		*width: 44% !important;
	}


}
button.btn.btn-transparent.gray {
    background: #8397ab;
}
span#night_span {
    position: relative;
    top: 150px;
    right: 142px;
}

@media screen and (max-width: 380px) {
	span#night_span  {
    position: relative;
        top: 230px;
    left: 14px;
}
}
span.fa.fa-search.form-control-feedback.left {
    left: 0;
}
input.form-control.colorbg.left {
    padding-left: 42.5px;
}
.footerbleepy{
		    position: fixed;
			width: 100%;
			text-align: center;
			background: #fff;
			z-index: 9;
		}
.copyright.foot{
			text-align: center;
			color:rgb(0, 0, 0);
      font-size: 15px;
      font-weight: 600;

		}
img.long{
	 float: left;
         padding-top: 1px;
	 padding-right: 10px;
}
a#recButton {
	width: 60px;
	height: 60px;
	font-size: 20px;
	background-color: red;
	border: 0;
	border-radius: 35px;
	outline: none;
}

.notRec{
	background-color: darkred;
}

.Rec{
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes pulse{
	0%{
		box-shadow: 0px 0px 5px 0px rgba(173,0,0,.3);
	}
	65%{
		box-shadow: 0px 0px 5px 13px rgba(173,0,0,.3);
	}
	90%{
		box-shadow: 0px 0px 5px 13px rgba(173,0,0,0);
	}
}
.mrg {
    padding: 6px;
    color: #9a9a9a;
	margin-bottom: 15px !important;

}
div#codelogs_table_length {
    *margin: 10px 0 !important;
}
.notify-badge-gray1 {
    position: relative;
    right: 35px;
    top: 35px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 16px;
    padding: 8px;
	font-size: 1px;
}
.notify-badge-white1 {
     position: relative;
    right: 53px;
    top: 36px;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    height: 17px;
    padding: 11px;
    z-index: 8;
	font-size: 1px;
}
.padd{
    background: #d7d7d7;
    margin: 0 auto;
	text-align: center;
	border: 1px solid #b4b4b4;
}
.metric.marginbtm.new.bg {
    margin-bottom: 15%;
}
nav ul.nav li a.active img.long.imageshow {
    display: none;
}
nav ul.nav li a.active img.long.imagehide {
    display: inline-block !important;
}
.divhig {
    margin-bottom: 15px;
}
.notify-badge5 {
    position: absolute;
    right: 83%;
    top: 85px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 5px;
}
.notify-badge5.white {
    position: relative;
    right: 44px;
    top: 18px;
    z-index: 8;
    background: white;
    text-align: center;
    border-radius: 24px;
    padding: 8px;
    font-size: 1px;
}
.notify-badge7.white {
    position: absolute;
	right: 80.5%;
    top: 38.5px;
    z-index: 8;
    background: white;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 7px;
}
.notify-badge6 {
    position: absolute;
    right: 39px;
    top: 43px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 5px;
}
.notify-badge6.white {
    position: absolute;
	right: 25px;
    top: 41px;
    z-index: 8;
    background: white;
    text-align: center;
    border-radius: 24px;
    height: 15px;
    padding: 7px;
}
nav ul.nav li a.focus img.long.imageshow {
    display: none;
}
nav ul.nav li a.focus img.long.imagehide {
    display: inline-block !important;
}
.uploadavatar2 {
    position: absolute;
    right: 40px !important;
    top: 30px !important;
}
.pad {
    padding-left: 30px;
    padding-right: 40px;
}
.colorbg {
    background: #d7d7d7;
}
.notify-badge5-red {
    position: relative;
    right: 30px;
    top: 18px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
    font-size: 1px;
}.notify-badge5-gray {
     position: relative;
    right: 30px;
    top: 18px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
    font-size: 1px;
}.notify-badge5-green {
     position: relative;
    right: 30px;
    top: 18px;
    z-index: 9;
    background: green;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
    font-size: 1px;
}

.notify-badge5-red {
     position: relative;
    right: 30px;
    top: 18px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
    font-size: 1px;
}.notify-badge7-gray {
     position: absolute;
     right: 81%;
     top: 55px;
     z-index: 9;
     background: gray;
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 5px;
}.notify-badge7-green {
     position: absolute;
     right: 77%;
     top: 55px;
     z-index: 9;
     background: green;
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 5px;
}
.notify-badge7-red {
     position: absolute;
     left: 85px;
     top: 55px;
     z-index: 9;
     background: red;
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 5px;
}
.notify-badge6-gray {
     position: absolute;
     right: 22px;
     top: 43px;
     background-image: url(../../commonlib/img/status_idle_sm.png);
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 6px;
}.notify-badge6-red {
     position: absolute;
     right: 22px;
     top: 43px;
     background-image: url(../../commonlib/img/status_unavailable_sm.png);
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 6px;
}.notify-badge6-green {
     position: absolute;
     right: 22px;
     top: 43px;
      background-image: url(../../commonlib/img/status_available_sm.png);
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 6px;
}
.notify-badge-green1 {
    position: relative;
    right: 35px;
    top: 35px;
     z-index: 9;
     background: green;
     text-align: center;
     border-radius: 24px;
     height: 16px;
     padding: 8px;
	 font-size: 1px;
}.notify-badge-red1 {
     position: relative;
    right: 35px;
    top: 35px;
     z-index: 9;
     background: red;
     text-align: center;
     border-radius: 24px;
     height: 16px;
     padding: 8px;
	 font-size: 1px;
}
.mrgt{
	margin-top: 9px;
    font-size: 16px;
    font-weight: 800;
}
.mrgts{
	    margin-top: 10px;
    margin-right: 5px;
}
.cursor {
    cursor: pointer;
}
.dataTables_wrapper.no-footer {
    font-size: 13px;
}
.paddn {
    margin-bottom: 40px;
}
@media screen and (min-width: 767px) and (max-width: 2048px){
.container-fluid.width {
    margin-left: 250px;
    margin-right: 250px;
}
}
}
ul.chat-toolbar.no-text-select {
    display: none !important;
}
.chat-title {
    display: none;
}
div#controlbox {
    display: none;
}
.occupants {
    display: none;
}
div#triangle-topleft {
    width: 0;
    position: relative;
    height: 0;
    border-top: 15px solid #ed1c24;
    border-right: 15px solid transparent;
    left: 23px;
    bottom: 8px;
    float: right;
}

#triangle-topright {
	width: 0;
	height: 0;
	position: relative;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
	right: 20px;
    bottom: 8px;

}
h5.red {
    *margin-top: -15px;
}
img.chat-image {
    width: 100%;
    max-width: 100%;
}
.metric.body1 span.icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center;
}
a {
    cursor: pointer !important;
}
div#subPages27 ul.nav li a {
    font-weight: normal;
}




span.helper-text a {
  font-size: 14px;
  color: #666;
  font-weight: 500 !important;
}
.thead {
    font-size: 17px;
}
a.mtbd img {
    margin-top: 5px;
	    margin-right: 10px;
}
.mtfri{
	 margin-right: 10px;
}
.input-group input {
    border: 1px solid #ccc;
}
.notify-badge8-gray {
    z-index: 9;
    background-image: url(../../commonlib/img/status_idle.png);
    padding: 20px;
    background-repeat: no-repeat;
    /*margin-left: 25px;*/
}
.notify-badge8-green {
       z-index: 9;
    background-image: url(../../commonlib/img/status_available.png);
    padding: 20px;
    background-repeat: no-repeat;
  /*margin-left: 25px;*/
}
.notify-badge8-red {
    background-image: url(../../commonlib/img/status_unavailable.png);
    padding: 20px;
    background-repeat: no-repeat;
  /*margin-left: 25px;*/

}
span.notify-badge8-white {
    position: absolute;
    right: 47.78%;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    font-size: 4px;
    padding: 7px;
    margin-top: 45px;
}
.my-3 {
    margin-bottom: 2rem!important;
	    margin-top: 2rem;
}
ul.list-justify li {
    font-size: 17px;
}
.hoverfont {
    color: #808080a6;
	font-size: 17px;
}
span.clr {
    color: #000;
}
button.btn.btn-info.btn-lg.btn-block {
    color: #fff;
    background: #599de1;
    width: 55%;
	margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    height: 60px;
    float: left;
}

@media screen and (max-width: 767px){
button.btn.btn-info.btn-lg.btn-block {
    width: 100%;

}
.brtb {
    margin: 0 !important;
    padding: 0 !important;
    display: inherit !important;
}
}
.brtb {
    margin-left: 10%;
    border: 1px solid #ccc;
    display: table;
    padding: 3%;
}
.mtb {
    margin-bottom: 25px;
}
hr.hr {
    border: 1px solid #c0c0c0;
}
.mrn {
    margin: 1.5% 0;
}
.fontsize2 {
    font-size: 17px;
    color: #599de1;
    font-weight: 800;
}
.fontsize4 {
    font-size: 16px;
}
.noleftpad{
	    padding-left: 0;
}
.notify-badge10-gray {
    position: absolute;
    right: 81%;
    top: 40px;
    z-index: 9;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 5px;
}
.notify-badge10-green {
    position: absolute;
    right: 81%;
    top: 40px;
    z-index: 9;
    background: green;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 5px;
}.notify-badge10-red {
    position: absolute;
    right: 81%;
    top: 40px;
    z-index: 9;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 5px;
}
.error_display{
	font-size: 0.7em;
    font-weight: normal;
    color: rgb(242, 82, 82);
}
.wrap-input100 input{
	width:100%;
}
.metric {
    cursor: pointer;
}
.input-group input {
    font-size: 12px;
}
.navbar-btn.navbar-btn-left.new h3 {
    font-weight: 800;
    font-size: 19px;
    color: #8a8787;
}

.notify-badge12-gray {
    position: absolute;
    left: 55px;
    top: 57px;
    z-index: 99;
    background: gray;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
}
.notify-badge12-green {
    position: absolute;
    left: 55px;
    top: 57px;
    z-index: 99;
    background: green;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
}
.notify-badge12-red {
    position: absolute;
    left: 55px;
    top: 57px;
    z-index: 99;
    background: red;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 6px;
}
.notify-badge12-white {
	position: absolute;
    left: 53px;
    top: 55px;
    z-index: 9;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 8px;
}
.notify-badge13-gray {
    position: absolute;
    left: 27px;
    *top: 17px;
    z-index: 9;
    background-image: url(../../commonlib/img/status_idle_sm.png);
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
	    margin-top: 31px;
}
.notify-badge13-green {
    position: absolute;
    left: 27px;
    *top: 17px;
    background-image: url(../../commonlib/img/status_available_sm.png);
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
	    margin-top: 31px;
}
.notify-badge13-red {
    position: absolute;
    left: 27px;
    *top: 17px;
    z-index: 9;
    background-image: url(../../commonlib/img/status_unavailable_sm.png);
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
	    margin-top: 31px;
}
.notify-badge13-white {
	position: absolute;
    left: 26px;
    top: 28px;
    z-index: 9;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 7px;
}

.notify-badge14-gray {
    position: absolute;
    left: 27px;
    *top: 17px;
    z-index: 9;
    background-image: url(../../commonlib/img/status_idle_sm.png);
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
	    margin-top: 31px;
}
.notify-badge14-green {
    position: absolute;
    left: 27px;
    *top: 17px;
    background-image: url(../../commonlib/img/status_available_sm.png);
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
	    margin-top: 31px;
}
.notify-badge14-red {
    position: absolute;
    left: 27px;
    *top: 17px;
    z-index: 9;
    background-image: url(../../commonlib/img/status_unavailable_sm.png);
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
	    margin-top: 31px;
}
.notify-badge14-white {
	position: absolute;
    left: 26px;
    top: 28px;
    z-index: 9;
    background: #fff;
    text-align: center;
    border-radius: 24px;
    height: 10px;
    padding: 7px;
}
ul.list-justify.pddd {
    padding: 20px 18% 0 42px;
    text-align: center;
}

.col-md-6.text-right.readonlybox {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.mrnbtm {
    margin-bottom: 15px;
}
b.font{
	font-size:14px;
}
.ex2 {
    padding-left: 0;
}
.brclr{
	background: #fff;
    padding: 8px;
}
.dataTables_filter label {
    margin-top: 10px;
}
.notify-badge13-gray {
     position: absolute;
     *left: 88%;
     *top: 24px;
     background-image: url(../../commonlib/img/status_idle_sm.png);
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 6px;
}.notify-badge13-red {
     position: absolute;
     *left: 88%;
     *top: 24px;
     background-image: url(../../commonlib/img/status_unavailable_sm.png);
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 6px;
}.notify-badge13-green {
     position: absolute;
     *left: 88%;
     *top: 24px;
     background-image: url(../../commonlib/img/status_available_sm.png);
     text-align: center;
     border-radius: 24px;
     height: 10px;
     padding: 6px;
}
ul.list-unstyled.list-inline.new {
    padding-left: 30px;
}
.notify-badge23-green{
	position: absolute;
    background-image: url(../../commonlib/img/status_available_sm.png);
    text-align: center;
    border-radius: 24px;
    height: 10px;
        left: 88%;
    padding: 6px;
    top: 40px;
}
.notify-badge23-gray{
	position: absolute;
    background-image: url(../../commonlib/img/status_idle_sm.png);
    text-align: center;
    border-radius: 24px;
    height: 10px;
        left: 88%;
    padding: 6px;
    top: 40px;
}
.notify-badge23-red{
	position: absolute;
    background-image: url(../../commonlib/img/status_unavailable_sm.png);
    text-align: center;
    border-radius: 24px;
    height: 10px;
        left: 88%;
    padding: 6px;
    top: 40px;
}
.box {
    float: left;
    position: relative;
    width: 85%;
    *padding-bottom: 20%;
}

.boxInner {
    *position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
 .boxInner img { width: 100% }


@media only screen and (max-width:480px) {
    /* Smartphone view: 1 tile */
    .box {
        width: 100%;
        *padding-bottom: 100%;
    }
}
@media only screen and (max-width:650px) and (min-width:481px) {
    /* Tablet view: 2 tiles */
    .box {
        width: 50%;
        *padding-bottom: 50%;
    }
}
@media only screen and (max-width:1050px) and (min-width:651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 33.3%;
        *padding-bottom: 33.3%;
    }
}
@media only screen and (max-width:1290px) and (min-width:1051px) {
    /* Medium desktop: 4 tiles */
    .box {
        width: 100%;
        *padding-bottom: 25%;
    }
}
h5.red {
    margin-top: -15px;
}
.new-msgs-indicator {
    display: none;
}
a.toggle-controlbox {
    display: none;
}
p.copyright.text-left.device {
    white-space: nowrap;
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
}
button.btn.btn-transparent.href.activatedevicemodal.clr {
    color: #fff;
}
.data_completed_status p.text-success {
    font-size: 18px;
}
button.btn.btn-red.btn-sm.btn-block {
    padding: 8px;
    font-size: 15px;
}
a.notification-item p{
	float: right;
	width:92%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.bgcolor1:focus {
    background: #fff !important;
    color: #000 !important;
}
button.jp-previous {
    display: none;
}
button.jp-next {
    display: none;
}

.flex-center{
	display: flex;
	justify-content: center;
}

table.dataTable tbody td.word-break{
	    word-break: break-all;
}
table.dataTable tbody td .oveerflow{
	width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
 table.table {
    width: 100% !important;
}

input[type=search] {
	    padding: 5px !important;
    background: #fff !important;
   border: 1px solid #828282 !important;
    border-radius: 15px !important;
    width: 225px !important;
}

.notifications  {
	border:none !important;
}