/*
    DTP - DATA TRANSFER PLATFORM v1.0
    Digital Sales 2019

    @version: 		1.0.0.20191001
    @review:  		2019-10-02 11:00
	@description: 	main css
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');

.bbb{
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,0,0,0.5);
    box-shadow: inset 0px 0px 0px 1px rgba(255,0,0,0.5);
}


/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

/* link-close */
.link-close-red{
	text-decoration: none;
	color: rgb(226, 226, 226);
	transition: color .3s;
}
.link-close-red:hover{
	text-decoration: none;
	color: white;
}

.link-close-white{
	text-decoration: none;
	color: rgb(170, 0, 0);
	transition: color .3s;
}
.link-close-white:hover{
	text-decoration: none;
	color: red;
}




/* ------------------------------------------------------------------------- */
/* resets */
.reset{
	margin: 0px !important;
	padding: 0px !important;
}

.alert-danger{
	background-color: #ff0008;
	color: white;
	border-color: #880b0f;
}

.alert-success{
	background-color: #65a300;
	color: white;
	border-color: #447207;
}

.opacity-25{
	opacity: .25;
}

.opacity-50{
	opacity: .5;
}

.wt-100px { width: 100px; }
.wt-110px { width: 110px; }
.wt-120px { width: 120px; }
.wt-130px { width: 130px; }
.wt-140px { width: 140px; }
.wt-150px { width: 150px; }
.wt-160px { width: 160px; }
.wt-170px { width: 170px; }
.wt-180px { width: 180px; }
.wt-190px { width: 190px; }
.wt-200px { width: 200px; }
.wt-250px { width: 250px; }
.wt-300px { width: 300px; }
.wt-350px { width: 350px; }


/* ------------------------------------------------------------------------- */
/* main */
body{
	background-color: #494949;
	background-size: cover;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
}

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

