    	body{
    		font-family: 'Roboto', sans-serif;
    		background: #f2f4f7;
    		padding-top: 70px;
    	}

    	.navbar-default {
		    background-color: #ffffff;
		    border-color: #e7e7e7;
		    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
		    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
		}

		.form {
		    width: 100%;
		    height: 100%;
		    border: none;
		    background-color: white;
   		    border-radius: 5px;
		}

		.form_body {
		    padding: 35px 30px 30px 30px;
		    height: 100%;
		}

		.form-control{
			border-radius: 0px;
			box-shadow: none;
			border: 1px solid #e0e0e0;
		}

		.form-control:focus {
		    outline: none !important;
		    border:1px solid #4ce1b6;
		    box-shadow: none;
		}

		.control-label{
			font-weight: 400;
    		font-size: 14px;
    		color: #424242;
    	}

    	.form_tit{
    		font-size: 24px;
    		margin-top: 10px;
    		margin-bottom: 25px;
    		color: #424242;
    	}

    	.form_tit2{
    		font-size: 20px;
    		margin-top: 10px;
    		margin-bottom: 25px;
    		color: #424242;
    	}

    	.form_body_tit{
  		    font-size: 22px;
		    margin-bottom: 20px;
    	}
    .table-wrapper {
        background: #fff;
        padding: 20px 25px;
        margin: 10px 0;
		border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

    .abm-wrapper{
        margin: 10px 0;
    }
	.table-title {        
		padding-bottom: 15px;
		background: #435d7d;
		color: #fff;
		padding: 15px 30px 18px 30px;
		margin: -20px -25px 10px;
		border-radius: 3px 3px 0 0;
    }

    .table-title-abm{
    	margin: 0!important;
    }

    .table-title h2 {
		margin: 5px 0 0;
		font-size: 20px;
	}
	.table-title .btn-group {
		float: right;
	}
	.table-title .btn {
		color: #fff;
		float: right;
		font-size: 13px;
		border: none;
		min-width: 50px;
		border-radius: 2px;
		border: none;
		outline: none !important;
		margin-left: 10px;
	}
	.table-title .btn i {
		float: left;
		font-size: 21px;
		margin-right: 5px;
	}
	.table-title .btn span {
		float: left;
		margin-top: 2px;
	}
    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
		vertical-align: middle;
    }
	table.table tr th:first-child {
		width: 60px;
	}
	table.table tr th:last-child {
		width: 100px;
	}
    table.table-striped tbody tr:nth-of-type(odd) {
    	background-color: #fcfcfc;
	}
	table.table-striped.table-hover tbody tr:hover {
		background: #f5f5f5;
	}
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }	
    table.table td:last-child i {
		opacity: 0.9;
		font-size: 22px;
        margin: 0 5px;
    }
	table.table td a {
		font-weight: bold;
		color: #566787;
		display: inline-block;
		text-decoration: none;
		outline: none !important;
	}
	table.table td a:hover {
		color: #2196F3;
	}
	table.table td a.edit {
        color: #FFC107;
    }
    table.table td a.delete {
        color: #F44336;
    }
    table.table td i {
        font-size: 19px;
    }
	table.table .avatar {
		border-radius: 50%;
		vertical-align: middle;
		margin-right: 10px;
	}
    .pagination {
        float: right;
        margin: 0 0 5px;
    }
    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }
    .pagination li a:hover {
        color: #666;
    }	
    .pagination li.active a, .pagination li.active a.page-link {
        background: #03A9F4;
    }
    .pagination li.active a:hover {        
        background: #0397d6;
    }
	.pagination li.disabled i {
        color: #ccc;
    }
    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }
    .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;
	}
	.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;
	}	

	.table-filtros{
    	padding: 10px 0px 15px 0px;
		font-size: 15px;
		color: #5f5e5e;
	}

	.inp_busqueda{
		margin-left: 20px;
		padding: 5px;
		width: 250px;
		border: 1px solid #e0e0e0;
		height: 35px;
	}

	.tab_listado th{
		border-top: 2px solid #ddd!important;
		color: #464646!important;
		font-weight: normal;
		font-size: 15px;
	}

	.tab_listado td{
		color: #444444!important;
	}

	.ldo_eliminar{
		cursor: pointer;
	}

	.btn_ldo_buscar{
	    top: -1px;
	    position: relative;
	    border-radius: 0!important;
	    border-color: #00AAF7!important;
	    height: 35px;
	    background: #00AAF7;
	    color: white;
	}

	.btn_ldo_buscar:hover{
	    background: #0099de!important;;
		color: white!important;;
	}

	.btn_ldo_buscar:focus {
	    background: #0099de!important;;
		color: white!important;;
	}

	.ldo_orden{
		font-size: 11px;
		cursor: pointer;
	}

	.pagination li a{
		color: #444;
	}

	.conf_horarios{
		border: 1px solid #cdcbcb;
		color: #424242;
	}

	.conf_horarios td{
		padding: 10px 30px;
		border-bottom: 1px solid #cdcbcb;
	}

	.inp_conf_horario{
		width: 70px;
		padding: 3px 10px;
		margin-left: 10px;
		margin-right: 40px;
		border: 1px solid #e0e0e0;
	}

	.inp_conf_horario_min{
		width: 50px;
		padding: 3px 10px;
		margin-left: 10px;
		margin-right: 10px;
		border: 1px solid #e0e0e0;
	}

	.btn_agregar_horario{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.conf_horarios_dia{
		font-size: 16px;
	}

	.form_sep{
	   	border: 0.5px solid #cdcbcb;
    	margin: 40px 0px 40px 0px;
    }

        	.ag_rect{
    		background-color: white;
    		border: 0.5px solid #d0d0d0;
    	}

    	#map {
        	height: 300px;
      	}

      	.subtit{
      		font-size: 18px;
      		margin-bottom: 5px;
      		margin-top: 10px;
      	}

      	.tomarturnobtn{
      		text-align: right;
      		margin: 40px 20px;
      	}

      	.profesional{
      		margin-top: 20px;
      		margin-left: 20px;
      		font-size: 28px;
      	}

      	.prof_d1{
      		margin-left: 20px;
      		margin-top: 5px;
      		font-size: 20px;
      	}

      	.datos_cons{
      		margin: 20px;
      	}

      	.tit{
      		font-size: 26px;
      		margin-bottom: 10px;
		    padding-top: 10px;
      	}

      	.conf_prof{
			font-size: 22px;
			padding-top: 13px;
			padding-bottom: 13px;
      	}
