85 lines
1.3 KiB
CSS
85 lines
1.3 KiB
CSS
.text-title-select{
|
|
display: inline-block;
|
|
}
|
|
#session-select{
|
|
display: inline-block;
|
|
}
|
|
.title-name-session{
|
|
display: block;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
font-weight: normal;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.badge-dis{
|
|
background-color: #008080;
|
|
font-size: 20px;
|
|
}
|
|
.badge-recom{
|
|
background-color:#88aa00 ;
|
|
font-size: 20px;
|
|
}
|
|
.badge-info {
|
|
font-size: 20px;
|
|
}
|
|
.separate-badge{
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.date, .mode{
|
|
display: inline-block;
|
|
}
|
|
.img-circle{
|
|
border-radius: 500px;
|
|
-moz-border-radius: 500px;
|
|
-webkit-border-radius: 500px;
|
|
}
|
|
#student_table.table td{
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
#student_table.table td.name{
|
|
color: #084B8A;
|
|
text-align: left;
|
|
|
|
}
|
|
#student_table.table th{
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
|
|
#modalMail .modal-body {
|
|
height: 360px;
|
|
overflow: visible;
|
|
}
|
|
|
|
#iframeAdvsub {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.legal-terms-popup{
|
|
margin-top: 5%;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.legal-terms{
|
|
width: 90%;
|
|
height: 50%;
|
|
}
|
|
|
|
.legal-terms-buttons {
|
|
text-align: right;
|
|
}
|
|
|
|
.legal-terms-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.advanced-subscription-decision-column {
|
|
width: 200px;
|
|
}
|