.btn-red{
	text-decoration: none;
	background-color: #ee3223;
	color: white;
	font-size: 1.1em;		
}
.btn-red:hover{
	text-decoration: none;
	transition: background-color .5s;
	background-color: #4A4A4A;
	color: white;
	font-size: 1.1em;		
}
.btn-blue{
    text-decoration: none;
    background-color: #1b75bc;
    color: white;
    font-size: 1.1em;
}
.btn-blue:hover{
    text-decoration: none;
    transition: background-color .5s;
    background-color: #fcd736;
    color: rgb(68, 68, 68);
    font-size: 1.1em;
}
.btn-100{
	width: 100px !important;
}
.btn-150{
	width: 150px !important;
}
.btn-200{
	width: 200px !important;
}
.btn-250{
	width: 250px !important;
}
.ellipsis{
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.width-100{
	width: 100%;
}
.width-75{
	width: 75%;
}
.width-50{
	width: 50%;
}
.section-title{
	color: #ee3223;
}
/* media queries for responsivness*/
@media (min-width: 992px){
	.img-mobile{
		display: none;
	}
	.menu-mobile{
		display: none;
	}
}

@media (max-width: 991px){
	.img-pc{
		display: none;
	}
	.menu-pc{
		display: none;
	}
}








/* ------------------------------------------------------------------------- */
/* login */
.login-form-wrapper{
	position: relative;
	top: 150px;
}
.title-text{
	font-size: 1.1em;
}
.font-red{
	color: #ee3223;
}




/* ------------------------------------------------------------------------- */
/* user bar */
.user-bar-wrapper{
	background: #484848;
	color: white;
	font-size: 1.25em;	
}
.user-bar-wrapper .nav-link{
	padding: 20px 20px;
	text-decoration: none;
	font-weight: 100;
	color: white;
	border-left: 1px solid #6F6F70;
}
.user-bar-wrapper .nav-link:hover{
	text-decoration: none;
	font-weight: 100;
	background-color: #313131;
	transition: background-color 1s;
}
.user-bar-title{
	color: white;
	font-size: 1em;	
}
.user-bar-subtitle{
	color: #ee3223;
	font-size: .8em;	
	margin-left: 35px;
}
.username{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .8em;
	font-weight: 300;
	color: white;
}

/* ------------------------------------------------------------------------- */
/* main menu */
.main-menu-wrapper{
	margin-top: 80px;
}










/* ------------------------------------------------------------------------- */
/* upload negative filter */
.negatives-wrapper{	
	background: white;
	color: black;
	margin-top: 50px;
	margin-bottom: 120px;
}
.negatives-title{
	background: #ee3223;
	color: white;
	font-size: 1.1em;
	font-weight: 100;
}
.positives-title{
	background: #398537;
	color: white;
	font-size: 1.1em;
	font-weight: 100;
}
.negatives-phone-box{	
	font-size: .9em
}
.negatives-control-phone{
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}
.negatives-form{
	font-size: .9em;
}
.negatives-form-file-input{
	background: lightgray;
}
.negatives-radio-box{
	height: 50px;
}
.negatives-form-radio{
	font-size: .9em;
}
.negatives-resting-card{
	font-size: .9em;
	background: #f3f1f1;
	border: 1px solid lightgray;
	border-radius: 5px;
}
.negatives-resting-days{
	width: 80px !important;
}
.negatives-form-submit-wrapper{
	background:#ffffff;
	font-size: .9em;
}

.modal-help{
	height: 400px;   
	overflow-y : scroll;
}






/* ------------------------------------------------------------------------- */
/* MANAGEMENT */
.management-wrapper{
	background: white;
	border: 1px solid lightgray;
	/* border-radius: 10px;		 */
	color: black;
}
.scroll {
    overflow-y: scroll;
    height: 430px;
}
.link-active{
	text-decoration: none;
	color: rgb(0, 161, 0);
}
.link-active:hover{
	text-decoration: none;
	color: rgb(0, 95, 0);
}
.link-not-active{
	text-decoration: none;
	color: rgb(219, 0, 0);
}
.link-not-active:hover{
	text-decoration: none;
	color: rgb(172, 0, 0);
}
.link-clock-no-block{
	text-decoration: none;
	color: rgb(179, 179, 179);
}
.link-clock-no-block:hover{
	text-decoration: none;
	color: rgb(138, 138, 138);
}
.link-clock-with-block{
	text-decoration: none;
	color: rgb(255, 0, 0);
}
.link-clock-with-block:hover{
	text-decoration: none;
	color: rgb(200, 0, 0);
}

/* NEW USER */
.label-password{
	padding: 5px;
	width: 130px;
	font-size: 1em;
	border: 1px solid lightgray;
	border-radius: 5px;
	background: rgb(230,230,230);
}
.roles-button{
	text-decoration: none;
	border: 1px solid lightgray;
	border-radius: 5px;
	background: rgb(230,230,230);
	padding: 5px;
	font-size: .9em;
	color: rgb(51, 51, 51);
}
.roles-button:hover{
	text-decoration: none;
	border: 1px solid lightgray;
	border-radius: 5px;
	background: rgb(199, 199, 199);
	padding: 5px;
	font-size: .9em;
	color: black;
}
.user-upload-virtuals{
	font-size: 1.1em;
}

.file-virtuals-panel{
	border: 1px solid rgb(230,230,230);
	background: rgb(250,250,250);
	border-radius: 5px;
}
.file-deleted-from-bd{
	background: rgb(255, 255, 255) !important;
	color: rgb(192, 192, 192) !important;
}

.link-delete{
	text-decoration: none;
	color: rgb(255, 0, 0);
}
.link-delete:hover{
	text-decoration: none;
	color: rgb(200, 0, 0);
}

/* ------------------------------------------------------------------------- */
/* HELP */
.help-section{
	color: white;
	padding: 100px 0px 50px 120px;
}
.help-title-white{
	font-size: 2.5em;
	font-weight: bold;
	color: white;
}
.help-title-red{
	font-size: 2.5em;
	font-weight: bold;
	color: red;
}
.help-text-section-1{
	font-weight: 100;
	font-size: 1.2em;
	line-height: 150%;
	color: white;
	text-align: justify;	
}
.help-text-section-2{
	background: white;
	font-size: 1.3em;
	line-height: 150%;
	color: black;
	padding: 80px 120px 80px 120px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.help-text-section-3{
	background: white;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 150%;
	color: black;
	padding: 80px 120px 80px 120px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.help-nav{
	background: #3a3a3a;
}
.help-nav a{
	padding: 10px 30px;
	text-decoration: none;
	color: lightgray;
	font-size: 1.2em;
	background: #3a3a3a;
	transition: background .5s;
}
.help-nav a:hover{
	padding: 10px 30px;
	text-decoration: none;
	color: lightgray;
	font-size: 1.2em;
	background: #7c1a1a;
}
.instruction-title{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
.instruction-text{
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 150%;
}

/* ------------------------------------------------------------------------- */
/* footer */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 120px;
	line-height: 120px; /* Vertically center the text there */
	background-color: white;
	color: black;
}
.footer-logo{
	width: 50px;
}