@media screen and (min-width: 200px) and (max-width: 765px)  and (orientation: portrait){
	.login-box{
		width: 80%;
		margin-top: 60%;
		margin-left: -40%;
	}
	.mobile-show{
	display: block;
}
.mobile-hide{
	display: none !important;
}
.logo-top-bar-client {
    width: 50%;
	    max-height: 59px;
	overflow: hidden;
}
	
.logo-top-bar-client .btn-bar-left{
		margin: 0px !important;
	}

.panel-left-client {
    display: inline-block;
    width: 30%;
    height: 66px;
    max-height: 66px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.w-50 {
    width: 50.5%;
}
.content-item.itm{	
	padding: 0px 6px;
}
.top-bar .buttons-top-bar{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
	.panel-left {
	    width: 20%;
	}
	.logo-top-bar {
	    width: 60%;
		text-align: center;
	}
	.panel-rigth {
	    width: 20%;
	}
	.btn-bar-left.home {
    margin-left: 17px;
}
	.filter .input-box {
    width: 80%;
}
	.panel-rigth-client {
    width: 20%;
	}
	.btn-filter{
		height: 46px;
    padding: 0px !important;
    margin: 0px !important;
    min-width: 47px;
    font-size: 162%;
	}
	.modal .content {
    position: absolute;
    width: 100%;
    top: 0;
    min-height: 100%;
    height: auto;
    display: block;
    margin: 0px;
    left: 0px;
    border-radius: 0px;
    padding-bottom: 100px;
    border: 0px;
}
.modal.mod-form.show .modal-foot {
    padding: 15px;
}
	.control-modal-btns {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    left: 0;
    margin: 0px;
}
	.control-modal-btns button{
		    height: 60px;
    border-radius: 0px;
    font-weight: bold !important;
    font-size: 140%;
    color: #fff;
    
	}
	.mobile-cols{
    	flex-direction: column;
	}
	.list-checkbox {
		    width: 100%;
    	margin-bottom: 25px;
	}
	.mw-50{
		width: 50%;
	}
	.buttons-control-top{
		position: fixed;
    	bottom: 0px;
    	z-index: 99;
    	width: 100%;
    	left: 0px;
    	display: flex;
    	height: 60px;
    	justify-content: space-between;
    	flex-wrap: nowrap;
    	flex-direction: row;
	}
	.buttons-control-top button{
		width: 50%;
    	font-size: 120%;
    	font-weight: bold;
    	border-radius: 0px;
	}
	body > .content {
    	padding-bottom: 70px;
	}
	.w-100{
		width: 100%;
	}
	
	.mobile-item.selected{
	    background: #f3f3f3;
	}
	.item-icon span {
    	right: 0;
    	left: inherit;
	}
	.mobile-rows{
		display: flex;
		flex-direction: row;
	}
	#filtersCon .content {
    width: 100%;
}
	.mw-100{
		width: 100%;
	}
	#popedit .content {
    width: 100%;
}
	.mw-100{
		    width: 100% !important;
	}
	#chofer-fm {
    max-width: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 4px #333;
    margin-left: 0;
    width: 100%;
	}
	#observaciones-list {
    max-width: 100%;
    min-width: 100%;
    top: 36%;
    left: 0%;
    margin-left: 0%;
    width: 100%;
}
	#filters, #uploads, #downloads {
    position: fixed;
    max-width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-left: 0;
    width: 100%;
    transform: none;
}
.list-downloads {
    height: 100%;
    position: fixed;
    left: 0px;
    top: 60px;
	}
	#popclient .content {
    width: 100%;
}
#popclientima {
    max-width: 100%;
    top: 10%;
    left: 0;
    margin-left: 0;
    width: 100%;
}
	
	.mw-40{
		width: 40% !important;
	}
	.mw-45{
		width: 45% !important;
	}
	.form-client {
    width: 100%;
}
	.list-address {
    width: 100%;
		    padding-bottom: 92px;
	}
	.mobile-wrap{
		    flex-wrap: wrap !important;
	}
	
	.single-upload .drop-area {
       width: 86px !important;
    height: 80px !important;
		display: flex !important;
	}
	.mo-no-m{
		margin-top: 0 !important;
	}
	
	a.download.client {
    font-size: 100%;
    padding: 2px 3px;
    line-height: inherit;
}

.download.client{
    background:none;
    border: 0px;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    color: #867171;
    border-radius: 0px;
     width: auto;
    text-align: center;
    margin: 1px 5px;
    top: 0px;
    position: relative;
}
	
.list-downloads.mmocl{
    top: 55px;
	padding-top: 20px;
}
	
.download:hover {
    background: none;
}
	
.mod-form-files .modal-content {
    max-height: 100%;
}
	
}

@media screen and (min-width: 200px) and (max-width: 900px)  and (orientation: landscape) {
	.login-box{
		    width: 40% !important;
    margin-top: 6% !important;
    margin-left: -19% !important;
	}
	.mobile-show{
	display: block;
}
	.content-item.itm{	
	padding: 0px 6px;
}
	.single-upload .drop-area {
    	width: 77px !important;
    height: 73px !important;
		display: flex !important;
	}
	.item-icon span {
    right: 0;
    left: inherit;
	}
	.mobile-item.selected{
		    background: #f3f3f3;
	}
	.logo-top-bar-client {
    width: 50%;
	    max-height: 59px;
	overflow: hidden;
		    text-align: center;
}
.logo-client {
    left: 36px;
}
.logo-top-bar-client .btn-bar-left{
		margin: 0px !important;
	}

.panel-left-client {
    display: inline-block;
    width: 30%;
    height: 66px;
    max-height: 66px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.mobile-hide{
	display: none;
}
	.mw-40{
		width: 40% !important;
	}
#filters, #uploads, #downloads {
    max-width: 50%;
    margin-left: -10%;
    width: 50%;
	}
	#observaciones-list {
    min-width: 46%;
		margin-left: -11.555%;
	}
	
#chofer-fm {
    min-width: 29%;
	}
	.top-bar .buttons-top-bar{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
	.panel-left {
	    width: 20%;
	}
	.logo-top-bar {
	    width: 60%;
		text-align: center;
	}
	.panel-rigth {
	    width: 20%;
	}
	.btn-bar-left.home {
    margin-left: 17px;
}
	.filter .input-box {
    width: 80%;
}
	.btn-filter{
		height: 46px;
    padding: 0px !important;
    margin: 0px !important;
    min-width: 47px;
    font-size: 162%;
	}
	.image-item {
    width: 8%;
}
	.content-item {
    width: 92%;
	}
	.w-100{
	width: 100%;
}
	
.mobile-rows{
		display: flex;
		flex-direction: row;
	}
	#filtersCon .content {
    width: 80%;
}
.mm-ri-10{
	    margin-right: 10px;
}
	.list-downloads {
    width: 100%;
    display: block;
    height: auto;
		max-height: 300px;
		overflow: auto;
	}
	
	a.download.client {
    font-size: 100%;
        padding: 0px;
    line-height: inherit;
}

.download.client{
    background: none;
    border: 0px;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    color: #867171;
    border-radius: 0px;
     width: 30px;
    text-align: center;
    margin: 1px 5px;
    top: 0px;
    position: relative;
}

.list-downloads.mmocl{
    top: 55px;
padding-bottom: 20px;
}
.download:hover {
    background: none;
}
	
}

