
@media only screen and (max-width: 1550px) {

	/*DASHBOARD*/
	
	.dashboard-container-tn, .dashboard-container{
		width: 100%;
	}

}

@media only screen and (max-width: 1450px) {
	.img-big{
		margin-top: 25px;
	}

	.images-container-cc{
		padding-right: 25px;
	}
}

@media only screen and (max-width: 1440px) {

    /*CONCEPTS CAMPAIGNS*/
	.container-cc {
	    width: 100%;
	    max-width: 100%;
	}

	.main-content-cc {
	    padding-left: 25px;
	    padding-right: 10px;
	}
}


@media only screen and (max-width: 1200px) {

    /*CONCEPTS CAMPAIGNS*/
	.img-push-top-50{
		margin-top: 0;
	}

	.container-cc-tn{
		margin-bottom: 92px;
	}


}

@media only screen and (max-width: 1160px) {
	.col-cml-right, .col-list-header-right{
		width: 70%;
	} 
	.col-list-header-left, .col-cml-left{
		width: 30%;
	}
}


@media only screen and (max-width: 1150px) {
	.img-big{
		width: 100%;
	}
}

@media only screen and (max-width: 1045px) {
    
    /*DASHBOARD*/
	.title {
	    margin-top: 45px;
	    line-height: 35px;
	}

}

@media only screen and (max-width: 1000px) {
	.col-cml-right, .col-list-header-right, .col-list-header-left, .col-cml-left{
		width: 100%;
	}

	.col-list-header-right{
		margin-top: 25px;
	}
	
	.header-col-list, .footer-ml{
		display: inherit;
	}	

	.footer-ml{
		padding: 0;
	}
}


@media only screen and (max-width: 920px) {
	.img-small{
		width: 100%;
	}
}


@media only screen and (max-width: 768px) {
    
    /*CAMPAIGN*/
    .cancel-modal-campaign, .cancel-modal-resources{
    	width: 100%;
    	margin-bottom: 15px;
    }

    .delete-modal-campaign, .delete-modal-resources{
    	width: 100%;

    }

    /*DASHBOARD*/
	#page-wrapper{
		padding: 0 0;
	}

	ul.nav.navbar-top-links.navbar-right {
	    padding: 0 50px;
	}

	/*CONCEPTS CAMPAIGNS*/

	.remove-padding-right{
		padding-right: 15px;
	}

	.btn-create-campaign, .btn-cancel-rcn, .btn-save-rcn{
		width: 100%;
	}

	/*CONCEPT MEDIA LIST*/
	.btn-icon-cml{
		width: initial!important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 771px){
	.btn-small-col-list{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 700px) {
    
	/*LOGIN*/

	.modal-dialog.modal-md {
	    width: 100%;
	    height: 100%;
	}

	input#email, input#password, button.btn.btn-primary {
	    width: 100%;
	}

	.input-group {
	    width: 100%;
	}
	
	.modal-main{
		padding: 0 15px!important;
	}

	/*CONCEPTS CAMPAIGNS*/

	.btn-cc{
		width: initial!important;
	}

	.container-cc-tn{
		margin-bottom: 50px;
	}

	/*COLLECTION LIST*/


	.btn-small-col-list{
		margin-bottom: 10px;
		margin-left: 0!important;
	}

	.dl-btn-col-list{
		width: 100%;
	}

	.ddl-container {
    text-align: left;
	}

	.ui-select-col-list {
	    margin-top: 10px;
	}

	.ui-select-lang-col-list{
		width: 100%;
	}


}

@media only screen and (max-height: 700px) {
/*	.full-height-cuz{
		height: initial!important;
	}*/
}


/*CONCEPTS CAMPAIGNS*/


@media only screen and (max-width: 1200px) {
    
	.img-push-top-50{
		margin-top: 0;
	}

	.container-cc-tn{
		margin-bottom: 92px;
	}


}


