main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* a .btn-myprimary {
    background-color: #436b95;
} */
.btn {
    background-color: #436b95;   
    border-color: #436b95;
    color: white;
}

.btn:hover {
    background-color: #71a6d2;
    border-color: #779ecb;
    color: black;
}

.btn:checked .btn-success {
    background-color: #324ab2;
    border-color: #324ab2;
    color: black;
}

/* nav .navbar .navbar-expand-sm .bg-sde {
    background-color: #436b95;
}  */

/* .btn:disabled {
    background-color: #e59a9a;
    border-color: #cb3434;
} */

.dvtitle1Header {
	color:#111111;
	font-size: 1.2em;
	font-weight:bold;
    background-color:#b8e2fa;		
	padding: 5px;
	border: 1px solid #b8e2fa;
	/* Radius */	
	-webkit-border-radius: 5px 5px 5px 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
}
.dvtitle2Header {
	color:#111111;
	font-size: 1.2em;
	font-weight:bold;
	/*background-color:#EDDEC9;*/
    background-color:#f8f082;
	padding: 5px;
	border: 1px solid #f8f082;
	/* Radius */	
	-webkit-border-radius: 5px 5px 5px 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
	
}

.dvtitle3Header {
	color:#111111;
    font-size: 1.2em;
	font-weight:bold;
	background-color:#8ec4e4;	
	padding: 5px;
	
	/*border: 1px solid #DDDDDD;*/
    border: 1px solid #b8e2fa;
	/* Radius */	
	-webkit-border-radius: 5px 5px 0px 0px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
     border-radius: 5px 5px 0px 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
	  -moz-background-clip: padding; 
	  -webkit-background-clip: padding-box; 
	  background-clip: padding-box;

}

div.required label.control-label:after {
    content: " *";
    color: red;
}

label {
    font-weight:bold;
}

.mytiletext {
    color: black;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.mytile1 {
    width: 350px;
    height: 300px;
    border: 1px solid black;
    position: relative;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #90d0f5;
}

.mytile1:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.mytile1:hover {
    background-color: #33b1fa;
}

.mytile2 {
    width: 350px;
    height: 300px;
    border: 1px solid black;
    position: relative;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    /* background-color: #31cc0b; */
    background-color: rgb(250, 248, 111);
}

.mytile2:hover {
    background-color: #f0da17;
}

.mytile3 {
    width: 350px;
    height: 300px;
    border: 1px solid black;
    position: relative;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    /* background-color: #31cc0b; */
    background-color: #c7f069;
}

.mytile3:hover {
    background-color: #4baf08;
}