.dd-list-divc {
	margin-left:-15px;
}
.preload-card {
    background: rgba(255, 255, 255, .1);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.preload-card > div{
    bottom: 0;
    left: 0;
    margin: 50vh auto;
    position: absolute;
    right: 0;
    top: -100px;
}
.preload-card > div > div{
    display: table;
    float: none;
    margin: 50px auto 0;
	 text-align: center;
}

@keyframes throbber {
0% {
    background: #dde2e7 none repeat scroll 0 0;
}
10% {
    background: #6b9dc8 none repeat scroll 0 0;
}
40% {
    background: #dde2e7 none repeat scroll 0 0;
}
}
@keyframes throbber {
0% {
    background: #dde2e7 none repeat scroll 0 0;
}
10% {
    background: #6b9dc8 none repeat scroll 0 0;
}
40% {
    background: #dde2e7 none repeat scroll 0 0;
}
}
.throbber:not(:required) {
    animation: 2000ms ease-out 300ms normal none infinite running throbber;
    background: #dde2e7 none repeat scroll 0 0;
    display: inline-block;
    height: 1.5em;
    margin: 0 1.6em;
    position: relative;
    text-indent: -9999px;
    width: 0.9em;
}
.throbber:not(:required)::before, .throbber:not(:required)::after {
    background: #dde2e7 none repeat scroll 0 0;
    content: "x200B";
    display: inline-block;
    height: 1.5em;
    position: absolute;
    top: 0;
    width: 0.9em;
}
.throbber:not(:required)::before {
    animation: 2000ms ease-out 150ms normal none infinite running throbber;
    left: -1.6em;
}
.throbber:not(:required)::after {
    animation: 2000ms ease-out 450ms normal none infinite running throbber;
    right: -1.6em;
}



.ellipsis{
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.tickets-container .tickets-list .ticket-item .ticket-text  {
	width:100%;
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
	display: inline-block;
}
.k-filter-row th, .k-grid-header th.k-header {
	padding: 0.5em 0.6em 0.4em !important;
}
.k-gantt-toolbar, .k-scheduler-footer, .k-scheduler-toolbar {
	line-height: 24px !important;
}
.k-gantt-toggle, .k-gantt-toolbar li .k-link, .k-scheduler-toolbar li .k-link {
	line-height: 30px !important;
}
.k-gantt-actions {
    line-height: 32px !important;
}
.databox-header {
	font-size: 14px !important;
}
.tx-editor-wrapper {
  position: relative;
  width: 100%;
}
.tx-editor-wrapper .tx-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  z-index: 500;
}
.tx-editor-wrapper .tx-editor {
    height: 70px;
}
.tx-editor-wrapper .tx-editor .tx-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
  cursor: pointer;
  z-index: 3;
}
.tx-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  opacity: 0;
}
.csloading {
    position: absolute;
    right: 30px;
    top: 9px;
    z-index: 99;
}
.hint {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #999;
    display: block;
    font-size: 9px;
    line-height: 16px;
    margin-top: -4px;
    padding: 5px;
    position: relative;
    outline: medium none;
    transition: all 0.5s ease-in-out 0s;
}
.input-hint {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 0;
    color: #999;
    display: block;
    font-size: 9px;
    line-height: 16px;
    margin-top: 0px;
    padding: 5px;
    position: relative;
    outline: medium none;
    transition: all 0.5s ease-in-out 0s;
}
/* .dropdown-notifications {
	max-height: 300px !important;
	overflow-y:scroll;
} */
.xevent_list{
	cursor:pointer;
}
/* .notification-body {
	width: 85%;
	padding: 10px 0;
} */
/* .notification-extra {
	width: 15%;
	padding: 10px 0;
} */
.noti-close i {
	color:#ffc8c8;
}
.noti-close i:hover{
	color:#ff0000;
}
.noti-link:hover{
	background-color: transparent !important;
}
@media (min-width: 768px) {
  .c-col-sm-6 {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .c-col-md-4 {
    width: 32.33333333%;
  }
}
@media (min-width: 1200px) {
  .c-col-lg-4 {
    width: 32.33333333%;
  }
}
.iframe_container {
	height: 100%;
}
.iframe-content {
    border: 0 none;
    height: 100%;
    width: 100%;
}
.likert-table { font-size:1.3em !important;}
.likert-row-headers, .likert-column-headers {font-size:0.786em; font-weight: normal; }
.likert-table{border-collapse:collapse;font-size:10px;margin-bottom:5px;}
.likert-column-headers{border:1px solid #ccc;background:#ddd;color:inherit;text-align:center;padding-left:5px;padding-right:5px;}
.likert-row-headers{border:1px solid #ccc;background:#ddd;padding-left:5px;padding-right:5px;}
.likert-values{border:1px solid #ccc;background:#f5f5f5;}
.grid-border .row [class^="col-"] {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}
.menu-text {}
.text-overflow{
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ticket-header {
    display: block;
    overflow: hidden;
}
img.avatar {
    border-radius: 5px;
    width: auto;
    max-height: 60px !important;
}
.task-container .tasks-list .task-item .task-go-btn {
    right: -12px;
    position: absolute;
    top: 90px;
}
.login-logo {
	width:330px;
}

.zform {
	width: 820px;
	margin: 0 auto;
	border-left: 1px #cecece solid;
	border-right: 1px #cecece solid;
	background-color: #fff !important;
	padding-top: 20px;
	margin-top: 15px;
}

.zform-head {
	width: 780px;
	margin: 0px auto;
	padding: 10px;
	font-size: 16px;
	background-color: #0E97E4;
	background-image: none,linear-gradient(to top,#006DB6,#0E97E4 100%);
	color: #fff;
}

.zform ul {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
}

.zform ul li {
	margin: 10px 5px;
	padding: 5px;
	/*background-color: #f5f5f5;
	border-bottom: 1px #d6d6d6 dotted;*/
}

.zform .zform-label {
	display: block;
	padding: 5px 5px;
	margin: 5px 0px;
	border-bottom: 1px #f5f5f5 solid;
	background-color: #ebebeb;
}

.zform .zform-section-break {
	display: block;
	padding: 5px 5px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px #f5f5f5 solid;
	background-color: #ebebeb;
	margin-bottom: -10px;
}

.zform .zform-section-break span {
	display: block;
	padding-top: 3px;
	font-style: italic;
	color: #757575;
}

.zform .zform-section-head {
	display: block;
	padding: 5px 5px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px #a2a2a2 solid;
	/*background-color: #fff1da;*/
	margin-bottom: -10px;
}

.zform .zform-section-head label {
	font-size: 16px;
	font-weight: bold;
}

.zform .zform-section-head span {
	display: block;
	padding-top: 3px;
	font-style: italic;
	color: #757575;
}

.zform .zform-section-subhead {
	display: block;
	padding: 5px 5px;
	margin: 5px 0px 0px 0px;
	margin-bottom: -10px;
}

.zform .zform-section-subhead label {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.zform .zform-section-subhead span {
	display: block;
	padding-top: 3px;
	font-style: italic;
	color: #757575;
}

.zform .zform-description {
	display: block;
	padding: 2px;
	font-style: italic;
}

.zform-required {
	color: #ff0000;
	font-size: 9px;
}
.help-block {
	font-size: 80%;
}
.other_checkbox_input, .other_radio_input {
	width:300px;
	font-size: 11px;
}
.tickets-container .tickets-list .ticket-item.active::before {
  background-color: #cc324b !important;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: #2dc3e8;
}
.page-header.spage-header {
  border-bottom: 1px solid #eeeeee;
}
.page-header.spage-header .header-buttons a:before {
  display: none;
}
.page-header.spage-header .header-buttons a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*#region Mail*/
.spage-container {
  position: relative;
  margin-top: 2px;
}
.spage-container .spage-sidebar,
.spage-container .spage-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spage-container .spage-sidebar {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  min-height: 100%;
  background: #fbfbfb;
  border-right: 1px solid #ebebeb;
}
.spage-container .spage-sidebar .spage-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spage-container .spage-sidebar .spage-menu > li {
  margin: 0;
  padding: 0;
}
.spage-container .spage-sidebar .spage-menu > li a {
  color: #777777;
  display: block;
  padding: 10px 10px 10px 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 13px;
}
.spage-container .spage-sidebar .spage-menu > li a:hover {
  text-decoration: none;
  color: #444444;
}
.spage-container .spage-sidebar .spage-menu > li a i {
  margin-right: 10px;
  font-size: 13px;
}
.spage-container .spage-sidebar .spage-menu > li a .badge {
  font-size: 13px;
}
.spage-container .spage-sidebar .spage-menu > li a .badge-tag {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.spage-container .spage-sidebar .spage-menu > li:hover a {
  background: #ffffff;
}
.spage-container .spage-sidebar .spage-menu > li.active a {
  background: #f3f3f3;
  font-weight: bold;
}
.spage-container .spage-sidebar .spage-menu > li.divider {
  padding: 0;
  height: 1px;
  margin: 9px 0 3px;
  background: #e5e5e5;
}
.spage-container .spage-sidebar .spage-menu > li.menu-title {
  margin-top: 25px;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 25px;
  font-weight: 700;
}
.spage-container .spage-header {
  position: relative;
  height: 38px;
  margin-left: 200px;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.spage-container .spage-header .header-buttons {
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  float: left;
  text-align: left;
  height: 38px;
  padding: 0 2px 0 7px;
}
.spage-container .spage-header .header-buttons li {
  float: left;
  position: relative;
  height: 38px;
  width: 38px;
  padding: 4px;
  text-align: center;
}
.spage-container .spage-header .header-buttons li a {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.spage-container .spage-header .header-buttons li a:hover {
  cursor: pointer;
  border-color: #2dc3e8;
}
.spage-container .spage-header .header-buttons li a:hover i {
  color: #2dc3e8;
}
.spage-container .spage-header .header-buttons li a i {
  line-height: 24px;
  color: #d0d0d0;
  font-size: 14px;
}
.spage-container .spage-header .header-buttons li a i.fa {
  line-height: 28px;
  font-size: 16px;
}
.spage-container .spage-header .header-buttons li.search {
  width: 150px;
}
.spage-container .spage-header .header-buttons li.search input[type="text"] {
  border-color: #e5e5e5;
  -webkit-border-radius: 5px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 5px !important;
  -moz-background-clip: padding !important;
  border-radius: 5px !important;
  background-clip: padding-box !important;
}
.spage-container .spage-header .pages {
  float: right;
  font-style: italic;
  line-height: 38px;
  color: #d0d0d0;
}
.spage-container .spage-header .draft {
  float: right;
  margin-right: 15px;
  font-style: italic;
  line-height: 38px;
  color: #d0d0d0;
}
.spage-container .spage-header .spage-title {
  float: left;
  margin-left: 15px;
  line-height: 36px;
  color: #555555;
}
.spage-container .spage-body {
  position: relative;
  margin-left: 200px;
  padding: 0;
  overflow: hidden;
}
.spage-container .spage-body .spage-info {
  width: 100%;
  background: #f5f5f5;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb;
}
.spage-container .spage-body .spage-info .spage-sender,
.spage-container .spage-body .spage-info .spage-date {
  display: table-cell;
  width: 50%;
  color: #737373;
  padding: 8px 10px 7px;
}
.spage-container .spage-body .spage-info .spage-sender.spage-sender a:hover,
.spage-container .spage-body .spage-info .spage-date.spage-sender a:hover {
  text-decoration: none;
}
.spage-container .spage-body .spage-info .spage-sender.spage-sender span,
.spage-container .spage-body .spage-info .spage-date.spage-sender span {
  font-weight: bold;
  color: #fb6e52;
}
.spage-container .spage-body .spage-info .spage-sender.spage-sender img,
.spage-container .spage-body .spage-info .spage-date.spage-sender img {
  margin-right: 5px;
  border: 2px solid #e5e5e5;
}
.spage-container .spage-body .spage-info .spage-sender.spage-date,
.spage-container .spage-body .spage-info .spage-date.spage-date {
  text-align: right;
}
.spage-container .spage-body .spage-text {
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
}
.spage-container .spage-body .spage-attachments {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
.spage-container .spage-body .spage-attachments h4 {
  margin-bottom: 30px;
  line-height: 1;
}
.spage-container .spage-body .spage-attachments h4 span {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.spage-container .spage-body .spage-attachments ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.spage-container .spage-body .spage-attachments ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
.spage-container .spage-body .spage-attachments ul li > a {
  display: block;
}
.spage-container .spage-body .spage-attachments ul li > a img {
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.spage-container .spage-body .spage-attachments ul li > a.thumb {
  position: relative;
}
.spage-container .spage-body .spage-attachments ul li > a.thumb:after {
  font-family: 'FontAwesome';
  content: '\f00d';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  vertical-align: text-top;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.spage-container .spage-body .spage-attachments ul li > a.thumb:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.spage-container .spage-body .spage-attachments ul li > a.thumb.download:after {
  content: '\f019';
}
.spage-container .spage-body .spage-attachments ul li > a.name span {
  color: #666666;
  float: right;
}
.spage-container .spage-body .spage-attachments ul li .links {
  display: block;
  font-size: 11px;
  color: #666666;
  margin-top: 6px;
}
.spage-container .spage-body .spage-attachments ul li .links a {
  color: #666666;
}
.spage-container .spage-body .spage-reply {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
}
.spage-container .spage-body .spage-reply .reply-form {
  padding: 10px;
  border: 1px solid #ebebeb;
  min-height: 200px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.spage-container .spage-body .spage-reply .reply-form > div a {
  font-weight: bold;
  color: #fb6e52;
}
.spage-container .spage-body .spage-compose {
  padding: 10px;
}
.spage-container .spage-body .spage-compose .note-editor {
  border: 1px solid #e5e5e5 !important;
}
.spage-container .spage-body .spage-compose .note-editor .btn-group > .btn.btn-default > .caret {
  border-top-color: #999999;
  border-width: 4px;
  margin-top: -2px;
}
.spage-container .spage-body .spage-compose .note-editor .note-toolbar {
  border-bottom: 1px solid #e5e5e5;
}
.spage-container .spage-body .spage-compose .note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 25px;
}
.spage-container .spage-body .spage-compose .note-editor .btn {
  color: #999999 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e5e5e5;
  background-color: #fbfbfb;
}
.spage-container .spage-body .spage-compose .note-editor .btn:hover {
  color: #444444 !important;
}
.spage-container .spage-body .spage-compose .form-group {
  position: relative;
  margin-bottom: 5px;
}
.spage-container .spage-body .spage-compose .form-group label {
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 10;
  color: #999999;
}
.spage-container .spage-body .spage-compose .form-group input {
  border-color: #e5e5e5;
  border-left: 0;
  position: relative;
  padding-left: 100px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.spage-container .spage-body .spage-compose .form-group input:focus {
  background-color: #ffffff;
}
.spage-container .spage-body .spage-compose .form-group .field-options {
  position: absolute;
  right: 5px;
  top: 5px;
}
.spage-container .spage-body .spage-compose .form-group .field-options a {
  display: inline-block;
  background: #f3f4f4;
  color: #7e8186;
  padding: 2px 6px;
  margin-left: 4px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.spage-container .spage-body > div:last-child {
  border-bottom: 0;
}
.spage-container .spage-body .spage-list {
  list-style: none;
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
}
.spage-container .spage-body .spage-list .list-item {
  display: block;
  position: relative;
  height: 38px;
  padding: 0;
}
.spage-container .spage-body .spage-list .list-item:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  max-width: 4px;
  overflow: hidden;
  background-color: #2dc3e8;
}
.spage-container .spage-body .spage-list .list-item:hover:before {
  display: block;
}
.spage-container .spage-body .spage-list .list-item:nth-child(2n-1) {
  background: #f6f6f6;
}
.spage-container .spage-body .spage-list .list-item.unread > div.item-sender,
.spage-container .spage-body .spage-list .list-item.unread > div.item-subject {
  font-weight: bold;
}
.spage-container .spage-body .spage-list .list-item > div {
  position: absolute;
  height: 38px;
  top: 0;
}
.spage-container .spage-body .spage-list .list-item > div.item-check {
  left: 0;
  width: 42px;
  padding: 0 5px 0 15px;
  text-align: center;
  line-height: 38px;
}
.spage-container .spage-body .spage-list .list-item > div.item-star {
  line-height: 38px;
  width: 22px;
  left: 42px;
}
.spage-container .spage-body .spage-list .list-item > div.item-star a {
  font-size: 15px;
  color: #d0d0d0;
}
.spage-container .spage-body .spage-list .list-item > div.item-star a.stared {
  color: #ffce55;
}
.spage-container .spage-body .spage-list .list-item > div.item-sender {
  width: 184px;
  left: 64px;
  line-height: 38px;
  padding-left: 5px;
}
.spage-container .spage-body .spage-list .list-item > div.item-sender a {
  color: #444444;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.spage-container .spage-body .spage-list .list-item > div.item-sender a:hover {
  text-decoration: none;
}
.spage-container .spage-body .spage-list .list-item > div.item-subject {
  min-width: 200px;
  left: 250px;
  line-height: 38px;
  padding-left: 10px;
}
.spage-container .spage-body .spage-list .list-item > div.item-subject a {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #444444;
}
.spage-container .spage-body .spage-list .list-item > div.item-subject a:hover {
  text-decoration: none;
}
.spage-container .spage-body .spage-list .list-item > div.item-time {
  right: 0;
  width: 120px;
  line-height: 38px;
  text-align: right;
  padding-right: 20px;
}
.spage-container .spage-body .spage-list .list-item > div.item-options {
  right: 120px;
  width: 38px;
  line-height: 38px;
  text-align: right;
  padding-right: 10px;
}
.spage-container .spage-body .spage-list .list-item > div.item-options a {
  color: #555555;
  font-size: 19px;
}
.spage-container .spage-body .spage-list .list-item > div.item-options a:hover {
  text-decoration: none;
}
.spage-container.right-sidebar .spage-sidebar {
  border-left: 1px solid #ebebeb;
  border-right: 0;
}
.spage-container.right-sidebar .spage-body {
  float: left;
}
@media (max-width: 999px) {
  .spage-container .spage-body .spage-list .list-item {
    height: 70px;
    padding: 5px;
  }
  .spage-container .spage-body .spage-list .list-item > div.item-subject {
    top: 25px;
    left: 0;
    padding: 0 5px 0 15px;
    min-width: 100px;
  }
  .spage-container .spage-body .spage-list .list-item > div.item-options {
    right: 5px;
  }
  .spage-container .spage-body .spage-list .list-item > div.item-time {
    right: 30px;
  }
}
@media (max-width: 760px) {
  .spage-container .spage-sidebar {
    display: none;
  }
  .spage-container .spage-body,
  .spage-container .spage-header {
    margin-left: 0;
  }
}
@media (max-width: 570px) {
  .spage-container .spage-header {
    height: 76px;
  }
  .spage-container .spage-header .header-buttons {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 330px) {
  .spage-container .spage-body .spage-list .list-item {
    height: 90px;
  }
  .spage-container .spage-body .spage-list .list-item > div.item-subject {
    margin-top: 20px;
    margin-right: 50px;
    line-height: 20px;
    height: 50px;
  }
  .spage-container .spage-body .spage-list .list-item > div.item-time {
    display: none;
  }
  .spage-container .spage-header {
    text-align: center;
    height: 114px;
  }
  .spage-container .spage-header .pages {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.tablist-container .tablist-header {
    background-color: #fbfbfb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    margin: 15px 15px 0;
    min-height: 175px;
}
.tablist-container .tablist-header .header-avatar {
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
}
.tablist-container .tablist-header .tablist-info {
  min-height: 175px;
  border-right: 1px solid #eeeeee;
  padding: 15px 20px 20px 10;
}
.tablist-container .tablist-header .tablist-info .header-fullname {
  font: 21px 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica /*rtl:"Droid Arabic Kufi", "WYekan"*/;
  margin-top: 27px;
  display: inline-block;
}
.tablist-container .tablist-header .tablist-info .btn-follow {
  position: absolute;
  top: 45px;
  right: 40px;
}
.tablist-container .tablist-header .tablist-info .header-information {
  line-height: 23px;
  margin-top: 15px;
  text-align: justify;
}
.tablist-container .tablist-body .nav-tabs.tabs-flat {
    background-color: #fbfbfb;
}
.tablist-container .tablist-body .nav-tabs {
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    top: 0;
}
.tablist-container .tablist-body .tab-content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    margin-top: 30px;
}
.tablist-container .tablist-header .tablist-stats {
  min-height: 175px;
  border-right: 1px solid #eeeeee;
}
.tablist-container .tablist-header .tablist-stats .stats-col {
  margin: 15px 0;
  text-align: center;
}
.tablist-container .tablist-header .tablist-stats .stats-col:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.tablist-container .tablist-header .tablist-stats .stats-col .stats-value {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica /*rtl:"Droid Arabic Kufi", "WYekan"*/;
}
.tablist-container .tablist-header .tablist-stats .stats-col .stats-title {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tablist-container .tablist-header .tablist-stats .inlinestats-col {
  padding-top: 15px;
  text-align: center;
  font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica /*rtl:"Droid Arabic Kufi", "WYekan"*/;
  border-top: 1px solid #eeeeee;
  min-height: 105px;
}
.tablist-container .tablist-header .tablist-stats .inlinestats-col:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.tablist-container .tablist-header .tablist-stats .inlinestats-col i {
  margin-right: 2px;
}
.tablist-container .tablist-header .tablist-contactinfo .title {
  margin-bottom: 5px;
  margin-top: 30px;
}
.tablist-container .tablist-header .tablist-contactinfo .list-group-item {
  background: none !important;
  border: none;
  padding-bottom: 0;
  margin-top: 5px;
  padding-left: 0px;
  padding-right: 5px;
}
.tablist-container .tablist-body .nav-tabs > li.active > a, .tablist-container .tablist-body .nav-tabs > li.active > a:hover, .tablist-container .tablist-body .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #0072c6;
}
.tablist-container .tablist-body .nav-tabs > li.active > a, .tablist-container .tablist-body .nav-tabs > li.active > a:hover, .tablist-container .tablist-body .nav-tabs > li.active > a:focus {
    background-color: #fbfbfb;
    border-bottom: 2px solid #2dc3e8;
    border-top: 0 none;
    box-shadow: none;
    margin-bottom: 0;
    top: 2px;
}
.gpr-content {
	width:800px;
	border:1px solid red;
	margin:0 auto;
}
.question-header h2{
	font-size: 24px;
    padding-bottom: 10px;
    position: relative;
	border-bottom: 1px solid #dfe5e9;
    color: #2381e9;
	margin:0px;
}
.question-description {
	line-height: 1.6em;
    opacity: 0.5;
    padding: 5px 0;
    width: 80%;
	color: #768294;
	font-weight: 400;
}
.question li{
	margin-bottom: 15px;
	list-style-type: none;
}
.question-label{
   display: inline-block;
   font-weight: 700;
}
.question-description {
	color: #768294;
	font-size:12px;
}
.qradio {
    display: block;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    min-height: 20px;
    position: relative;
}
.qradio label {
   cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.qradio input{
    width: 20px;
}
.gpr-end-message{
   border-bottom: 1px solid #dfe5e9;
    color: #2381e9;
    font-size: 37px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 85px;
    position: relative;
    text-align: center;
    width: 400px;
}
.line-dashed {
	font-size: 0;
	overflow: hidden;
	border-width: 0;
    background-color: transparent;
    border-style: dashed !important;
    border-bottom: 1px solid #dee5e7;
	margin-bottom: 10px;
    margin-top: 5px;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #dee5e7;
}
.drop_downs {
	width: 700px !important;
}
.drop_downs_mini {
	width: 200px !important;
}
.pointer {
	cursor: pointer;
	color: #337ab7;
}
.pointer:hover{
	color: #e75b8d !important;
	text-decoration: underline;
}
/*Datatable hack*/
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #57b5e3 !important;
	color: #fff;
}
.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th, .table-striped > tbody > tr.active:nth-child(2n+1) > td, .table-striped > tbody > tr > .active:nth-child(2n+1) > th {
    background-color: #4ba6d3 !important;
    color: #fff;
}
.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th, .table-striped > tbody > tr.active:hover:nth-child(2n+1) > td, .table-striped > tbody > tr > .active:hover:nth-child(2n+1) > th {
    background-color: #3291c0 !important;
	color: #fff;
}
/*iframe*/
.i-frame {
    border: 0 none;
    height: 100%;
    width: 100%;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.pull-out {
  margin: -10px -15px;
}
.body-out {
  margin: -20px;
}
/*form validation icon hack*/
select + .form-control-feedback.glyphicon-ok{
    top: 22px !important;
}
/*Left Menu Hack*/
.page-sidebar .sidebar-menu .submenu > li > a {
  padding-left: 30px !important;
}
/*form-control-feedback hack*/
.form-control-feedback {
	left: unset !important;
	background-color: unset !important;
}
.widget.radius-bordered .widget-footer {
    background-clip: padding-box;
    border-radius: 0 0 3px 3px;
}
.widget.flat .widget-footer{
    box-shadow: none;
}
.widget-footer {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #555;
    min-height: 45px;
    padding-left: 12px;
    position: relative;
    text-align: right;
    margin-top: -2px;
}
.cautoheader {
	margin-top:2px !important;
	text-align: left;
}
.nav-tabs > li .close {
    margin: 1px 0 0 10px;
    font-size: 18px;
}
ul.ui-autocomplete{
	left: auto !important ;
	padding-left: 0px !important;
}
.ui-helper-hidden-accessible { display:none; }
.ui-widget-header {
    background-color: #cccccc;
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}
.ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    min-height: 0;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}
.ui-widget-content li{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #FFF;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #dadada;
	font-weight: normal;
	color: #212121;
}
.pageTabicon {
	margin-right: 3px !important;
}
.page-tabs-content > .nav-tabs > li.active > a{
	line-height: 19px !important;
}
.page-tabs-content > .nav-tabs > li > a{
	line-height: 19px !important;
}
.page-tab-content {
	padding: 0px 0px !important;
}
.page-tab-pane {
	height:100%;
	background-color:#eeeeee;
}
.fileinput-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
@media screen\9 {
	.fileinput-button {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.thumb_sm {
	width: 40px;
    display: inline-block;
}
.thumb_sm.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.thumb_sm.avatar img {
  border-radius: 500px;
  width: 100%;
  max-height: 50px !important;
  max-width: 50px !important;
}
.mail-user-image {
	width:22px;
	height: 22px;
}
.c-p {
	cursor: pointer;
}
.f-r {
	float: right !important;
}
.f-l {
	float: left !important;
}
.t-a-l{
	text-align: left !important;
}
.t-a-r{
	text-align: right !important;
}
.t-a-c{
	text-align: center !important;
}
.b-l-s-n {
	border-left-style: none !important;
}
.b-r-light {
  border-right-color: #edf1f2;
}
.b-r-dark {
  border-right-color: #3a3f51;
}
.b-r-black {
  border-right-color: #3a3f51;
}
.b-r-primary {
  border-right-color: #7266ba;
}
.b-r-success {
  border-right-color: #27c24c;
}
.b-r-info {
  border-right-color: #23b7e5;
}
.b-r-warning {
  border-right-color: #fad733;
}
.b-r-danger {
  border-right-color: #f05050;
}
.b-r-white {
  border-right-color: #fff;
}
.b-r-2x {
  border-right-width: 2px;
  border-right-style: solid;
}
.b-r-3x {
  border-right-width: 3px;
  border-right-style: solid;
}
.b-r-4x {
  border-right-width: 4px;
  border-right-style: solid;
}
.b-r-5x {
  border-right-width: 5px;
  border-right-style: solid;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.b-4x {
  border-width: 4px;
}
.b-5x {
  border-width: 5px;
}
.v-a-t {
	vertical-align: top !important;
}
.v-a-b {
	vertical-align: bottom !important;
}
.v-a-m {
	vertical-align: middle !important;
}
.text-white {
    color: #FFFFFF;
}
.font-normal {
    font-weight: normal;
}
.font-thin {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.text-3x {
    font-size: 3em;
}
.text-2x {
    font-size: 2em;
}
.text-lg {
    font-size: 18px !important;
}
.text-md {
    font-size: 16px !important;
}
.text-base {
    font-size: 14px !important;
}
.text-sm {
    font-size: 13px !important;
}
.text-xs {
    font-size: 12px;
}
.text-xxs {
    text-indent: -9999px;
}
.h-20 {
    height: 20px !important;
}
.h-30 {
    height: 30px !important;
}
.h-40 {
    height: 40px !important;
}
.h-50 {
    height: 50px !important;
}
.h-100 {
    height: 100px !important;
}
.h-150 {
    height: 150px !important;
}
.h-200 {
    height: 200px !important;
}
.h-250 {
    height: 250px !important;
}
.m-h-xs {
    min-height: 90px !important;
}
.m-h-xs2 {
    min-height: 110px !important;
}
.m-h-sm {
    min-height: 150px !important;
}
.m-h {
    min-height: 200px !important;
}
.m-h-md {
    min-height: 240px !important;
}
.m-h-lg {
    min-height: 280px !important;
}
.m-h-xl {
    min-height: 320px !important;
}
.m-h-xxl {
    min-height: 640px !important;
}
.m-h-full {
    min-height:95vh;
}
.m-w-xs {
    min-width: 90px !important;
}
.m-w-xs2 {
    min-width: 110px !important;
}
.m-w-sm {
    min-width: 150px !important;
}
.m-w {
    min-width: 200px !important;
}
.m-w-md {
    min-width: 240px !important;
}
.m-w-lg {
    min-width: 280px !important;
}
.m-w-xl {
    min-width: 320px !important;
}
.w-xxs {
    width: 60px;
}
.w-xs {
    width: 90px;
}
.w-xs2 {
    width: 110px;
}
.w-sm {
    width: 150px;
}
.w {
    width: 200px;
}
.w-md {
    width: 240px;
}
.w-lg {
    width: 280px;
}
.w-xl {
    width: 320px;
}
.w-xxl {
    width: 360px;
}
.w-xxxl {
    width: 600px;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.h-auto {
    height: auto;
}
.h-full {
    height: 100%;
}
.left-5 {
	left: 5px !important;
}
.left-10 {
	left: 10px !important;
}
.left-20 {
	left: 20px !important;
}
.left-50 {
	left: 50px !important;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0 !important;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}
.p-n {
    padding: 0 !important;
}
.p-t-n {
    padding-top: 0px !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-l-n {
    padding-left: 0px !important;
}
.p-r-n {
    padding-right: 0px !important;
}
.p-b-n {
    padding-bottom: 0px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.padding-5 {
    padding: 5px !important;
}
.p-t-n {
    padding-top: 0px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.padding-10 {
    padding: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-r-15 {
    padding-right: 15px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.padding-15 {
    padding: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.padding-20 {
    padding: 20px !important;
}
.p-t-25 {
    padding-top: 25px !important;
}
.p-r-25 {
    padding-right: 25px !important;
}
.p-l-25 {
    padding-left: 25px !important;
}
.p-b-25 {
    padding-bottom: 25px !important;
}
.padding-25 {
    padding: 25px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}
.p-l-30 {
    padding-left: 30px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.padding-30 {
    padding: 30px !important;
}
.p-t-35 {
    padding-top: 35px !important;
}
.p-r-35 {
    padding-right: 35px !important;
}
.p-l-35 {
    padding-left: 35px !important;
}
.p-b-35 {
    padding-bottom: 35px !important;
}
.padding-35 {
    padding: 35px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-r-40 {
    padding-right: 40px !important;
}
.p-l-40 {
    padding-left: 40px !important;
}
.p-b-40 {
    padding-bottom: 40px !important;
}
.padding-40 {
    padding: 40px !important;
}
.p-t-45 {
    padding-top: 45px !important;
}
.p-r-45 {
    padding-right: 45px !important;
}
.p-l-45 {
    padding-left: 45px !important;
}
.p-b-45 {
    padding-bottom: 45px !important;
}
.padding-45 {
    padding: 45px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}
.p-r-50 {
    padding-right: 50px !important;
}
.p-l-50 {
    padding-left: 50px !important;
}
.p-b-50 {
    padding-bottom: 50px !important;
}
.padding-50 {
    padding: 50px !important;
}
.p-t-55 {
    padding-top: 55px !important;
}
.p-r-55 {
    padding-right: 55px !important;
}
.p-l-55 {
    padding-left: 55px !important;
}
.p-b-55 {
    padding-bottom: 55px !important;
}
.padding-55 {
    padding: 55px !important;
}
.p-t-60 {
    padding-top: 60px !important;
}
.p-r-60 {
    padding-right: 60px !important;
}
.p-l-60 {
    padding-left: 60px !important;
}
.p-b-60 {
    padding-bottom: 60px !important;
}
.padding-60 {
    padding: 60px !important;
}
.p-t-65 {
    padding-top: 65px !important;
}
.p-r-65 {
    padding-right: 65px !important;
}
.p-l-65 {
    padding-left: 65px !important;
}
.p-b-65 {
    padding-bottom: 65px !important;
}
.padding-65 {
    padding: 65px !important;
}
.p-t-70 {
    padding-top: 70px !important;
}
.p-r-70 {
    padding-right: 70px !important;
}
.p-l-70 {
    padding-left: 70px !important;
}
.p-b-70 {
    padding-bottom: 70px !important;
}
.padding-70 {
    padding: 70px !important;
}
.p-t-75 {
    padding-top: 75px !important;
}
.p-r-75 {
    padding-right: 75px !important;
}
.p-l-75 {
    padding-left: 75px !important;
}
.p-b-75 {
    padding-bottom: 75px !important;
}
.padding-75 {
    padding: 75px !important;
}
.p-t-80 {
    padding-top: 80px !important;
}
.p-r-80 {
    padding-right: 80px !important;
}
.p-l-80 {
    padding-left: 80px !important;
}
.p-b-80 {
    padding-bottom: 80px !important;
}
.padding-80 {
    padding: 80px !important;
}
.p-t-85 {
    padding-top: 85px !important;
}
.p-r-85 {
    padding-right: 85px !important;
}
.p-l-85 {
    padding-left: 85px !important;
}
.p-b-85 {
    padding-bottom: 85px !important;
}
.padding-85 {
    padding: 85px !important;
}
.p-t-90 {
    padding-top: 90px !important;
}
.p-r-90 {
    padding-right: 90px !important;
}
.p-l-90 {
    padding-left: 90px !important;
}
.p-b-90 {
    padding-bottom: 90px !important;
}
.padding-90 {
    padding: 90px !important;
}
.p-t-95 {
    padding-top: 95px !important;
}
.p-r-95 {
    padding-right: 95px !important;
}
.p-l-95 {
    padding-left: 95px !important;
}
.p-b-95 {
    padding-bottom: 95px !important;
}
.padding-95 {
    padding: 95px !important;
}
.p-t-100 {
    padding-top: 100px !important;
}
.p-r-100 {
    padding-right: 100px !important;
}
.p-l-100 {
    padding-left: 100px !important;
}
.p-b-100 {
    padding-bottom: 100px !important;
}
.padding-100 {
    padding: 100px !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-r-0 {
    margin-right: 0 !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-t-20 {
    margin-top: 20px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-l-35 {
    margin-left: 35px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-r-45 {
    margin-right: 45px;
}
.m-l-45 {
    margin-left: 45px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-r-50 {
    margin-right: 50px;
}
.m-l-50 {
    margin-left: 50px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-t-55 {
    margin-top: 55px;
}
.m-r-55 {
    margin-right: 55px;
}
.m-l-55 {
    margin-left: 55px;
}
.m-b-55 {
    margin-bottom: 55px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-r-60 {
    margin-right: 60px;
}
.m-l-60 {
    margin-left: 60px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-t-65 {
    margin-top: 65px;
}
.m-r-65 {
    margin-right: 65px;
}
.m-l-65 {
    margin-left: 65px;
}
.m-b-65 {
    margin-bottom: 65px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-r-70 {
    margin-right: 70px;
}
.m-l-70 {
    margin-left: 70px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-t-75 {
    margin-top: 75px;
}
.m-r-75 {
    margin-right: 75px;
}
.m-l-75 {
    margin-left: 75px;
}
.m-b-75 {
    margin-bottom: 75px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-r-80 {
    margin-right: 80px;
}
.m-l-80 {
    margin-left: 80px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-t-85 {
    margin-top: 85px;
}
.m-r-85 {
    margin-right: 85px;
}
.m-l-85 {
    margin-left: 85px;
}
.m-b-85 {
    margin-bottom: 85px;
}
.m-t-90 {
    margin-top: 90px;
}
.m-r-90 {
    margin-right: 90px;
}
.m-l-90 {
    margin-left: 90px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.m-t-95 {
    margin-top: 95px;
}
.m-r-95 {
    margin-right: 95px;
}
.m-l-95 {
    margin-left: 95px;
}
.m-b-95 {
    margin-bottom: 95px;
}
.m-t-100 {
    margin-top: 100px;
}
.m-r-100 {
    margin-right: 100px;
}
.m-l-100 {
    margin-left: 100px;
}
.m-b-100 {
    margin-bottom: 100px;
}


.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 23px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(36px);
	-ms-transform: translateX(36px);
	transform: translateX(36px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
