@media print {
  html,body {
    font-size: 12px !important;
  }
    table thead tr th,table tbody tr td, table tfoot tr th {
        font-size: 12px !important;
        padding: .3em .5em !important;
    }
    table tbody tr td.right.aligned{
        text-align: right !important;
    }
    #printFooter{
        position: fixed;
        bottom: 0
    }
}
.login.column {
    max-width: 650px;
    margin-top: 8%;
}
.register.column {
    max-width: 850px;
    margin-top: 8%;
}
.block-header{
    width: 500px;
    padding-top: 1.3em;
}
.block-header h1.ui.header{
    padding-top: 20px;
}
.block-header img{
    margin-left: 15px;
}
.login.column .ui.raised.segment {
    -webkit-box-shadow: -1px 2px 30px -7px rgba(0, 0, 0, 0.89);
    -moz-box-shadow: -1px 2px 30px -7px rgba(0, 0, 0, 0.89);
    box-shadow: -1px 2px 30px -7px rgba(0, 0, 0, 0.89);
    border: none !important;
}
.quote.column {
    /*background-image: url("../img/bg.png");*/
    background-size: cover;
    color: #ffffff;
}
.lightblue {
    background-color: #2bbbff !important;
    color: #ffffff !important;
}
.darkLight{
    background-color: #f2f3f4 !important;
}
.fullheight{
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.inverted a {
    color: #eeeeee !important;
}

.inverted a:hover {
    color: #ffffff !important;
}
.no-round{
    border-radius:0 !important;
}
.no-margin{
    margin: 0 !important;
}
.no-margin-top{
    margin-top: 0 !important;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
/*
 * Dashboard Layout
 */
.dash-container{
    display: flex;
    height: 100vh;
    flex-direction: row;
    overflow-y: hidden;
    flex-wrap: nowrap;
    align-items: stretch;
position: relative;
}
.dash-nav{
    background-color: #2bbbff;
    flex: 0 0 230px;
}
.dash-content{
    flex: 8;
    position: relative;
     overflow: auto;
}

.dash-content .content{
    padding: 1.5em 2em;
    margin-top: 45px;
     overflow: auto;
}
#data{
    margin-top: 1em;
}
.dash-top-nav{
    height: 45px !important;
    position: fixed;
    width: calc(100% - 230px) !important;
    z-index: 10;
}
.dash-nav .ui.menu .item > .content > .item {
    /*padding-left: 3.1em !important;*/
    font-size: 0.9em !important;
    padding: 0.7em 2.8em !important;
}
.nav-brand{
    height: 45px !important;
    padding: 0.6em !important;
    background-color: #0e566c;
    color: #ffffff !important;
    margin: 0 !important;
}
.fluid.item{
    width: 100% !important;
}
.full-height{
    height: 100% !important;
}

img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
    margin: 3px 10px 5px 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"]{
    margin: 3px 0px 5px 10px;
}
img{
    margin-bottom: 10px;
}
.clear { clear:both; }
.post {
    font-size: 1.2em !important;
}

.ui.list > .item > .list{
    margin-left: 20px !important;
}
.ui.fixed.menu > .container > .header.item {
    padding: 5px 65px !important;
    width: 250px !important;
    text-align: center !important;
}
.ui.main.container{
    padding-top:65px !important;
}
.ui.main.container img.ui.fluid.img{
    max-width: 100% !important;
}
.ui.main.container p{
    font-size: 1em !important;
}
.ui.main.container a{
    color: #2e3032;
}
.ui.main.container a:hover{
    color: #0f0f10;
}
p{
    color: #0f0f10 !important;
}
h3.sub.header{
    margin-bottom: 10px !important;
}
.ui.main.container{
    position: relative !important;
    margin-bottom: 110px;
}
.ui.main.container h2{
    font-size: 1.3em;
}
.ui.main.container h3{
    font-size: 0.8em;
}
.right.aligned.field{
    text-align: right !important;
}
.footer{
    margin-top: 1em;
    border-top: 1px solid #dcdcdc;
    padding: 10px 10px;
    position: fixed;
    clear: both;
    bottom: 0;
    width: 100% !important;
    height: 60px;
    margin-top: -100px;
    background-color: #ffffff;
}
.ui.sidebar{
    background-color: #ffffff;
    width: 230px !important;
    padding: 10px;
}
.sub.header{
    color: #3B666B !important;
}
.page-header{
    background: url('../img/bg.png');
    background-size: cover;
    height: 200px;
    margin-top: 45px;
}
.jssocials-share a i{
	color: #ffffff !important
}
.jssocials-share-link{
	padding:5px !important;
}
.jssocials-share-count{
	color: #ffffff !important
}
ol > li {
	margin-bottom: 0.5em !important;
}
ol > li > p {
	margin-top: 0.5em !important;
}


