button svg.feather {
	position:relative;
	top:5px;	
}

h3 {
    font-size: 1.55rem;
    color: #909ead;
    font-weight: normal;
}

a {color:#548cc7}

.btn-primary {
    color: #fff;
    background-color: #4b7eb5;
    border-color: #3d6794;
}

.btn-primary:hover {
	background-color: #3d6794;
    border-color: #3d6794;
}

.btn-small {
	    padding: .15rem .5rem;
	    font-size:0.8em !important;	
}

.btn-medium {
      padding: .2rem .8rem;
      font-size:1em !important; 
}
.content_area {
	min-height: calc(100vh - 56px);	
}

.scrolling {
	height: calc(100vh - 56px);
	overflow-y:scroll;
}
.panel-1 {
	background-color: #fdfdfd!important;	
}

ul.listing {list-style:none;padding:0px;box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);}

ul.listing li {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
	padding:5px 5px;	
}


ul.listing li:nth-child(even) {
	background:#fff	
}

ul.listing li.status-0 {color:#c7c7c7}
ul.listing li ul {
	list-style:none;
	padding-left:20px;	
}

ul.listing li:hover {
	background:#bacada;
	color:#fff;	
	cursor:pointer;
}
ul.listing li.active {
	background:#909ead;
	color:#fff;	
}

ul.listing li .subtitle {
    font-style: italic;
    font-size: 0.8em;
    opacity: 0.6;
    float:right;
}

ul.listing a {
	text-decoration:none;
	color:#000;	
}
ul.listing a :hover {color:#548cc7}

.pointer {cursor:pointer}

.card {
    border-radius: 4px;
    background-color: #fdfdfd;
    margin: 15px 0 30px;
}

.card .card-header {
    padding: 15px 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background-color: #fdfdfd;
}

.card .card-header .status-toggle {
	float: right;
    font-size: 32px;
    color: #cdcdcd;
    cursor:pointer;
}

.card .card-header .status-label {
    float: right;
    font-size: 14px;
    color: #3d6794;
    font-weight: 600;
    padding: 5px;
}

.card .card-header .status-toggle.fa-toggle-on {
	color:#3d6794	
}

.card .card-body {
    padding: 15px 15px 10px 15px;
    background-color: #fdfdfd;
}
.card label,.form-group label,.table thead th {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color:#9A9A9A;
    font-weight:400;
}

.pull-right {
    float: right;
}

.table .form-control,#ui_dialog .form-control {

    padding: .2rem .5rem;
    font-size: 0.8rem;
}

.table select.form-control, #ui_dialog select.form-control {
	height:calc(2rem - 4px)
}

.table select.form-control:not([size]):not([multiple]) {
    height: calc(1.6rem + 2px);
}

.table.table-small td, .table th {
    padding: .25rem;
    font-size:0.8em;
}
.table td, .table th {
    padding: .2rem;
}

th i.fas {
	cursor:pointer;	
}

.disabled_input {
	background-color:rgba(0,0,0,0);
	border:0px;	
}

.image-input {
	position: relative;
	height: 38px;
}

.table .image-input {
    height: 28px;
}
.image-input .new_image, .image-input .current_image, .image-input .file_name {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.image-input img {
	width: auto;
	height: 100%;
	padding-right: 8px;
	display: block;
}
.image-input input[type="file"] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 2px;
}

#dashboard {
  font-size: .875rem;
}

#dashboard .feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

#dashboard .menu_company .feather {
  width: 30px;
  height: 30px;
  color: #fff;
  cursor:pointer;
  margin-right:10px;
}

main[role="main"] {
	padding-top:10px;
	transition:all 0.5s ease;
}

#header-user {
	color:#fff;
	text-align:right;	
}

/*
 * Sidebar
 */

#dashboard .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  opacity:1;
  transition:all 0.5s ease;
}

#dashboard .sidebar.hidden {
	left:-25%;
	opacity:0;	
}

#dashboard .sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;

  height: calc(100vh - 48px);
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#dashboard .sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

#dashboard .sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

#dashboard .sidebar .nav-link.active {
    color: #548cc7;
    background-color: #dedede;
}

#dashboard .sidebar .nav-link:hover .feather,
#dashboard .sidebar .nav-link.active .feather {
  color: inherit;
}

#dashboard .sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

#dashboard .sidebar .nav-link i {width:20px;text-align:center}

/*
 * Navbar
 */

#dashboard .navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

#dashboard .navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

#dashboard .form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

#dashboard .form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

#dashboard .border-top { border-top: 1px solid #e5e5e5; }
#dashboard .border-bottom { border-bottom: 1px solid #e5e5e5; }


html.signin,
body.signin {
  height: 100%;
}

#signin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  height:100%;
}

#signin .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
#signin .form-signin .checkbox {
  font-weight: 400;
}
#signin .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
#signin .form-signin .form-control:focus {
  z-index: 2;
}
#signin .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#signin .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

img {max-width:100%}

.inputupdated {
	background:#ffeb88 !important;
}


/*SPECIFIC SIZES*/
@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 979px) {


}

@media (max-width: 767px) {
	#dashboard .sidebar.hidden {
	    left: -100%;
	}


	table.responsive,table.responsive tbody,table.responsive tr, table.responsive td {
	display:block;
	}
	table.responsive th {display:none}
	
}

@media (max-width: 480px) {


}