/* @import url('https://fonts.googleapis.com/css?family=Orbitron'); */
#clock {
	font-family:sans-serif;
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2f3542;
}
#clock_dashboard {
	font-family: sans-serif;
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2f3542;
    margin-bottom: 30px;
}
.mdtp__wrapper{
	top:120px !important;
}
.clock-timepicker{
	display: block !important;
}
.swal2-popup{
    font-size: 1.5rem !important;
}
.pac-container{
    z-index: 999999 !important;
}
.select2-container .select2-selection--single{
    height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 28px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 1px !important;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 1px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #337ab7 !important;
    border: 1px solid #337ab7 !important;
}

/* Rating Star Widgets Style */
.rating-stars ul {
	list-style-type: none;
	padding: 0;

	-moz-user-select: none;
	-webkit-user-select: none;
}

.rating-stars ul>li.star {
	display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
	font-size: 2.5em;
	/* Change the size of the stars */
	color: #ccc;
	/* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
	color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
	color: #FF912C;
}

.rating-stars-small ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.rating-stars-small ul>li.star {
	display: inline-block;

}
.rating-stars-small ul>li.star>i.fa {
	font-size: 1.5em;
	/* Change the size of the stars */
	color: #ccc;
	/* Color on idle state */
}

/* Hover state of the stars */
.rating-stars-small ul>li.star.hover>i.fa {
	color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars-small ul>li.star.selected>i.fa {
	color: #FF912C;
}


.view-rating-stars-small ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.view-rating-stars-small ul>li.star {
	display: inline-block;

}
.view-rating-stars-small ul>li.star>i.fa {
	font-size: 1.5em;
	/* Change the size of the stars */
	color: #ccc;
	/* Color on idle state */
}

/* Hover state of the stars */
.view-rating-stars-small ul>li.star.hover>i.fa {
	color: #FFCC36;
}

/* Selected state of the stars */
.view-rating-stars-small ul>li.star.selected>i.fa {
	color: #FF912C;
}
.navbar-default .brand{
	padding: 7px 39px !important;
}


/* Document css */
#material_title {
	width: 70%;
	text-align: center;
}
.docutitle{
	display: grid;
	place-items: center;
}
.btn-group.admin a.btn:nth-child(2), .btn-group.admin  a.btn:nth-child(3){
	margin-left: 10px;
}
#help-select {
	font-style: italic;
}
#help-select > strong:nth-child(1){
	color: red;
}
.dropify-font-file::before {
	content: '\e801';
}