@media (min-width: 1200px){
	.container {
		width: 1220px;
	}
} 

#lang-container a{
	text-decoration: none;
	color: white;
	padding: 2px 5px;
	background-color: #265a88;
	border-radius: 5px;
	-webkit-transition: all 0.25s linear; /* Safari */
    transition: all 0.25s linear;
}

#lang-container a:hover{
	background-color: #3d96b1;
}

#id_tbl_cc_el th.col-xs-2 {
	width: 170px;
}

#id_tbl_cc_el th.col-xs-1 {
	width: 60px;
}

#id_tbl_cc_el th.col-xs-1:nth-child(1) {
	width: 70px;
}

#id_tbl_cc_el th.col-xs-2:nth-child(2) {
	width: 170px;
}

.bg-info2{
	background-color: #fbebd7;
}

.info-ul{
	padding-inline-start: 0px;
}

.info-tut{
	margin-left: 10px;
	color: #000;
	list-style-type: none;
}

/** START - clone project modal, odoo error modal **/

#cloneProjectModal .modal-dialog, #odooModal .modal-dialog{
	width: 400px;
}

#cloneProjectModal label, #odooModal label{
	width: 45%;
	margin-right: 10px;
	text-align: right;
}

#cloneProjectModal .form-control, #odooModal .form-control{
	width: 50%;
	display: inline-block;
}

.btn-clone-project{	
	margin-left: 5px;
}
.error{
	border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.error.form-control:focus {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/** END  **/