BiFace_Server_Lite/web/css/site.css
2020-12-01 16:47:43 +07:00

680 lines
17 KiB
CSS

html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.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: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
td,th{
vertical-align: middle !important;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{
white-space: inherit !important;
}
.user-panel>.image>img{
height: 45px !important;
}
.header{
text-transform: uppercase;
}
.btn-circle{
width: 30px;
height: 30px;
display: inline-flex;
background-color: #fff;
color: #B9BCC0;
border: 1px solid #B9BCC0;
border-radius: 50%;
transition: border 200ms,box-shadow 200ms,color 200ms;
justify-content: center;
-webkit-box-align: center;
align-items: center;
cursor: pointer;
}
.btn-circle.btn-circle-active{
width: 40px;
height: 40px;
font-size: 15px;
background-color: green !important;
color: #fff;
}
.btn-circle.btn-circle-lg{
width: 50px;
height: 50px;
font-size: 18px;
}
.btn-circle.btn-circle-danger:hover, .btn-circle.danger{
border-color: transparent;
-webkit-box-shadow: 0 0 0 3px red;
background-color: red;
color: #fff;
}
.btn-circle.btn-circle-info:hover, .btn-circle.info{
border-color: transparent;
-webkit-box-shadow: 0 0 0 3px #02ceff;
background-color: #02ceff;
color: #fff;
}
.btn-circle.btn-circle-primary:hover, .btn-circle.primary{
border-color: transparent;
-webkit-box-shadow: 0 0 0 3px #337ab7;
background-color: #337ab7;
color: #fff;
}
.btn-circle.btn-circle-success:hover, .btn-circle.success{
border-color: transparent;
-webkit-box-shadow: 0 0 0 3px #5cb85c;
background-color: #5cb85c;
color: #fff;
}
.btn-circle.btn-circle-warning:hover, .btn-circle.warning{
border-color: transparent;
-webkit-box-shadow: 0 0 0 3px #f0ad4e;
background-color: #f0ad4e;
color: #fff;
}
.btn-circle.danger{
-webkit-box-shadow: 0 0 0 1px red;
}
.btn-circle.info{
-webkit-box-shadow: 0 0 0 1px #02ceff;
}
.btn-circle.primary{
-webkit-box-shadow: 0 0 0 1px #337ab7;
}
.btn-circle.success{
-webkit-box-shadow: 0 0 0 1px #5cb85c;
}
.btn-circle.warning{
-webkit-box-shadow: 0 0 0 1px #f0ad4e;
}
table > tbody > tr.warning >td {
background: #e7e2c6 !important;
}
table > tbody > tr.success >td {
background: #87cb87 !important;
color: white;
}
table > tbody > tr.success >td>a {
color: white;
}
.treeview-menu a{
font-size: 12px !important;
padding-left: 35px !important;
}
.box{
border: 1px solid #cecece;
}
.box-header{
border-bottom: 1px solid #cecece;
}
.navbar-brand{
padding: 0;
}
fieldset {
border: 1px groove #ddd !important;
padding: 0 5px 5px 5px !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}
legend {
width:inherit;
font-size: 14px;
border-bottom:none;
margin-bottom: 5px !important;
}
.staff-form .input-group-addon{
font-size: 12px;
width: 120px;
padding: 3px;
}
.staff-form .form-control{
font-size: 12px;
height: 28px;
}
.staff-form .input-group{
width: 100%;
}
.staff-form .form-group{
margin-bottom: 10px;
}
.staff-form .nav-tabs-custom>.nav-tabs>li>a{
font-size: 12px;
padding: 5px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
height: 28px !important;
font-size: 12px;
}
body::-webkit-scrollbar {
display: none;
}
.mt-element-step .row {
margin: 0; }
.mt-element-step .step-default .mt-step-col {
padding-top: 30px;
padding-bottom: 30px;
text-align: center; }
.mt-element-step .step-default .mt-step-number {
font-size: 26px;
border-radius: 50% !important;
display: inline-block;
margin: auto;
padding: 3px 14px;
margin-bottom: 20px; }
.mt-element-step .step-default .mt-step-title {
font-size: 30px;
font-weight: 100; }
.mt-element-step .step-default .active {
background-color: #32c5d2 !important; }
.mt-element-step .step-default .active .mt-step-number {
color: #32c5d2 !important; }
.mt-element-step .step-default .active .mt-step-title,
.mt-element-step .step-default .active .mt-step-content {
color: #fff !important; }
.mt-element-step .step-default .done {
background-color: #26C281 !important; }
.mt-element-step .step-default .done .mt-step-number {
color: #26C281 !important; }
.mt-element-step .step-default .done .mt-step-title,
.mt-element-step .step-default .done .mt-step-content {
color: #fff !important; }
.mt-element-step .step-default .error {
background-color: #E7505A !important; }
.mt-element-step .step-default .error .mt-step-number {
color: #E7505A !important; }
.mt-element-step .step-default .error .mt-step-title,
.mt-element-step .step-default .error .mt-step-content {
color: #fff !important; }
.mt-element-step .step-thin .mt-step-col {
padding-top: 10px;
padding-bottom: 10px; }
.mt-element-step .step-thin .mt-step-number {
font-size: 26px;
border-radius: 50% !important;
float: left;
margin: auto;
padding: 3px 14px; }
.mt-element-step .step-thin .mt-step-title {
font-size: 24px;
font-weight: 100;
padding-left: 60px;
margin-top: -4px; }
.mt-element-step .step-thin .mt-step-content {
padding-left: 60px;
margin-top: -5px; }
.mt-element-step .step-thin .active {
background-color: #32c5d2 !important; }
.mt-element-step .step-thin .active .mt-step-number {
color: #32c5d2 !important; }
.mt-element-step .step-thin .active .mt-step-title,
.mt-element-step .step-thin .active .mt-step-content {
color: #fff !important; }
.mt-element-step .step-thin .done {
background-color: #26C281 !important; }
.mt-element-step .step-thin .done .mt-step-number {
color: #26C281 !important; }
.mt-element-step .step-thin .done .mt-step-title,
.mt-element-step .step-thin .done .mt-step-content {
color: #fff !important; }
.mt-element-step .step-thin .error {
background-color: #E7505A !important; }
.mt-element-step .step-thin .error .mt-step-number {
color: #E7505A !important; }
.mt-element-step .step-thin .error .mt-step-title,
.mt-element-step .step-thin .error .mt-step-content {
color: #fff !important; }
.mt-element-step .step-background .mt-step-col {
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
height: 160px; }
.mt-element-step .step-background .mt-step-number {
font-size: 200px;
position: absolute;
bottom: 0;
right: 0;
line-height: 0.79em;
color: #dae1e4;
z-index: 4; }
.mt-element-step .step-background .mt-step-title {
font-size: 30px;
font-weight: 100;
text-align: right;
padding-right: 25%;
z-index: 5;
position: relative; }
.mt-element-step .step-background .mt-step-content {
text-align: right;
padding-right: 25%;
z-index: 5;
position: relative; }
.mt-element-step .step-background .active {
background-color: #32c5d2 !important; }
.mt-element-step .step-background .active .mt-step-number {
color: #2ab4c0 !important; }
.mt-element-step .step-background .active .mt-step-title,
.mt-element-step .step-background .active .mt-step-content {
color: #fff !important; }
.mt-element-step .step-background .done {
background-color: #26C281 !important; }
.mt-element-step .step-background .done .mt-step-number {
color: #22ad73 !important; }
.mt-element-step .step-background .done .mt-step-title,
.mt-element-step .step-background .done .mt-step-content {
color: #fff !important; }
.mt-element-step .step-background .error {
background-color: #E7505A !important; }
.mt-element-step .step-background .error .mt-step-number {
color: #e43a45 !important; }
.mt-element-step .step-background .error .mt-step-title,
.mt-element-step .step-background .error .mt-step-content {
color: #fff !important; }
.mt-element-step .step-background-thin .mt-step-col {
padding-top: 15px;
padding-bottom: 15px;
text-align: center; }
.mt-element-step .step-background-thin .mt-step-number {
font-size: 120px;
position: absolute;
bottom: 0;
right: 0;
line-height: 0.79em;
color: #dae1e4;
z-index: 4; }
.mt-element-step .step-background-thin .mt-step-title {
font-size: 30px;
font-weight: 100;
text-align: right;
padding-right: 25%;
z-index: 5;
position: relative; }
.mt-element-step .step-background-thin .mt-step-content {
text-align: right;
position: relative;
padding-right: 25%;
z-index: 5; }
.mt-element-step .step-background-thin .active {
background-color: #32c5d2 !important; }
.mt-element-step .step-background-thin .active .mt-step-number {
color: #2ab4c0 !important; }
.mt-element-step .step-background-thin .active .mt-step-title,
.mt-element-step .step-background-thin .active .mt-step-content {
color: #fff !important; }
.mt-element-step .step-background-thin .done {
background-color: #26C281 !important; }
.mt-element-step .step-background-thin .done .mt-step-number {
color: #22ad73 !important; }
.mt-element-step .step-background-thin .done .mt-step-title,
.mt-element-step .step-background-thin .done .mt-step-content {
color: #fff !important; }
.mt-element-step .step-background-thin .error {
background-color: #E7505A !important; }
.mt-element-step .step-background-thin .error .mt-step-number {
color: #e43a45 !important; }
.mt-element-step .step-background-thin .error .mt-step-title,
.mt-element-step .step-background-thin .error .mt-step-content {
color: #fff !important; }
.mt-element-step .step-no-background .mt-step-col {
padding-top: 30px;
padding-bottom: 30px;
text-align: center; }
.mt-element-step .step-no-background .mt-step-number {
font-size: 26px;
border-radius: 50% !important;
display: inline-block;
margin: auto;
padding: 3px 14px;
margin-bottom: 20px;
border: 1px solid;
border-color: #e5e5e5; }
.mt-element-step .step-no-background .mt-step-title {
font-size: 30px;
font-weight: 100; }
.mt-element-step .step-no-background .active .mt-step-number {
color: #32c5d2 !important;
border-color: #32c5d2 !important;
font-weight: 700; }
.mt-element-step .step-no-background .active .mt-step-title,
.mt-element-step .step-no-background .active .mt-step-content {
color: #32c5d2 !important;
font-weight: 700; }
.mt-element-step .step-no-background .done .mt-step-number {
color: #26C281 !important;
border-color: #26C281 !important;
font-weight: 700; }
.mt-element-step .step-no-background .done .mt-step-title,
.mt-element-step .step-no-background .done .mt-step-content {
color: #26C281 !important;
font-weight: 700; }
.mt-element-step .step-no-background .error .mt-step-number {
color: #E7505A !important;
border-color: #E7505A !important;
font-weight: 700; }
.mt-element-step .step-no-background .error .mt-step-title,
.mt-element-step .step-no-background .error .mt-step-content {
color: #E7505A !important;
font-weight: 700; }
.mt-element-step .step-no-background-thin .mt-step-col {
padding-top: 10px;
padding-bottom: 10px; }
.mt-element-step .step-no-background-thin .mt-step-number {
font-size: 26px;
border-radius: 50% !important;
float: left;
margin: auto;
padding: 3px 14px;
border: 1px solid;
border-color: #e5e5e5; }
.mt-element-step .step-no-background-thin .mt-step-title {
font-size: 24px;
font-weight: 100;
padding-left: 60px;
margin-top: -4px; }
.mt-element-step .step-no-background-thin .mt-step-content {
padding-left: 60px;
margin-top: -5px; }
.mt-element-step .step-no-background-thin .active .mt-step-number {
color: #32c5d2 !important;
border-color: #32c5d2 !important;
font-weight: 700; }
.mt-element-step .step-no-background-thin .active .mt-step-title,
.mt-element-step .step-no-background-thin .active .mt-step-content {
color: #32c5d2 !important;
font-weight: 700; }
.mt-element-step .step-no-background-thin .done .mt-step-number {
color: #26C281 !important;
border-color: #26C281 !important;
font-weight: 700; }
.mt-element-step .step-no-background-thin .done .mt-step-title,
.mt-element-step .step-no-background-thin .done .mt-step-content {
color: #26C281 !important;
font-weight: 700; }
.mt-element-step .step-no-background-thin .error .mt-step-number {
color: #E7505A !important;
border-color: #E7505A !important;
font-weight: 700; }
.mt-element-step .step-no-background-thin .error .mt-step-title,
.mt-element-step .step-no-background-thin .error .mt-step-content {
color: #E7505A !important;
font-weight: 700; }
.mt-element-step .step-line .mt-step-col {
padding: 30px 0;
text-align: center; }
.mt-element-step .step-line .mt-step-number {
font-size: 26px;
border-radius: 50% !important;
display: inline-block;
margin: auto;
padding: 9px;
margin-bottom: 5px;
border: 3px solid;
border-color: #e5e5e5;
position: relative;
z-index: 5;
height: 60px;
width: 60px;
text-align: center; }
.mt-element-step .step-line .mt-step-number > i {
position: relative;
top: 50%;
transform: translateY(-120%); }
.mt-element-step .step-line .mt-step-title {
font-size: 20px;
font-weight: 400;
position: relative; }
.mt-element-step .step-line .mt-step-title:after {
content: '';
height: 3px;
width: 50%;
position: absolute;
background-color: #e5e5e5;
top: -32px;
left: 50%;
z-index: 4;
transform: translateY(-100%); }
.mt-element-step .step-line .mt-step-title:before {
content: '';
height: 3px;
width: 50%;
position: absolute;
background-color: #e5e5e5;
top: -32px;
right: 50%;
z-index: 4;
transform: translateY(-100%); }
.mt-element-step .step-line .first .mt-step-title:before {
content: none; }
.mt-element-step .step-line .last .mt-step-title:after {
content: none; }
.mt-element-step .step-line .active .mt-step-number {
color: #32c5d2 !important;
border-color: #32c5d2 !important; }
.mt-element-step .step-line .active .mt-step-title,
.mt-element-step .step-line .active .mt-step-content {
color: #32c5d2 !important; }
.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
background-color: #32c5d2; }
.mt-element-step .step-line .done .mt-step-number {
color: #26C281 !important;
border-color: #26C281 !important; }
.mt-element-step .step-line .done .mt-step-title,
.mt-element-step .step-line .done .mt-step-content {
color: #26C281 !important; }
.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
background-color: #26C281; }
.mt-element-step .step-line .error .mt-step-number {
color: #E7505A !important;
border-color: #E7505A !important; }
.mt-element-step .step-line .error .mt-step-title,
.mt-element-step .step-line .error .mt-step-content {
color: #E7505A !important; }
.mt-element-step .step-line .error .mt-step-title:after, .mt-element-step .step-line .error .mt-step-title:before {
background-color: #E7505A; }
@media (max-width: 991px) {
/* 991px */
.mt-element-step .step-line .mt-step-title:after {
content: none; }
.mt-element-step .step-line .mt-step-title:before {
content: none; } }
.font-grey {
color: #E5E5E5!important;
}
.bg-grey {
background: #E5E5E5!important;
}
.bg-white {
background: #fff!important;
}
.font-grey-cascade {
color: #95A5A6!important;
}
.skin-blue .main-header .navbar .nav>li>a{
font-size:23px !important;
}