body {
  font-weight: 400;
}

.fine {
  color: #777;
  font-style: italic;
  font-size: 13px;
}

.container {
  max-width: 1170px;
  width: 100%;
}

.vMiddle {
  vertical-align: middle;
}

.content-header {
  margin-bottom: 10px;
}

.content-header h1 span.title-text {
  font-weight: 600;
}
/*
.box-header.with-border {
  background-color: #e9ecf7;
}*/

.breadcrumb {
  background: transparent;
  margin-bottom: 15px;
  padding: 0;
}

.breadcrumb li a,
.breadcrumb li.active {
  font-size: 12px;
}

.breadcrumb li.active {
  color: #555 !important;
}

.breadcrumb > li + li::before {
  content: "\00BB";
  color: #5e5e5e;
  padding: 0 2px;
}

/*.breadcrumb li.active a {
  color: #3c8dbc;
}

.breadcrumb li a:hover {
  color: #72afd2;
}*/

.datepicker.dropdown-menu {
  z-index: 9999 !important;
}

.pr-0 {
  padding-right: 0;
}

.pr-8 {
  padding-right: 8px;
}

.pl-5 {
  padding-left: 5px;
}

.padding-left{
  padding-left: 8px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-24 {
  margin-top: 24px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr-3 {
  margin-right: 3px;
}

.move-icon {
  position: relative;
}

.move-icon:before {
  content: "";
  position: absolute;
  background: url("../images/move.png") no-repeat;
  width: 17px;
  height: 15px;
  left: 5px;
  bottom: -7px;
}

table .fa-folder-open,
table .fa-folder,
.breadcrumb .fa-folder,
.modal-dialog .modal-content .modal-header h4 .fa-folder {
  color: #F7C958;
  font-size: 15px;
}

.modal-dialog .modal-content .modal-header h4 .fa-folder {
  font-size: 18px;
}

.modal-dialog .modal-content .modal-header h4 .fa-file-text-o {
  color: #3c8dbc;
}

.breadcrumb .fa-folder {
  font-size: 12px;
}

.box-body table tr td a.list-img-icon {
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  background-size: 19px auto;
  height: 28px;
  padding-left: 27px;
  padding-top: 0px;
}

.box-body table tr td .folder-field {
  margin-left: 18px;
}

.box-body table tr td a.list-img-icon span {
  display: block;
}

.box-body table tr td a.folder-icon {
  position: relative;
}

.box-body table tr td a.folder-icon:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f07b";
  font-weight: 900;
  color: #F7C958;
  top: 0;
  left: -20px;
}

.box-body table tr td a.folder-open-icon {
  position: relative;
}

.box-body table tr td a.folder-open-icon span {
  padding-left: 22px;
}

.box-body table tr td a.folder-open-icon:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f07C";
  font-weight: 900;
  color: #F7C958;
  top: 0;
  left: 0;
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 100px;
  padding: 6px 12px;
}

.form-page .box-body label.error {
  font-weight: 400;
  font-size: 12px;
}

.site-name {
  font-size: 15px;
  display: inline-block;
  margin: 15px 15px 0 0px;
  color: #575d7b;
  font-weight: 500;
}

.login-box {
  padding: 30px 25px 50px;
  position: relative;
  z-index: 999;
  max-width: 400px;
  width: 100%;
  margin-top: 120px;
 background-color: #fff;
 box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
 -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);

}

.editable-table.table-hover tbody tr:first-of-type:hover {
  background-color: transparent;
}

.editable-table.table-hover tbody tr:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quick-edit-items textarea.form-control {
  font-size: 12px;
}

body.login-page {
  height: auto;
  padding: 15px;
}

.login-page .login-logo {
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}

.login-page h3 {
  font-weight: 500;
  margin-top: 0;
  color: #333;
  text-transform: uppercase;
}

.login-box-body {
  color: #fff;
  z-index: 9999;
  position: relative;
  padding: 0;
  margin: 25px 0 0;
  background-color: transparent;
}

.login-title, .main-header .logo .logo-lg {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  color:#333 !important;
  letter-spacing: 2px;
  font-size: 42px;
  line-height: 45px;
}

.main-header .logo .logo-lg {
  color: #fff !important;
  font-size: 28px;
  margin-top: 8px;
  line-height: 35px;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
  font-weight: 600;
  font-size: 28px;
}

.login-box-body label {
  font-weight: 500;
}

.login-box-body .form-control {
  height: 40px;
  border: none;
  padding-left: 15px;
  color: #333;
  margin-bottom: 10px;
  border: 1px solid #d2d6de;
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 0;
}

.login-box-body .form-control:focus {
  border-color: #3c8dbc;
}

.login-box-body .form-group i {
  color: #aaa;
}

.login-box-body i.fa-lock {
  font-size: 1.75rem;
  color: #aaa;
}

.login-box-body input[type="email"] {
  background-size: 18px auto;
  padding-left: 15px;
}

.login-box-body .alert-success {
  margin-bottom: 20px;
}

.login-box-body input[type="password"] {
  background-size: 16px auto;
}

.login-box-body .text-danger {
  color: #fff;
}

.login-box-body .form-control {
  padding: 10px 10px 10px 15px;
}

.btn.btn-primary:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.login-box-body .btn.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
  text-transform: uppercase;
  margin: 10px auto 0;
  color: #fff;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif !important;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.login-box-body .btn.btn-primary:hover {
  background-color: #367fa9;
  border-color: #367fa9;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 40px;
}

.navbar-custom-menu .navbar-nav li a {
  padding: 14px 15px;
}

.navbar-custom-menu .navbar-nav li a i {
  font-size: 16px;
}

section.content {
  position: relative;
}

.help-btn {
  position: fixed;
  padding-top: 20px;
  margin-bottom: 0;
  z-index: 997;
  bottom: 10px;
  left: 25px;
}

