#main-page > .container { width: 100%; padding: 0; }

/* HEADER */
#intake-form .header { width: 80%; max-width: 450px; display: block; margin: 50px auto 50px auto; }
#intake-form .header img { width: 80%; max-width: 450px; display: block; margin: 0 auto 0 auto; }
#intake-form .header .header-title { margin-top: 50px; }

/* CAROUSEL */
#intake-form .carousel .carousel-inner { overflow: hidden; max-height: 400px; }
#intake-form .carousel .carousel-inner .item img { opacity: 0.1; height: 100%; width: 100%; object-fit: cover; min-height: 500px; }
#intake-form .carousel .fixed-content { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); padding: 20px; width: 100%; }
#intake-form .carousel .fixed-content .title { margin-top: 0; }
#intake-form .carousel .fixed-content div.study-modes { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 1rem 2rem; flex-wrap: wrap; }
#intake-form .carousel .fixed-content div.study-modes > div { flex: 1; margin: 0; }
#intake-form .carousel .fixed-content div.study-modes .panel .panel-body { font-size: 16px; color: #ffffff; }
#intake-form .carousel .fixed-content table.study-modes tr td:first-child { padding-right: 8px; vertical-align: top; }

/* STATISTIC */
#intake-form #statistics { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 1rem 2rem; flex-wrap: wrap; }
#intake-form #statistics > div.stats-title { flex: 1; min-height: 100px; color: #878787; line-height: 25px; padding: 12px 0; } 
#intake-form #statistics > div.stats-title > div.hidden-xs { min-width: 200px; font-size: 25px; }
#intake-form #statistics > div.stats-title > div.visible-xs { font-size: 22px; }
#intake-form #statistics > div.stats {
	border-radius: 6px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    border-color: #dcdfec;
    background-color: #ffffff;
    color: #141414;
    flex: 1;
    overflow: hidden;
    min-height: 100px;
}
#intake-form #statistics > div.stats > .panel-body {
	padding: 10px 15px;
    position: relative;
}
#intake-form #statistics > div.stats > .panel-body > div {
    position: relative;
    z-index: 1;
}
#intake-form #statistics > div.stats > .panel-body > div > strong { 
	font-size: 40px; 
	position: absolute;
    bottom: -50px;
    right: 0px;
}
#intake-form #statistics > div.stats > .panel-body > .fa-solid {
    font-size: 80px;
    right: -25px;
    top: 25px;
    position: absolute;
    z-index: 0;
    float: right;
}

/* SIDEBAR FORM MENU */
#intake-form #menu { 
	position: sticky; 
	top: 10px; 
	z-index: 10; 
	border-radius: 6px; 
	min-height: auto; 
	box-shadow: 0 4px 6px 0 #8d88a547;
	border: 1px solid #c4b3cd;
}
#intake-form #menu .container-fluid { padding: 0; }
#intake-form #menu .nav { margin: 0; width: 100%; }
#intake-form #menu .nav #application-id { margin: 0; border-radius: 6px 0 0 6px; }
#intake-form #menu .nav #application-id .navbar-text { color: #ffffff; }
#intake-form #menu .nav > li.dropdown .dropdown-menu { min-width: 113px; border-radius: 0 0 4px 4px; }
#intake-form #menu .nav > li.dropdown .dropdown-menu > li > a { padding: 5px 15px; }
#intake-form #menu .nav > li > .navbar-text { margin: 0; line-height: 40px; padding: 0 12px; }
#intake-form #menu .nav > li.active > a { color: #555; background-color: #e7e7e7; }
#intake-form #menu .nav > li.active > a .badge { background-color: #46439c; line-height: 14px; }
#intake-form #menu .nav > li.active > a strong { color: #46439c; }
@media (min-width: 768px) {
    #intake-form #menu .nav > li > .navbar-text {
        line-height: 50px;
    }
}
@media (max-width: 768px) {
    #intake-form #menu .nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        background-clip: padding-box;
    }
}

/* FORM */
#intake-form #panel-title { padding: 15px 10px; }
#intake-form #panel-title h3 { text-align: center; }
#intake-form #panel-content .jumbotron { margin-bottom:0px;padding:20px 30px; }
#intake-form form { font-size: 10pt; }
#intake-form form .section-title { padding: 10px; font-weight: bold; }
#intake-form form table { margin-bottom:0px; }
#intake-form form table tbody tr td { vertical-align: middle; }
#intake-form form table tbody tr td.saperator-line { border-right: 1px solid #DDDDDD; }
#intake-form form table tbody tr:first-child td { border-top:0px; }
#intake-form form table.section-A tbody tr td { width:25%; }
#intake-form form table.section-B tbody tr td:first-child { width:50px;text-align:center; }
#intake-form form table.section-B-diploma tbody tr td:first-child { width:30%;}
#intake-form form table.section-C tbody tr td:first-child { width:25%;}
#intake-form form table.section-E tbody tr td:first-child { max-width:160px;}

#intake-form .content dd { margin-left: 30px; }
#intake-form .content #status-page .glyphicon { font-size: 18px; }

#intake-form .bg-alt-danger { background-color:#D9534F;color:#FFFFFF; }

#intake-form #form-loading {display:none;width:100%;height:90px;background:url(../../img/spinner.gif) no-repeat center center;} 

#application #form-loading {display:none;height:90px;background:url(../../img/spinner.gif) no-repeat center center;}

#applicants tr td:nth-child(n+1) { text-align:center; }

#application .iis-container-header .label { padding:4px 8px; font-size:12px; }
#application .table { margin:0px; }
#application .table tr td:first-child { text-align:center; }

#application #application-head .nav-tabs>li>a {font-size:13px;padding:8px 12px;}
#application #application-head .nav-tabs>li>a>span.badge {font-size:10px;display:inline;}
#application #application-head .nav-tabs .nav-title { cursor:default;background-color:transparent; border-width:0px; color:#555; font-weight:bold; }

/* SCHEDULE */
#intake-form #schedule .panel-heading { text-align: center; font-size: 18px; color: #ffffff; }
#intake-form #schedule .panel-body { padding: 0; }
#intake-form #schedule .panel-body table { margin-bottom: 0px; }
#intake-form #schedule .panel-body table > thead > tr > th
{
	background-color: #6f6da5;
	color: white;
	vertical-align: middle;
}
#intake-form #schedule .panel-body table tbody tr td:nth-child(n+3) { width: 115px; }

/* GUIDE */
#intake-form #guide .panel-heading { text-align: center; font-size: 18px; color: #ffffff; }
#intake-form #guide .panel-body { padding: 0; }
#intake-form #guide .panel-body ul { margin-bottom: 0; }

/* APPLICATION LIST */
#intake-form #application-list .panel-heading { text-align: center; font-size: 18px; }
#intake-form #application-list .panel-body { padding: 0; }
#intake-form #application-list .panel-body table > thead > tr > th
{
	background-color: #6f6da5;
	color: white;
	vertical-align: middle;
}
#intake-form #application-list .panel-body table > tbody > tr > td:first-child { text-align: center; }
#intake-form #application-list .panel-body table > tbody > tr > td > button[name='semester_menu'] { 
	border: 0; 
	background: transparent; 
	text-decoration: underline; 
}

/* COLUMN */
#intake-form .row.column { margin-left: -10px; margin-right: -10px; }
#intake-form .row.column > [class*="col-"] { padding-left: 10px; padding-right: 10px; }

/* APPLICATION FORM WARNING */
.application-form-warning { padding: 60px 20px; }
.application-form-warning .warning-icon { font-size: 50px; }
.application-form-warning p { font-size: 20px; }