@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
.btn-color{
    background-color: #0e1c36;
    color: #fff;
    
  }
  
  .profile-image-pic{
    height: 200px;
    width: 200px;
    object-fit: cover;
  }
  .cardbody-color{
    background-color: #ebf2fa;
  }
  
  a{
    text-decoration: none;
  }

.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.temprana{
	background-color: #FFFF66!important;
}

.tiempo{
	background-color: #66FF33!important;
}

.registro{
	background-color: #FF5050!important;
}


.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.main-menu {
background:#344a99;
border-right:1px solid #e5e5e5;
position:absolute;
top:0;
bottom:0;
height:100%;
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#fff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
.wrapper {
	display: grid;
	grid-template-columns: 240px 240px 240px 240px;
	grid-template-rows: 100px;
	margin-left: 150px;
	margin-top: 50px;
	
  }
  
.greenBack{
	background-color: #80E961;
	text-align: center;
	justify-content: center;
	border-radius: 25px 25px 25px 25px;
	margin-right: 25px;
}
.yellowBack{
	background-color: #F1FA7E;
	text-align: center;
	justify-content: center;
	border-radius: 25px 25px 25px 25px;
	margin-right: 25px;
}
.orangeBack{
	background-color: #FFA87F;
	text-align: center;
	justify-content: center;
	border-radius: 25px 25px 25px 25px;
	margin-right: 25px;
}
.blueBack{
	background-color: #B0F6F2;
	text-align: center;
	justify-content: center;
	border-radius: 25px 25px 25px 25px;
	margin-right: 25px;
}
.textWrapper{
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-top: -10px;
}
.textWrapperTitle{
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 900;
}
.textPedido{
	font-weight: 800;
}
/*Blue*/
.bottonBlue{
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	border-color: #03f8eb;
	border-style: dashed;
	cursor: pointer;
	background-color: #B0F6F2;
	color: #000;
	text-align: center;
	font-size: 15px;
}
.bottonBlue:hover{
	background-color: #67f4ed;
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	cursor: pointer;
	font-size: 15px;
	border-color: #000;
	border-style: dashed;
}

/*Green*/
.bottonGreen{
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	border-color: #56e42a;
	border-style: dashed;
	cursor: pointer;
	background-color: #80E961;
	color: #000;
	text-align: center;
	font-size: 15px;
}
.bottonGreen:hover{
	background-color: #56e42a;
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	cursor: pointer;
	font-size: 15px;
	border-color: #000;
	border-style: dashed;
}

/*Yellow*/
.bottonYellow{
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	border-color: #eeff00;
	border-style: dashed;
	cursor: pointer;
	background-color: #F1FA7E;
	color: #000;
	text-align: center;
	font-size: 15px;
}
.bottonYellow:hover{
	background-color: #f1ff31;
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	cursor: pointer;
	font-size: 15px;
	border-color: #000;
	border-style: dashed;
}

/*Orange*/
.bottonOrange{
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	border-color: #ff6b27;
	border-style: dashed;
	cursor: pointer;
	background-color: #FFA87F;
	color: #000;
	text-align: center;
	font-size: 15px;
}
.bottonOrange:hover{
	background-color: #ff6b27;
	display: block;
	width: 215px;
	height: 30px;
	margin-top: -22px;
	border-radius: 0px 0px 25px 25px;
	cursor: pointer;
	font-size: 15px;
	border-color: #000;
	border-style: dashed;
}
.hint-text {
	float: left;
	margin-top: 10px;
	font-size: 13px;
}    
/* Custom checkbox */
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #03A9F4;
	background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
	max-width: 400px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px 30px;
}
.modal .modal-content {
	border-radius: 3px;
	font-size: 14px;
}
.modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}
.modal .modal-title {
	display: inline-block;
}
.modal .form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #dddddd;
}
.modal textarea.form-control {
	resize: vertical;
}
.modal .btn {
	border-radius: 2px;
	min-width: 100px;
}	
.modal form label {
	font-weight: normal;
}

.container{
  margin-left: 100px;
  margin-top: 100px;
}