html,
body {
  height: auto;
}

.login-page,
.lockscreen,
.register-page {
  background: url(../images/bg02.jpg) no-repeat;
  background-size: cover;
}

.login-logo img,
.register-logo img {
  max-width: 180px;
  margin: 0 auto 30px;
}

.login-box,
.register-box {
  margin: 2% auto;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}

.login-box {
  margin: 10% auto;
}

.login-logo {
  margin-bottom: 0;
}

.login-box-msg {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  background: rgb(44, 172, 227);
}

.login-box-body,
.register-box-body {
  width: 100%;
  float: left;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}

.form-control-feedback {
  right: 15px;
  height: 50px;
  line-height: 50px;
}

.at-themeform {
  width: 100%;
  float: left;
}

.at-themeform .form-group {
  width: 100%;
  float: left;
}

.at-themeform .form-group .form-control {
  height: 50px;
  border-radius: 5px;
}

.login-box-body .form-control-feedback {
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 48px;
  position: absolute;
  text-align: center;
  pointer-events: none;
}

.at-btnholder {
  width: 100%;
  float: left;
}

.at-btnholder .at-btn {
  border: 0;
  float: left;
  padding: 0 25px;
  line-height: 35px;
  border-radius: 5px;
  background: rgb(44, 172, 227);
}

.at-btnforgotpass {
  float: right;
  padding: 15px 0 0;
}

.at-btnregister {
  float: left;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #ccc;
}

.lockscreen-wrapper {
  max-width: 500px;
  overflow: hidden;
  margin: 10% auto 50px;
}

.at-forgotpasscontent {
  width: 100%;
  float: left;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}

.lockscreen-item {
  margin: 0;
  width: 100%;
  float: left;
}

.at-formforgotpass {
  margin: 0;
  padding: 0 50px 0 0;
}

.at-formforgotpass .btn {
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 48px;
  position: absolute;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background: rgb(44, 172, 227);
}

.at-formforgotpass .form-group .form-control-feedback i {
  color: #fff;
}

.at-forgotpasscontent .help-block {
  width: 100%;
  float: left;
  font-size: 17px;
}

.at-forgotpasscontent .at-signwithdiff {
  padding: 0 0 20px;
}

.lockscreen-footer {
  width: auto;
  float: none;
  clear: both;
  font-size: 14px;
  overflow: hidden;
  line-height: 20px;
  padding: 15px 20px;
  color: #fff !important;
  border-radius: 0 0 5px 5px;
  margin: 20px -30px -30px -30px;
  background: rgb(44, 172, 227) !important;
}

.lockscreen-footer a {
  color: #fff !important;
}

.icheckbox_square-blue,
.iradio_square-blue {
  margin: 0 13px 0 0;
}

.at-themeform .at-btnregister {
  width: auto;
  padding: 15px 0 0;
}

.at-btnalready {
  width: 100%;
  float: left;
  padding: 15px 0 0;
}

.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.skin-blue .main-header .navbar {
  background: rgb(44, 172, 227) !important;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 8px 15px;
  width: 120px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: none;
}

.dropdown-menu .menu {
  width: 100%;
  float: left;
}

.main-header {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}

