﻿/*
    Begin: Json Editor
*/
.json-editor > h3 {
  display: none;
}
.json-editor .row {
  margin-bottom: 5px;
}
.json-editor .list-group {
  padding-left: 15px;
}
.json-editor h3 {
  /*.btn-group button {
            padding: 2px 8px;
            margin-top: 5px;
        }

        .btn-group button i {
            font-size: 11px;
        }*/
}
.json-editor h3 span {
  font-size: 13px;
}
.json-editor .btn-group button {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.json-editor .btn.btn-secondary.json-editor-btn-add {
  color: #fff;
  background-color: #36a3f7;
  border-color: #36a3f7;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.json-editor .btn.btn-secondary.json-editor-btn-add:hover {
  color: #fff;
  background-color: #1192f6;
  border-color: #0a8cf0;
}
.json-editor .btn.btn-secondary.json-editor-btn-add:focus,
.json-editor .btn.btn-secondary.json-editor-btn-add.focus {
  box-shadow: 0 0 0 3px rgba(54, 163, 247, 0.5);
}
.json-editor .btn.btn-secondary.json-editor-btn-add.disabled,
.json-editor .btn.btn-secondary.json-editor-btn-add:disabled {
  background-color: #36a3f7;
  border-color: #36a3f7;
}
.json-editor .btn.btn-secondary.json-editor-btn-add:not([disabled]):not(.disabled).active,
.json-editor .btn.btn-secondary.json-editor-btn-add:not([disabled]):not(.disabled):active,
.show > .json-editor .btn.btn-secondary.json-editor-btn-add.dropdown-toggle {
  color: #fff;
  background-color: #0a8cf0;
  border-color: #0985e4;
}
.json-editor .btn.btn-secondary.json-editor-btn-add:not([disabled]):not(.disabled).active:focus,
.json-editor .btn.btn-secondary.json-editor-btn-add:not([disabled]):not(.disabled):active:focus,
.show > .json-editor .btn.btn-secondary.json-editor-btn-add.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
}
.json-editor .btn.btn-secondary.json-editor-btn-delete {
  background-color: #f4516c;
  border-color: #f4516c;
  background-color: #FF3636;
  color: #fff;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.json-editor .btn.btn-secondary.json-editor-btn-delete:hover {
  color: #fff;
  background-color: #f22d4e;
  border-color: #f12143;
}
.json-editor .btn.btn-secondary.json-editor-btn-delete:focus,
.json-editor .btn.btn-secondary.json-editor-btn-delete.focus {
  box-shadow: 0 0 0 3px rgba(244, 81, 108, 0.5);
}
.json-editor .btn.btn-secondary.json-editor-btn-delete.disabled,
.json-editor .btn.btn-secondary.json-editor-btn-delete:disabled {
  background-color: #f4516c;
  border-color: #f4516c;
}
.json-editor .btn.btn-secondary.json-editor-btn-delete:not([disabled]):not(.disabled).active,
.json-editor .btn.btn-secondary.json-editor-btn-delete:not([disabled]):not(.disabled):active,
.show > .json-editor .btn.btn-secondary.json-editor-btn-delete.dropdown-toggle {
  color: #fff;
  background-color: #f12143;
  border-color: #f01539;
}
.json-editor .btn.btn-secondary.json-editor-btn-delete:not([disabled]):not(.disabled).active:focus,
.json-editor .btn.btn-secondary.json-editor-btn-delete:not([disabled]):not(.disabled):active:focus,
.show > .json-editor .btn.btn-secondary.json-editor-btn-delete.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
}
.json-editor .card .form-group:last-child .form-control {
  margin-bottom: 0;
}
.json-editor .nav + .tab-content .form-control-label {
  display: none !important;
}
.json-editor [data-schemaid="mlstring"] [data-schemapath],
.json-editor [data-schemaid="mlhtml"] [data-schemapath] {
  padding: 0 !important;
}
.json-editor [data-schemaid="mlstring"] [data-schemapath] .form-group,
.json-editor [data-schemaid="mlhtml"] [data-schemapath] .form-group {
  margin-bottom: 0;
}
/*
    End: Json Editor
*/
input[type=color] {
  height: 100%;
  padding: 0.25rem 0.5rem;
}
.select2 {
  font-size: 1rem;
}
/*
    Begin: Account Profile Page
*/
.m-card-profile__pic-wrapper .updateImage {
  position: absolute;
  bottom: 10%;
  left: 33%;
  display: none;
}
.m-card-profile__pic-wrapper:hover .updateImage {
  display: block;
}
.m-card-profile__pic-wrapper .updateImage .text {
  cursor: pointer;
  font-weight: bold;
}
/*
    End: Account Profile Page
*/
/* 
    Begin: Page Content Editor 
*/
.content-item-container {
  width: 100%;
  min-height: 100px;
}
.content-item-container .content-item {
  background: #f7f8fa;
  margin: 5px 0;
}
.content-item-container .content-item .body {
  display: table;
  width: 100%;
  padding: 10px;
}
.content-item-container .content-item .body .column {
  display: table-cell;
  vertical-align: middle;
}
.content-item-container .content-item .body .check {
  width: 2.3em;
}
.content-item-container .content-item .body .check label {
  display: inline;
}
.content-item-container .content-item .body .icon {
  width: 2.3em;
}
.content-item-container .content-item .body .icon [class^="flaticon-"],
.content-item-container .content-item .body .icon [class*=" flaticon-"] {
  font-size: 2.3em;
}
.content-item-container .content-item .body .description p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.content-item-container .content-item .body .tools {
  text-align: right;
  display: none;
}
.content-item-container .content-item .body .tools ul {
  display: table;
  text-align: right;
  float: right;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
}
.content-item-container .content-item .body .tools ul li {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
.content-item-container .content-item .body .tools ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.content-item-container.ui-sortable .user-item {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.content-item-container .item-placeholder {
  background: #ccc;
  height: 50px;
}
.user-item-container {
  width: 100%;
  min-height: 100px;
}
.user-item-container .user-item {
  background: #f7f8fa;
  margin: 5px 0;
}
.user-item-container .user-item .body {
  display: table;
  width: 100%;
  padding: 10px;
}
.user-item-container .user-item .body .column {
  display: table-cell;
  vertical-align: middle;
}
.user-item-container .user-item .body .check {
  width: 2.3em;
}
.user-item-container .user-item .body .check label {
  display: inline;
}
.user-item-container .user-item .body .icon {
  width: 2.3em;
}
.user-item-container .user-item .body .icon [class^="flaticon-"],
.user-item-container .user-item .body .icon [class*=" flaticon-"] {
  font-size: 2.3em;
}
.user-item-container .user-item .body .description p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.user-item-container .user-item .body .tools {
  text-align: right;
  display: none;
}
.user-item-container .user-item .body .tools ul {
  display: table;
  text-align: right;
  float: right;
  padding: 0;
  margin: 0;
  height: 100%;
  list-style: none;
}
.user-item-container .user-item .body .tools ul li {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}
.user-item-container .user-item .body .tools ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
.user-item-container.ui-sortable .content-item {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.user-item-container .item-placeholder {
  background: #ccc;
  height: 50px;
}
#page-layout .section-area {
  width: 100%;
  margin: 5px 0;
  border-radius: 4px;
  border: 2px dashed #575962;
}
#page-layout .section-area:not(.static-section) {
  display: table;
  min-height: 100px;
}
#page-layout .section-area:not(.static-section) .section-title {
  display: table-cell;
  vertical-align: middle;
  background: #e2e2e2;
  color: #575962;
  width: 80px;
}
#page-layout .section-area:not(.static-section) .section-title h4 {
  transform: rotate(-90deg);
}
#page-layout .section-area:not(.static-section) .section-items {
  width: auto;
  padding: 10px;
  display: table-cell;
}
#page-layout .section-area:not(.static-section) .section-items .content-item .tools {
  display: table-cell;
}
#page-layout .section-area.static-section {
  border-style: solid;
}
#page-layout .section-area.static-section .section-title {
  background: #575962;
  color: #f7f8fa;
  padding: 20px;
}
#page-layout .section-area .section-title {
  padding: 10px;
  text-align: center;
}
#page-layout .section-area .section-title h4 {
  margin: 0;
  font-size: 1.2em;
}
#page-layout [class^='col-'][class$='-4'] .section-area,
#page-layout [class^='col-'][class$='-3'] .section-area,
#page-layout [class^='col-'][class$='-2'] .section-area,
#page-layout [class^='col-'][class$='-1'] .section-area {
  display: block;
}
#page-layout [class^='col-'][class$='-4'] .section-area .section-title,
#page-layout [class^='col-'][class$='-3'] .section-area .section-title,
#page-layout [class^='col-'][class$='-2'] .section-area .section-title,
#page-layout [class^='col-'][class$='-1'] .section-area .section-title {
  display: block;
  width: 100%;
}
#page-layout [class^='col-'][class$='-4'] .section-area .section-title h4,
#page-layout [class^='col-'][class$='-3'] .section-area .section-title h4,
#page-layout [class^='col-'][class$='-2'] .section-area .section-title h4,
#page-layout [class^='col-'][class$='-1'] .section-area .section-title h4 {
  transform: none;
}
#page-layout [class^='col-'][class$='-4'] .section-area .section-items,
#page-layout [class^='col-'][class$='-3'] .section-area .section-items,
#page-layout [class^='col-'][class$='-2'] .section-area .section-items,
#page-layout [class^='col-'][class$='-1'] .section-area .section-items {
  width: 100%;
  display: block;
}
/*
    End: Page Content Editor
*/
/*
    Begin: Navigations
*/
/*
    End: Navigations
*/
#navigations #navigation-edit-portlet .empty {
  min-height: 300px;
}
/*
    Begin: Resources
*/
.resource-list {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/*
    End: Resources
*/
/******************************************************************************
  Frames
*******************************************************************************/
/* line 4, ../sass/elements/_frames.scss */
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 8, ../sass/elements/_frames.scss */
.frame > img {
  width: 100%;
}
/* line 12, ../sass/elements/_frames.scss */
.frame-padding {
  background: #fff;
  padding: 4px;
}
/* line 16, ../sass/elements/_frames.scss */
.frame-border {
  border-radius: 5px;
}
/* line 21, ../sass/elements/_frames.scss */
.frame-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
/* line 26, ../sass/elements/_frames.scss */
[class*="frame-shadow"] {
  background: #fff;
  position: relative;
}
/* line 31, ../sass/elements/_frames.scss */
.frame-shadow-lifted:before,
.frame-shadow-lifted:after {
  bottom: 15px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
/* line 50, ../sass/elements/_frames.scss */
.frame-shadow-lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 60, ../sass/elements/_frames.scss */
.frame-shadow-perspective:before {
  bottom: 5px;
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  content: "";
  height: 35%;
  left: 80px;
  max-width: 200px;
  max-height: 50px;
  position: absolute;
  width: 50%;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1;
}
/* line 84, ../sass/elements/_frames.scss */
.frame-shadow-curved:before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  border-radius: 10px/100px;
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}
/* line 99, ../sass/elements/_frames.scss */
.frame-shadow-raised {
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* line 113, ../sass/elements/_frames.scss */
.rotated-box {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 120, ../sass/elements/_frames.scss */
.rotated-right-box {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/******************************************************************************
  Full Width Box
*******************************************************************************/
/* line 4, ../sass/elements/_full-width-box.scss */
.full-width-box {
  overflow: hidden;
  padding: 76px 0;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  /* line 4, ../sass/elements/_full-width-box.scss */
  .full-width-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 14, ../sass/elements/_full-width-box.scss */
.full-width-box .auto-width {
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0;
}
/* line 19, ../sass/elements/_full-width-box.scss */
.full-width-box .auto-width.loaded {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 26, ../sass/elements/_full-width-box.scss */
.container .full-width-box {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 30, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
}
/* line 43, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-bg .overlay {
  background: #000;
  height: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  width: 100%;
}
@media (max-width: 767px) {
  /* line 52, ../sass/elements/_full-width-box.scss */
  .full-width-box .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 59, ../sass/elements/_full-width-box.scss */
.full-width-box .container,
.full-width-box .page-header {
  position: relative;
}
/* line 63, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-fixed,
.full-width-box .fwb-paralax {
  background-attachment: fixed;
}
/* line 67, ../sass/elements/_full-width-box.scss */
.touch-device .full-width-box .fwb-paralax,
.touch-device .full-width-box .fwb-fixed {
  background-attachment: scroll;
  background-position: 50% 50% !important;
}
/* line 72, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-blur {
  background-position: center top !important;
}
/* line 75, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-blur .blur-box {
  bottom: 0;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100;
}
/* line 84, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-blur .blur-box canvas {
  background-size: cover;
  background-attachment: fixed;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  vertical-align: top;
}
/* line 95, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 100, ../sass/elements/_full-width-box.scss */
.full-width-box .fwb-video video,
.full-width-box .fwb-video iframe,
.full-width-box .fwb-video img {
  background-attachment: fixed;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
/******************************************************************************
  Content Block
*******************************************************************************/
/* line 4, ../sass/elements/_content-block.scss */
.content-block {
  box-sizing: border-box;
  padding: 20px;
}
/* line 11, ../sass/elements/_content-block.scss */
.content-block .btn + .btn {
  margin-left: 14px;
}
/* line 14, ../sass/elements/_content-block.scss */
.content-block .btn.pull-left {
  margin: 0 10px 0 0;
}
/* line 17, ../sass/elements/_content-block.scss */
.content-block .btn.pull-right {
  margin: 0 0 0 10px;
}
.bottom-padding {
  margin-bottom: 40px;
}
.none {
  display: none!important;
}
.json-editor .select2.select2-container {
  width: 100%!important;
}
/*Login*/
.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
  margin-top: 10px;
}
.login-options .social-icons {
  float: right;
  padding-top: 3px;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons:before {
  content: " ";
  display: table;
}
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.login-options .social-icons li a {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.social-icons li .facebook {
  background: url(../media/img/social/facebook.png) no-repeat;
}
.social-icons li .twitter {
  background: url(../media/img/social/twitter.png) no-repeat;
}
.social-icons li .googleplus {
  background: url(../media/img/social/googleplus.png) no-repeat;
}
.social-icons li .linkedin {
  background: url(../media/img/social/linkedin.png) no-repeat;
}
.social-icons:after {
  clear: both;
}
.social-icons:after,
.social-icons:before {
  content: " ";
  display: table;
}
.social-icons li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
/*Login*/
/*Register*/
.register-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.register-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
  margin-top: 10px;
}
.register-options .social-icons {
  float: right;
  padding-top: 3px;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons:before {
  content: " ";
  display: table;
}
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.register-options .social-icons li a {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.social-icons li .facebook {
  background: url(../media/img/social/facebook.png) no-repeat;
}
.social-icons li .twitter {
  background: url(../media/img/social/twitter.png) no-repeat;
}
.social-icons li .googleplus {
  background: url(../media/img/social/googleplus.png) no-repeat;
}
.social-icons li .linkedin {
  background: url(../media/img/social/linkedin.png) no-repeat;
}
.social-icons:after {
  clear: both;
}
.social-icons:after,
.social-icons:before {
  content: " ";
  display: table;
}
.social-icons li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
/*Register*/
.input-group-append,
.input-group-prepend {
  align-items: flex-start !important;
}
.resource-update-form .show-on-hover {
  display: none;
  width: 45px;
}
.resource-update-form:hover .show-on-hover {
  display: inline-block;
}
.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-time {
  font-size: 1em!important;
}
.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
  left: 10em!important;
}
.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
  padding-left: 11em!important;
}
.m-timeline-2:before {
  left: 10.77rem !important;
}
/* PIN BOARD */
ul.notes li,
ul.tag-list li {
  list-style: none;
}
ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}
ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}
ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}
ul.notes li {
  margin: 10px 40px 50px 0;
  float: left;
}
ul.notes li div p {
  font-size: 12px;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}
ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}
ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}
ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}
ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}
ul.notes li div:hover,
ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5;
}
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}
/* PIN BOARD */
/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list {
  margin-top: 47px;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
  position: relative;
}
.folder-list li .fa-check {
  display: none;
  position: absolute;
  bottom: 7px;
  right: 0px;
  color: #069705;
}
.folder-list li.selected .fa-check {
  display: block;
}
.selectedFolder {
  font-size: 9px;
  color: #00c5dc;
  width: 100%;
  float: left;
}
button:hover .selectedFolder {
  color: #fff;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: #1ab394;
}
.category-list li a .text-primary {
  color: #1c84c6;
}
.category-list li a .text-info {
  color: #23c6c8;
}
.category-list li a .text-danger {
  color: #EF5352;
}
.category-list li a .text-warning {
  color: #F8AC59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file .file-name .filenametext {
  height: 20px;
  overflow-y: hidden;
  float: left;
}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}
.file-box .file .hover {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  transition: all 0.2s ease-in-out;
}
.file-box .file .hover.left {
  left: 10px!important;
  right: unset!important;
}
.file-box .file:hover .hover {
  display: block;
}
.file-box .file .hover .img-responsive {
  margin-top: -4px;
}
.btn.btn-icon,
.navbar .navbar-nav > a.btn.btn-icon {
  height: 2.375rem;
  min-width: 2.375rem;
  width: 2.375rem;
  padding: 0;
  font-size: 0.9375rem;
  overflow: hidden;
  position: relative;
  line-height: normal;
}
.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  padding: 11px 23px;
}
.btn-danger {
  background-color: #FF3636;
  color: #fff;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  #filemanagermodal .modal-lg {
    max-width: 945px;
  }
}
/* FILE MANAGER */
/* GLOBAL  */
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}
.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none;
}
.full-width {
  width: 100% !important;
}
.link-block {
  font-size: 12px;
  padding: 10px;
}
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}
.link-block a {
  font-size: 10px;
  color: inherit;
}
body.mini-navbar .branding {
  display: none;
}
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}
.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #1ab394;
}
.login-panel {
  margin-top: 25%;
}
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}
.icons-box .infont a {
  color: #a6a8a9;
}
.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block;
}
.ui-draggable .ibox-title {
  cursor: move;
}
.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > .active {
  color: inherit;
}
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 0px 20px 0px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
/* GLOBAL  */
.file-manager-component button.loadingbutton {
  position: relative;
}
.file-manager-component button.loadingbutton:not(.disabled):before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 4px solid;
  border-left-color: transparent;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.file-manager-component button.loadingbutton:not(.disabled):after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
}
.file-manager-component button.loadingbutton:not(.disabled).sending {
  pointer-events: none;
  cursor: not-allowed;
}
.file-manager-component button.loadingbutton:not(.disabled).sending:not(.expand) {
  text-align: left;
}
.file-manager-component button.loadingbutton:not(.disabled).sending:before {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.file-manager-component button.loadingbutton:not(.disabled).sending:after {
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 20px;
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.folderEditor {
  width: 200px;
  position: absolute;
  top: 150px;
  left: 14px;
  z-index: 999999999999;
  background-color: #fff;
  padding: 5px 5px 5px 5px;
  -webkit-box-shadow: 2px 2px 5px 0px #f0f0f0;
  -moz-box-shadow: 2px 2px 5px 0px #f0f0f0;
  box-shadow: 2px 2px 5px 0px #f0f0f0;
}
.folderEditor .fe_row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.folderEditor .fe_row .title {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.folderEditor .fe_row .input {
  width: 100%;
  float: left;
  border: 1px solid #f0f0f0;
}
.folderEditor .fe_row #addFolder {
  float: right;
  padding: 6px 20px 5px 20px;
}
.folderEditor .fe_row small {
  display: none;
  color: red;
}
.folderEditor .fe_row.error small {
  display: block;
}
.folderbreadcrumb {
  width: 100%;
  float: left;
}
.file-manager .uploadFile {
  position: absolute;
  top: 80px;
}
.file-manager-component #file-boxes .file-box .image img {
  width: 200px;
  overflow-y: hidden;
}