/**
 * @file
 * Description of the script.
 *
 * All DecimaERP code is copyright by the original authors and released under the GNU Aferro General Public License version 3 (AGPLv3) or later.
 * See COPYRIGHT and LICENSE.
 */

 @CHARSET "UTF-8";

/*IE10 Fix*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* body {
  padding-top: 60px;
} */

#core-wrapper {
  padding-top: 60px;
}

#core-blocker {
  background: rgba(3,2,1,0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.core-slider {
  padding-top: 60px;
  background: #fff;
  border-radius: 4px;
  border-color: #e7e7e7;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
  z-index: 1000;
  overflow-y: scroll;
}

.core-red-color {
  color: #a94442 !important;
}

.core-green-color {
  color: #60a947 !important;
}

.core-blocking {
  opacity: .3;
  background: #000 !important;
  display: block !important;
}

.form-container-slider {
  border: none !important;
}

/* Generals */

/* label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: inline-block; */
} */

.no-margin-bottom {
  margin-bottom: 0px !important;
}

#core-mobile-top-bar-link {
  position: relative;
  float: right;
  padding: 0px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}

/* Stand alone box */

.stand-alone-box {
	padding: 15px;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

}

.stand-alone-box-legend {
	font-size: 25px !important;
}

/* Filter section */

.btn-filter-toggle {
  border-radius: 15px;
  margin-left: 15px;
}

.btn-filter-left-margin {
  margin-left: 15px;
}

.label-filter-padding {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.label-filter-double-line-padding-top {
  padding-top: 0 !important;
}

/* Base Popovers*/

.btn-popover-next {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* Tabs */

#apps-tabs{
	border-bottom: none !important;
}

#apps-tabs > li {
	margin-bottom: 0px !important;
	background-color: transparent;
}

#apps-tabs > li > a {
  border: 1px solid transparent;
  border-radius: none !important;
}

#apps-tabs > li.active {
	background-color: #f5f5f5 !important;
	border: 1px solid #ddd !important;
	border-bottom-color: transparent !important;
	border-radius: 4px 4px 0 0 !important;
}

#apps-tabs > li > a{
	float: left;
}

#apps-tabs > li.active > a{
	background-color: inherit !important;
	border: none !important;
}

#apps-tabs > li > a:hover {
  border-color: none;
}

#apps-tabs > li:hover,
#apps-tabs > li:focus {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px 4px 0 0 !important;
  border-bottom-color: transparent !important;
}

#apps-tabs > li > .close {
	margin-left: -10px;
	margin-top: 9px;
	margin-right: 5px;
}

/* Top bar */

.fake-link {
	cursor: pointer;
}

/* Sidebar menu */