.menu li {
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menu li a {
  z-index: 1;
  position: relative;
  color: #999 !important;
  display: block !important;
  padding: 10px 20px !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menu li a:hover,
.menu li:hover a {
  color: #fff !important;
}

.menu li:after {
  top: 0;
  left: 0;
  width: 0;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: rgb(44, 172, 227) !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menu li:hover:after {
  width: 100%;
}

.menu li a:hover {
  background: none !important;
}

.menu li a i,
.menu li a span {
  z-index: 9;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.menu li a i {
  margin: 0 10px 0 0;
}

.content-wrapper {
  width: 100%;
  float: left;
  z-index: 0;
  padding: 30px 30px 0;
}

.content-header {
  width: 100%;
  float: left;
  padding: 20px 0;
  position: relative;
}

.content-wrapper > .content {
  padding: 0;
}

.content-header > .breadcrumb {
  top: 3px;
  right: 10px;
  float: right;
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0;
  padding: 7px 5px;
  position: absolute;
  border-radius: 2px;
  background: transparent;
}

.content-header > .breadcrumb {
  top: auto;
  right: auto;
  padding: 2px 5px;
  position: relative;
}

.content-header > .breadcrumb li.active {
  color: rgb(44, 172, 227) !important;
}

.main-footer {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  background: #001937;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.1);
}

.main-footer span {
  display: block;
}

.box,
.content,
.box-body,
.info-box {
  width: 100%;
  float: left;
}

.box {
  border: 0;
  border-radius: 5px;
}

.box-body {
  padding: 20px;
}

.box-header {
  width: 100%;
  float: left;
  color: #fff;
  /* padding: 15px 20px; */
  border-radius: 5px 5px 0 0;
  background: rgb(44, 172, 227);
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: none;
}

.list-group {
  margin: 0;
  width: 100%;
  float: left;
}

.list-group li {
  margin: 0;
  border: 0;
  width: 100%;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #f1f0f0;
}

.info-box {
  overflow: hidden;
  border-radius: 5px;
}

.box-body.card ul {
  margin: 0;
  width: 100%;
  float: left;
}

.box-body.card ul li {
  width: 50%;
  float: left;
  padding: 5px;
  margin: 0 !important;
}

/*.box-body.card ul li:last-child{
	padding: 10px 0 0;
}*/

.box-tools {
  top: 50% !important;
  right: 20px !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box.box-solid > .box-header > .box-tools .btn {
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.box.box-solid > .box-header > .box-tools .btn + .btn {
  padding: 0 0 0 10px;
}

.box-header > .box-tools .btn i {
  color: #fff;
}

.at-fullwidth {
  width: 100% !important;
}

.at-devices li a.btn {
  display: inline-block;
  vertical-align: middle;
}

.at-devices li a.btn-warning,
.at-devices li a.btn-danger {
  margin: 0 0 0 5px;
}

.input-group-btn form .btn {
  padding: 7px 10px;
  border-radius: 0 5px 5px 0;
}

.box-body.card ul {
  padding: 0;
  list-style-type: none;
}

.box-body.card ul li i {
  width: 20px;
}

.at-formaddlayout .form-group {
  width: 50%;
  float: left;
  padding: 0 15px;
}

#demo-htmlselect,
#demo-htmlselect .dd-select {
  width: 100% !important;
}

.dd-selected {
  padding: 6px 10px !important;
}

.dd-selected-text {
  line-height: 12px !important;
}

.box-footer {
  width: 100%;
  float: left;
  padding: 20px 35px;
}

.at-themetable tbody tr td {
  vertical-align: middle;
}

.at-themetable tbody tr td .form-group {
  margin: 0;
}

.at-themetable tbody tr td label,
.at-themetable tbody tr td label input {
  margin: 0;
}

.at-themetable tbody tr td i {
  margin: 0 5px 0 0;
  color: rgb(44, 172, 227);
}

.at-formregister .form-group {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.at-formregister .form-group.at-fullwidth {
  font-size: 17px;
}

.at-formforgotpass .form-group input {
  border: 1px solid #d2d6de;
  border-radius: 5px 0 0 5px !important;
}

.at-foldersholder {
  width: 100%;
  float: left;
}

.at-videoandnewcontent {
  width: 100%;
  float: left;
  padding: 0 0 50px;
}

.at-newcontentbox {
  width: 50%;
  float: left;
}

.at-videobox {
}

.at-foldersholder .box-header {
  transition: transform 0.2s, background 0.2s;
  transform-origin: 0% 100%;
}

.at-foldersholder .box.box-solid {
  margin: 0;
  left: -8px;
  z-index: 99;
  bottom: -8px;
  width: 103.3%;
  position: absolute;
  transition: transform 0.2s, background 0.2s;
  transform-origin: 0% 100%;
}

.at-foldersholder .box.box-solid .btn.btn-box-tool {
  margin: 0;
  padding: 0;
  right: 25px;
  float: right;
  font-size: 18px;
  position: absolute;
  color: #dd4b39 !important;
}

.folder {
  width: 100%;
  height: 225px;
  margin: 0 0 30px;
  background: #eee;
  position: relative;
  box-sizing: border-box;
  border: 8px solid #82befa;
  border-top-width: 32px;
  border-radius: 0 5px 5px;
  transition: border-top-width 0.3s, transform 0.2s;
  transform-origin: 0% 100%;
}

.folder:before,
.folder:after {
  content: "";
  background: #82befa;
}

.folder:before,
.folder:after {
  position: absolute;
}

.folder:before {
  top: -42px;
  left: -8px;
  width: 55px;
  height: 10px;
  border-radius: 3.25px 3.25px 0 0;
}

.folder:after {
  background: #63a7eb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3.25px;
}

.folder:hover:after,
.at-foldersholder .folder:hover .box-header {
  transform: scaleY(0.9) skewX(-15deg);
}

.folder:hover:after {
  background: #5f9fe0;
}

.at-monitorholder,
.at-devicesholder {
  width: 100%;
  float: left;
}

.at-monitorholder {
  margin: 0 0 30px;
  position: relative;
}

.at-monitorholder iframe {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.at-monitorholder img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 1;
}

.monitor {
  width: 100%;
  float: left;
  padding: 4%;
  /* height: 320px; */
  background: #333;
  position: relative;
  border-radius: 10px;
}

.monitor.at-videosibling {
  height: 470px;
}

.monitor.at-videosibling a.d-h-btn-create {
  padding: 17% 0px;
}

.monitor:before {
  top: 1.8%;
  right: 50%;
  content: "";
  padding: 0.8%;
  display: block;
  border-radius: 50%;
  position: absolute;
  margin-right: -0.4%;
  background: #e6e9ed;
}

.monitor:after {
  right: 4%;
  bottom: 2%;
  padding: 1%;
  content: "";
  display: block;
  border-radius: 10%;
  position: absolute;
  background: #aab2bd;
}

.screen {
  width: 100%;
  float: left;
  height: 100%;
}

.screen:after {
  top: 6%;
  right: 0;
  width: 4%;
  content: "";
  height: 88%;
  display: block;
  background: #333;
  position: absolute;
}

.at-monitorstandholder {
  width: 100%;
  float: left;
  text-align: center;
}

.monitor-stand {
  width: 20%;
  height: 48px;
  margin: 0 auto;
  background: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.monitor-stand {
  border-top: 24px solid #d1d3d6;
}

.monitor-stand:after {
  content: "";
  height: 20%;
  bottom: 20px;
  width: 190px;
  margin-top: 0;
  margin-left: -95px;
  border-radius: 5px;
  position: absolute;
  background: #000;
}

.at-monitorholder .box.box-solid {
  margin: 0;
}

.at-monitorholder .box.box-solid .box-header .fa.fa-circle {
  float: right;
}

.at-btnromove {
  float: right;
  margin: 0 0 20px;
}

.at-uploadimgholder {
  width: 100%;
  float: left;
}

.at-uploadimgholder .box-body {
  text-align: center;
  padding: 28px 20px;
}

.at-tablemedia tbody tr td img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #2cace3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  outline: none;
  background: none;
  box-shadow: none;
  border-color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
  background: rgb(44, 172, 227);
  border-color: rgb(44, 172, 227);
}

.at-scheduleform .form-group {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}

.card-box,
.at-btnaddnewrole {
  width: 100%;
  float: left;
}

.at-btnaddnewrole {
  margin: 0 0 20px;
}

.at-btnaddnewrole .btn {
  float: right;
}

.editorSideNav {
  background-color: #222d32;
  color: #d8dbde;
  height: auto;
  width: 100px;
  float: left;
  margin: 0 auto;
}

.at-canvasholder {
  width: 100%;
  float: left;
  min-height: 510px;
  padding: 0 200px 0 0;
  position: relative;
}

.fabricJs .canvas-container {
  width: 100% !important;
  border: 1px solid #ddd;
  max-width: 100% !important;
}

.at-ttolsholder {
  width: 100px;
  top: 0;
  right: 0;
  position: absolute;
}

.editorSideNav ul {
  width: 100%;
  float: left;
}

.editorSideNav ul li {
  width: 50%;
  float: left;
  padding: 5px;
  min-height: 35px;
}

@media (max-width: 1199px) {
  .fabricJs .canvasWindow {
    max-width: 100% !important;
  }
  .fabricJs .canvas-container {
    width: 100% !important;
    border: 1px solid #ddd;
  }
  .editorSideNav {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .at-canvasholder {
    padding: 0 140px 0 0;
  }
}

.sliderPopup {
  margin-top: 2%;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 80%;
  background-color: white;
  border: 1px solid #0c0c0c;
  border-radius: 3px;
  padding: 20px;
  overflow: auto;
  z-index: 1111;
}

.textEditorPopup {
  /*margin-top: 2%;*/
  position: absolute;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: white;
  border: 1px solid #0c0c0c;
  border-radius: 3px;
  padding: 20px;
  overflow: auto;
  z-index: 1111;
}

.p-2 {
  padding: 5px;
}

.pointer {
  cursor: pointer;
}

.popup-label {
  width: 20%;
  text-align: right;
  padding-right: 5px;
}

.popup-field {
  width: 30%;
}

.textPopup {
  text-align: center;
}

.textPopup .form-group {
  margin-bottom: 5px !important;
}

.textPopup button {
  margin-top: 20px;
}

.imageFields {
  line-height: 18px;
  margin-top: 10px;
  text-align: left;
}

.image-thumbnail {
  height: 315px;
  overflow: hidden;
}

.image-thumbnail .img-responsive {
  margin-top: 10px;
  padding-top: 190px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.image-thumbnail .embed-responsive-item {
  margin-top: 10px;
  height: 192px;
}

.image-thumbnail input {
  width: 100%;
}

.image-thumbnail button {
  margin: 10px 5px;
}

.slider-text {
  width: 60%;
  float: left;
  font-size: 20px;
  margin-top: -2px;
}

/* Marquee Animations*/

.marquee {
  line-height: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  height: 100%;
  animation: marquee 15s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* CLOCKS */

.grad {
  width: 100%;
  height: 100%;
  /*background: linear-gradient(#1abc9c, #3498db);*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.clock {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(#1abc9c, #3498db);
  box-shadow: 0 0 0 0.8em #fff, 0 0 0.3em 0.85em #bebebe, 0 0 0 1.5em #fff;
  transition: box-shadow 200ms ease-out;
}

.time {
  position: absolute;
  font-size: 7rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 85px;
}

.pulse {
  box-shadow: 0 0 0 0.8em #fff, 0 0 0.5em 0.925em #b6b6b6, 0 0 0 1.5em #fff;
}

.timedate {
  font: small-caps lighter 25px/150% "Segoe UI", Frutiger, "Frutiger Linotype",
    "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  width: 60%;
  margin: 40px auto;
  color: #000;
  border-left: 3px solid yellow;
  padding: 20px;
  font-size: 70px;
  font-weight: 400;
}

.date-time .timedate {
  font-size: 25px !important;
}

.clock-wrapper {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  padding-left: 30%;
}

.date-time .clock-wrapper {
  height: 50vh !important;
  min-height: 20rem !important;
  width: 50vh !important;
  min-width: 20rem !important;
  padding-left: 22% !important;
}

.date-time .analog-clock {
  width: 200px !important;
  height: 200px !important;
}

/*clock face*/

.analog-clock {
  position: relative;
  width: 380px;
  height: 380px;
  background-color: rgba(150, 150, 150, 0.9);
  background-image: url(https://piecuch-patryk.com/projects/analog-watch/watch-face.png);
  background-size: contain;
  border: 0.5rem solid rgba(0, 30, 50, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.middle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5%;
  height: 5%;
  background-color: #000;
  border-radius: 50%;
  z-index: 1;
}

.date {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  font-size: 2rem;
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 25%;
  padding: 0.5rem;
  color: white;
}

/*clock's indicators*/

.indicator {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom;
}

.hour {
  width: 0.5rem;
  height: 20%;
  background-color: rgba(0, 30, 50, 0.8);
}

.minute {
  width: 0.25rem;
  height: 40%;
  background-color: rgba(255, 255, 255, 0.8);
}

.second {
  width: 0.15rem;
  height: 35%;
  background-color: red;
}

.clock-container {
  height: 100%;
  width: 100%;
}

.date-time .clock-box {
  width: 320px !important;
}

.clock-box {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64%;
  margin: 0 auto;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 3px;
}

.daymonthyear,
.hourminutesecond {
  padding: 2rem 0;
  font-size: 7.5rem;
  color: #212121;
}

.date-time .daymonthyear,
.date-time .hourminutesecond {
  padding: 2rem 0;
  font-size: 1.5rem;
  color: #212121;
}

.hourminutesecond {
  border-top: 1px solid #eeeeee;
}

.date-time .clock-container-2 h1 {
  font-weight: "normal";
  font-size: 1.6rem !important;
  padding: 0;
  height: 100%;
}

.clock-container-2 h1 {
  font-size: 4.6rem;
}

.clock-container-2 h2 {
  font-size: 6.6rem;
}

.date-time .clock-container-2 h2 {
  font-size: 30px !important;
}

.clock-container-2 div {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

.clock-container-2 {
  margin: 0 auto;
  position: relative;
  width: 70%;
  background: #333333;
  color: #fff;
  padding: 55px 10px;
  line-height: 1;
  border-radius: 60px;
  text-align: center;
}

.date-time .clock-container-2 {
  top: 38% !important;
  padding: 2px 10px !important;
  border-radius: 20px;
}

.main-clock {
  display: flex;
  padding: 2em;
  height: 90vh;
  justify-content: center;
  align-items: middle;
}

.main-clock .clockbox,
.main-clock .c7_clock {
  width: 100%;
}

/* Clock styles */

.main-clock .circle {
  fill: none;
  stroke: #000;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

.main-clock .mid-circle {
  fill: #000;
}

.main-clock .hour-marks {
  fill: none;
  stroke: #000;
  stroke-width: 9;
  stroke-miterlimit: 10;
}

.main-clock .hour-arm {
  fill: none;
  stroke: #000;
  stroke-width: 17;
  stroke-miterlimit: 10;
}

.main-clock .minute-arm {
  fill: none;
  stroke: #000;
  stroke-width: 11;
  stroke-miterlimit: 10;
}

.main-clock .second-arm {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

/* Transparent box ensuring arms center properly. */

.main-clock .sizing-box {
  fill: none;
}

/* Make all arms rotate around the same center point. */

/* Optional: Use transition for animation. */

.main-clock .c6_hour,
.main-clock .c6_minute,
.main-clock .c6_second {
  transform-origin: 300px 300px;
}

.clock-container-3 {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 215px;
  align-items: center;
  line-height: 1;
  color: #000;
  position: relative;
}

.clock-container-3:after {
  content: "";
  background: rgba(100, 100, 100, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.clock-container-3 #weather {
  color: #000;
}

.clock-container-3 .c7_bgProgress {
  height: 5px;
  width: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.13s linear;
}

.clock-container-3 .c7_clock {
  font-size: 80px !important;
  margin-top: auto !important;
}

.clock-container-3 .c7_clock {
  font-family: Montserrat;
  letter-spacing: -8px;
  color: #000;
  font-size: 105px;
  margin-top: 40px;
}

.clock-container-3 .c7_clock span {
  display: inline-block;
  vertical-align: top;
  line-height: 0.5em;
  font-size: 1.3em;
  color: #000;
}

.clock-container-3 .c7_date {
  padding: 0 10px;
  text-align: center;
  position: absolute;
  top: 20px;
  width: 100%;
  color: #000;
  font-size: 50px;
}

.date-time .clock-container-3 .c7_date {
  font-size: 25px !important;
}

@media screen and (max-height: 320px) {
  .clock-container-3 .c7_date {
    position: static;
  }
}

@media screen and (max-width: 370px) {
  .clock-container-3 .c7_date {
    font-size: 16px;
  }
}

.main-clock-2 {
  padding: 4px 0;
  /*width: 508px;*/
  /*height: 348px;*/
  background-color: #f5f5f5;
  margin: 0 auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 10px rgba(47, 40, 39, 0.9),
    0px 35px 20px rgba(47, 40, 39, 0.4), 0px 50px 15px rgba(69, 57, 62, 0.6);
}

.main-clock-2 .c8_clock {
  padding: 0;
  position: relative;
  list-style: none;
  margin: 0 auto;
  height: 234px;
  width: 234px;
  display: block;
  /*float: right;*/
  background: url("http://www.charlesamoss.com/design/images/clock_wid/clockFace.svg")
    5% center no-repeat;
  /*  -webkit-box-shadow: 0px 0px 20px rgba(47, 40, 39, 0.4);  */
}

.main-clock-2 .c8_sec,
.main-clock-2 .c8_min,
.main-clock-2 .c8_clock-hour {
  position: absolute;
  width: 24px;
  height: 234px;
  top: 0px;
  left: 102px;
}

.main-clock-2 .c8_sec {
  background: url("http://www.charlesamoss.com/design/images/clock_wid/sec.svg");
  z-index: 3;
}

.main-clock-2 .c8_min {
  background: url("http://www.charlesamoss.com/design/images/clock_wid/min.svg");
  z-index: 2;
}

.main-clock-2 .c8_clock-hour {
  background: url("http://www.charlesamoss.com/design/images/clock_wid/hour.svg");
  z-index: 1;
}

.main-clock-2 .c8_date {
  text-align: center;
}

.main-clock-2 .c8_date .c8_monthDay {
  display: block;
  font-size: 60px;
}

.main-clock-2 .c8_date .c8_year {
  /*margin: 8px 0 0 55px;*/
  display: block;
  text-height: 50%;
  font-size: 36px;
  color: rgb(230, 114, 83);
}

.c9_clock-time {
  background: #222;
  color: #fff;
  padding: 8px;
  text-align: center;
}

.date-time .clock-hms {
  font-size: 48pt !important;
  font-weight: 200;
}

.clock-hms {
  font-size: 122pt;
  font-weight: 200;
}

.clock-ampm {
  font-size: 12pt;
}

.date-time .clock-date {
  font-size: 10pt !important;
}

.clock-date {
  font-size: 35pt;
}

.clock-container-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%) translateY(-50%);
  border-style: solid;
  border-color: white;
  border-width: 1.5px;
}

.date-time .clock-time {
  font-size: 5em !important;
}

.clock-time {
  text-align: center;
  color: black;
  font-family: "Lato", sans-serif;
  font-size: 10em;
}

.breaking-news-ticker {
  display: block;
  width: 100%;
  border: solid 1px #ce2525;
  background: #fff;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px;
}

.breaking-news-ticker * {
  box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

/*********************************/

/*title styles start**************/

.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #ce2525;
  text-align: center;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}

/*title styles end****************/

/*********************************/

/*news item style start **********/

.bn-news {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}

.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}

.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #333;
  position: relative;
  display: block;
  overflow: hidden;
}

.bn-news ul li a:hover {
  color: #069;
}

.bn-loader-text {
  padding: 0 10px;
}

.bn-seperator {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.bn-seperator.bn-news-dot {
  margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

.bn-prefix {
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px;
}

.bn-positive {
  color: #0b8457;
  font-weight: bold;
}

.bn-negative {
  color: #dc2f2f;
  font-weight: bold;
}

/*news item style end ************/

/*********************************/

/*controls style start ***********/

.bn-controls {
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #eee;
  text-align: center;
  background-color: #f6f6f6;
  outline: none;
}

.bn-controls button:hover {
  background-color: #eee;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px;
}

.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}

.bn-arrow::after {
  border-color: #999999;
}

.bn-arrow::before {
  background-color: #999999;
}

.bn-play {
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
}

.bn-pause {
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left: -1px;
}

.bn-pause::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999;
}

.bn-pause::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999;
}

/*controls style end *************/

/*********************************/

.bn-direction-rtl {
  direction: rtl;
}

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0;
}

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0;
}

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #eee;
}

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative;
}

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right;
}

/*********************************/

/*********************************/

.section-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 10px;
}

.pagination {
  width: 100%;
  text-align: center !important;
}

.pagination strong {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  background-color: #8cde92;
}

.pagination a {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  background-color: #ccc;
}

.image-thumbnail-2 {
  height: 270px !important;
}

.img-responsive-2 {
  padding-top: 0 !important;
}

.toggleSlider {
  margin: 5px 0;
}

/* //////////Weather CSS//////////// */

.weather-widget {
  /*width: 80% !important;*/
}

.date-time .heading-box {
  background: linear-gradient(#2269a6, #004784);
  box-shadow: 0 2px 6px #222;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.date-time .heading-box a,
.date-time .heading-box a:hover,
.date-time .heading-box a:visited {
  color: #fff;
}

.date-time .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  z-index: -1;
}

.date-time .panel-heading {
  background: linear-gradient(#2269a6, #004784);
}

.date-time #city {
  background: linear-gradient(#004784, #2269a6 10%);
  color: #fff;
  text-align: center;
  border-top: none;
  border-left: none;
  border-right: none;
}

.date-time .widget {
  box-shadow: 0 3px 10px #222;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.date-time #unit {
  color: #337ab7;
  cursor: pointer;
}

/* =========================== */

.weatherbox {
  background-color: rgba(234, 234, 234, 0.6);
  border: 1px solid white;
  color: #39434e;
}

.weatherbox .city {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.weatherbox .info,
.weatherbox .weathers {
  /*display: table-cell;*/
  padding: 20px 20px 10px;
  /*vertical-align: middle;*/
  /*text-align: center;*/
}

.weatherbox .info .temp,
.weatherbox .weathers .temp {
  font-size: 40px;
}

.weatherbox .weathers p {
  font-weight: bold;
  font-size: 18px;
}

.weatherbox .info .hum,
.weatherbox .weathers .hum {
  font-size: 26px;
}

/*===================*/

.cityContainer {
  width: 100%;
  padding: 12px 15px;
  height: 100%;
}

.sunny-class {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 232, 161, 1) 0%,
    rgba(245, 202, 101, 1) 100%
  );
  color: #997300;
}

.sunny-class2 {
  background: radial-gradient(
    ellipse at center,
    rgba(213, 240, 250, 1) 0%,
    rgba(150, 209, 230, 1) 100%
  );
  color: #006b99;
}

.weatherDesc {
  font-size: 24px;
  padding-top: 3px;
  text-align: center;
}

.iconTempWrapper {
  display: block;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.weatherIcon {
  padding: 0;
  /*position: absolute;*/
  top: 40px;
  text-align: center;
}

.tempAndCity {
  text-align: center;
}

.weatherTemp {
  font-size: 65px;
  cursor: pointer;
  position: relative;
  opacity: 1;
  font-weight: normal;
  transition: 0.2s ease-out;
}

.weatherTemp:hover {
  opacity: 0.7;
}

.tempAndCity {
  text-align: center;
}

.tempAndCity p {
  padding: 0;
  margin: 0;
}

.cityName {
  position: relative;
  font-size: 18px;
  text-align: center;
}

/*================*/

.weather-l3 {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 232, 161, 1) 0%,
    rgba(245, 202, 101, 1) 100%
  );
  color: #997300;
}

#temperature {
  padding-left: 35px;
}

#temperature p {
  font-size: 75px;
  margin-top: -10px;
  margin-left: -10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}

/* ============================= */

.weather-l4 {
  background-color: #2f3133 !important;
  color: #fff !important;
}

.weather-l4 .city-country {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.weather-l4 .weather {
  font-size: 15px;
  margin-bottom: -10px;
}

.weather-l4 .temp {
  font-size: 24px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.at-verticalmiddle {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 -2px;
}

.at-videoandnewcontent .at-videobox {
  width: 55%;
  float: left;
  position: relative;
}

.at-videoandnewcontent .at-videobox iframe {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.at-videoandnewcontent .at-videobox img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  position: relative;
}

.at-videoandnewcontent .at-newcontentbox {
  width: 100%;
  padding: 40px 0 0;
}

.at-btnarea {
  overflow: hidden;
  width: 45%;
  padding: 0 0 0 15px;
}

.at-btnarea h2 {
  margin-bottom: 2em;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.at-btnarea h2 span {
  color: #272727;
}

.x-pricing-table.three-columns .x-pricing-column {
  width: 33.33333%;
}

.x-pricing-column {
  float: left;
  margin: 0 0 -1px -1px;
  text-align: center;
  background-color: #fcfcfc;
}

.at-btnarea .x-pricing-column h2 {
  margin: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 25px;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 32px;
}

.x-pricing-column-info {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 10px 0 32px;
}

.x-pricing-column-info .x-price {
  margin: 0;
  font-size: 54px;
  letter-spacing: -3px;
}

.alignnone {
  width: 65%;
  height: auto;
  float: none;
  margin: 0 0 1.5em 0;
}

.x-pricing-column-info .x-btn {
  margin-left: 20px;
  margin-right: 20px;
}

.x-btn.x-btn-large {
  padding: 0.579em 1.105em 0.842em;
  font-size: 19px;
  color: #ffffff;
  border-color: hsla(200, 100%, 60%, 0);
  background-color: #33bbff;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
}

.canvas-container {
  margin: 0 auto;
}

.content-wrapper h4 a,
.content-wrapper .btn-primary {
  background-color: rgb(44, 172, 227) !important;
  border-color: rgb(44, 172, 227) !important;
}

.content .nav.nav-tabs {
  text-align: center;
}

.content .nav.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.content .nav.nav-tabs li a {
  color: rgb(44, 172, 227);
  background-color: #fff;
  border-color: #fff;
}

.content .nav.nav-tabs li a:hover,
.content .nav.nav-tabs li.active a {
  color: #fff;
  background-color: rgb(44, 172, 227);
  border-color: rgb(44, 172, 227);
}

.at-maintabs {
  top: 15px;
  left: 15px;
  margin: 0;
  width: 150px;
  z-index: 1000;
  position: absolute;
}

.at-maintabs a,
.at-maintabs span {
  display: block;
  text-align: left;
}

.at-maintabs span {
  margin: 5px 0;
}

.at-maintabs span form select {
  width: 150px;
}

/* .at-previewpanel {
    width: 100%;
    margin: 0 auto;
    max-width: 1175px;
} */

/* Text Editor Css */

.text-editor .main {
  height: calc(100vh - 59px);
}

.text-editor #menu {
  z-index: 1;
}

.text-editor .grid,
.row {
  margin: 0 !important;
  height: 100%;
}

.text-editor .column {
  padding: 0 !important;
  height: 100% !important;
}

.text-editor #script {
  float: left;
  width: 50% !important;
}
.text-editor #show {
  width: 50% !important;
}

.text-editor #html,
.text-editor #css,
.text-editor #javascript {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 17px;
}

.text-editor [class*="ace"] {
  font: 14px / normal "Monaco", "Menlo", "Ubuntu Mono", "Consolas",
    "source-code-pro", monospace !important;
}

.text-editor #script,
.text-editor #show {
  position: relative;
  overflow: hidden;
}

.text-editor iframe {
  height: calc(100% - 30px);
  width: 100%;
  border: 0;
  overflow: hidden;
}

.text-editor #label {
  width: 100%;
  background-color: slategray;
  color: white;
  padding: 5px 12px;
  font-size: 16px;
  display: block;
}

