/*GLOBAL
============================================= */

html,body {
	height:100%;     
	/*overflow-x: hidden;*/
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	font-weight: 100;
	font-family: 'Lato';
}

.form-control{
	padding: 1px ;
}
textarea.form-control {
	padding: 6px 12px;
}

.destination-box {
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100px;
    overflow-y: auto;
    display: table-cell;
    vertical-align: middle;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.destination-outer-box {
    border: 1px dashed #e1e1e1;
    padding: 5px 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: table;
}

.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active{
  outline: -webkit-focus-ring-color auto 5px !important;
}

.has-error .select2-selection {
  border-color: rgb(185, 74, 72) !important;
}

.has-info .form-control {
  border-color: blue;
}

.has-success .select2-selection {
  border-color: #3c763d !important;
}

.alert-success{
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
}

#table-apo{
  margin-top: 0px !important;
}

.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

a:hover{
  text-decoration: none !important;
}

.light-font {
	font-weight: lighter;
}

.blue-font{
  color: #0000ff;
}

.padding-small{
	padding-bottom: 10px;
}

.padding-top-30{
  padding-top: 30px;
}

.form-control-feedback {
  top: 10px;
}

.img-table-view{
  height: 40px;
}

.img-view-modal{
  height: 60px;
}

.img-round{
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.img-table-round{
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.green-font {
  color: #008b22;
}

.red-font{
  color: #fc1e29;
}

.inline-block{
  display: inline-block !important;
}

.has-error { 
	border:  1px solid red; 
}

#pet-images-modal .modal-body {
  min-height:336px;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.decoration {
  border: 1px solid #d3d3d3;
  padding:15px;
  margin-bottom:15px;
}

.base{
  height:80px;
  width:auto;
  background:#605ca8;
  position:relative;
  margin-top:40px;
  border-radius: 10px;
  padding-left:110px;
  padding-top:10px; 
  color:#fff; 
  text-decoration:none;
  font-size: 18px;
}

.text-info{
  cursor: pointer;
}
.cross{
  position: absolute;
  top: -15px;
  right: -7px;
  padding: 5px 10px;
  background: #d3d3d3;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.image-view{
  position:absolute;
  height:100px;
  width:100px;
  border-radius:50%;
  border:3px solid #605ca8;
  left:-14px;
  margin-left:0px;
  top: -10px;
  background: #fff;
}

/* LOGIN PAGE 
============================================= */
.login-page {
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
	background-size:cover;
}

.login-logo h1{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 40px;
}

.login-box{
  margin-top: 60%;
}

.login-box-body a {
	font-size: 16px;
	color: #FFFFFF;
}

.login-box-body p {
	font-size: 16px;
	color: #000;
}

.login-box-body{
	background:rgba(0,0,0,0.7);
	padding: 50px;
	border-top: 0;
	color: #000;
}

.text-red{
  color: #ff0000;
}

/* arrow of navigation items 
============================================= */
.sidebar-menu li>a>.fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}

.sidebar-menu li.active>a>.fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu li.active>a>.fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: -7px;
}

.sidebar-menu .treeview-menu>li>a>.fa-angle-right, .sidebar-menu .treeview-menu>li>a>.fa-angle-down {
  width: auto;
}

table.dataTable thead > tr > th {
	padding-left: 9px;
	padding-right: 18px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height: 180px;
}

/* Image upload
============================================= */
.image-box {
	height: 150px;
	width: 280px;
  background-color: #fff;
	border: dotted 1px #111;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}


.image-box i, .image-box-landscape i {
	margin-top: 4.125rem;
}
label input[type="file"] {
  position: fixed;
  top: -1000px;
} 

.image-frame-box {
	width: 250px;
	height: 280px;
  background-color: #fff;
	border: dotted 1px #111;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}


.image-frame-box i, .image-box-landscape i {
	margin-top: 4.125rem;
}
label input[type="file"] {
  position: fixed;
  top: -1000px;
} 


.small-image-box {
	height: 280px;
	width: 200px;
  background-color: #fff;
	border: dotted 1px #111;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}


.small-image-box i, .image-box-landscape i {
	margin-top: 10.125rem;
}
label input[type="file"] {
  position: fixed;
  top: -1000px;
} 

.image-frame-box {
	width: 250px;
	height: 280px;
  background-color: #fff;
	border: dotted 1px #111;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}


.image-frame-box i, .image-box-landscape i {
	margin-top: 4.125rem;
}
label input[type="file"] {
  position: fixed;
  top: -1000px;
} 


.admin-profile .image-box {
  margin-bottom: 10px;
  height: 150px;
  width: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #888;
  background-color: #fff;
}

label {
  max-width: initial;
}

.profile-image-container {
  margin-bottom: 10px;
  height: 150px;
  width: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
}

.image-box  span{
  color: #111 !important;
}

.image-box .bar {
	margin-top: 160px;
	height: 3px;
	background: #008D4C;
	opacity: 0.5;		
}

.small-image-box .bar {
	margin-top: 300px;
	height: 3px;
	background: #008D4C;
	opacity: 0.5;		
}

.form-control {
  border-radius: 0px;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #d2d6de;
}

.img-carousal{
  height:300px !important; 
  display: inline-block !important;
}

.box-footer {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.box-body {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.box {
  border-radius: 0px !important;
}

.font-11px{
  font-size: 11px;
}

.vertical-align-middle {
  vertical-align :middle;
}

.box-header .box-title {
  display: block;
}

.img-products{
  margin: auto;
  max-height:260px!important;
}

.div-bottom-text {
  position: absolute;
  bottom: 5px;
  width: 100% !important;
  text-align: center;
}

.main-sidebar {
  overflow-y: auto !important;
  height: 100% !important;
}

.star {
  visibility: hidden !important;
  font-size: 30px !important;
  cursor: pointer !important;
  text-align: right !important;
  margin: 0px !important;
  color: #31708F;
  
}
.star:before {
  content: "\2606" !important;
  visibility: visible !important;
}
.star:checked:before {
  content: "\2605" !important;
}

.col-star{
  margin-top: -5px;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

.carousel-indicators li {
  background-color: #EEE;
  border: 1px solid #EEE;
}

.card-product-carousel .card-product {
  min-height: 250px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0em !important;
  margin-left: 0px !important;
}

.ledger-closing-bal {
  font-size: 20px;
}

.ledger-negative-mark {
  font-size: 14px;
}

#table-warehouse tfoot tr th{
  padding: 5px !important;
}