/* ---------------------- General ---------------------------------------*/
body {  
  margin : 0;
}

.col-13 {
    width: calc((100vw / 13 ) - 1vw);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    float: left;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.infoVerify {
  color:#FF0000;
  font-size: 12px;
  font-style: italic;
}
 
input[type="checkbox"], input[type="radio"] {
    margin: 24px 0 0;
}

.form-group textarea {
    resize:both;
    border-left: 1px solid #d2d6de !important;
    border-right: 1px solid #d2d6de !important;
    border-top: 1px solid #d2d6de !important;
}

select { cursor: pointer; }

input[readonly]:not(.date), textarea[readonly], select[readonly]
{
    background-color: #00000005 !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px!important;
    margin: 6px 0 0 0 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 13px!important;
    margin: 6px 0 0 0 !important;
}

::-webkit-input-placeholder {
   font-size: 13px!important;
   margin: 6px 0 0 0 !important;
}

.no-border {
  border: 0 !important;
}
 
.main-footer {
  padding: 5px;
}

.no-background-image {
  background-image: none !important;
}

.koje-error {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 0 0 !important;
  color : red !important;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

.text-center {
  text-align:center !important;
}

.login-logo {
  background-color: #2196F3 !important;
}

.logo {
  background-color: #f9f9f9 !important;
}

.box .box-header {
    padding: 12px;
}

.content-header {
    padding: 10px 15px 15px 0px;
}

.content-header > .breadcrumb {
    position: unset;
    top: 15px;
}

.content {
    min-height: 150px;
}
 
label {
    color: #686868;
}

.btnSearch {
  color: #FFF;
  cursor: pointer;
}

.form-group label.control-label {
  margin: 10px 0 0 0;
}

.page-header {
  margin: 10px 0 20px 0;
  font-size: 16px;
  padding-bottom: 0px;
}
 
@media (max-width:767px) {
  .main-sidebar {
   padding-top:130px  !important;
  }
}

.koje-logo { 
  max-width: 100%;
}

.main-header .logo {
  padding : 0 5px;
  height: 61px; 
  border-bottom: 1px solid #2196F3 !important;
}

.sidebar-menu > li > a {
  padding-left: 10px;
}

.treeview-menu,
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
  width: 229px !important;
}

/* Start Handle Bug Fixed - ExpandOnHover = False */
body .fixed header .main-header {
      position: fixed;
      width: 100%;
      z-index: 100000;
}
body .fixed div.content-wrapper {
      margin-top: 50px;
}
/* End Of Handle Bug Fixed - ExpandOnHover = False */

/* ------------------ Menu ------------------------------------*/

.nav {
  max-height: calc(100% - 50px);
}

.main-sidebar .user-panel {
  padding: 8px 20px;
  background-color: white !important;
  background : none !important;
}
 
/* ------------------------- Form ------------------------------------*/
.form-control {
  font-size: 13px;
  font-weight: 400;
  height: 42px;
}

.form-group {
    padding-bottom: 6px;
    margin: 0 0 0 0;
}


label.control-label{
  margin: 6px 0 0 0;
  padding-top: 16px;
}

.form-control, .input-group {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
  color : #686868;
}

.form-group input[type="file"] {
    opacity: 1;
    position: relative;
    top: 6px;
}

.pickBtn {
  background-color: #2196F3 !important;
  border-radius: 0px 4px 4px 0px !important;
}

/* ---------------------- select2 ---------------------------------------*/
.select2 {
  height : 3px;
}
.dt-select2-filter {
  font-weight: normal;
  border-top: 0 none !important;
  border-right: 0 none !important;
  border-left: 0 none !important;
  border-bottom: 1px solid #aaa !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  margin-top: -6px !important;
  padding: 6px 0px;
}

.select2-container--open .select2-dropdown--below {
    border-top : 1px solid #aaa !important;
    border-radius: 2px;
}
.select2-results__option {
  min-height: 26px;
}
.select2-selection {
  padding: 6px 0px !important;
  height: 36px !important;
}

.select2-selection__rendered {
  padding: 6px 4px !important;
  min-width: 140px;
}

.select2-selection__arrow {
  right: -12px !important;
  top: 18px !important;
}

.select2-drop li {
  white-space: pre;
}

.box.box-solid.box-primary {
  border: 0px solid #3c8dbc;
}

.widget-user-header {
  padding: 8px;
}

.koje-btn-row {
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.navbar .dropdown-menu li > a {
  padding : 8px 8px;
}

/*-------------------------------- SKIN -----------------------------------------------*/
/* Skin Blue Dark*/
.skin-blue .widget-user-header {
  background-color: #2196f3 !important;
  color : #f9f9f9;
}
.skin-blue .box.box-solid.box-primary > .box-header {
  background-color:#2196F3 !important
}
.skin-blue .pickBtn {
  background-color : #2196F3 !important;
}
.skin-blue .btn-primary {
  background-color : #2196F3 !important;
}
.skin-blue .dropdown-menu li a:hover {
  color: #f9f9f9;
  background-color: #2196F3;
}
.skin-blue table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
.skin-blue table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  background-color: #2196F3 !important;
}

.skin-blue div.percentageBar {
  background-color: #2196F3 !important;
}

/* End Of Skin Blue  Dark*/

/* Skin Blue Light */
.skin-blue-light .widget-user-header {
  background-color: #00bcd4 !important;
  color : #f9f9f9;
}
.skin-blue-light .box.box-solid.box-primary > .box-header {
  background-color:#00bcd4 !important
}
.skin-blue-light .pickBtn {
  background-color : #00bcd4 !important;
}
.skin-blue-light .btn-primary {
  background-color : #00bcd4 !important;
}
.skin-blue-light .dropdown-menu li a:hover {
  color: #f9f9f9;
  background-color: #00bcd4;
}
.skin-blue-light table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
.skin-blue-light table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  background-color: #00bcd4 !important;
}
.skin-blue-light div.percentageBar {
  background-color: #00bcd4 !important;
}