.text-editor .logo {
  height: 35px;
  width: 35px;
}

.text-editor .ts.tab.segment {
  height: 100%;
}

.text-editor .ts.container.fluid {
  max-width: 100% !important;
  width: 100% !important;
}
.text-editor .ts.container {
  display: block;
  max-width: 100%;
}

.text-editor .ts.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  padding: 0.92857em 1.14286em;
  text-decoration: none;
  color: #5a5a5a;
  font-weight: 400;
  border: 1px solid #e9e9e9;
  white-space: nowrap;
}

.text-editor .ts.menu {
  display: flex;
  font-size: 1rem;
  margin: 1rem 0;
  background: #fff;
  border-radius: 0.28571rem;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 1px 2px 0 #f1f0f0;
}

.text-editor .ts.menu.pointing.secondary {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid #e9e9e9;
}
.text-editor .ts.menu.secondary {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.text-editor .ts.menu:last-child {
  margin-bottom: 0;
}
.text-editor .ts.menu:first-child {
  margin-top: 0;
}
.text-editor .ts.menu {
  display: flex;
  font-size: 1rem;
  margin: 1rem 0;
  background: #fff;
  border-radius: 0.28571rem;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 1px 2px 0 #f1f0f0;
}

.text-editor .ts.menu.pointing.secondary .item.active {
  color: #404040;
  font-weight: 500;
}
.text-editor .ts.menu.pointing.secondary .item.active,
.ts.menu.pointing.secondary a.item:hover,
.ts.menu.pointing.secondary a.item:active {
  background: transparent;
}
.text-editor .ts.menu.secondary:not(.vertical) .item:first-child {
  margin-left: 0;
}

.text-editor .ts.menu:not(.link):not(.fitted) a.item:active,
.ts.menu:not(.link):not(.fitted) .item.active,
.ts.menu:not(.link):not(.fitted) .item.dropdown.visible {
  background: #f0f0f0;
}
.text-editor .ts.menu.pointing.secondary .item {
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}

.text-editor .ts.menu.pointing.secondary .active {
  border-bottom: 2px solid black;
}
.text-editor .ts.menu:not(.link) a.item:active,
.ts.menu:not(.link) .item.active {
  color: #404040;
}
.text-editor .ts.menu.secondary .item {
  padding: 0.78571em 0.92857em;
  margin: 0em 0.35714em;
  border-radius: 0.28571rem;
  border-right: 0;
}
.text-editor .ts.menu .item:first-child {
  border-radius: 0.28571rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.text-editor .ts.menu .item:first-child,
.ts.menu .item:not(:first-child) {
  border-left: none;
}
.text-editor .ts.menu:not(.vertical) .item,
.ts.menu:not(.vertical):not(.tabbed) .menu .item {
  border-top: none;
  border-bottom: none;
}
.text-editor .ts.menu:not(.vertical) .item {
  display: flex;
  align-items: center;
}

.text-editor .ts.button,
.ts.button[disabled],
.ts.button.disabled,
.ts.button.disabled:hover,
.ts.buttons.disabled .button,
.ts.buttons[disabled] .button,
.ts.buttons.disabled .button:hover,
.ts.labeled.button:not(.icon),
.ts.close.button,
.ts.segmented.list a.item,
ul.ts.list:not(.horizontal) li:before,
ul:not(.ts):not(.unstyled) li:before,
.ts.bulleted.list:not(.horizontal) .list > .item:before,
.ts.bulleted.list:not(.horizontal) > .item:before,
.ts.middoted.list:not(.horizontal) .list > .item:before,
.ts.middoted.list:not(.horizontal) > .item:before,
ol.ts.list li:before,
ol:not(.ts):not(.unstyled) li:before,
.ts.ordered.list .list > .item:before,
.ts.ordered.list > .item:before,
.ts.menu a.item,
.ts.structured.message > .content > .actions > a,
.ts.structured.message > .content > .actions > a.disabled,
.ts.form fieldset legend,
.ts.dropdown > .text,
.ts.contextmenu > .item,
.ts.dropdown .menu > .item,
.ts.checkbox:not(.radio) label,
.ts.radio.checkbox label,
.ts.button .ts.label,
.ts.divider,
.ts.selection.items > .item,
.ts.accordion summary,
.ts.sortable.table thead th.sorted,
.ts.sortable.table thead th.sorted:hover,
.ts.slate .image:not(i),
.ts.slate .video:not(i),
.ts.clickable.slate,
.dimmed.pusher,
.ts.snackbar .action,
.ts.disabled.embed,
.ts.embed[class*="read only"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-editor .item {
  cursor: pointer;
}

.text-editor .ts.segment[class*="bottom attached"] {
  box-shadow: 0px 1px 1px 0 #f1f0f0;
}
.text-editor .ts.attached.segment {
  box-shadow: 0px 0px 2px 0 #f1f0f0;
}

.text-editor .ts.segment:first-child {
  margin-top: 0;
}

.text-editor .ts.segment {
  position: relative;
  display: block;
  padding: 1em 1em;
  /*margin: 1rem 0em;*/
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 0.28571rem;
  color: #646464;
  word-wrap: break-word;
}

.text-editor *::selection {
  background: #999;
  color: #fff;
}

.text-editor textarea {
  vertical-align: top;
}

.text-editor input,
textarea,
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  box-sizing: border-box;
  display: inline-block;
}

.text-editor * {
  letter-spacing: -0.02em;
}
