240 lines
5.6 KiB
CSS
240 lines
5.6 KiB
CSS
|
|
@CHARSET "UTF-8";
|
||
|
|
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
|
||
|
|
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
|
||
|
|
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
|
||
|
|
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
|
||
|
|
padding-right: 5px;
|
||
|
|
padding-left: 5px
|
||
|
|
}
|
||
|
|
.content-wrapper-bg-darkblue{
|
||
|
|
background: #0d2336;
|
||
|
|
}
|
||
|
|
.content-wrapper-bg-grey{
|
||
|
|
background: #eeeeee;
|
||
|
|
}
|
||
|
|
.content-wrapper-bg-white,.bgcolor-white{
|
||
|
|
background: #f9f9f9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-wrapper-bg-white,.content-wrapper-bg-transparent{
|
||
|
|
margin:0 5px 5px 5px;
|
||
|
|
border-radius: 5px;
|
||
|
|
padding:5px 0;
|
||
|
|
}
|
||
|
|
.bgcolor-blue{
|
||
|
|
background: #052941;
|
||
|
|
}
|
||
|
|
.paddingTopAndBottom10{
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
.font-basics{
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 24px;
|
||
|
|
}
|
||
|
|
.font-md{
|
||
|
|
font-size: 16px;
|
||
|
|
line-height: inherit;
|
||
|
|
}
|
||
|
|
.font-lg{
|
||
|
|
font-size: 35px;
|
||
|
|
}
|
||
|
|
.font-xlg{
|
||
|
|
font-size: 40px;
|
||
|
|
line-height: normal;
|
||
|
|
}
|
||
|
|
.font-color-white,.font-color-dark-white{
|
||
|
|
color: #dbeeff;
|
||
|
|
}
|
||
|
|
.font-color-black{
|
||
|
|
color: #0d2336;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
.font-color-blue,.font-color-dark-blue{
|
||
|
|
color: #69f6f9;
|
||
|
|
}
|
||
|
|
.font-color-lightBlue,.font-color-light-blue{
|
||
|
|
color: #1790ff;
|
||
|
|
}
|
||
|
|
.font-color-smalt{
|
||
|
|
color: #2b9dd8;
|
||
|
|
}
|
||
|
|
.font-color-lightBlack{
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.font-color-lightWhite{
|
||
|
|
color: #FFFFFF;
|
||
|
|
}
|
||
|
|
.font-color-1{
|
||
|
|
color: #fff12d;
|
||
|
|
}
|
||
|
|
.font-color-2{
|
||
|
|
color: #d62dff;
|
||
|
|
}
|
||
|
|
.font-color-3{
|
||
|
|
color: #9cef2e;
|
||
|
|
}
|
||
|
|
.font-color-4{
|
||
|
|
color: #2dabff;
|
||
|
|
}
|
||
|
|
.font-color-5{
|
||
|
|
color: #ffb536;
|
||
|
|
}
|
||
|
|
.text-bar{
|
||
|
|
margin-top: 5px;
|
||
|
|
max-width: 10px;
|
||
|
|
min-height:50px;
|
||
|
|
height:95%;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
.text-bar-1{
|
||
|
|
background: #fff12d;
|
||
|
|
}
|
||
|
|
.text-bar-2{
|
||
|
|
background: #d62dff;
|
||
|
|
}
|
||
|
|
.text-bar-3{
|
||
|
|
background: #9cef2e;
|
||
|
|
}
|
||
|
|
.text-bar-4{
|
||
|
|
background: #2dabff;
|
||
|
|
}
|
||
|
|
.text-bar-5{
|
||
|
|
background: #ffb536;
|
||
|
|
}
|
||
|
|
.pad-bottom-10{
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bootstrap-switch,.bootstrap-switch-handle-on,.bootstrap-switch-handle-off {
|
||
|
|
border-radius: 15px;
|
||
|
|
}
|
||
|
|
.bootstrap-switch-container{
|
||
|
|
background: rgb(255, 255, 255);
|
||
|
|
}
|
||
|
|
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
|
||
|
|
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
|
||
|
|
background: #0d2336;
|
||
|
|
}
|
||
|
|
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
|
||
|
|
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
|
||
|
|
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
.table_font_white>thead>tr>th, .table_font_white>thead>tr>td{
|
||
|
|
color:#FFFFFF;
|
||
|
|
}
|
||
|
|
.table_font_black>thead>tr>th, .table_font_black>thead>tr>td{
|
||
|
|
color:#000000;
|
||
|
|
}
|
||
|
|
.table {
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
.padding-UpDown-0{
|
||
|
|
padding-top: 0;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
.padding-UpDown-5{
|
||
|
|
padding-top: 5px;
|
||
|
|
padding-bottom: 5px;
|
||
|
|
}
|
||
|
|
.padding-UpDown-10{
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
.padding-UpDown-15{
|
||
|
|
padding-top: 15px;
|
||
|
|
padding-bottom: 15px;
|
||
|
|
}
|
||
|
|
.padding-UpDown-20{
|
||
|
|
padding-top: 20px;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
.padding-LeftRight-0{
|
||
|
|
padding-top: 0;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
.padding-LeftRight-5{
|
||
|
|
padding-top: 5px;
|
||
|
|
padding-bottom: 5px;
|
||
|
|
}
|
||
|
|
.padding-LeftRight-10{
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
.padding-LeftRight-15{
|
||
|
|
padding-top: 15px;
|
||
|
|
padding-bottom: 15px;
|
||
|
|
}
|
||
|
|
.padding-LeftRight-20{
|
||
|
|
padding-top: 20px;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
}
|
||
|
|
.mask{
|
||
|
|
cursor: pointer;
|
||
|
|
width: 65px;
|
||
|
|
height: 65px;
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
.edit-after {
|
||
|
|
border:1px solid #5C9FD1;
|
||
|
|
}
|
||
|
|
.edit-select {
|
||
|
|
border:1px solid #FF2EE3;
|
||
|
|
}
|
||
|
|
.new-element,.edit-element,.edit-element-name{
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
.edit-element{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.edit-element-name{
|
||
|
|
font-size: 12px;
|
||
|
|
z-index: 90;
|
||
|
|
}
|
||
|
|
.cursor-pointer{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.right-middle{
|
||
|
|
height: 165px;
|
||
|
|
}
|
||
|
|
.right-bottom{
|
||
|
|
height: 550px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.left-top{
|
||
|
|
height: 345px;
|
||
|
|
}
|
||
|
|
.left-middle{
|
||
|
|
height: 345px;
|
||
|
|
}
|
||
|
|
.left-bottom{
|
||
|
|
height: 345px;
|
||
|
|
}
|
||
|
|
.center-top{
|
||
|
|
height: 75px;
|
||
|
|
padding-top:1%;
|
||
|
|
}
|
||
|
|
.center-bottom{
|
||
|
|
height: 380px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.right-top{
|
||
|
|
height: 490px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.map-content{
|
||
|
|
width: 180px;
|
||
|
|
background: rgba(0,0,0,0.70);
|
||
|
|
border: 1px solid #707070;
|
||
|
|
border-radius: 4px;
|
||
|
|
position: absolute;
|
||
|
|
display: none;
|
||
|
|
z-index: 99;
|
||
|
|
}
|