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

body{
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ededed 97%);
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ededed 97%);
    background: linear-gradient(135deg, #ffffff 0%,#ededed 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
    background-attachment: fixed;
}

/*.navbar{
    height: 5.3rem;
    margin-bottom: 50px;
    background: linear-gradient(to bottom, #2f424a 0%,#38444a 40%,#46636d 100%);
    -webkit-box-shadow: 0px 8px 107px -28px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 8px 107px -28px rgba(0,0,0,0.62);
    box-shadow: 0px 8px 107px -28px rgba(0,0,0,0.62);
}
.navbar h1{
    font-family: ubuntu;
    color: white;
    letter-spacing: 2px;
}*/

#navcontainer{
    width:100%;
    margin-bottom: 50px;
    background: linear-gradient(to bottom, #2f424a 0%,#38444a 40%,#46636d 100%);
    -webkit-box-shadow: 0px 8px 107px -28px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 8px 107px -28px rgba(0,0,0,0.62);
    box-shadow: 0px 8px 107px -28px rgba(0,0,0,0.62);
    padding:0;
    font-size: 20px;
    font-family: Ubuntu, sans-serif;
    color: white;
}

/*#navcontainer a {
    display:inline;
    text-decoration: none;
}*/

.title_and_logo{
	display: inline-block;
}

#head_icon{
    margin-left: 10px;
}

#title_nav{
    text-decoration: none;
    display: inline-block;
    font-size: 45px;  
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    color: white;
}


.right_menu{
	float: right;
}

.right_menu > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    color: white;
    margin: 30px 50px 0 0;
}

.right_menu > a:first-child:hover {
     color: #5feadf;
}

.right_menu > a:last-child:hover {
     color: #54dc72;
}

.container{
    margin-top: 20px;
}

.appoints_list{
    font-size: 13px;
    font-weight: bold;
}

.name_sidebar{
    font-size: 15px;
}

.name_sidebar form{
    margin: 0;
}

.type_sidebar{
    font-weight: bold;
    padding-left: 60px;
}

#e_container > div > div,
#g_container > div > div{
    margin-bottom: 5px;
}

#e_container > div > div:last-child,
#g_container > div > div:last-child{
    margin-bottom: 0;
}

#submitButton {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#submitButton:hover {
    background-color: #45a049;
}

#nextButton {
    display:block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #4ca7af;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#nextButton:hover {
    background-color: #45939a;
}

#saveButton {
    width: 100%;
    background-color: #5879a9;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#saveButton:hover{
    background: #496388;
}

input[type="checkbox"]{
    cursor: pointer;
}

.minusBtn{
    /*font-family: Ubuntu, sans-serif;*/
	padding: 0;
	/*margin-bottom: 6px;*/
	/*width: 25px;*/
    text-align: center;
    vertical-align: middle;
    background-color: #e45b56;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.minusBtn:hover{
    background-color: #bd4b47;
}

.plusBtn{
    font-family: Ubuntu, sans-serif;
    padding: 0;
    /*width: 25px;*/
    text-align: center;
    vertical-align: center;
    background-color: #7bbd5e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 20px;
}


.plusBtn:hover{
    background-color: #5c8e47;
}

select{
	vertical-align: middle;
    margin-left: 5px;
}

select:first-child{
    margin-left: 0;
}

.appos{
    padding-left: 70px;
    font-weight: normal;
}

.checkbox_label{
    cursor: pointer;
}

.remove_btn_sidebar{
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    height: 20px;
    width: 20px;
    background-color: #c73023;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

.remove_btn_sidebar:hover{
    background-color: #c79323;
}

.edit_btn_sidebar{
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    height: 20px;
    width: 20px;
    background-color: #3c6b8c;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
}

/*.material-icons{
    font-size: 13px;
    color: white;
}*/

.edit_btn_sidebar:hover{
    background-color: #65adc7;
}


.warning{
    background: yellow;
    margin-bottom: 15;
    display: block;
    height: 40px;
    text-align: center;
}

.sub_list{
    border-left: 1px solid #bdbdbd;
    height: 50%;
}

div.information {
    background: #d1ecf1;
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: -20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #686868;
}

div.information > p {
    margin-bottom: 0;
}

div.information > p > a {
    color: #4caf50;
    text-decoration: underline;
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (max-width: 768px) {
	.right_menu{
		float: none;
		text-align: right;
	}
	.right_menu > a {
		margin: 0;
		padding: 0 30px 10px 0; ;
	}
	

}