.sidebar-nav {
	min-height: 0;
	box-shadow: 0 0 10px #BDBDBD;
	-webkit-box-shadow: 0 0 10px #BDBDBD;
	-moz-box-shadow: 0 0 10px #BDBDBD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Form classes */

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

.form-container {
	padding: 15px;
	border: 1px solid #cccccc;
	border-radius: 0 0 4px 4px;
	border-top: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.form-container-custom {
	border-radius: 4px !important;
	border-top: 1px solid #cccccc !important;
}

.stacked-form-element {
	margin-top: 10px;
}

.form-container-followed-by-grid-section {
  border-bottom: none !important;
  border-radius: 0 !important;
}

.form-custom-left-padding {
  padding-left: 5px !important;
}

.form-custom-right-padding {
  padding-right: 5px !important;
}

.form-custom-left-right-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.toolbar-preceded-by-form-section {
  border-radius: 0 !important;
}

.visibility-hidden {
  visibility: hidden;
}

/* Buttons classes */

.custom-button-padding {
  padding: 6px 6px !important;
}

/* Section classes */

.btn-modal-toolbar {
	padding: 5px;
	margin-left: 0px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
  background-color: #f5f5f5;
  background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.section-header {
	padding: 10px;
  /* padding: 10px 15px; */
	margin-left: 0px !important;
	border: 1px solid #cccccc;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
  background-color: #f5f5f5;
  background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.section-header-legend {
  margin-bottom: 0px !important;
  border-bottom: none;
}

.section-block {
	margin-top: 15px;
}

.app-loader{
	z-index: 1051;
	position: fixed;
	/*width: 570px;*/
}

/*Panel extras*/

.panel-legend {
  font-size: 21px;
  color: #333;
}

.custom-panel-heading {
  padding: 5px 15px !important;
}

.custom-panel-title {
  margin-top: 7px !important;
}


/* Grid app classes */

.app-grid .ui-jqgrid-titlebar-close {
  display: none;
}

.app-grid-50 .ui-jqgrid-titlebar-close {
  display: none;
}

.app-grid-without-toolbar .ui-jqgrid-titlebar {
  border-top: 1px solid #cccccc !important;
}

.app-grid .ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar, .app-grid .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
}

.app-grid-50 .ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar, .app-grid-50 .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
}

.app-grid th.ui-th-column div, .sale-som-od-grid-section th.ui-th-column div{
  word-wrap: break-word; /* IE 5.5+ and CSS3 */
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  overflow: hidden;
  height: auto;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px
}

.app-grid-50 th.ui-th-column div, .sale-som-od-grid-section th.ui-th-column div{
  word-wrap: break-word; /* IE 5.5+ and CSS3 */
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  overflow: hidden;
  height: auto;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px
}

.app-responsive-grid > .ui-jqgrid, .app-grid > .ui-jqgrid {
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  border-top: 0 !important;
}

.app-responsive-grid > .ui-jqgrid, .app-grid-50 > .ui-jqgrid {
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
  border-top: 0 !important;
}

.app-responsive-stand-alone > .ui-jqgrid, .app-grid-stand-alone > .ui-jqgrid {
  border: 1px solid #cccccc !important;
}

.app-responsive-grid > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-titlebar, .app-grid > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-titlebar {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.app-responsive-grid > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-titlebar, .app-grid-50 > .ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-titlebar {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.ui-search-toolbar .ui-th-column .ui-search-table input {
  height: 23px !important;
}

.ui-search-toolbar .ui-th-column .ui-search-table a {
  padding: 1px 5px !important;
  font-size: 16px !important;;
}

.ui-th-ltr {
  text-align: center;
}

/* Multiselect classes */
.multiselect-header{
	margin-left: 12px;
	margin-top: 0.2em;
}

.uix-multiselect > .multiselect-available-list > .ui-widget-header {
	border: 1px solid #cccccc;
	border-top: none;
	border-radius: 0;
}

.uix-multiselect > .multiselect-selected-list > .ui-widget-header {
	border: 1px solid #cccccc;
	border-top: none;
	border-radius: 0;
}

.uix-multiselect > .multiselect-available-list > .ui-widget-content {
	border: 1px solid #cccccc;
	border-top: none;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0
}

.uix-multiselect > .multiselect-selected-list > .ui-widget-content {
	border: 1px solid #cccccc;
	border-top: none;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

/* Breadcrumb custom classes */

.breadcrumb {
	border: 1px solid #ddd;
}

.breadcrumb-custom {
	/* border-bottom:none;
	margin: 0;
	border-radius: 4px 4px 0 0; */

  margin-bottom: 10px;
  border-radius: 4px 4px 0 0;
}

.breadcrumb-custom >.active {
	color: #555 !important;
}

.breadcrumb-organization-name {
	font-size: 14px !important;
	/*color: #555 !important;*/
	margin-top: -39px;
	margin-right: 45px;
}

.breadcrumb-loader {
	color: #777 !important;
	margin-top: -43px;
}

.fa-breadcrumb-loader {
	font-size: 2.3em !important;
}

/* Alerts custom classes */

.alert-custom {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	border-top: 0 !important;
}

.alert-form-custom {
  margin-top: -15px !important;
  margin-bottom: 10px !important;
}

/* Dashboard custom classes */

.panel-custom {
	border-radius: 0 0 4px 4px;
}

.dashboard-news-header {
	border-color: #d3cad7;
	border-width: 0 0 1px;
	border-style: solid;
	padding: 8px;
}

.dashboard-news-header h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}

/* Navbar custom classes */

.core-navbar-header {
  float: left;
}

.core-top-bar-button {
  padding: 3px 8px !important;
  margin: 6px  !important;
}

.navbar-company-logo {
	margin: -10px 5px 0px 0px;
}

.navbar-gravatar {
	margin: -10px 5px 0px 0px;
}

.navbar-input-group {
  font-size: 0px; /*removes whitespace between button and input*/
}

.navbar-input-group input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-input-group .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

/* icon buttons */

.box-dashboard {
	border-bottom: 1px solid #DEDEDE;
}

/* User apps sections */

.apps-section {
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}

.btn-dashboard-toggle{
	margin-top: -5px;
	border-radius: 15px;
}

.btn-group-custom,
.btn-group-vertical-custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-custom > .btn,
.btn-group-vertical-custom > .btn {
  position: relative;
  float: left;
  white-space: normal;
}

.btn-group-custom > .btn:hover,
.btn-group-vertical-custom > .btn:hover,
.btn-group-custom > .btn:focus,
.btn-group-vertical-custom > .btn:focus,
.btn-group-custom > .btn:active,
.btn-group-vertical-custom > .btn:active,
.btn-group-custom > .btn.active
.btn-group-vertical-custom > .btn.active {
  z-index: 2;
}

.btn-group-custom > .btn:focus
.btn-group-vertical-custom > .btn:focus {
  outline: none;
}

.btn-group-custom .btn + .btn,
.btn-group-custom .btn + .btn-group,
.btn-group-custom .btn-group + .btn,
.btn-group-custom .btn-group + .btn-group {
  margin-left: 10px;
}

.btn-group-vertical-custom > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical-custom .btn:not(:first-child),
.btn-group-vertical-custom .btn-group-custom:not(:first-child) {
	margin-top: 10px;
}

.btn-group-vertical-custom .btn-group-custom {
	width: 100%;
}

.btn-group-vertical-custom .btn-group-custom .btn:first-child {
	width: 79%;
	/*width: 82%; para pantallas min:1200*/
}

.btn-group-vertical-custom .btn-group-custom .btn:not(:first-child){
	margin-top: 0px;
}

.btn-disabled-custom {
	pointer-events: none;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* calculator custom class */

.calculator-popup {
	z-index: 1500 !important;
}

/* jqueryui custom classes */

.ui-widget {
	font-family: inherit !important;
	font-size: inherit !important;
}

.ui-autocomplete-category{
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}

.ui-autocomplete-custom {
	border-color: rgb(102, 175, 233);
	border-top: none;
	z-index: 1500;
}

.ui-autocomplete {
	z-index: 1500 !important;
}

/* Custom form classes*/
.help-block-custom {
	margin: 0 !important;
}

.help-block-custom-bottom {
	margin-bottom: 0 !important;
}

.sr-only-custom {
	position: inherit !important;
}

.control-label-custom {
	padding-top: 0px !important;
}

.help-block {
	margin-bottom: 0px !important;;
}

/* Custom jqGrid classes */

.ui-jqgrid .ui-jqgrid-view {
	font-size: 12px !important;
}

.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-titlebar {
	font-size: 14px !important;
  height: 27px !important;
	padding-left: 12px !important;
}

/*Image clasess*/
.img-circle {
	border-radius: 50%;
}

/*Journals*/

.journal-header {
	border-bottom: 1px dotted #bbb;
}

.journal-header-lengend {
	margin-left: 10px;
	margin-top: 10px;
}

.journal-panel {
	margin-bottom: 0px !important;
}

.panel-heading-journal {
  padding: 4px 15px !important;
}

.journal-panel-footer {
	padding: 5px 15px 5px 15px !important;
}

.journal-pager {
  text-align: center;
}

.journal-pager-pages-info {
  background-color: #eee !important;
  border-color: #ccc !important;
  color: #333 !important;
  opacity: inherit !important;
}

.highlight {
  background-color: #ffff88;
}

/* Top bar */

#search-action-container {
	padding-top: 2px;
}

/* Back to top button */

#back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
  padding: 3px 6px;
}

/* Images */
.img-center {
    margin: 0 auto;
}

/* IntroJs */
.intro-js-custom-navbar {
  position: absolute;
}

.introjs-fixedhint {
    z-index: 9999;
}

/* File Viewer */
.file-viewer-preview-frame {
  height: auto !important;
  margin: 0px !important;
  padding: 6px !important;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  text-align: center;
  vertical-align: middle;
}

.file-viewer-footer-caption {
  width: auto !important;
}

/* File Upload */
.image-uploader-link {
  display: block !important;
  width:100% !important;
  padding: 8px !important;
  color:white !important;
  background-color: black !important;
  opacity:0.7 !important;
}

/*Custom image quill class*/
.ql-snow .ql-editor img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*Modal Fixes*/
.ui-datepicker {
	z-index: 2147483647 !important;
}

.ui-autocomplete {
	z-index: 2147483647 !important;
}

/*Hidden elements*/
.help-block-hidden .help-block, .control-label-hidden .fa-check-circle, .control-label-hidden .fa-times-circle {
  display: none;
}

/*Search modal table*/
.search-modal-table {
  font-size:0.80em !important;
  margin-bottom: 0 !important;
}

.search-modal-table-footer-row {
  background-color: #f5f5f5;
}

.search-modal-table-footer {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

.search-modal-table-pagination {
  margin: 0 !important;
}

.search-modal-table-footer-paging-info {
  font-size: 1.1em;
  font-weight: bold;
}

.search-modal-table-footer-page-number {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* mmenu */
.mm-navbars_top {
  margin-top: 55px;
}

.mm-navbar__searchfield {
  padding: 2px !important;
}

/* Menus */
body.modal-open .mm-slideout{
  z-index: 1043 !important;
}

body.modal-open .modal-backdrop{
  display: none;
}

.modal-dialog {
  margin: 65px !important;
} 

.navbar-fixed-top {
  z-index: 1043 !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 65px auto !important;
  }
}

.core-menu-top-bar-link-color {
  /* color: #2f4182 !important; */
  color: #777 !important;
}

/*Iphone 5*/
@media (min-width: 320px) {
  .app-grid > .ui-jqgrid {
		width: 290px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 145px !important;
	}
}

/*
Samsung Galaxy S9	1440 x 2960	360 x 740
Samsung Galaxy S9+	1440 x 2960	360 x 740
Samsung Galaxy S8	1440 x 2960	360 x 740
Samsung Galaxy S8+	1440 x 2960	360 x 740
Samsung Galaxy S7	1440 x 2560	360 x 640
Samsung Galaxy S7 Edge	1440 x 2560	360 x 640
*/
@media (min-width: 360px) {
  .app-grid > .ui-jqgrid {
		width: 330px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 165px !important;
	}
}

/*Iphone 6/7/8*/
@media (min-width: 375px) {
  .app-grid > .ui-jqgrid {
		width: 345px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 172px !important;
	}
}

/*
Nexus 6P	1440 x 2560	411 x 731
Nexus 5X	1080 x 1920	411 x 731
Google Pixel	1080 x 1920	411 x 731
Google Pixel XL	1440 x 2560	411 x 731
Google Pixel 2	1080 x 1920	411 x 731
Google Pixel 2 XL
*/
@media (min-width: 411px) {
  .app-grid > .ui-jqgrid {
		width: 381px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 190px !important;
	}
}

/*Iphone 6/7/8 Plus*/
@media (min-width: 414px) {
  .app-grid > .ui-jqgrid {
		width: 384px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 384px !important;
	}
}

/*
Samsung Galaxy Note 5	1440 x 2560	480 x 853
LG G5	1440 x 2560	480 x 853
One Plus 3	1080 x 1920	480 x 853
*/
@media (min-width: 480px) {
  .app-grid > .ui-jqgrid {
		width: 450px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 225px !important;
	}
}

/*
Nexus 7 (2013)	1200 x 1920	600 x 960
*/
@media (min-width: 538px) {
  .app-grid > .ui-jqgrid {
		width: 508px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 254px !important;
	}
}

/*
Samsung Galaxy S7	1440 x 2560	360 x 640
Samsung Galaxy S7 Edge	1440 x 2560	360 x 640
*/
@media (min-width: 640px) {
  .app-grid > .ui-jqgrid {
		width: 610px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 305px !important;
	}
}

/*Iphone 6/7/8 landscape*/
@media (min-width: 667px) {
  .app-grid > .ui-jqgrid {
		width: 637px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 318px !important;
	}
}

/*
Nexus 6P	1440 x 2560	411 x 731
Nexus 5X	1080 x 1920	411 x 731
Google Pixel	1080 x 1920	411 x 731
Google Pixel XL	1440 x 2560	411 x 731
Google Pixel 2	1080 x 1920	411 x 731
Google Pixel 2 XL
*/
@media (min-width: 731px) {
  .app-grid > .ui-jqgrid {
		width: 701px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 350px !important;
	}
}

/*Iphone 6/7/8 Plus lanscape*/
@media (min-width: 736px) {
  .app-grid > .ui-jqgrid {
		width: 706px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 353px !important;
	}
}

/*
Samsung Galaxy S9	1440 x 2960	360 x 740
Samsung Galaxy S9+	1440 x 2960	360 x 740
Samsung Galaxy S8	1440 x 2960	360 x 740
Samsung Galaxy S8+	1440 x 2960	360 x 740
*/
@media (min-width: 740px) {
  .app-grid > .ui-jqgrid {
		width: 710px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 355px !important;
	}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

}

/*From Small devices to extra large*/
@media (min-width: 576px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Extra small devices and Small devices*/
@media (max-width: 767px) {

}

/*From Medium devices to extra large*/
@media (min-width: 768px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 833px) {
  .app-grid > .ui-jqgrid {
		width: 738px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 369px !important;
	}
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 834px) and (max-width: 991px) {
  .app-grid > .ui-jqgrid {
		width: 804px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 402px !important;
	}
}

/*Small and medium devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 991px) {

}

/*Medium devices and Large devices*/
@media (min-width: 768px) and (max-width: 1199px) {

}

/*Extra small devices, Small devices and medium devices*/
@media (max-width: 991px) {

  .core-slider {
    width: 50% !important;
  }

  .core-small-devices-menu {
    float: right;
  }

  .core-large-devices-menu {
    display: none !important;
  }
}

/*Large and Extra large devices*/
@media (min-width: 992px) {
  .form-division-line {
    border-right: 1px dashed #000;
  }

  .core-slider {
    width: 40% !important;
  }

  .core-small-devices-menu {
    display: none !important;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1023px) {
  .app-grid > .ui-jqgrid {
		width: 962px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 481px !important;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #user-apps-container button{
    font-size: 12px;
  }

  .md-section-block {
    margin-top: 15px;
  }

  .toolbar-block {
    margin-top: 10px;
  }

  .navbar-nav {
    font-size: 13px;
  }

  .checkbox-filter-margin-left {
    margin-left: 155px !important;
  }

  .checkbox-filter-margin-bottom {
    margin-bottom: 25px !important;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 1024px) and (max-width: 1193px) {
  .app-grid > .ui-jqgrid {
		width: 994px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 497px !important;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 1194px) and (max-width: 1199px) {
  .app-grid > .ui-jqgrid {
		width: 1164px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 582px !important;
	}
}

/* From small to  large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) {
  .search-modal {
    width:95% !important;
  }
}

@media (min-width: 1200px) {
  .no-margin-bottom-min-1200 {
    margin-bottom: 0px !important;
  }

  .checkbox-filter-margin-left {
    margin-left: 55px;
  }

  .search-modal {
    /* width:1138px !important; */
    width:1050px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .app-grid > .ui-jqgrid {
    width: 1170px !important;
  }

  .app-grid-50 > .ui-jqgrid {
    width: 585px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .app-grid > .ui-jqgrid {
    width: 1250px !important;
  }
  .app-grid-50 > .ui-jqgrid {
    width: 625px !important;
  }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  #core-menu {
    --mm-sidebar-expanded-size: 225px;
  }

  .mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
    width: calc(100% - 225px) !important;
    -webkit-transform: translate3d(var(225px),0,0) !important;
    transform: translate3d(225px,0,0) !important;
  }

  .app-grid > .ui-jqgrid {
    width: 1111px !important;
  }

  .app-grid-50 > .ui-jqgrid {
    width: 555px !important;
  }
}

@media (min-width: 1440px) {
  #core-menu {
    --mm-sidebar-expanded-size: 300px;
  }

  .mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
    width: calc(100% - 300px) !important;
    -webkit-transform: translate3d(var(300px),0,0) !important;
    transform: translate3d(300px,0,0) !important;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .app-grid > .ui-jqgrid {
    width: 1110px !important;
  }
  .app-grid-50 > .ui-jqgrid {
    width: 555px !important;
  }
}

@media (min-width: 1920px) {
  .app-grid > .ui-jqgrid {
		width: 1590px !important;
	}
  .app-grid-50 > .ui-jqgrid {
		width: 795px !important;
	}
}