/* End Of Skin Blue Light */

/* Skin Purple */
.skin-purple .widget-user-header {
  background-color: #9c27b0 !important;
  color : #f9f9f9;
}
.skin-purple .box.box-solid.box-primary > .box-header {
  background-color:#9c27b0 !important
}
.skin-purple .pickBtn {
  background-color : #9c27b0 !important;
}
.skin-purple .btn-primary {
  background-color : #9c27b0 !important;
}
.skin-purple .dropdown-menu li a:hover {
  color: #f9f9f9;
  background-color: #9c27b0;
}
.skin-purple table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
.skin-purple table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  background-color: #9c27b0 !important;
}
.skin-purple div.percentageBar {
  background-color: #9c27b0 !important;
}
/* End Of Skin Purple */

/* Skin Purple light*/
.skin-purple-light .widget-user-header {
  background-color: #9c27b0 !important;
  color : #f9f9f9;
}
.skin-purple-light .box.box-solid.box-primary > .box-header {
  background-color:#9c27b0 !important
}
.skin-purple-light .pickBtn {
  background-color : #9c27b0 !important;
}
.skin-purple-light .btn-primary {
  background-color : #9c27b0 !important;
}
.skin-purple-light .dropdown-menu li a:hover {
  color: #f9f9f9;
  background-color: #9c27b0;
}
.skin-purple-light table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
.skin-purple-light table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
  background-color: #9c27b0 !important;
}
.skin-purple-light div.percentageBar {
  background-color: #9c27b0 !important;
}

/* End Of Skin Purple */


/* ------------------------------- dataTable --------------------------------*/
@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: relative !important;
  }
}

.table-responsive > .table-bordered {
  border: 1px solid #c2c2c2;
}

.pagination .pagesize {
  padding: 7px 0;
  margin-top: 1px;
}

.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    vertical-align: middle;
    border: 1px solid #d2d2d2 !important;
}

.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th {
  white-space: nowrap;
  text-align:center;
  font-weight:bold;
  vertical-align: middle;
  padding: 4px 0px 0px 4px;
  border: 1px solid #d2d2d2  !important;
}

.table-bordered > tfoot > tr > th {
  white-space: nowrap;
  text-align:right;
  font-weight:bold;
  vertical-align: middle;
  border: 1px solid #d2d2d2  !important;
}

table.dataTable {
    border-collapse:collapse;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

table.dataTable thead th {
  background-color: #e1e1e1;
}
 
table.dataTable tfoot th {
  background-color: #e2e2e2;
}
.dataTables_wrapper .table-toolbar, .dataTables_wrapper .table-toolbar a, .dataTables_wrapper .table-toolbar:hover {
    text-align: center;
    background-image: none !important;
}

/* -------------- GridStack -----------------------------*/
.grid-stack-item-content {
	top	 : 4px !important;
	bottom	 : 0px !important;
	left : 0px !important;
	right: 0px !important;
	width: 97% !important;
}
.stage {
	display: inline-flex;
	width : 99.3%;
	padding-left: 0px;
	margin-bottom:4px;
}
.stage-item {
	width: 98%;
	margin-right: 0px;
}
.stage .total {
	background: white !important;
	color: black;
}

/* --------------------- FullCalendar -------------------------*/

.fc .skin-blue-light a, .fc .skin-blue-light a:hover, .fc .skin-blue-light a:focus {
    color: #000 !important;
}

.fc .fc-event, .fc .fc-event-dot {
    background-color: #000 !important;
}

.thumbnail {
  border: 1px solid #a0a0a0;
}

.koje-btn {
  margin : 0.2em 0.2em 0.2em 0.2em !important;
  border: none;
  border-radius: 2px !important;
  text-transform: none !important;
  font-weight: bold;
  background-color: #d5d9d9;
}

.table-toolbar .koje-btn {
  margin-right: 0.333em !important;
  margin-bottom: 0.333em !important;
  padding: 0.5em 1em !important;
}


/* ------------------ DatePicker -------------------------------*/
.datepicker  {
    z-index: 9999 !important;
}