h1.ui.header{
    font-size: 1.5em !important;
}
h2.ui.medium.header{
    font-size: 1.3em !important;
}
h3.ui.medium.header{
    font-size: 1.2em !important;
}
h4.ui.medium.header{
    font-size: 1.1em !important;
}
h4.ui.small.header{
    font-size: 1em !important;
}
a.mobile.item{
    display: none !important;
}
.content.icon{
    padding: 0  !important;
    margin: 1.1em !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    a.mobile.item {
        display: block !important;
    }
    a.mobile.item .close.icon{
        margin-top: 1em;
    }


    .dash-nav {
        background-color: #2bbbff;
        flex: 0 0 100%;
        display: none;
    }
    .dash-top-nav {
        height: 45px !important;
        position: fixed;
        width: 100% !important;
        z-index: 10;
    }
    .dash-content {
        flex: 8;
        position: relative;
        overflow: auto;
    }
}
.ui.metro.grid  .ui.segment{
    padding:35px 20px !important;
    cursor: pointer !important;
}
.ui.metro.grid  .ui.inverted.blue.segment:hover{
    background-color: #248bd9 !important;
}
.ui.metro.grid  .ui.inverted.orange.segment:hover{
    background-color: #f28136 !important;
}
.ui.metro.grid  .ui.inverted.red.segment:hover{
    background-color: #ef3030 !important;
}
.ui.metro.grid  .ui.inverted.teal.segment:hover{
    background-color: #0acbc2 !important;
}
.ui.metro.grid  .ui.inverted.violet.segment:hover{
    background-color: #703ce0 !important;
}
.ui.metro.grid  .ui.inverted.brown.segment:hover{
    background-color: #b57349 !important;
}
.ui.metro.grid  .ui.inverted.yellow.segment:hover{
    background-color: #fcc830 !important;
}
.ui.metro.grid  .ui.inverted.green.segment:hover{
    background-color: #26d850 !important;
}
.middle.aligned.field{
    padding: 5% 0;
}
.middle.aligned.field label{
    padding: 10% 0;
}

.datepicker{z-index:9999 !important}
.box{
    width: 100%;
    color: #ffffff;
    display: block;
    height: 150px;
    overflow: hidden;
	position: relative;
	cursor: pointer;
}
.box .ui.header{
    color: #ffffff !important;
}
.box > .box-data{
    position: absolute;
    left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
	height: 150px;
	transition: all .2s ease;
}
.box > .box-data > .box-hover h3.ui.no-margin.header{
      font-size: 1em !important;
      margin-bottom: 0em !important;
  }
.box-hover{
    margin-top: 1em !important;
    padding-top: 1em !important;
}
.box:hover .box-data {
	height:450px;
	transition: all .2s ease;
}
.box p {
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.box:hover p {
height: 3em;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease;
}
.ui.form input,.ui.form textarea{
    background: #fafafa !important;
}
.ui.fullscreen.modal{
    width: 100% !important;
}
.full-layout{
    padding: 1em;
    height: 85vh;
    padding-top: 65px;
}
#customer{
    height: 60vh;
    overflow-y: scroll;
    padding: 0.5em 0.5em 0.5em 0;
    margin-bottom: 1em;
}
#customer .ui.list .item{
    background-color: #fafafa !important;
    margin-bottom: 0.2em !important;
}
#customer  .ui.list .item:hover{
    background-color: #f6f6f6 !important;
}
#customer  .ui.list .active.item{
    background-color: #f3f3f3 !important;
}
#detail{
    height: 100%;
    position: relative;
    overflow: hidden;
}
#stock{
    height: 40vh !important;
    overflow-y: auto;
}
#in_vehicle{
    height: 25vh !important;
    overflow-y: auto;
}
.graph{
    background-color: #f6f6f6 !important;
    width: 100%;
    height: 43vh;
    margin-bottom: 1em;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .box-data h2.ui.header{
      font-size: 1.2em !important;
      margin-bottom: 1.5em !important;
  }
    .box-hover h2.ui.no-margin.header{
      font-size: 1.2em !important;
      margin-bottom: 0em !important;
  }
    .computer.only.menu{
        display: none !important;
    }
            .block-header .ui.huge.header{
            font-size: 1.1em !important;
        }
            .block-header{
                width:100% !important;
            }
            .ui.tiny.image{
                width: 60px !important;
            }
            .box > .box-data{
    position: absolute;
    left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
	height: 110px;
	transition: all .2s ease;
}
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-data  h2.ui.header{
      font-size: 1.4em !important;
      margin-bottom: 1.5em !important;

  }
     .box-hover h2.ui.no-margin.header{
      font-size: 1.2em !important;
      margin-bottom: 0em !important;
  }
        .computer.only.menu{
        display: none !important;
    }
        .block-header .ui.huge.header{
            font-size: 1.5em !important;
        }
.block-header{
                width:100% !important;
            }
.ui.tiny.image{
                width: 60px !important;
            }
.box > .box-data{
    position: absolute;
    left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
	height: 110px;
	transition: all .2s ease;
}
}
/* Big Screen */
@media only screen and (min-width: 1366px){
    .ui.container {
        width: 1300px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
@media only screen and (min-width: 1600px){
    .ui.container {
        width: 1500px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
@media only screen and (min-width: 2000px){
    .ui.container {
        width: 1900px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
.delay-01s{
    animation-delay: 0.1s;
}
.delay-02s{
    animation-delay: 0.2s;
}
.delay-03s{
    animation-delay: 0.3s;
}
.delay-04s{
    animation-delay: 0.4s;
}
.delay-05s{
    animation-delay: 0.5s;
}
.delay-06s{
    animation-delay: 0.6s;
}
.delay-07s{
    animation-delay: 0.7s;
}
.delay-08s{
    animation-delay: 0.8s;
}
.delay-09s{
    animation-delay: 0.9s;
}