a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}
.header{
	/*background-color: #34afd4;*/
	background-color: #d48fb6;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
} 
.under-header{
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	border-top: 2px solid rgba(149, 152, 154, .5);
	border-bottom: 2px solid rgba(149, 152, 154, .5);
	margin-bottom: 30px;
	padding-left: 15px;
	color: #95989A;
}
.green-round, .red-round{ 
	border-radius: 30px;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */  
	width: 215px;
	height: 40px;  
	margin: 0 auto;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	color: white;
	text-align: center;  
} 
.green-round{
	background-color: #d48fb6;
	cursor: pointer;
}
.red-round{
	background-color: #E8183D;
	/*font-style: italic;*/
} 
.time-cell{
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	color: #95989A;  
	margin-right: 10px;
}
.schedule-wrapper {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(auto-fill, minmax(49%, 1fr) );
	width: 100%;
	/* transform: translateX(-50%); */
	margin: 25px auto;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	color: #95989A;  
}

.inline-wrapper div{
	display: inline-block;
	margin-bottom: 20px;
}
.schedule-wrapper .inline-wrapper:nth-child(odd) {
	text-align: right; 
	padding-right: 50px;
}
.schedule-wrapper .inline-wrapper:nth-child(even) {
	text-align: left; 
	padding-left: 50px;
}

@media only screen and (max-width:700px) {
	.schedule-wrapper { 
		grid-template-columns: repeat(auto-fill, minmax(319px, 1fr) );
	}
	.schedule-wrapper .inline-wrapper.inline-wrapper:nth-child(odd) {
		text-align: center;
		padding: 0;
	}
	.schedule-wrapper .inline-wrapper.inline-wrapper:nth-child(even) {
		text-align: center;
		padding: 0;
	}
	.time-cell {
		margin-right: 5px;
	}
}
.back-button {
	margin: 0 auto; 
	display: table; 
    padding: 10px 30px;
    padding-left: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    cursor: pointer;
	color: #888; 		
	font-size: 2em;  
}
.back-button span {
}

.app-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    padding-top: 20%; /* Location of the box */ 
    position:fixed;
    top:0;
    left:0;
    width: 100%; /* Full width */ 
    height: 100%;
    background: #fff;
    border-radius: 6px; 
    overflow: auto; 
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.app-modal .content { 
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    width: 55%; 
    max-height: 85%;
    position: relative; 
    margin: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s ; 
}

.app-modal button {
    width: 100px;
    margin-top: 8px;
}

/* The Close Button */
 

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.title-underline {
    height: 3px;
    width: 35%;
    color: #0E9543;
    background-color: #0E9543;
    margin: 15px auto;
}

.modal-title {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 20px;
}

.modal-body {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250  px, 1fr) );
    padding: 0;
    font-size: 18px;
}

.modal-body div {
  text-align: right;
}

.modal-body select {
    width: 100px;
    display: inline;
}

.modal-table {
    margin: 0 auto; 
}
.modal-table td {
    padding-bottom: 5px;
}
.left-cell {
    text-align: right !important; 
    padding-right: 10px;
    /*font-weight: bold;*/
}
.right-cell {
    text-align: left; !important; 
    padding-left: 5px; 
    color: #000;
    font-weight: bold;
}

@media only screen and (max-width:768px) {
     .app-modal .content {  
        width: 95%; 
    }
}

#calltype-select {
    display: none;
}

#calltype-select .modal-body {
    /*display: inline;*/
}

.btn-calltype {
    display: inline !important;
    color: black !important;
    background-color: #eaeaea;
    cursor: pointer;
    width: auto !important;
    margin-right: 10px;
}

.btn-calltype:hover {
    background-color: #c1c1c1;
}

.app-icon {
    margin-right: 10px;
    width: 25px;
    position: relative;
    vertical-align: top;
}

#presubmit-modal button {
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 19px;
    margin-left: 20%;
}

@media only screen and (min-width:768px) {
    #presubmit-modal button { 
    margin-left: 42%;
    }
}


.btn-scalp {
    background-color: #0E9543; 
    margin-left: auto !important;  
}
.btn-skin {
    /*background-color: #34afd4;*/
    background-color: #ddbccf;      
    margin-left: auto !important; 
}

.presubmit-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}