.fixed-action-btn,
.delete-floating-button {
  position: fixed;
  padding-top: 20px;
  margin-bottom: 0;
  z-index: 997;
  bottom: 70px;
  right: 30px;
}

.delete-floating-button {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.fixed-action-btn .btn-floating.btn-success,
.delete-floating-button {
  width: 52px;
  height: 52px;
}

.btn-floating.btn.btn-success span:after,
.delete-floating-button span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/add.png) no-repeat center;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  vertical-align: middle;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 60px;
  margin: 0;
  visibility: hidden;
  list-style-type: none;
  padding-left: 0;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul li a i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
}

.fixed-action-btn:hover ul {
  visibility: visible;
}

.fixed-action-btn ul li a {
  opacity: 0;
  transform: scale(0.4) translateY(40px) translateX(0px);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.fixed-action-btn:hover ul li a {
  opacity: 1;
  transform: scale(1) translateY(0px) translateX(0px);
}

.delete-floating-button span:after {
  background: url(../images/delete-icon.svg) no-repeat center;
  background-size: 20px auto;
}

.form-control[readonly] {
  background-color: #fff;
}

.note-section h4 {
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.main-header .logo {
  font-size: 30px;
  font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.skin-black .sidebar-menu > li.active > a {
  border-left: 3px solid transparent;
}

.file-saved-path {
  display: inline-block;
  margin: 0;
  color: #888;
  font-size: 12px;
  margin: 0 15px 0 10px;
  position: relative;
  top: -2px;
}

.datepicker.dropdown-menu {
   font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.list-icon-link {
  width: 25px;
  height: 25px;
  border: 1px solid #eaeaea;
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  margin-right: 5px;
}

.list-icon-link i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  width: 100%;
}

.delete-link {
  background-color: #dd4b39;
  color: #fff;
  border: 1px solid #dd4b39;
  margin-right: 0;
}

.file-attached .delete-link {
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #dd4b39 !important;
}

.file-attached .delete-link i {
  color: #dd4b39 !important;
}

.delete-link:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.delete-link i {
  color: #fff !important;
}

.delete-link:hover i.text-red {
  color: #fff !important;
}

.download-icon,
.edit-link {
  background-color: #3c8dbc;
  color: #fff;
  border: 1px solid #367fa9;
}

.move-btn {
  background-color: #00c0ef;
  border-color: #00acd6;
  cursor: pointer;
}

.move-label {
  margin-bottom: 5px; 
  width: 35px;
  display: inline-block;
}

.move-to-text {
  width: 35px;
  text-align: right;
  display: inline-block;
}

.edit-link .fa-pencil {
  font-size: 12px;
}

.download-icon:hover,
.edit-link:hover,
.download-icon:active,
.edit-link:active,
.download-icon:hover,
.edit-link:hover,
.download-icon:focus,
.edit-link:focus{
  background-color: #367fa9;
  color: #fff;
  border: 1px solid #204d74;
}

.move-btn:hover {
  background-color: #00acd6;
  border-color: #00acd6;
}


.download-icon:hover i {
  color: #fff !important;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 26px !important;
  margin-bottom: 15px !important;
  margin-right: 15px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox > span {
  border: 1px solid #aaa;
  border-width: 1px !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: none;
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
}

label.custom-checkbox:hover  span {
  border: 1px solid #2489c5 !important;
}

.custom-checkbox > input:checked ~ span {
  background-color: #2489c5;
  border-color: #2489c5;
}

.custom-checkbox > span::after {
  border: solid #aaa;
}

.custom-checkbox > span::after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 11px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(49deg);
  transform: rotate(49deg);
  border: solid #fff;
}

.custom-checkbox > input:checked ~ span::after {
  display: block;
}

.custom-checkbox > span::after {
  border: solid #fff;
}

.list-checkbox .custom-checkbox > span {
  height: 16px;
  width: 16px;
}

.list-checkbox .custom-checkbox > span::after {
  width: 4px;
  height: 10px;
  /*top: -5px;*/
}


.logo-title {
  font-size: 10pt;
  color: #666;
  padding: 10px 15px 4px !important;
}

.logo-title span.user {
  width: 25px;
  height: 25px;
  background-color: #f9f9f9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 3px;
}

.logo-title span.user-name {
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
  margin-left: 8px;
}

.logo-title .fa-user {
  color: #6b7190;
  font-size: 13px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
}

.custom-button {
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: none;
  width: 20px;
  height: 25px;
}

.quick-edit-items .form-group label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 7px;
  color: #585f84;
}

.row-even {
  background-color: #fafafa;
}

.content.menu-section .menu-inner-section {
  padding: 25px;
} 

/* Start of Search Section Styling */

.search-table tr td.enquiry-search-box {
  padding-top: 0 !important;
}

.search-table tr:hover {
  background-color: none !important;  
}

table.search-table td {
  border-top: none !important;  
}

.table-hover > tbody > tr:hover {
  background-color: #f0f8fa !important;
}

.message-box {
  border: none;
  padding: 6px 12px;
  border: 1px solid #d2d6de;
  background-color: #eee;
}

.page-number input[type="text"] {
  line-height: 25px;
}

/* End of Search Section Styling */

.media-page-loader-main {
  position: relative;
}

.media-page-loader {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  min-height: 500px;
  z-index: 99999; 
  background-size: 80px auto;
}

.margin-top-0 {
  margin-top: 0;	
}

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

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

.right-spacing {
  margin-right: 18px;
}

.catalog-button {
  padding: 6px 10px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  background-color: #fff;
  border: none;
  color: #333;
  height: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 17px;
}

.response-message {
  color: #008d4c;
  font-weight: 700;
  font-size: 16px;
}

.catalog-button:hover {
  background-color: #fff;
  color: #333;
}

.popover-content {
  font-size: 12px;
}

.error {
  color: #ff0000;
  font-weight: 400;
  font-size: 12px;
}

p.copyright {
  font-size: 12px;
  margin-bottom: 0;
}

.bottom-borderline {
  border-bottom: 1px solid #ccc;
}

.text-small {
  font-size: 14px;
}

.user-info h4 {
  margin-bottom: 8px;
}

.user-info p {
  line-height: 18px;
}

.form-control.readonly-field[readonly] {
  background-color: #fff;
}

.box-header.setting-title {
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: #fff;
  padding: 0 0 5px;
}

.box-header.setting-title h3.box-title {
   font-size: 19px;
  font-weight: 500;
}

.setting-title .box-title {
  font-size: 20px;
}

.download-btn {
  margin-top: 24px;
  padding-left: 0 !important;
}

.download-btn .fa-eye {
  margin-right: 5px;
}

.read-toggle, .read-less {
   cursor: pointer;
 }

.description {
   display: none;
 }

a.read-less {
   display: none;
 }

body.mce-content-body  { 
   background: #fff !important; 
}

table.editable-table tr td a {
  word-break: break-word;
}

.main-header .navbar .nav > li.logout > a i {
  color: #fff;
}

.main-header .navbar .nav li.logout a:hover {
  background-color: #c9302c !important;
}

.main-header .navbar-custom-menu ul.navbar-nav li a.btn {
  border-radius: 0;
}

.c-modal-wrapper , .image-lib-widget {
  background-color: #fff;
}
.c-modal-wrapper.w-container, .image-lib-widget {
  max-width: 60%;
  width: 60%;
}
.c-modal-wrapper div.header, .image-lib-widget div.header {
  border-bottom: 1px solid #f4f4f4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-lib-widget h2.header {
  border-bottom: 1px solid #f4f4f4;
  color: #585f84;
  font-size: 20px;
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

.c-modal-wrapper div.body {
  padding: 10px;
}
.c-modal-wrapper h2.headings, .image-lib-widget h2.headings {
  margin: 0;
  font-size: 20px;
  color: #444;
}
.c-modal-wrapper .image-container, .image-lib-widget .image-container {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.c-modal-wrapper .images-list, .image-lib-widget .images-list, .image-lib-grid .images-list {
  list-style-type: none;
  padding: 2px 8px 8px;
}

.image-lib-grid .images-list {
  padding: 2px 8px 8px 0 !important;
}

.image-lib-grid .images-list li.attachment {
  padding: 8px 12px 8px 0 !important;
}

.c-modal-wrapper .images-list li.attachment, .image-lib-widget .images-list li.attachment, .image-lib-grid .images-list li.attachment {
  position: relative;
  float: left;
  padding: 8px;
  margin: 0;
  color: #464646;
  cursor: pointer;
  list-style: none;
  text-align: center;
  user-select: none;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.image-lib-widget .attachment-preview, .image-lib-grid .attachment-preview {
  position: relative;
  -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
  box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
  background: #eee;
  cursor: pointer;
}

.image-lib-widget .attachment-preview:before, .image-lib-grid .attachment-preview:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-modal-wrapper .images-list li.attachment.selected, .image-lib-widget .images-list li.attachment.selected, .image-lib-grid .images-list li.attachment.selected {
  -webkit-box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #1e8cbe;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #1e8cbe;
}

.c-modal-wrapper .thumbnail, .image-lib-widget .thumbnail, .image-lib-grid .thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  margin: 0 !important;
}

.image-lib-widget .attachment .thumbnail .centered, .image-lib-grid .attachment .thumbnail .centered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
}

.image-lib-widget .attachment .thumbnail .centered .med-image, .image-lib-grid .attachment .thumbnail .centered .med-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.c-modal-wrapper .footer {
  padding: 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.remove-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 6px;
  text-align: right;
}

.media-item {
  margin-top: 30px;
  width: 230px;
  height: 230px;
  vertical-align: middle;
  display: block;
  overflow: hidden;
}

.media-wrapper {
  width: 200px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 100%;
  vertical-align: middle;
}
.media-item img.main-image {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
}

.margin-t-20 {
  margin-top: 20px;
}
.dz-details {
  position: relative;
  height: 100%;
}
.media-preview {
  position: relative;
  height: 100%;
}
.dz-progress {
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  right: 0;
}

.dz-progress span {
  height: 4px;
  display: block;
  width: 0%;
  background-color: #F00;
}

.remove-wrapper .fa {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.media-item {
  margin-top: 10px;
  border: 1px solid #eee;
}

/*
*/
.lib-list {
  list-style-type: none;
  padding: 0;
}

.lib-list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.pos-r {
  position: relative;
}
.pos-r .switcher {
  position: absolute;
}
.pos-r .visual {
  right: 0;
}
.pos-r .text {
  right: 50px;
}
.editor {
  position: relative;;
  width: 100% !important;
  height: 100% !important;
  min-height: 250px;
}

/*  */

.selected-featured-images {
  padding:0;
  list-style-type:none;
}
.selected-featured-images li {
  border: 1px solid #eee;
  padding: 12px;
  margin-bottom: 10px;
}
.selected-featured-images li img {
  margin-left: 12px;
}

/* GENERAL MODAL CSS */

.c-modal-wrapper {
  background-color: #fff;
  display: none;
}
.c-modal-wrapper.w-container {
  max-width: 60%;
  width: 60%;
}
.c-modal-wrapper div.header {
  border-bottom: 1px solid #e1e1e1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EDEDED;
}
.c-modal-wrapper div.body {
  padding: 10px;
}
.c-modal-wrapper h2.headings {
  margin: 0;
  font-size: 20px;
}
.c-modal-wrapper .footer {
  padding: 10px;
}
/* GENERAL MODAL CSS END */


.image-lib-widget .thumbnail h4 {
  position: absolute;
  bottom: 0;
  background-color: #f6f6f6;
  padding: 5px;
  font-size: 1.25rem;
  line-height: 16px;
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 42px;
  width: 100%;
  word-wrap: break-word;
}

.image-lib-widget .attachment .thumbnail.file-attachment .centered .med-image {
  -webkit-transform: translate(-50%,-80%);
  -ms-transform: translate(-50%,-80%);
  transform: translate(-50%,-80%);
}

.image-lib-widget .image-div {
  float: left;
  width: 30%;
}
.image-lib-widget .prop-div {
  float: left;
  width: 70%;
}
.image-lib-widget .image-prop-tab {
  width: 96%;
}
.image-lib-widget .image-prop-tab td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.dz-message.needsclick {
  height: 200px;
  cursor: pointer;
  display: table;
  width: 100%;
}
.dz-message .middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
.dropzone-panel .dz-preview {
  display: none;
}

/* Custom popup */

.custom-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: translateX(-50%) translateY(calc(-50% - .5px));
  -webkit-transform: translateX(-50%) translateY(calc(-50% - .5px));
  -moz-transform: translateX(-50%) translateY(calc(-50% - .5px));
/*  transform: translate3d(-50%, -51%, 0);*/
  width: 60%;
  height: auto;
  background: #FFF;
  z-index: 200;
  -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  zoom: 99%;
/*  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%); 
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-font-smoothing: antialiased;*/
}

.image-lib-widget.custom-popup .nav-tabs-custom .prop-div table.image-prop-tab tr th {
  font-weight: 400;
  color: #6b7190;
}

.image-lib-widget {
  padding: 20px 20px 20px;
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
}

.image-lib-widget .nav-tabs-custom > .nav-tabs > li.header {
  color: #6b7190;
  padding-bottom: 5px;
}

.image-lib-widget .nav-tabs-custom > .nav-tabs.pull-right {
  margin-bottom: 15px;
}

.image-lib-widget i.close-popup {
  color: #7683ef;
  font-size: 16px;
}

.image-lib-widget .nav-tabs-custom > .tab-content {
  padding-bottom: 15px;
}

.image-lib-widget .footer {
  margin-top: 20px;
  border-top: 1px solid #efefef;
  padding-top: 20px;
  margin-bottom: 25px;
}

.image-lib-widget i.close-popup:hover {
  color: #374afb;
}

.image-lib-widget h1 {
  border-bottom: 1px solid #efefef; 
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 0;
}

.image-lib-widget .form-group label {
  margin-top: 7px;
}

.banner-image-wrapper, .slider-image-wrapper{
  max-height:170px;
  border:1px solid #eee;
  min-height: 100px;
  height: 100px;
  position: relative;
  display: table;
  width: 100%;
}
.banner-image {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.banner-image-wrapper .remove-banner, .slider-image-wrapper .remove-slider {
  position: absolute;
  right: 0;
  top: -18px;
  cursor: pointer;
}
.mini-select {
  width: 100px;
  display: inline-block;
  margin-left: 12px;
}
.div-selected-image-path {
  padding: 10px;
  position: relative;
}
.nav-tabs-custom {
  margin-bottom: 0 !important;
}
.cursor-pointer {
  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  /*overflow: hidden;*/
  display: none;
}
.copy-clipboard-link {
  position: absolute;
  right: 18px;
  top: -14px;
}
textarea.editor {
  font-family: 'Courier';
  font-size: 15px;
}
.custom-popup .body {
  position: relative;
}
i.close-popup {
  position: absolute;
  right: -16px;
  top: -16px;
  background-color: #fff;
  padding-top: 5px;
  border-radius: 39px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: baseline;
  cursor: pointer;
  z-index: 1;
}


.alert-success {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6;
  color: #3c763d !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0;
}

/* Search bar in media */

.media-search {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-section .box.box-primary, .menu-section .box.box-default {
  border-top : none;
}

.menu-section .no-margin {
  margin: 0;
}

.menu-section .heading-h2 {
  font-size: 16px;
}

.btn_save_publish.btn.btn-success,
.btn_save_draft.btn.btn-success {
  padding-left: 5px;
  padding-right: 5px;
}

.btn_save_publish.btn.btn-success {
  background-color: #17c5b3;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-color: #17c5b3;
}

.btn_save_publish.btn.btn-success:hover {
  background-color: #12bba9;
}

/* Sortable */


.dy-menus-section {
  margin-top: 20px;
}

.dy-menus-section form {
  margin-bottom: 0 !important;
}

.dy-menus-section .sortable > li {
  display: list-item;
}

.dy-menus-section a, .dy-menus-section a:visited {
  color: #4183C4;
  text-decoration: none;
}

.dy-menus-section a:hover {
  text-decoration: underline;
}

.dy-menus-section pre, .dy-menus-section code {
  font-size: 12px;
}

.dy-menus-section pre {
  width: 100%;
  overflow: auto;
}

.dy-menus-section small {
  font-size: 90%;
}

.dy-menus-section small code {
  font-size: 11px;
}

.dy-menus-section .placeholder {
  outline: 1px dashed #4183C4;
}

.dy-menus-section .mjs-nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent;
}

.dy-menus-section #tree {
  width: 550px;
  margin: 0;
}

.dy-menus-section ol {
  max-width: 450px;
  padding-left: 0px;
  margin-bottom: 25px !important;
}

.dy-menus-section ol li {
  margin-top: 5px;
}

.dy-menus-section li div.menu-title {
  padding: 8px;
  background-color: #fafafa;
}

.dy-menus-section ol.sortable, .dy-menus-section ol.sortable ol {
  list-style-type: none;
}

.dy-menus-section .sortable li div.menuDiv {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: move;
  border-color: #D4D4D4 #D4D4D4 #BCBCBC;
  margin: 0;
}

.dy-menus-section li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
  border-color: #999;
}

.dy-menus-section .disclose, .dy-menus-section .expandEditor {
  cursor: pointer;
  width: 20px;
  display: none;
}

.dy-menus-section .sortable li.mjs-nestedSortable-collapsed > ol {
  display: none;
}

.dy-menus-section .sortable li.mjs-nestedSortable-branch > div > .disclose {
  display: inline-block;
}

.dy-menus-section .sortable span.ui-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 3px;
}

.dy-menus-section .menuDiv {
  background: transparent;
}

.dy-menus-section .menuEdit {
  background: #FFF;
}

.dy-menus-section .itemTitle {
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500;
}

.dy-menus-section .expand-edit {
  float: right;
  cursor: pointer;
}

.dy-menus-section h1 {
  font-size: 2em;
  margin-bottom: 0;
}

.dy-menus-section h2 {
  font-size: 1.2em;
  font-weight: 400;
  font-style: italic;
  margin-top: .2em;
  margin-bottom: 1.5em;
}

.dy-menus-section h3 {
  font-size: 1em;
  margin: 1em 0 .3em;
}

.dy-menus-section p,.dy-menus-section ol,.dy-menus-section ul,.dy-menus-section pre,.dy-menus-section form {
  margin-top: 0;
  margin-bottom: 1em;
}

.dy-menus-section dl {
  margin: 0;
}

.dy-menus-section dd {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.dy-menus-section code {
  background: #e5e5e5;
}

.dy-menus-section input {
  vertical-align: text-bottom;
}

.dy-menus-section .notice {
  color: #c33;
}

/* Checkbox */

.form-group .mt-checkbox-list {
  padding-top: 0;
}

.mt-checkbox-list, .mt-radio-list {
  padding: 10px 0;
}

.slimScrollDiv .mt-checkbox-list .mt-checkbox {
  margin-bottom: 10px;
}

.input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span::after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span::after {
  display: block;
}

.mt-checkbox, .mt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mt-checkbox > input, .mt-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

input[type="checkbox"], input[type="radio"] {
  margin: 1px 0 0;
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.mt-checkbox.mt-checkbox-outline:hover > input:checked:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:checked:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:checked:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:checked:not([disabled]) ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
  border: 1px solid #d9d9d9;
  background: 0 0;
}

.mt-checkbox:hover > input:checked:not([disabled]) ~ span, .mt-checkbox > input:checked ~ span, .mt-radio:hover > input:checked:not([disabled]) ~ span, .mt-radio > input:checked ~ span {
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #d9d9d9;
}

.mt-checkbox > span, .mt-radio > span {
  border: 1px solid transparent;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #E6E6E6;
}

.input-icon > i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox > input:checked ~ span::after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio > input:checked ~ span::after {
  display: block;
}

.mt-checkbox > span::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #888;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mt-checkbox > span::after, .mt-radio > span::after {
  content: '';
  position: absolute;
  display: none;
}

/* checkbox ends */

.sortable li .menuEdit label {
  font-weight: 400;
  font-size: 12px;
}

.sortable li .menuEdit label.mt-checkbox {
  padding-left: 25px;
}

.sortable li .menuEdit input.input-sm {
  font-size: 14px;
}

.div-pages label {
  font-weight: 400;
}

.it-normal {
  font-weight: 400;
  font-style: italic;
}

/*.input-font {
  font-size: 14px;
}*/

.div-pages {
  height: 150px !important;
}

.mce-edit-area {
  padding: 10px;
}

.table tr.user-agent-info td {
  border-top: 0 none;
  color: #888;
  font-size: 12px;
}

.table tr.user-agent-info:hover {
  background: transparent;
}

.margin-left-25 {
  margin-left: 25px;
}

.content-header .margin-right {
  margin-right: 15px;
}

/*VJ*/
a.contactInfo {
  color: #555 !important;
  font-size: 12px;
}

a.contactInfo:hover {
  color: #3547f8 !important;
}

.info-button.info-icon-button {
  display: inline-block;
}

.info-button {
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  display: block;
  text-align: center;
  color: #6f7595;
}

.info-button:hover {
  color: #6f7595;
}

.info-button .fa-info {
  color: #6f7595;
  font-size: 13px;
  margin-top: 4px;
}

.modal-content {
  border-radius: 5px;
  margin: auto;
  width: 100%;
  /*background: #f9f9fc;*/
}

.modal-header {
  padding-bottom: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal .modal-content .modal-header .close {
  font-size: 30px;
  margin-top: -6px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-title {
  color: #3a3a3a;
  white-space: normal;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-dialog-centered .modal-body {
  overflow-y: auto;
  max-height: 300px;
  line-height: 23px;
}

.modal-dialog-centered .modal-footer {
  border: none;
  padding: 5px;
}

/*.modal-body .col-md-8 {
  border-right: 1px solid #e8e8e8;
}

.modal-body .table tr td,
.modal-body .table tr th {
  padding: 8px;
}*/

.modal-body .table tr th {
  border-bottom: 1px solid #f4f4f4;
}

.modal-body h5 {
  font-weight: 500;
  font-size: 1.5rem;
}

.modal-dialog .modal-content.invoice {
  padding: 0;
}

.modal-dialog .invoice .modal-body {
  padding: 10px 20px;
}

.invoice .table {
  margin-bottom: 0;
}

.invoice .modal-title {
  font-weight: 500;
  font-size: 20px;
  color: #6c7293;
}

.invoice h4.modal-title strong {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

.invoice .table tr th {
  padding: 1rem 0 0.5rem 0;
  border-top: none;
  color: #575d7b;
  font-weight: 400;
  font-size: 14px;
}

.invoice .table tr td {
  padding: 1rem 0 1rem 0;
  vertical-align: middle;
  border-top: none;
  font-weight: 500;
  font-size: 14px;
  color: #6c7293;
}

.invoice .modal-header {
  border-bottom: 0;
  background: #fafafa;
  padding: 10px 15px;
}

.invoice .font-price {
  color: #11b8a7 !important;
}

.invoice .total-price {
  padding: 0 8px;
  font-weight: 500;
  font-size: 16px;
}

.invoice .total-price span {
  font-size: 18px;
  margin-left: 10px;
}

.content .info-box {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  -moz-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.content .info-box i {
  transition: transform .5s ease;
  opacity: 0.85;
}

.content .info-box:hover i {
  transform: scale(1.2);
}

/*.content .small-box h3 {
  font-size: 25px;
}*/

.content .small-box .inner {
  padding-bottom: 30px;
}

.dashboard-page .box-body > .table tr th,
.dashboard-page .box-body > .table tr td {
  padding: 8px 15px;
}

.dashboard-page .table > tbody > tr > th {
  border-bottom: 2px solid #efefef;
  border-top: 0;
}

.summary .info-box-icon {
  float: right;
}

.summary .info-box-text {
  font-weight: 600;
  font-size: 15px;
}

.summary .info-box-number {
  font-weight: 600;
  font-size: 30px;
  color: #222;
}

.summary .info-box-content {
  margin-right: 90px;
  margin-left: 0;
}

/*.bg-aqua {
  background: #374afb !important;
}

.bg-red {
  background: #f24d84 !important;
}

.bg-green {
  background: #17c5b3 !important;
}

.bg-yellow {
  background: #ffb822;
}*/

.slimScrollDiv {
  height: 150px !important;
}

.dz-preview .media-wrapper {
  position: relative;
}

.dz-preview .media-wrapper h4 {
  position: absolute;
  font-size: 13px;
  color: #585f84;
  font-weight: 500;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  min-height: 55px;
  background-color: #f6f6f6;
  line-height: 18px;
  bottom: 0;
}

.content-wrapper .message-block {
  margin-bottom: 0;
}

.bootstrap-growl.alert {
  background: rgba(29, 201, 183, 1) !important;
  color: #fff !important;
  border-color: transparent !important; 
  padding-bottom: 5px !important;
}

.bootstrap-growl.alert .close {
  color: #fff !important;
  opacity: 1;
  margin-top: 1px;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;

}

.feeds-links {
  margin-top: 8px;
}

.add-new-menu-action {
  margin-left: 5px;
}

.box-body .message a {
  color: #585f84;
}

.box-body .message span.read-more {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 2px;
  display: inline-block;
}

.message-modal span.email {
  display: block;
  margin-top: 4px;
  color: #777; 
  margin-bottom: 5px;
}

.message-modal span.email a {
  color: #777; 
}

.message-modal .modal-body.move-file table td {
  padding-bottom: 8px;
}

.file-attachment-modal {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  overflow: hidden;
}

.attached-file-popup {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.editOfficeAssocBtn i {
  color: #3c8dbc;
}

.modal-footer, .modal-header {
  border-top-color: #e8e8e8;
}

/*.view-detail-circle i {
  font-size: 8px;
}*/

.select-office-modal {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}

.file-upload-block {
  background-color: #fff;
  padding: 10px 20px 0px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}

.file-attachment-section img {
  margin-left: 10px;
  margin-top: 3px;
}

.row-eq-height {
 display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
overflow: hidden;
}

.row-box {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}


.file-attachment-section .file-name {
  margin-bottom: 2px;
  word-wrap: break-word;
  padding-right: 10px;
}

.file-attachment-section .type-name {
  margin-bottom: 0;
}

.file-attachment-section .file-size,
.file-attachment-section .type-name {
  color: #aaa;
  font-size: 13px;
}

.file-attachment-modal {
  margin-top: 10px;
}

.file-attachment-modal.row .col-sm-10 {
  padding-left: 5px;
  margin-bottom: 15px;
}

.file-attachment-modal img {
  margin: 5px 0 0;
}

.file-attachment-modal .file-size {
  color: #aaa;
  font-size: 13px;
}

.file-attachment-modal .file-size a.remove-text {
  position: relative;
  color: #dd4b39;
  padding-left: 12px;
}

.file-attachment-modal .file-size a.remove-text:before  {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 1px;
  height: 10px;
  background-color: #aaa;
  content: "";
  display: block;
}

.modal-footer {
  text-align: left;
}

.upload-input .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.upload-input .inputfile + label {
  font-size: 15px;
  font-weight: 600;
  color: white;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 15px 4px 15px;
  background-color: #3c8dbc;
 /* background: #3c8dbc url('../images/upload-icon.png') no-repeat;*/
  border: 1px solid #367fa9;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 14px auto;
  background-position: 11px 8px;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  margin-top: 5px;
}

.upload-input .inputfile + label:hover {
  background-color: #367fa9;
  border-color: #204d74;
}

.list-title img.card-img {
  width: 20px;
  margin-right: 10px;
  float: left;
}

/*span.list-title-box {
  width: 90%;
  float: right;
}*/

a.list-title-box span {
  margin-right: 8px;
}

span.file-name-block {
  width: auto;
  float: none;
}

button.editfolderBtn .fa-edit {
  color: #3c8dbc;
  display: inline-block;
  font-size: 13px;
}

img.file-img {
  width: 20px;
  height: auto;
  float: left;
  margin-right: 5px;
}

.file-upload-list {
  padding-left: 15px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  overflow: hidden;
}

.file-upload-list li {
  list-style-type: none;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  width: 45%;
  float: left;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #eee;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.file-count a {
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.file-count a i {
  font-size: 12px;
}

.datepicker .datepicker-days table tr td.active.today,
.datepicker .datepicker-days table tr td.day.today,
.datepicker .datepicker-days table tr td.new.day.today {
  background-color: #3c8dbc;
  color: #fff;
}

.datepicker .datepicker-days table tr td.active.today:hover,
.datepicker .datepicker-days table tr td.day.today:hover {
  background-color: #367fa9;
  color: #fff;
}

.datepicker .datepicker-days table tr td.old,
.datepicker .datepicker-days table tr td.new.day {
  color: #333333;
}

.datepicker .datepicker-days table tr td.new.day.disabled,
.datepicker .datepicker-days table tr td.day.disabled, 
.datepicker .datepicker-days table tr td.disabled:hover {
  color: #aaa;
}

.box-body table.table tr td.office-name-label span.label {
  display: inline-block;
  margin: 0 5px 4px 0px;
  font-size: 12px;
}

table.table tr td.office-name-label .editOfficeAssocBtn i.fa-edit {
  position: relative;
  top: 2px;
}

.multiple-file-move span {
  font-size: 15px;
  vertical-align: middle;
}

.multiple-file-move .move-btn {
  padding-left: 20px;
  margin-right: 0;
}

.multiple-file-move .delete-btn i {
  margin-right: 4px;
}

.move-icon{
  position: relative;
}

.move-btn i.move-icon:before {
  content: "";
  position: absolute;
  background: url("../images/move.png") no-repeat;
  width: 16px;
  height: 14px;
  left: 5px;
  top: -8px;
  background-size: 16px auto;
/*  margin-right: 10px;
  padding-right: 10px;
  margin-right: 32px;*/
}

.folder-permission {
  padding: 0;
}

.folder-permission ul {
  padding-left: 10px;
}

.folder-permission ul li ul {
  position: relative;
  padding: 0px 0 0px 35px;
  margin: 5px 0 5px;
}

.folder-permission ul li ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.folder-permission .box-body {
  padding: 5px;
}

.folder-permission .box {
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}

.folder-permission .box .box-group > .box {
margin-bottom: 0px;
box-shadow: inherit;
border-bottom: 1px solid #f4f4f4;
border-top: 0;
}

.folder-permission .box-header .box-title {
  font-size: 16px;
  display: block;
}

.folder-permission .box-header .box-title a {
  position: relative;
  color: #333;
  padding-left: 18px;
  display: block;
}

.folder-permission .box-header .box-title a:after {
  content: "\f078";
  display: inline-block;
  position: absolute;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #333;
  left: -1px;
  top: 1px;
}

.folder-permission .box-header .box-title a.collapsed:after {
  content: "\f054";
  top: 3px;
  left: 0px;
}

.folder-permission ul li.parent-folder ul li {
  position: relative;
  margin-left: -12px;
}

.folder-permission ul li.main-folder {
  padding-left: 16px;
}

.permission_modal-content .modal-title {
  font-size: 20px;
}

.permission_modal-content .box-group {
  margin-top: 10px;
}

.folder-permission ul li.parent-folder ul li.parent-folder:after {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 10px;
  width: 10px;
  height: 1px;
  background-color: #ccc;
}

.folder-permission ul li {
  margin-bottom: 0px;
}

.folder-permission ul li label {
  font-weight: 500;
  margin-bottom: 10px !important;
}

.folder-permission ul li i.fa-plus,
.folder-permission ul li i.fa-minus {
  margin-right: 6px;
  font-size: 14px;
  color: #444;
  margin-top: 5px;
}

.folder-permission ul li i.fa-folder {
  color: #F7C958;
  margin-left: 0px;
  margin-right: 4px;
}

.folder-permission .custom-checkbox {
  padding-left: 20px !important;
}

.folder-permission .custom-checkbox > span {
  height: 16px;
  width: 16px;
}

.folder-permission .custom-checkbox > span::after {
  margin-left: -2px;
  margin-top: -5px;
  width: 4px;
  height: 9px;
}

a.folder-permission-icon {
  background-color: #00c0ef;
  border-color: #00c0ef;
}

a.folder-permission-icon:hover,
a.folder-permission-icon:focus {
  background-color: #00acd6;
  border-color: #00acd6;
}

.select-file-icons {
  margin-bottom: 10px;
}

.select-file-icons .open-movedoc {
  padding-left: 28px;
  background: #00acd6 url("../images/move.png") no-repeat 10px 6px;
  background-size: 14px auto;
}

.select-file-icons .btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 4px;
}

.help-msg h2 {
  font-size: 27px;
}

.help-msg h3 {
  margin: 10px 0 20px;
  color: #444;
}

.error-page {
  text-align: center;
  width: 100%;
}

.error-page > .headline {
  float: none;
  color: #c5cfdd !important;
  font-size: 180px;
  line-height: 110px;
  margin-top:60px;
  font-weight: 400;
  margin-bottom: 25px;
}

.error-page > .error-content {
  margin-left: 0;
}

.error-page > .error-content > h3 {
  font-size: 35px;
}

.error-page > .error-content p {
  font-size: 17px;
}

.error-page.access-denied-page h2 {
  font-weight: 300;
}

.error-page.access-denied-page > .error-content > h3 {
  color: #dd4b39;
  font-weight: 400;
}

.error-page.access-denied-page > .error-content p {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;  
}

























@media only screen and (min-width: 1701px) and (max-width: 1920px) {
  .file-attachment-section .row .col-xl-2 {
    width: 10.66666667%;
  }

  .file-attachment-section .row .col-xl-10 {
    width: 89.33333333%
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1700px) {
  .file-attachment-section .row .col-xl-2 {
    width: 12.66666667%;
  }

  .file-attachment-section .row .col-xl-10 {
    width: 87.33333333%
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .file-attachment-section .row .col-xl-2 {
    width: 14.66666667%;
  }

  .file-attachment-section .row .col-xl-10 {
    width: 85.33333333%
  }
}


@media only screen and (max-width: 1170px) {
  .padding-left{
    padding-left: 15px;
  }
}


@media only screen and (max-width: 1024px) {
  table tr.editable-row:hover td.quick-options span.action-span,
  table tr.editable-row td.quick-options span.action-span {
    display: block !important;
  }

  table tr.editable-row td.quick-options span.action-span a {
    color: #999;
  }

  table td.editable-cell div.row-actions {
    bottom: 3px !important;
  }

  .padding-left{
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .main-header .navbar-custom-menu ul.navbar-nav li a.btn-success {
    background-color: #00a65a;
  }

  .main-header .navbar-custom-menu ul.navbar-nav li a.btn-danger {
    background-color: #dd4b39;
  }

  .image-lib-widget .images-list li.attachment {
    width: 50%;
  }

  .login-page {
    background-position:  center top;
    /*background-size: cover;*/
  }

/*  span.list-title-box {
    width: 85%;
    float: right;
  }
*/
  .login-box {
    margin-top: 60px;
  }

  .box-body > .table tr th {
    padding: 12px;
  }

  .box-body > .table tr td {
    padding-right: 12px;
    padding-left: 12px;
  }

  .feeds-links.mobile-text-left {
    text-align: left !important;
  }

  .padding-left{
    padding-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  #btn_save_publish.btn.btn-success, #btn_save_draft.btn.btn-success,
  a.cancel-button {
    font-size: 11px;
  }

  .padding-left{
    padding-left: 15px;
  }
}


@media only screen and (max-width: 767px) {

  .page-number .btn-group {
    margin-right: 10px;
  }

  .mobile-action-button .dropdown .dropdown-toggle {
    background-color: #e9ebff;
    padding: 10px 8px 1px;
    margin-top: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border-color: #e9ebff;
  }

  .image-lib-widget {
    padding-bottom: 40px;
  }

  .media-page-loader-main .lib-list {
    text-align: center;
  }

  .mobile-pull-left {
    float: left !important;
  }

  .mobile-text-left {
    text-align: left;
  }

  .dashboard-page .small-box .icon {
    display: block;
  }

  .content .small-box .inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .mobile-action-button .dropdown .dropdown-toggle:active {
    box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
  }

  .mobile-action-button .dropdown .dropdown-toggle:focus {
    background-color: #e9ebff;
    border-color: #e9ebff;
  }

  .mobile-action-button .dropdown i.fa.fa-ellipsis-h {
    font-size: 25px;
    color: #5565dc;
    line-height: 4px;
  }

  .mobile-action-button .dropdown .dropdown-menu {
    left: inherit;
    right: 0;
    top: 50px;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    padding: 10px 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    min-width: 180px;
  }

  .mobile-action-button .dropdown .dropdown-menu li a,
  .mobile-action-button .dropdown .dropdown-menu li button {
    padding: 10px 20px;
    color: #585f84;
    text-align: left;
    line-height: 1;
  }

  .mobile-action-button .dropdown .dropdown-menu li button {
    width: 100%;
    background-color: transparent;
    border: none;
  }

  .mobile-action-button .dropdown .dropdown-menu > li > a:hover,
  .mobile-action-button .dropdown .dropdown-menu li button:hover {
    background-color: transparent;
    color: #3547f8;
  }

  .mobile-action-button .dropdown .dropdown-menu li button.btn-delete-action {
    font-weight: 400;
  }

  .mobile-spacing {
    margin-top: 30px;
  }

  .mobilet-0 {
    margin-top: 0;
  }

  .skin-black .main-header {
    background-color: #fff;
  }

  .skin-black .main-header .logo:hover{
    background-color: transparent;
  }

  .skin-black .main-header .site-name {
    padding-top: 5px;
    float: right;
  }

  .skin-black .main-header .navbar {
    background-color: #fff;
    border-top: 1px solid #eee;
  }

  .main-sidebar {
    padding-top: 130px;
  }

  .skin-black .main-header .navbar .navbar-custom-menu .navbar-nav  li.user-menu a {
    border-left: none;
  }

  .modal-dialog .invoice .table-responsive {
    border: 0;
  }

 .table-responsive > .table > tbody > tr > td {
    white-space: nowrap !important;
  }

  .modal-dialog .invoice .table-responsive > .table > tbody > tr > td {
    white-space: initial;
  }

  .image-lib-widget .prop-image-prev {
    margin-bottom: 25px;
  }

  .row.file-attachment-modal .attached-file-popup {
    height: inherit !important;
  }

}

@media (min-width: 576px) {
  .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
  }
}

@media (max-width: 575px) {
  .image-lib-widget {
    max-width: 95%;
    width: 95%;
  }

  .feeds-links.mobile-text-left .btn-social {
    margin-bottom: 10px;
  }

  .add-new-menu-action {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
  }

  .file-attach-main.row .col-xs-6 {
    width: 100%;
  }

  .file-attach-main .row-eq-height {
    display: inherit !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .file-attach-main .row-box {
    display: inherit !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }

  .file-attachment-section .row .col-xs-2 {
    width: 12.33333333%;
  }

  .file-attachment-section .row .col-xs-10 {
    width: 87.33333333%;
  }

  .file-attachment-modal.row .col-xs-1 {
    width: 10.33333333%;
  }

  .file-attachment-modal.row .col-xs-11 {
    width: 89.33333333%;
  }

  .file-upload-list li {
    width: 100%;
    float: none;
  }

}

@media only screen and (max-width: 480px) {
  .image-lib-widget .images-list li.attachment {
    width: 100%;
  }

  .modal-dialog.modal-md .modal-header h4.modal-title strong {
    display: block;
  }

  .image-lib-widget .footer select {
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .file-attachment-section .row .col-xs-2 {
    width: 12.33333333%;
  }

  .file-attachment-section .row .col-xs-10 {
    width: 87.33333333%;
  }

  .file-attachment-modal.row .col-xs-1 {
    width: 12.33333333%;
  }

  .file-attachment-modal.row .col-xs-11 {
    width: 87.33333333%;
  }

}


@media only screen and (max-width: 375px) {
  .main-header .navbar-custom-menu ul.navbar-nav li.logo-title {
    font-size: 9pt;
  }

  .image-lib-widget .footer a.text-danger {
    display: block;
    margin-top: 10px;
  }

  .file-attachment-section .row .col-xs-2 {
    width: 17.33333333%;
  }

  .file-attachment-section .row .col-xs-10 {
    width: 82.33333333%;
  }

  .file-attachment-modal.row .col-xs-1 {
    width: 15.33333333%;
  }

  .file-attachment-modal.row .col-xs-11 {
    width: 84.33333333%;
  }
}

#name_error {
  display: none;
}