org.dominokit.domino.ui.public.css.style.css Maven / Gradle / Ivy
/* Navbar ====================================== */
.navbar {
font-family: "Roboto", sans-serif;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
border: none;
position: fixed;
top: 0;
left: 0;
z-index: 12;
width: 100%;
}
.navbar .navbar-brand {
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.navbar .navbar-custom-right-menu {
float: right;
}
.navbar .navbar-toggle {
text-decoration: none;
color: #fff;
width: 20px;
height: 20px;
margin-top: -4px;
margin-right: 17px;
}
.navbar .navbar-toggle:before {
content: '\E8D5';
font-family: 'Material Icons';
font-size: 26px;
}
.navbar .navbar-collapse.in {
overflow: visible;
}
.ls-hidden .bars:before {
content: '';
}
.ls-hidden section.content,
.ls-closed section.content {
margin-left: 15px;
}
.ls-hidden section.content.fit-width,
.ls-closed section.content.fit-width {
margin-left: 0px;
}
.ls-hidden .footer {
margin-left: 0px;
}
.ls-closed .footer {
margin-left: 0px;
}
section.content {
margin: 100px 15px 0 315px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
flex: 1 0 auto;
}
section.content.fit-width {
margin-left: 0px;
margin-right: 0px;
}
section.content.fit-height {
margin-top: 70px;
}
.footer {
margin: 20px 0px 0 300px;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
min-height: 100px;
flex-shrink: 0;
}
.sm .footer {
margin: 20px 0px 0 100px;
}
.md .footer {
margin: 20px 0px 0 300px;
}
.lg .footer {
margin: 20px 0px 0 400px;
}
.ls-closed.sm .footer,
.ls-closed.md .footer,
.ls-closed.lg .footer {
margin-left: 0px;
}
.footer.fit-height {
margin-top: 0px;
}
.footer.fixed {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 9;
}
@media only screen and (max-width: 600px) {
.content-panel {
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}
}
@media only screen and (min-width: 601px) {
.content-panel {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.content-panel.fit-width {
padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}
}
.ls-closed .bars:after, .ls-closed .bars:before {
font-family: 'Material Icons';
font-size: 24px;
position: absolute;
top: 18px;
left: 20px;
margin-right: 10px;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ls-closed .bars:before {
content: '\E5D2';
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.ls-closed .bars:after {
content: '\E5C4';
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.ls-closed .navbar-brand {
margin-left: 30px;
}
.overlay-open .bars:before {
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.overlay-open .bars:after {
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.navbar-header {
padding: 10px 7px;
}
.navbar-header .bars {
float: left;
text-decoration: none;
}
.navbar-nav > li > a {
padding: 7px 7px 2px 7px;
margin-top: 17px;
margin-left: 5px;
}
.sm .sidebar.slide-out-left {
left: -100px;
}
.md .sidebar.slide-out-left {
left: -300px;
}
.lg .sidebar.slide-out-left {
left: -400px;
}
.right-sidebar.slide-out-right {
right: -300px;
}
.panel-open.md.l-fixed .content {
margin-left: 315px;
}
.panel-open.md.l-fixed .content.fit-width {
margin-left: 300px;
}
.md .sidebar {
width: 300px;
}
.panel-open.sm.l-fixed .content {
margin-left: 115px;
}
.panel-open.sm.l-fixed .content.fit-width {
margin-left: 100px;
}
.sm .sidebar {
width: 100px;
}
.panel-open.lg.l-fixed .content {
margin-left: 415px;
}
.panel-open.lg.l-fixed .content.fit-width {
margin-left: 400px;
}
.lg .sidebar {
width: 400px;
}
.sidebar.slide-in-left {
width: 0px;
}
.right-sidebar.slide-in-right {
right: 0px;
}
.label-count {
position: absolute;
top: 2px;
right: 6px;
font-size: 10px;
line-height: 15px;
background-color: #000;
padding: 0 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
/* Material Icons ============================== */
.material-icons.md-18 {
font-size: 18px;
}
.material-icons.md-24 {
font-size: 24px;
}
.material-icons.md-26 {
font-size: 26px;
}
.material-icons.md-28 {
font-size: 28px;
}
.material-icons.md-30 {
font-size: 30px;
}
.material-icons.md-32 {
font-size: 32px;
}
.material-icons.md-36 {
font-size: 36px;
}
.material-icons.md-48 {
font-size: 48px;
}
/* Helpers ===================================== */
.m-l--125 {
margin-left: -125px;
}
.m-t--125 {
margin-top: -125px;
}
.m-r--125 {
margin-right: -125px;
}
.m-b--125 {
margin-bottom: -125px;
}
.m-l--120 {
margin-left: -120px;
}
.m-t--120 {
margin-top: -120px;
}
.m-r--120 {
margin-right: -120px;
}
.m-b--120 {
margin-bottom: -120px;
}
.m-l--115 {
margin-left: -115px;
}
.m-t--115 {
margin-top: -115px;
}
.m-r--115 {
margin-right: -115px;
}
.m-b--115 {
margin-bottom: -115px;
}
.m-l--110 {
margin-left: -110px;
}
.m-t--110 {
margin-top: -110px;
}
.m-r--110 {
margin-right: -110px;
}
.m-b--110 {
margin-bottom: -110px;
}
.m-l--105 {
margin-left: -105px;
}
.m-t--105 {
margin-top: -105px;
}
.m-r--105 {
margin-right: -105px;
}
.m-b--105 {
margin-bottom: -105px;
}
.m-l--100 {
margin-left: -100px;
}
.m-t--100 {
margin-top: -100px;
}
.m-r--100 {
margin-right: -100px;
}
.m-b--100 {
margin-bottom: -100px;
}
.m-l--95 {
margin-left: -95px;
}
.m-t--95 {
margin-top: -95px;
}
.m-r--95 {
margin-right: -95px;
}
.m-b--95 {
margin-bottom: -95px;
}
.m-l--90 {
margin-left: -90px;
}
.m-t--90 {
margin-top: -90px;
}
.m-r--90 {
margin-right: -90px;
}
.m-b--90 {
margin-bottom: -90px;
}
.m-l--85 {
margin-left: -85px;
}
.m-t--85 {
margin-top: -85px;
}
.m-r--85 {
margin-right: -85px;
}
.m-b--85 {
margin-bottom: -85px;
}
.m-l--80 {
margin-left: -80px;
}
.m-t--80 {
margin-top: -80px;
}
.m-r--80 {
margin-right: -80px;
}
.m-b--80 {
margin-bottom: -80px;
}
.m-l--75 {
margin-left: -75px;
}
.m-t--75 {
margin-top: -75px;
}
.m-r--75 {
margin-right: -75px;
}
.m-b--75 {
margin-bottom: -75px;
}
.m-l--70 {
margin-left: -70px;
}
.m-t--70 {
margin-top: -70px;
}
.m-r--70 {
margin-right: -70px;
}
.m-b--70 {
margin-bottom: -70px;
}
.m-l--65 {
margin-left: -65px;
}
.m-t--65 {
margin-top: -65px;
}
.m-r--65 {
margin-right: -65px;
}
.m-b--65 {
margin-bottom: -65px;
}
.m-l--60 {
margin-left: -60px;
}
.m-t--60 {
margin-top: -60px;
}
.m-r--60 {
margin-right: -60px;
}
.m-b--60 {
margin-bottom: -60px;
}
.m-l--55 {
margin-left: -55px;
}
.m-t--55 {
margin-top: -55px;
}
.m-r--55 {
margin-right: -55px;
}
.m-b--55 {
margin-bottom: -55px;
}
.m-l--50 {
margin-left: -50px;
}
.m-t--50 {
margin-top: -50px;
}
.m-r--50 {
margin-right: -50px;
}
.m-b--50 {
margin-bottom: -50px;
}
.m-l--45 {
margin-left: -45px;
}
.m-t--45 {
margin-top: -45px;
}
.m-r--45 {
margin-right: -45px;
}
.m-b--45 {
margin-bottom: -45px;
}
.m-l--40 {
margin-left: -40px;
}
.m-t--40 {
margin-top: -40px;
}
.m-r--40 {
margin-right: -40px;
}
.m-b--40 {
margin-bottom: -40px;
}
.m-l--35 {
margin-left: -35px;
}
.m-t--35 {
margin-top: -35px;
}
.m-r--35 {
margin-right: -35px;
}
.m-b--35 {
margin-bottom: -35px;
}
.m-l--30 {
margin-left: -30px;
}
.m-t--30 {
margin-top: -30px;
}
.m-r--30 {
margin-right: -30px;
}
.m-b--30 {
margin-bottom: -30px;
}
.m-l--25 {
margin-left: -25px;
}
.m-t--25 {
margin-top: -25px;
}
.m-r--25 {
margin-right: -25px;
}
.m-b--25 {
margin-bottom: -25px;
}
.m-l--20 {
margin-left: -20px;
}
.m-t--20 {
margin-top: -20px;
}
.m-r--20 {
margin-right: -20px;
}
.m-b--20 {
margin-bottom: -20px;
}
.m-l--15 {
margin-left: -15px;
}
.m-t--15 {
margin-top: -15px;
}
.m-r--15 {
margin-right: -15px;
}
.m-b--15 {
margin-bottom: -15px;
}
.m-l--10 {
margin-left: -10px;
}
.m-t--10 {
margin-top: -10px;
}
.m-r--10 {
margin-right: -10px;
}
.m-b--10 {
margin-bottom: -10px;
}
.m-l--5 {
margin-left: -5px;
}
.m-t--5 {
margin-top: -5px;
}
.m-r--5 {
margin-right: -5px;
}
.m-b--5 {
margin-bottom: -5px;
}
.m-l-0 {
margin-left: 0px;
}
.m-t-0 {
margin-top: 0px;
}
.m-r-0 {
margin-right: 0px;
}
.m-b-0 {
margin-bottom: 0px;
}
.m-l-2 {
margin-left: 2px;
}
.m-l-5 {
margin-left: 5px;
}
.m-t-5 {
margin-top: 5px;
}
.m-r-2 {
margin-right: 2px;
}
.m-r-5 {
margin-right: 5px;
}
.m-b-5 {
margin-bottom: 5px;
}
.m-l-10 {
margin-left: 10px;
}
.m-t-10 {
margin-top: 10px;
}
.m-r-10 {
margin-right: 10px;
}
.m-b-10 {
margin-bottom: 10px;
}
.m-l-15 {
margin-left: 15px;
}
.m-t-15 {
margin-top: 15px;
}
.m-r-15 {
margin-right: 15px;
}
.m-b-15 {
margin-bottom: 15px;
}
.m-l-20 {
margin-left: 20px;
}
.m-t-20 {
margin-top: 20px;
}
.m-r-20 {
margin-right: 20px;
}
.m-b-20 {
margin-bottom: 20px;
}
.m-l-25 {
margin-left: 25px;
}
.m-t-25 {
margin-top: 25px;
}
.m-r-25 {
margin-right: 25px;
}
.m-b-25 {
margin-bottom: 25px;
}
.m-l-30 {
margin-left: 30px;
}
.m-t-30 {
margin-top: 30px;
}
.m-r-30 {
margin-right: 30px;
}
.m-b-30 {
margin-bottom: 30px;
}
.m-l-35 {
margin-left: 35px;
}
.m-t-35 {
margin-top: 35px;
}
.m-r-35 {
margin-right: 35px;
}
.m-b-35 {
margin-bottom: 35px;
}
.m-l-40 {
margin-left: 40px;
}
.m-t-40 {
margin-top: 40px;
}
.m-r-40 {
margin-right: 40px;
}
.m-b-40 {
margin-bottom: 40px;
}
.m-l-45 {
margin-left: 45px;
}
.m-t-45 {
margin-top: 45px;
}
.m-r-45 {
margin-right: 45px;
}
.m-b-45 {
margin-bottom: 45px;
}
.m-l-50 {
margin-left: 50px;
}
.m-t-50 {
margin-top: 50px;
}
.m-r-50 {
margin-right: 50px;
}
.m-b-50 {
margin-bottom: 50px;
}
.m-l-55 {
margin-left: 55px;
}
.m-t-55 {
margin-top: 55px;
}
.m-r-55 {
margin-right: 55px;
}
.m-b-55 {
margin-bottom: 55px;
}
.m-l-60 {
margin-left: 60px;
}
.m-t-60 {
margin-top: 60px;
}
.m-r-60 {
margin-right: 60px;
}
.m-b-60 {
margin-bottom: 60px;
}
.m-l-65 {
margin-left: 65px;
}
.m-t-65 {
margin-top: 65px;
}
.m-r-65 {
margin-right: 65px;
}
.m-b-65 {
margin-bottom: 65px;
}
.m-l-70 {
margin-left: 70px;
}
.m-t-70 {
margin-top: 70px;
}
.m-r-70 {
margin-right: 70px;
}
.m-b-70 {
margin-bottom: 70px;
}
.m-l-75 {
margin-left: 75px;
}
.m-t-75 {
margin-top: 75px;
}
.m-r-75 {
margin-right: 75px;
}
.m-b-75 {
margin-bottom: 75px;
}
.m-l-80 {
margin-left: 80px;
}
.m-t-80 {
margin-top: 80px;
}
.m-r-80 {
margin-right: 80px;
}
.m-b-80 {
margin-bottom: 80px;
}
.m-l-85 {
margin-left: 85px;
}
.m-t-85 {
margin-top: 85px;
}
.m-r-85 {
margin-right: 85px;
}
.m-b-85 {
margin-bottom: 85px;
}
.m-l-90 {
margin-left: 90px;
}
.m-t-90 {
margin-top: 90px;
}
.m-r-90 {
margin-right: 90px;
}
.m-b-90 {
margin-bottom: 90px;
}
.m-l-95 {
margin-left: 95px;
}
.m-t-95 {
margin-top: 95px;
}
.m-r-95 {
margin-right: 95px;
}
.m-b-95 {
margin-bottom: 95px;
}
.m-l-100 {
margin-left: 100px;
}
.m-t-100 {
margin-top: 100px;
}
.m-r-100 {
margin-right: 100px;
}
.m-b-100 {
margin-bottom: 100px;
}
.m-l-105 {
margin-left: 105px;
}
.m-t-105 {
margin-top: 105px;
}
.m-r-105 {
margin-right: 105px;
}
.m-b-105 {
margin-bottom: 105px;
}
.m-l-110 {
margin-left: 110px;
}
.m-t-110 {
margin-top: 110px;
}
.m-r-110 {
margin-right: 110px;
}
.m-b-110 {
margin-bottom: 110px;
}
.m-l-115 {
margin-left: 115px;
}
.m-t-115 {
margin-top: 115px;
}
.m-r-115 {
margin-right: 115px;
}
.m-b-115 {
margin-bottom: 115px;
}
.m-l-120 {
margin-left: 120px;
}
.m-t-120 {
margin-top: 120px;
}
.m-r-120 {
margin-right: 120px;
}
.m-b-120 {
margin-bottom: 120px;
}
.m-l-125 {
margin-left: 125px;
}
.m-t-125 {
margin-top: 125px;
}
.m-r-125 {
margin-right: 125px;
}
.m-b-125 {
margin-bottom: 125px;
}
.margin-0 {
margin: 0;
}
.p-l-0 {
padding-left: 0px;
}
.p-t-0 {
padding-top: 0px;
}
.p-r-0 {
padding-right: 0px;
}
.p-b-0 {
padding-bottom: 0px;
}
.p-l-5 {
padding-left: 5px;
}
.p-t-5 {
padding-top: 5px;
}
.p-r-5 {
padding-right: 5px;
}
.p-b-5 {
padding-bottom: 5px;
}
.p-l-10 {
padding-left: 10px;
}
.p-t-10 {
padding-top: 10px;
}
.p-r-10 {
padding-right: 10px;
}
.p-b-10 {
padding-bottom: 10px;
}
.p-l-15 {
padding-left: 15px;
}
.p-t-15 {
padding-top: 15px;
}
.p-r-15 {
padding-right: 15px;
}
.p-b-15 {
padding-bottom: 15px;
}
.p-l-20 {
padding-left: 20px;
}
.p-t-20 {
padding-top: 20px;
}
.p-r-20 {
padding-right: 20px;
}
.p-b-20 {
padding-bottom: 20px;
}
.p-l-25 {
padding-left: 25px;
}
.p-t-25 {
padding-top: 25px;
}
.p-r-25 {
padding-right: 25px;
}
.p-b-25 {
padding-bottom: 25px;
}
.p-l-30 {
padding-left: 30px;
}
.p-t-30 {
padding-top: 30px;
}
.p-r-30 {
padding-right: 30px;
}
.p-b-30 {
padding-bottom: 30px;
}
.p-l-35 {
padding-left: 35px;
}
.p-t-35 {
padding-top: 35px;
}
.p-r-35 {
padding-right: 35px;
}
.p-b-35 {
padding-bottom: 35px;
}
.p-l-40 {
padding-left: 40px;
}
.p-t-40 {
padding-top: 40px;
}
.p-r-40 {
padding-right: 40px;
}
.p-b-40 {
padding-bottom: 40px;
}
.p-l-45 {
padding-left: 45px;
}
.p-t-45 {
padding-top: 45px;
}
.p-r-45 {
padding-right: 45px;
}
.p-b-45 {
padding-bottom: 45px;
}
.p-l-50 {
padding-left: 50px;
}
.p-t-50 {
padding-top: 50px;
}
.p-r-50 {
padding-right: 50px;
}
.p-b-50 {
padding-bottom: 50px;
}
.p-l-55 {
padding-left: 55px;
}
.p-t-55 {
padding-top: 55px;
}
.p-r-55 {
padding-right: 55px;
}
.p-b-55 {
padding-bottom: 55px;
}
.p-l-60 {
padding-left: 60px;
}
.p-t-60 {
padding-top: 60px;
}
.p-r-60 {
padding-right: 60px;
}
.p-b-60 {
padding-bottom: 60px;
}
.p-l-65 {
padding-left: 65px;
}
.p-t-65 {
padding-top: 65px;
}
.p-r-65 {
padding-right: 65px;
}
.p-b-65 {
padding-bottom: 65px;
}
.p-l-70 {
padding-left: 70px;
}
.p-t-70 {
padding-top: 70px;
}
.p-r-70 {
padding-right: 70px;
}
.p-b-70 {
padding-bottom: 70px;
}
.p-l-75 {
padding-left: 75px;
}
.p-t-75 {
padding-top: 75px;
}
.p-r-75 {
padding-right: 75px;
}
.p-b-75 {
padding-bottom: 75px;
}
.p-l-80 {
padding-left: 80px;
}
.p-t-80 {
padding-top: 80px;
}
.p-r-80 {
padding-right: 80px;
}
.p-b-80 {
padding-bottom: 80px;
}
.p-l-85 {
padding-left: 85px;
}
.p-t-85 {
padding-top: 85px;
}
.p-r-85 {
padding-right: 85px;
}
.p-b-85 {
padding-bottom: 85px;
}
.p-l-90 {
padding-left: 90px;
}
.p-t-90 {
padding-top: 90px;
}
.p-r-90 {
padding-right: 90px;
}
.p-b-90 {
padding-bottom: 90px;
}
.p-l-95 {
padding-left: 95px;
}
.p-t-95 {
padding-top: 95px;
}
.p-r-95 {
padding-right: 95px;
}
.p-b-95 {
padding-bottom: 95px;
}
.p-l-100 {
padding-left: 100px;
}
.p-t-100 {
padding-top: 100px;
}
.p-r-100 {
padding-right: 100px;
}
.p-b-100 {
padding-bottom: 100px;
}
.p-l-105 {
padding-left: 105px;
}
.p-t-105 {
padding-top: 105px;
}
.p-r-105 {
padding-right: 105px;
}
.p-b-105 {
padding-bottom: 105px;
}
.p-l-110 {
padding-left: 110px;
}
.p-t-110 {
padding-top: 110px;
}
.p-r-110 {
padding-right: 110px;
}
.p-b-110 {
padding-bottom: 110px;
}
.p-l-115 {
padding-left: 115px;
}
.p-t-115 {
padding-top: 115px;
}
.p-r-115 {
padding-right: 115px;
}
.p-b-115 {
padding-bottom: 115px;
}
.p-l-120 {
padding-left: 120px;
}
.p-t-120 {
padding-top: 120px;
}
.p-r-120 {
padding-right: 120px;
}
.p-b-120 {
padding-bottom: 120px;
}
.p-l-125 {
padding-left: 125px;
}
.p-t-125 {
padding-top: 125px;
}
.p-r-125 {
padding-right: 125px;
}
.p-b-125 {
padding-bottom: 125px;
}
.padding-0 {
padding: 0px;
}
.padding-5 {
padding: 5px;
}
.padding-10 {
padding: 10px;
}
.padding-15 {
padding: 15px;
}
.padding-20 {
padding: 20px;
}
.padding-25 {
padding: 25px;
}
.padding-30 {
padding: 30px;
}
.padding-35 {
padding: 35px;
}
.padding-40 {
padding: 40px;
}
.padding-45 {
padding: 45px;
}
.padding-50 {
padding: 50px;
}
.padding-55 {
padding: 55px;
}
.padding-60 {
padding: 60px;
}
.padding-65 {
padding: 65px;
}
.padding-70 {
padding: 70px;
}
.padding-75 {
padding: 75px;
}
.padding-80 {
padding: 80px;
}
.padding-85 {
padding: 85px;
}
.padding-90 {
padding: 90px;
}
.padding-95 {
padding: 95px;
}
.padding-100 {
padding: 100px;
}
.padding-105 {
padding: 105px;
}
.padding-110 {
padding: 110px;
}
.padding-115 {
padding: 115px;
}
.padding-120 {
padding: 120px;
}
.padding-125 {
padding: 125px;
}
.font-6 {
font-size: 6px;
}
.font-7 {
font-size: 7px;
}
.font-8 {
font-size: 8px;
}
.font-9 {
font-size: 9px;
}
.font-10 {
font-size: 10px;
}
.font-11 {
font-size: 11px;
}
.font-12 {
font-size: 12px;
}
.font-13 {
font-size: 13px;
}
.font-14 {
font-size: 14px;
}
.font-15 {
font-size: 15px;
}
.font-16 {
font-size: 16px;
}
.font-17 {
font-size: 17px;
}
.font-18 {
font-size: 18px;
}
.font-19 {
font-size: 19px;
}
.font-20 {
font-size: 20px;
}
.font-21 {
font-size: 21px;
}
.font-22 {
font-size: 22px;
}
.font-23 {
font-size: 23px;
}
.font-24 {
font-size: 24px;
}
.font-25 {
font-size: 25px;
}
.font-26 {
font-size: 26px;
}
.font-27 {
font-size: 27px;
}
.font-28 {
font-size: 28px;
}
.font-29 {
font-size: 29px;
}
.font-30 {
font-size: 30px;
}
.font-31 {
font-size: 31px;
}
.font-32 {
font-size: 32px;
}
.font-33 {
font-size: 33px;
}
.font-34 {
font-size: 34px;
}
.font-35 {
font-size: 35px;
}
.font-36 {
font-size: 36px;
}
.font-37 {
font-size: 37px;
}
.font-38 {
font-size: 38px;
}
.font-39 {
font-size: 39px;
}
.font-40 {
font-size: 40px;
}
.font-41 {
font-size: 41px;
}
.font-42 {
font-size: 42px;
}
.font-43 {
font-size: 43px;
}
.font-44 {
font-size: 44px;
}
.font-45 {
font-size: 45px;
}
.font-46 {
font-size: 46px;
}
.font-47 {
font-size: 47px;
}
.font-48 {
font-size: 48px;
}
.font-49 {
font-size: 49px;
}
.font-50 {
font-size: 50px;
}
.font-60 {
font-size: 60px;
}
.font-72 {
font-size: 72px;
}
.b-b-0{
border-bottom: 0px;
}
.b-t-0{
border-top: 0px;
}
.b-l-0{
border-left: 0px;
}
.b-r-0{
border-right: 0px;
}
.b-0{
border: 0px;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}
.no-resize {
resize: none;
}
.font-bold {
font-weight: bold;
}
.font-italic {
font-style: italic;
}
.font-underline {
text-decoration: underline;
}
.font-line-through {
text-decoration: line-through;
}
.font-overline {
text-decoration: overline;
}
.block-header {
margin-bottom: 15px;
}
.block-header h2 {
margin: 0 !important;
color: #666 !important;
font-weight: normal;
font-size: 16px;
}
.block-header h2 small {
display: block;
font-size: 12px;
margin-top: 8px;
color: #888;
}
.block-header h2 small a {
font-weight: bold;
color: #777;
}
/* Custom Animate ============================== */
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
from {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* Demo ======================================== */
.demo-button-sizes .btn {
margin-bottom: 5px;
}
.icon-button-demo button {
margin-right: 5px;
margin-bottom: 12px;
}
.icon-and-text-button-demo button {
margin-right: 5px;
margin-bottom: 12px;
width: 16.66666666666667%;
}
.button-demo ul {
padding-left: 0;
}
.button-demo ul li {
list-style: none;
padding-left: 0;
display: inline-block;
margin-right: 7px;
}
.button-demo ul li .btn {
display: block;
min-width: 175px;
}
.button-demo .btn {
margin-right: 8px;
margin-bottom: 13px;
min-width: 120px;
}
.demo-button-groups .btn-group {
margin-right: 10px;
}
.demo-button-toolbar .btn-toolbar {
float: left;
margin-right: 25px;
}
.demo-button-nesting > .btn-group {
margin-right: 15px;
}
.demo-checkbox label,
.demo-radio-button label {
min-width: 150px;
}
.demo-knob-chart div {
margin-right: 15px;
}
.demo-switch .switch {
display: inline-block;
min-width: 170px;
}
.demo-switch .demo-switch-title {
min-width: 95px;
display: inline-block;
}
.demo-color-box {
padding: 15px 0;
text-align: center;
margin-bottom: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.demo-color-box .color-name {
font-size: 16px;
margin-bottom: 5px;
}
.demo-color-box .color-code,
.demo-color-box .color-class-name {
font-size: 13px;
}
.demo-image-copyright {
text-align: right;
font-style: italic;
font-size: 12px;
color: #777;
margin: 5px 0 10px 0;
}
.demo-image-copyright a {
font-weight: bold;
color: #555 !important;
}
.demo-tagsinput-area {
margin-bottom: 50px !important;
}
.demo-icon-container .demo-google-material-icon {
margin-bottom: 5px;
text-align: left;
cursor: pointer;
}
.demo-icon-container .demo-google-material-icon .icon-name {
position: relative;
top: -8px;
left: 7px;
}
.demo-icon-container .demo-google-material-icon .material-icons {
width: 24px;
}
.demo-icon-container .demo-google-material-icon .mdi {
width: 24px;
}
.mdi:before {
line-height: 28px;
}
.demo-preloader .preloader {
margin-right: 10px;
}
.irs-demo {
margin-bottom: 40px;
}
.irs-demo .irs {
margin-top: 15px;
}
.right-sidebar .nav-tabs + .tab-content {
padding: 0;
}
.right-sidebar p {
margin: 20px 15px 15px 15px;
font-weight: bold;
text-align: center;
}
.right-sidebar #settings .setting-list {
list-style: none;
padding-left: 0;
margin-bottom: 20px;
}
.right-sidebar #settings .setting-list li {
padding: 15px;
position: relative;
border-top: 1px solid #eee;
}
.right-sidebar #settings .setting-list li .switch {
position: absolute;
top: 15px;
right: 5px;
}
.demo-choose-skin {
list-style: none;
padding-left: 0;
overflow-y: hidden;
}
.demo-choose-skin li {
border-bottom: 1px solid #eee;
padding: 10px 10px 4px 10px;
position: relative;
cursor: pointer;
}
.demo-choose-skin li.active {
background-color: #eee;
}
.demo-choose-skin li.active:after {
font-family: 'Material Icons';
position: absolute;
top: 10px;
right: 10px;
content: '\E876';
font-size: 18px;
font-weight: bold;
}
.demo-choose-skin li:hover {
background-color: #eee;
}
.demo-choose-skin li div {
width: 24px;
height: 24px;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.demo-choose-skin li span {
position: relative;
bottom: 7px;
left: 5px;
}
.demo-choose-skin .red {
background-color: #F44336;
}
.demo-choose-skin .pink {
background-color: #E91E63;
}
.demo-choose-skin .purple {
background-color: #9C27B0;
}
.demo-choose-skin .deep-purple {
background-color: #673AB7;
}
.demo-choose-skin .indigo {
background-color: #3F51B5;
}
.demo-choose-skin .blue {
background-color: #2196F3;
}
.demo-choose-skin .light-blue {
background-color: #03A9F4;
}
.demo-choose-skin .cyan {
background-color: #00BCD4;
}
.demo-choose-skin .teal {
background-color: #009688;
}
.demo-choose-skin .green {
background-color: #4CAF50;
}
.demo-choose-skin .light-green {
background-color: #8BC34A;
}
.demo-choose-skin .lime {
background-color: #CDDC39;
}
.demo-choose-skin .yellow {
background-color: #ffe821;
}
.demo-choose-skin .amber {
background-color: #FFC107;
}
.demo-choose-skin .orange {
background-color: #FF9800;
}
.demo-choose-skin .deep-orange {
background-color: #FF5722;
}
.demo-choose-skin .brown {
background-color: #795548;
}
.demo-choose-skin .grey {
background-color: #9E9E9E;
}
.demo-choose-skin .blue-grey {
background-color: #607D8B;
}
.demo-choose-skin .black {
background-color: #000000;
}
.demo-choose-skin .white {
background-color: #ffffff;
}
/* Materialize Css | Taken from www.materializecss.com */
/* Media ======================================= */
@media (max-width: 767px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 35px;
width: 73%;
}
.navbar > .container-fluid .logo-in .navbar-brand {
margin-left: 83px;
width: 55%;
}
.navbar .navbar-header {
display: inline-block;
margin-bottom: -6px;
width: calc(100% + 30px);
}
.navbar .nav > li {
display: inline-block;
}
.navbar .navbar-nav {
margin-top: -10px;
margin-bottom: 1px;
margin-left: -7px;
}
.navbar .js-right-sidebar {
margin-top: 15px;
}
.dt-buttons {
float: none !important;
text-align: center;
margin-bottom: 15px;
}
.panel-switch-btn {
top: 12px;
right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 20px;
}
.navbar > .container-fluid .logo-in .navbar-brand {
margin-left: 83px;
}
}
@media (min-width: 992px) and (max-width: 1169px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: 20px;
}
.navbar > .container-fluid .logo-in .navbar-brand {
margin-left: 83px;
}
}
/* General ===================================== */
html {
height: 100%;
}
body {
background-color: #e9e9e9;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-family: 'Roboto', Arial, Tahoma, sans-serif;
height: 100%;
display: flex;
flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
button,
input,
select,
a {
outline: none !important;
}
.no-animate {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
/* Dashboard =================================== */
.dashboard-flot-chart {
height: 275px;
}
.dashboard-donut-chart {
height: 265px;
}
.dashboard-line-chart {
height: 250px;
}
.dashboard-stat-list {
list-style: none;
padding-left: 0;
margin-top: 40px;
}
.dashboard-stat-list li {
padding: 16px 0 0 0;
}
.dashboard-stat-list li small {
font-size: 8px;
}
.dashboard-task-infos .progress {
height: 10px;
margin-bottom: 0;
position: relative;
top: 6px;
}
/* Bootstrap Tags Input ======================== */
.bootstrap-tagsinput {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
}
/* Slider ================================== */
.slide-container {
width: 100%;
position: relative;
}
.slider {
-webkit-appearance: none;
width: 100%;
height: 25px;
background: transparent;
outline: none;
padding: 0px;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
input[type=range]::-webkit-slider-runnable-track {
background: #d3d3d3;
height: 5px;
width: 100%;
border-radius: 15px;
}
input[type=range]::-moz-range-track {
background: #d3d3d3;
height: 5px;
width: 100%;
border-radius: 15px;
}
input[type=range]::-ms-track {
background: #d3d3d3;
height: 5px;
width: 100%;
border-radius: 15px;
color: transparent;
border: 0px;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
box-sizing: border-box;
width: 14px;
height: 14px;
border-radius: 50%;
cursor: pointer;
border: 0px;
margin-top: -4px;
}
input[type=range]::-moz-range-thumb {
box-sizing: border-box;
-webkit-appearance: none;
width: 14px;
height: 14px;
border-radius: 50%;
cursor: pointer;
border: 0px;
margin-top: -4px;
}
input[type=range]::-ms-thumb {
box-sizing: border-box;
-webkit-appearance: none;
width: 14px;
height: 14px;
border-radius: 50%;
cursor: pointer;
border: 0px;
}
input[type=range]::-ms-fill-lower {
background: transparent;
}
input[type=range]::-ms-tooltip {
display: none;
}
input[type=range] + .thumb {
position: absolute;
height: 0px;
width: 0px;
border: none;
border-radius: 50%;
top: -10px;
margin-left: 7px;
transform-origin: 50% 50%;
transform: rotate(-45deg);
}
input[type=range] + .thumb.active {
border-radius: 50% 50% 50% 0;
height: 30px;
width: 30px;
top: -40px;
margin-left: -7px;
-webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
transition-property: height, top;
}
input[type=range] + .thumb .value {
display: block;
width: 30px;
text-align: center;
color: #42a5f5;
font-size: 0;
transform: rotate(45deg);
}
input[type=range] + .thumb.active .value {
color: white;
margin-left: -1px;
margin-top: 8px;
font-size: 10px;
}
/* Multi Select ================================ */
.ms-container {
width: auto !important;
}
.ms-container .ms-list {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
}
.ms-container .ms-list.ms-focus {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
min-width: 250px !important;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
color: #000000 !important;
background-color: #e6e6e6 !important;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selectable li.ms-elem-selection,
.ms-container .ms-selection li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
padding: 9px 15px 6px 15px !important;
}
.ms-container .ms-optgroup-label {
padding: 5px 0 0 8px !important;
}
/* Infobox ===================================== */
.info-box {
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
height: auto;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.info-box .icon {
display: inline-block;
text-align: center;
min-width: 80px;
width: 80px;
}
.info-box .icon:not([class*="bg-white"]) i {
color: #fff;
}
.info-box .icon i,
.info-box .icon i.mdi:before {
font-size: 50px;
line-height: 80px;
}
.info-box .icon .chart.chart-bar {
height: 100%;
line-height: 100px;
}
.info-box .icon .chart.chart-bar canvas {
vertical-align: baseline !important;
}
.info-box .icon .chart.chart-pie {
height: 100%;
line-height: 123px;
}
.info-box .icon .chart.chart-pie canvas {
vertical-align: baseline !important;
}
.info-box .icon .chart.chart-line {
height: 100%;
line-height: 115px;
}
.info-box .icon .chart.chart-line canvas {
vertical-align: baseline !important;
}
.info-box .info-content {
display: inline-block;
padding: 7px 10px;
}
.info-box .info-content .text {
font-size: 13px;
margin-top: 11px;
}
.info-box:not([class*="bg-"]) .info-content .text,
.info-box:not([class*="bg-"]) .info-content .number,
.info-box-2:not([class*="bg-"]) .info-content .text,
.info-box-2:not([class*="bg-"]) .info-content .number,
.info-box-3:not([class*="bg-"]) .info-content .text,
.info-box-3:not([class*="bg-"]) .info-content .number,
.info-box-4:not([class*="bg-"]) .info-content .text,
.info-box-4:not([class*="bg-"]) .info-content .number {
color: #555;
}
.info-box .info-content .number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
}
.info-box.hover-zoom-effect .icon {
overflow: hidden;
}
.info-box.hover-zoom-effect .icon i,
.info-box.hover-zoom-effect .icon i.mdi:before {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.info-box.hover-zoom-effect:hover .icon i,
.info-box.hover-zoom-effect:hover .icon i.mdi:before {
opacity: 0.4;
-moz-transform: rotate(-32deg) scale(1.4);
-ms-transform: rotate(-32deg) scale(1.4);
-o-transform: rotate(-32deg) scale(1.4);
-webkit-transform: rotate(-32deg) scale(1.4);
transform: rotate(-32deg) scale(1.4);
}
.info-box.hover-expand-effect:after {
background-color: rgba(0, 0, 0, 0.05);
content: ".";
position: absolute;
left: 80px;
top: 0;
width: 0;
height: 100%;
color: transparent;
-moz-transition: all 0.95s;
-o-transition: all 0.95s;
-webkit-transition: all 0.95s;
transition: all 0.95s;
}
.info-box.hover-expand-effect:hover:after {
width: 100%;
}
.info-box-2 {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.info-box-2 .icon {
display: inline-block;
text-align: center;
width: 80px;
min-width: 80px;
}
.info-box-2 .icon i {
color: #fff;
font-size: 50px;
line-height: 80px;
}
.info-box-2 .chart.chart-bar {
height: 100%;
line-height: 105px;
}
.info-box-2 .chart.chart-bar canvas {
vertical-align: baseline !important;
}
.info-box-2 .chart.chart-pie {
height: 100%;
line-height: 123px;
}
.info-box-2 .chart.chart-pie canvas {
vertical-align: baseline !important;
}
.info-box-2 .chart.chart-line {
height: 100%;
line-height: 115px;
}
.info-box-2 .chart.chart-line canvas {
vertical-align: baseline !important;
}
.info-box-2 .info-content {
display: inline-block;
padding: 7px 10px;
}
.info-box-2 .info-content .text {
font-size: 13px;
margin-top: 11px;
}
.info-box-2 .info-content .number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
}
.info-box-2.hover-zoom-effect .icon {
overflow: hidden;
}
.info-box-2.hover-zoom-effect .icon i,
.info-box-2.hover-zoom-effect .icon i.mdi:before {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.info-box-2.hover-zoom-effect:hover .icon i,
.info-box-2.hover-zoom-effect:hover .icon i.mdi:before {
opacity: 0.4;
-moz-transform: rotate(-32deg) scale(1.4);
-ms-transform: rotate(-32deg) scale(1.4);
-o-transform: rotate(-32deg) scale(1.4);
-webkit-transform: rotate(-32deg) scale(1.4);
transform: rotate(-32deg) scale(1.4);
}
.info-box-2.hover-expand-effect:after {
background-color: rgba(0, 0, 0, 0.05);
content: ".";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
color: transparent;
-moz-transition: all 0.95s;
-o-transition: all 0.95s;
-webkit-transition: all 0.95s;
transition: all 0.95s;
}
.info-box-2.hover-expand-effect:hover:after {
width: 100%;
}
.info-box-3 {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.info-box-3 .icon {
position: absolute;
right: 10px;
bottom: 2px;
text-align: center;
min-width: 80px;
width: 80px;
}
.info-box-3 .icon i {
font-size: 60px;
}
.info-box-3 .chart {
margin-right: 5px;
}
.info-box-3 .chart.chart-bar {
height: 100%;
line-height: 50px;
}
.info-box-3 .chart.chart-bar canvas {
vertical-align: baseline !important;
}
.info-box-3 .chart.chart-pie {
height: 100%;
line-height: 34px;
}
.info-box-3 .chart.chart-pie canvas {
vertical-align: baseline !important;
}
.info-box-3 .chart.chart-line {
height: 100%;
line-height: 40px;
}
.info-box-3 .chart.chart-line canvas {
vertical-align: baseline !important;
}
.info-box-3 .info-content {
display: inline-block;
padding: 7px 16px;
}
.info-box-3 .info-content .text {
font-size: 13px;
margin-top: 11px;
}
.info-box-3 .info-content .number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
}
.info-box-3.hover-zoom-effect .icon i,
.info-box-3.hover-zoom-effect .icon i.mdi:before {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.info-box-3.hover-zoom-effect:hover .icon i,
.info-box-3.hover-zoom-effect:hover .icon i.mdi:before {
opacity: 0.4;
-moz-transform: rotate(-32deg) scale(1.4);
-ms-transform: rotate(-32deg) scale(1.4);
-o-transform: rotate(-32deg) scale(1.4);
-webkit-transform: rotate(-32deg) scale(1.4);
transform: rotate(-32deg) scale(1.4);
}
.info-box-3.hover-expand-effect:after {
background-color: rgba(0, 0, 0, 0.05);
content: ".";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
color: transparent;
-moz-transition: all 0.95s;
-o-transition: all 0.95s;
-webkit-transition: all 0.95s;
transition: all 0.95s;
}
.info-box-3.hover-expand-effect:hover:after {
width: 100%;
}
.info-box-4 {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.info-box-4 .icon {
position: absolute;
right: 10px;
bottom: 2px;
text-align: center;
}
.info-box-4 .icon i {
font-size: 60px;
}
.info-box-4 .chart {
margin-right: 5px;
}
.info-box-4 .chart.chart-bar {
height: 100%;
line-height: 50px;
}
.info-box-4 .chart.chart-bar canvas {
vertical-align: baseline !important;
}
.info-box-4 .chart.chart-pie {
height: 100%;
line-height: 34px;
}
.info-box-4 .chart.chart-pie canvas {
vertical-align: baseline !important;
}
.info-box-4 .chart.chart-line {
height: 100%;
line-height: 40px;
}
.info-box-4 .chart.chart-line canvas {
vertical-align: baseline !important;
}
.info-box-4 .info-content {
display: inline-block;
padding: 7px 16px;
}
.info-box-4 .info-content .text {
font-size: 13px;
margin-top: 11px;
}
.info-box-4 .info-content .number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
}
.info-box-4.hover-zoom-effect .icon i,
.info-box-4.hover-zoom-effect .icon i.mdi:before {
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.info-box-4.hover-zoom-effect:hover .icon i,
.info-box-4.hover-zoom-effect:hover .icon i.mdi:before {
opacity: 0.4;
-moz-transform: rotate(-32deg) scale(1.4);
-ms-transform: rotate(-32deg) scale(1.4);
-o-transform: rotate(-32deg) scale(1.4);
-webkit-transform: rotate(-32deg) scale(1.4);
transform: rotate(-32deg) scale(1.4);
}
.info-box-4.hover-expand-effect:after {
background-color: rgba(0, 0, 0, 0.05);
content: ".";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
color: transparent;
-moz-transition: all 0.95s;
-o-transition: all 0.95s;
-webkit-transition: all 0.95s;
transition: all 0.95s;
}
.info-box-4.hover-expand-effect:hover:after {
width: 100%;
}
/* Alerts ====================================== */
.alert {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border: none;
color: #fff !important;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.alert .alert-link {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
.alert-success {
background-color: #2b982b;
}
.alert-info {
background-color: #00b0e4;
}
.alert-warning {
background-color: #ff9600 !important;
}
.alert-danger {
background-color: #fb483a !important;
}
.alert-dismissible .close {
color: #fff;
opacity: 1;
border: none;
text-shadow: none;
}
/* Dialogs (SweetAlert) ======================== */
.sweet-alert {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
}
.sweet-alert p {
font-size: 14px !important;
}
.sweet-alert .sa-input-error {
top: 23px !important;
right: 13px !important;
}
.sweet-alert h2 {
font-size: 18px !important;
margin: 0 0 5px 0 !important;
}
.sweet-alert button {
font-size: 15px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
padding: 5px 20px !important;
}
/* Checkbox & Radio ============================ */
[type="checkbox"] + label {
padding-left: 26px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-weight: normal;
}
[type="checkbox"]:checked + label:before {
top: -4px;
left: -2px;
width: 11px;
height: 19px;
}
[type="checkbox"].filled-in:checked + label:after {
top: 0;
width: 20px;
height: 20px;
border: 2px solid #26a69a;
background-color: #26a69a;
z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
border-right: 2px solid #fff !important;
border-bottom: 2px solid #fff !important;
}
.form-control.readonly .form-group {
margin-bottom: 0px;
}
.form-control.readonly .form-group [type="radio"]:not(:checked) {
display: none;
}
.form-control.readonly .form-group [type="radio"]:not(:checked) + label {
display: none;
}
.form-control.readonly .form-group [type="radio"]:checked + label {
padding-left: 0px;
cursor: text;
}
.form-control.readonly .form-group [type="radio"]:checked + label:before,
.form-control.readonly .form-group [type="radio"]:checked + label:after {
display: none;
}
[type="radio"]:not(:checked) + label {
padding-left: 26px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-weight: normal;
}
[type="radio"]:checked + label {
padding-left: 26px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-weight: normal;
}
/* Switch ====================================== */
.switch label {
font-weight: normal;
font-size: 13px;
}
.switch label .lever {
margin: 0 14px;
}
.switch[readonly] .lever {
display: none;
}
.form-group {
width: 100%;
margin-bottom: 25px;
display: table;
}
.form-group .form-control {
width: 100%;
border: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
padding-left: 0;
border-bottom: 1px solid #ddd;
}
.form-group .form-control.no-bottom-border{
border-bottom: 0px;
}
.form-group .form-control:HOVER {
border-color: #adaeaa;
}
.form-group label.error {
font-size: 12px;
display: block;
margin-top: 5px;
font-weight: normal;
color: #F44336;
}
.form-group .form-line {
width: 100%;
position: relative;
display: table-cell !important;
}
.form-group .form-line .form-label {
font-weight: normal;
position: absolute;
top: 6px;
left: 0;
cursor: text;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-webkit-transition: 0.2s;
transition: 0.2s;
line-height: 10px;
}
.form-group .form-line .form-label:not([class*="focused"]):not([class*="col-"]) {
color: #aaa;
}
.form-group .form-line.error:after {
border-bottom: 2px solid #F44336;
}
.form-group .form-line.success:after {
border-bottom: 2px solid #4CAF50;
}
.form-group .form-line.warning:after {
border-bottom: 2px solid #FFC107;
}
.form-group .form-line.focused:after {
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.form-group:FOCUS {
outline: transparent !important;
}
.form-label.focused {
top: -20px !important;
font-size: 12px !important;
}
.form-group .form-control.readonly {
border-bottom: 0px;
cursor: text;
}
.form-label {
font-size: 12px;
margin-top: 5px;
color: #999;
font-weight: normal;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: transparent;
}
.help-info {
font-size: 12px;
margin-top: 5px;
color: #999;
font-weight: normal;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black {
background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
background-color: #000000;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white {
background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
background-color: #ffffff;
}
/* DateTime Picker ============================= */
.dtp div.dtp-date,
.dtp div.dtp-time {
background: #007d72;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
background: #009688;
}
.dtp .dtp-buttons .dtp-btn-ok {
margin-left: 10px;
}
.dtp .dtp-buttons .dtp-btn-clear {
margin-right: 10px !important;
}
.dtp .p10 > a {
color: #fff;
}
.dtp div.dtp-actual-year {
font-size: 1.5em;
color: #ffffff;
}
.dtp table.dtp-picker-days tr td a.selected {
background: #007d72;
color: #fff;
}
/* Bootstrap Select ============================ */
.bootstrap-select {
box-shadow: none;
border-bottom: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
/* Tooltip & Popovers ========================== */
.tooltip {
font-size: 13px;
}
.tooltip .tooltip-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.popover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
border: 1px solid rgba(0, 0, 0, 0.08);
max-width: 500px;
}
.popover .popover-title {
font-weight: bold;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background-color: #e9e9e9;
border-bottom: 1px solid #ddd;
}
.popover .popover-content {
font-size: 13px;
color: #777;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
/* Nav Tabs ==================================== */
.nav-tabs {
border-bottom: 1px solid #eee;
}
.nav-tabs > li {
position: relative;
}
.nav-tabs > li > a {
border: none !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.nav-tabs > li > a:before {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 0;
border-bottom: 2px solid #2196F3;
bottom: 1px;
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-moz-transition: 0.1s ease-in;
-o-transition: 0.1s ease-in;
-webkit-transition: 0.1s ease-in;
transition: 0.1s ease-in;
}
.nav-tabs > li > a .material-icons {
position: relative;
top: 6px;
margin-bottom: 8px;
width: 24px;
line-height: 27px;
}
.nav-tabs > li > a .mdi {
position: relative;
top: 3px;
margin-bottom: 8px;
width: 24px;
line-height: 28px;
height: 24px;
}
.nav-tabs > li > a .mdi:before {
line-height: 34px;
}
.nav-tabs li.active a:before {
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.nav-tabs + .tab-content {
padding: 15px 0;
}
/* Thumbnails ================================== */
.thumbnail {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.thumbnail p:not(button) {
color: #999999;
font-size: 14px;
}
.thumbnail h3 {
font-weight: bold;
font-size: 17px;
}
/* Labels ====================================== */
.label {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.label-primary {
background-color: #1f91f3;
}
.label-success {
background-color: #2b982b;
}
.label-info {
background-color: #00b0e4;
}
.label-warning {
background-color: #ff9600;
}
.label-danger {
background-color: #fb483a;
}
/* Collapse ==================================== */
.collapse .well,
.collapse.in .well,
.collapsing .well {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
margin-bottom: 0;
}
/* Tables ====================================== */
/* Panel ======================================= */
/* Progress Bars =============================== */
.progress {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
height: 22px;
}
.progress .progress-bar {
line-height: 23px;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.progress .progress-bar:not([class*="bg-"]):not([class*="-success"]):not([class*="-danger"]):not([class*="-warning"]):not([class*="-info"]) {
background-color: #1f91f3;
}
.progress .progress-bar-success {
background-color: #2b982b;
}
.progress .progress-bar-info {
background-color: #00b0e4;
}
.progress .progress-bar-warning {
background-color: #ff9600;
}
.progress .progress-bar-danger {
background-color: #fb483a;
}
/* Ion Range Slider ============================ */
.irs .irs-min,
.irs .irs-max,
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
/* Color Picker ================================ */
.colorpicker {
z-index: 1;
}
.colorpicker:before, .colorpicker:after {
display: none !important;
}
/* Dropzone ==================================== */
.dropzone {
border: 2px solid transparent !important;
background-color: #eee !important;
}
.dropzone .dz-message .drag-icon-cph .material-icons {
font-size: 80px;
color: #777;
}
.dz-drag-hover {
border: 2px dashed #888 !important;
}
/* ============= end breadcrumb ================== */
a.list-group-item:not([class*="bg-"]):not([class*="-success"]):not([class*="-danger"]):not([class*="-warning"]):not([class*="-info"]):not([class*="active"]) {
color: #555;
}
.list-group {
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.list-group[class*="bg-"] {
border: none;
}
.list-group[class*="bg-"]:hover,
.list-group[class*="bg-"]:focus {
opacity: 0.8;
}
/* Badge | List Group Item ===================== */
.list-group-item {
padding-left: 30px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.list-group .active {
background-color: #2196F3 !important;
border-color: #2196F3;
}
.list-group .active:hover, .list-group .active:focus, .list-group .active:active {
background-color: #2196F3 !important;;
border-color: #2196F3;
}
.list-group .active .list-group-item-text {
color: #dfe9f1;
font-size: 13px;
}
.list-group .active .list-group-item-text:hover, .list-group .active .list-group-item-text:active, .list-group .active .list-group-item-text:focus {
color: #dfe9f1;
}
.list-group .list-group-item.active:hover .list-group-item-text, .list-group .list-group-item.active:focus .list-group-item-text, .list-group .list-group-item.active:active .list-group-item-text {
color: #dfe9f1;
}
.list-group .list-group-item.active:before {
font-family: 'Material Icons';
position: absolute;
top: 10px;
left: 5px;
content: '\E876';
font-size: 18px;
font-weight: bold;
color: #ffffff !important;
}
.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.list-group .list-group-item .list-group-item-heading {
font-weight: bold;
font-size: 17px;
}
.list-group .list-group-item-success {
background-color: #2b982b;
border: none;
color: #fff;
}
.list-group .list-group-item-success:hover, .list-group .list-group-item-success:focus {
background-color: #2b982b;
color: #fff;
opacity: 0.8;
}
.list-group .list-group-item-info {
background-color: #00b0e4;
border: none;
color: #fff;
}
.list-group .list-group-item-info:hover, .list-group .list-group-item-info:focus {
background-color: #00b0e4;
color: #fff;
opacity: 0.8;
}
.list-group .list-group-item-warning {
background-color: #ff9600;
border: none;
color: #fff;
}
.list-group .list-group-item-warning:hover, .list-group .list-group-item-warning:focus {
background-color: #ff9600;
color: #fff;
opacity: 0.8;
}
.list-group .list-group-item-danger {
background-color: #fb483a;
border: none;
color: #fff;
}
.list-group .list-group-item-danger:hover, .list-group .list-group-item-danger:focus {
background-color: #fb483a;
color: #fff;
opacity: 0.8;
}
.list-group .pl-pink {
stroke: #E91E63;
}
.list-group .pl-purple {
stroke: #9C27B0;
}
.list-group .pl-deep-purple {
stroke: #673AB7;
}
.list-group .pl-indigo {
stroke: #3F51B5;
}
.list-group .pl-blue {
stroke: #2196F3;
}
.list-group .pl-light-blue {
stroke: #03A9F4;
}
.list-group .pl-cyan {
stroke: #00BCD4;
}
.list-group .pl-teal {
stroke: #009688;
}
.list-group .pl-green {
stroke: #4CAF50;
}
.list-group .pl-light-green {
stroke: #8BC34A;
}
.list-group .pl-lime {
stroke: #CDDC39;
}
.list-group .pl-yellow {
stroke: #ffe821;
}
.list-group .pl-amber {
stroke: #FFC107;
}
.list-group .pl-orange {
stroke: #FF9800;
}
.list-group .pl-deep-orange {
stroke: #FF5722;
}
.list-group .pl-brown {
stroke: #795548;
}
.list-group .pl-grey {
stroke: #9E9E9E;
}
.list-group .pl-blue-grey {
stroke: #607D8B;
}
.list-group .pl-black {
stroke: #000000;
}
.list-group .pl-white {
stroke: #ffffff;
}
/* Pagination & Pager ========================== */
.pager li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
border: none;
background-color: transparent;
color: #222;
font-weight: bold;
}
.pager li a:focus,
.pager li a:active {
background-color: transparent;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled a:active {
color: #bbb;
}
.pagination .disabled a .clickable-icon {
cursor: not-allowed;
}
.pagination li.active a {
background-color: #2196F3;
border-radius: 2px;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.pagination .page a {
padding: 6px 0px;
text-align: center;
width: 32px;
height: 32px;
margin-left: 2px;
margin-right: 2px;
border-radius: 50%;
}
.pagination .page-nav a {
margin-left: 5px;
margin-right: 5px;
}
.pagination li {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.pagination li a:focus,
.pagination li a:active {
background-color: transparent;
color: #555;
}
.pagination > li > a {
border: none;
font-weight: bold;
color: #555;
}
.pagination .adv-page-count {
margin-left: 10px;
margin-right: 10px;
line-height: 34px
}
.pagination .page-nav:disabled a .clickable-icon {
cursor: not-allowed !important;
}
.pagination-lg .page-nav a {
margin-top: 2px;
}
.pagination-lg .page-nav a .material-icons {
font-size: 30px;
line-height: 24px;
padding-left: 1px;
}
.pagination-sm .page-nav a .material-icons {
font-size: 20px;
line-height: 24px;
padding-left: 5px;
}
.pagination-sm .page a {
font-size: 12px;
line-height: 20px;
}
/* Media Object ================================ */
.media {
margin-bottom: 25px;
}
.media .media-body {
color: #777;
font-size: 13px;
}
.media .media-body .media-heading {
font-size: 16px;
font-weight: bold;
color: #333;
}
/* Form Wizard ================================= */
.wizard,
.tabcontrol {
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a {
outline: 0;
}
.wizard ul,
.tabcontrol ul {
list-style: none !important;
padding: 0;
margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
display: block;
padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
position: absolute;
left: -999em;
}
.wizard > .steps {
position: relative;
display: block;
width: 100%;
}
.wizard.vertical > .steps {
float: left;
width: 30%;
}
.wizard.vertical > .steps > ul > li {
float: none;
width: 100%;
}
.wizard.vertical > .content {
float: left;
margin: 0 0 0.5em 0;
width: 70%;
}
.wizard.vertical > .actions {
float: right;
width: 100%;
}
.wizard.vertical > .actions > ul > li {
margin: 0 0 0 1em;
}
.wizard > .steps .number {
font-size: 1.429em;
}
.wizard > .steps > ul > li {
width: 25%;
float: left;
}
.wizard > .actions > ul > li {
float: left;
}
.wizard > .steps a {
display: block;
width: auto;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard > .steps a:hover, .wizard > .steps a:active {
display: block;
width: auto;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.wizard > .steps .disabled a {
background: #eee;
color: #aaa;
cursor: default;
}
.wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
background: #eee;
color: #aaa;
cursor: default;
}
.wizard > .steps .current a {
background: #2184be;
color: #fff;
cursor: default;
}
.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
background: #2184be;
color: #fff;
cursor: default;
}
.wizard > .steps .done a {
background: #9dc8e2;
color: #fff;
}
.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
background: #9dc8e2;
color: #fff;
}
.wizard > .steps .error a {
background: #ff3111;
color: #fff;
}
.wizard > .steps .error a:hover, .wizard > .steps .error a:active {
background: #ff3111;
color: #fff;
}
.wizard > .content {
border: 1px solid #ddd;
display: block;
margin: 0.5em;
min-height: 35em;
overflow: hidden;
position: relative;
width: auto;
}
.wizard > .actions {
position: relative;
display: block;
text-align: right;
width: 100%;
}
.wizard > .actions > ul {
display: inline-block;
text-align: right;
}
.wizard > .actions > ul > li {
margin: 0 0.5em;
}
.wizard > .actions a {
background: #009688;
color: #fff;
display: block;
padding: 0.5em 1em;
text-decoration: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.wizard > .actions a:hover, .wizard > .actions a:active {
background: #009688;
color: #fff;
display: block;
padding: 0.5em 1em;
text-decoration: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.wizard > .actions .disabled a {
background: #eee;
color: #aaa;
}
.wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
background: #eee;
color: #aaa;
}
.tabcontrol > .steps {
position: relative;
display: block;
width: 100%;
}
.tabcontrol > .steps > ul {
position: relative;
margin: 6px 0 0 0;
top: 1px;
z-index: 1;
}
.tabcontrol > .steps > ul > li {
float: left;
margin: 5px 2px 0 0;
padding: 1px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
background: #edecec;
border: 1px solid #bbb;
padding: 0;
}
.tabcontrol > .steps > ul > li.current {
background: #fff;
border: 1px solid #bbb;
border-bottom: 0 none;
padding: 0 0 1px 0;
margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
padding: 15px 30px 10px 30px;
}
.tabcontrol > .steps > ul > li > a {
color: #5f5f5f;
display: inline-block;
border: 0 none;
margin: 0;
padding: 10px 30px;
text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
text-decoration: none;
}
.tabcontrol > .content {
position: relative;
display: inline-block;
width: 100%;
height: 35em;
overflow: hidden;
border-top: 1px solid #bbb;
padding-top: 20px;
}
.tabcontrol > .content > .body {
float: left;
position: absolute;
width: 95%;
height: 95%;
padding: 2.5%;
}
.tabcontrol > .content > .body ul {
list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
display: list-item;
}
.wizard .content {
min-height: 245px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
overflow-y: auto;
}
.wizard .content .body {
padding: 15px;
}
.wizard .steps a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.wizard .steps .done a {
background-color: rgba(0, 150, 136, 0.6);
}
.wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
background-color: rgba(0, 150, 136, 0.5);
}
.wizard .steps .error a {
background-color: #F44336 !important;
}
.wizard .steps .current a {
background-color: #009688;
}
.wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
background-color: #009688;
}
/* Waves ======================================= */
.waves-effect.waves-red .waves-ripple {
background: rgba(244, 67, 54, 0.5);
}
.waves-effect.waves-pink .waves-ripple {
background: rgba(233, 30, 99, 0.5);
}
.waves-effect.waves-purple .waves-ripple {
background: rgba(156, 39, 176, 0.5);
}
.waves-effect.waves-deep-purple .waves-ripple {
background: rgba(103, 58, 183, 0.5);
}
.waves-effect.waves-indigo .waves-ripple {
background: rgba(63, 81, 181, 0.5);
}
.waves-effect.waves-blue .waves-ripple {
background: rgba(33, 150, 243, 0.5);
}
.waves-effect.waves-light-blue .waves-ripple {
background: rgba(3, 169, 244, 0.5);
}
.waves-effect.waves-cyan .waves-ripple {
background: rgba(0, 188, 212, 0.5);
}
.waves-effect.waves-teal .waves-ripple {
background: rgba(0, 150, 136, 0.5);
}
.waves-effect.waves-green .waves-ripple {
background: rgba(76, 175, 80, 0.5);
}
.waves-effect.waves-light-green .waves-ripple {
background: rgba(139, 195, 74, 0.5);
}
.waves-effect.waves-lime .waves-ripple {
background: rgba(205, 220, 57, 0.5);
}
.waves-effect.waves-yellow .waves-ripple {
background: rgba(255, 232, 33, 0.5);
}
.waves-effect.waves-amber .waves-ripple {
background: rgba(255, 193, 7, 0.5);
}
.waves-effect.waves-orange .waves-ripple {
background: rgba(255, 152, 0, 0.5);
}
.waves-effect.waves-deep-orange .waves-ripple {
background: rgba(255, 87, 34, 0.5);
}
.waves-effect.waves-brown .waves-ripple {
background: rgba(121, 85, 72, 0.5);
}
.waves-effect.waves-grey .waves-ripple {
background: rgba(158, 158, 158, 0.5);
}
.waves-effect.waves-blue-grey .waves-ripple {
background: rgba(96, 125, 139, 0.5);
}
.waves-effect.waves-black .waves-ripple {
background: rgba(0, 0, 0, 0.5);
}
.waves-effect.waves-white .waves-ripple {
background: rgba(255, 255, 255, 0.5);
}
/* Page Loader ================================= */
.page-loader-wrapper {
z-index: 99999999;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: #eee;
overflow: hidden;
text-align: center;
}
.page-loader-wrapper p {
font-size: 13px;
margin-top: 10px;
font-weight: bold;
color: #444;
}
.page-loader-wrapper .loader {
position: relative;
top: calc(50% - 30px);
}
/* Preloaders ================================== */
.md-preloader .pl-red {
stroke: #F44336;
}
.md-preloader .pl-pink {
stroke: #E91E63;
}
.md-preloader .pl-purple {
stroke: #9C27B0;
}
.md-preloader .pl-deep-purple {
stroke: #673AB7;
}
.md-preloader .pl-indigo {
stroke: #3F51B5;
}
.md-preloader .pl-blue {
stroke: #2196F3;
}
.md-preloader .pl-light-blue {
stroke: #03A9F4;
}
.md-preloader .pl-cyan {
stroke: #00BCD4;
}
.md-preloader .pl-teal {
stroke: #009688;
}
.md-preloader .pl-green {
stroke: #4CAF50;
}
.md-preloader .pl-light-green {
stroke: #8BC34A;
}
.md-preloader .pl-lime {
stroke: #CDDC39;
}
.md-preloader .pl-yellow {
stroke: #ffe821;
}
.md-preloader .pl-amber {
stroke: #FFC107;
}
.md-preloader .pl-orange {
stroke: #FF9800;
}
.md-preloader .pl-deep-orange {
stroke: #FF5722;
}
.md-preloader .pl-brown {
stroke: #795548;
}
.md-preloader .pl-grey {
stroke: #9E9E9E;
}
.md-preloader .pl-blue-grey {
stroke: #607D8B;
}
.md-preloader .pl-black {
stroke: #000000;
}
.md-preloader .pl-white {
stroke: #ffffff;
}
.preloader {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
-webkit-animation: container-rotate 1568ms linear infinite;
-moz-animation: container-rotate 1568ms linear infinite;
-o-animation: container-rotate 1568ms linear infinite;
animation: container-rotate 1568ms linear infinite;
}
.preloader.pl-size-xl {
width: 75px;
height: 75px;
}
.preloader.pl-size-l {
width: 60px;
height: 60px;
}
.preloader.pl-size-md {
width: 50px;
height: 50px;
}
.preloader.pl-size-sm {
width: 40px;
height: 40px;
}
.preloader.pl-size-xs {
width: 25px;
height: 25px;
}
.spinner-layer {
position: absolute;
width: 100%;
height: 100%;
border-color: #F44336;
-ms-opacity: 1;
opacity: 1;
-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.spinner-layer.pl-red {
border-color: #F44336;
}
.spinner-layer.pl-pink {
border-color: #E91E63;
}
.spinner-layer.pl-purple {
border-color: #9C27B0;
}
.spinner-layer.pl-deep-purple {
border-color: #673AB7;
}
.spinner-layer.pl-indigo {
border-color: #3F51B5;
}
.spinner-layer.pl-blue {
border-color: #2196F3;
}
.spinner-layer.pl-light-blue {
border-color: #03A9F4;
}
.spinner-layer.pl-cyan {
border-color: #00BCD4;
}
.spinner-layer.pl-teal {
border-color: #009688;
}
.spinner-layer.pl-green {
border-color: #4CAF50;
}
.spinner-layer.pl-light-green {
border-color: #8BC34A;
}
.spinner-layer.pl-lime {
border-color: #CDDC39;
}
.spinner-layer.pl-yellow {
border-color: #ffe821;
}
.spinner-layer.pl-amber {
border-color: #FFC107;
}
.spinner-layer.pl-orange {
border-color: #FF9800;
}
.spinner-layer.pl-deep-orange {
border-color: #FF5722;
}
.spinner-layer.pl-brown {
border-color: #795548;
}
.spinner-layer.pl-grey {
border-color: #9E9E9E;
}
.spinner-layer.pl-blue-grey {
border-color: #607D8B;
}
.spinner-layer.pl-black {
border-color: #000000;
}
.spinner-layer.pl-white {
border-color: #ffffff;
}
.right {
float: right !important;
}
.gap-patch {
position: absolute;
top: 0;
left: 45%;
width: 10%;
height: 100%;
overflow: hidden;
border-color: inherit;
}
.gap-patch.circle {
width: 1000%;
left: -450%;
}
.circle-clipper {
display: inline-block;
position: relative;
width: 50%;
height: 100%;
overflow: hidden;
border-color: inherit;
}
.circle-clipper .circle {
width: 200%;
height: 100%;
border-width: 3px;
border-style: solid;
border-color: inherit;
border-bottom-color: transparent !important;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-animation: none;
animation: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.circle-clipper.left .circle {
left: 0;
border-right-color: transparent !important;
-webkit-transform: rotate(129deg);
-moz-transform: rotate(129deg);
-ms-transform: rotate(129deg);
-o-transform: rotate(129deg);
transform: rotate(129deg);
-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.circle-clipper.right .circle {
left: -100%;
border-left-color: transparent !important;
-webkit-transform: rotate(-129deg);
-moz-transform: rotate(-129deg);
-ms-transform: rotate(-129deg);
-o-transform: rotate(-129deg);
transform: rotate(-129deg);
-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes container-rotate {
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes container-rotate {
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes fill-unfill-rotate {
12.5% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
25% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
37.5% {
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
}
50% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
62.5% {
-webkit-transform: rotate(675deg);
transform: rotate(675deg);
}
75% {
-webkit-transform: rotate(810deg);
transform: rotate(810deg);
}
87.5% {
-webkit-transform: rotate(945deg);
transform: rotate(945deg);
}
to {
-webkit-transform: rotate(1080deg);
transform: rotate(1080deg);
}
}
@keyframes fill-unfill-rotate {
12.5% {
transform: rotate(135deg);
}
25% {
transform: rotate(270deg);
}
37.5% {
transform: rotate(405deg);
}
50% {
transform: rotate(540deg);
}
62.5% {
transform: rotate(675deg);
}
75% {
transform: rotate(810deg);
}
87.5% {
transform: rotate(945deg);
}
to {
transform: rotate(1080deg);
}
}
@-webkit-keyframes left-spin {
from {
-webkit-transform: rotate(130deg);
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(130deg);
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
transform: rotate(130deg);
}
}
@keyframes left-spin {
from {
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
50% {
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
}
@-webkit-keyframes right-spin {
from {
-webkit-transform: rotate(-130deg);
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-webkit-transform: rotate(-130deg);
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
@-moz-keyframes right-spin {
from {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
@keyframes right-spin {
from {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
/* Navbars ===================================== */
.navbar {
font-family: "Roboto", sans-serif;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
border: none;
position: fixed;
top: 0;
left: 0;
z-index: 12;
width: 100%;
}
.navbar .navbar-brand {
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.navbar .navbar-custom-right-menu {
float: right;
}
.navbar .navbar-toggle {
text-decoration: none;
color: #fff;
width: 20px;
height: 20px;
margin-top: -4px;
margin-right: 17px;
}
.navbar .navbar-toggle:before {
content: '\E8D5';
font-family: 'Material Icons';
font-size: 26px;
}
.navbar .navbar-collapse.in {
overflow: visible;
}
.ls-closed section.content {
margin-left: 15px;
}
.ls-closed .bars:after, .ls-closed .bars:before {
font-family: 'Material Icons';
font-size: 24px;
position: absolute;
top: 18px;
left: 20px;
margin-right: 10px;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.ls-closed .bars:before {
content: '\E5D2';
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.ls-closed .bars:after {
content: '\E5C4';
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.ls-closed .navbar-brand {
margin-left: 30px;
}
.overlay-open .bars:before {
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.overlay-open .bars:after {
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.navbar-header {
padding: 10px 7px;
}
.navbar-header .bars {
float: left;
text-decoration: none;
}
.navbar-nav > li > a {
padding: 7px 7px 2px 7px;
margin-top: 17px;
margin-left: 5px;
}
.label-count {
position: absolute;
top: 2px;
right: 6px;
font-size: 10px;
line-height: 15px;
background-color: #000;
padding: 0 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
/* Left Sidebar & Overlay ====================== */
.overlay {
position: fixed;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
display: none;
z-index: 10;
}
.overlay-open .sidebar {
margin-left: 0;
z-index: 99999999;
}
.sm .sidebar {
-moz-transition: left 0.2s;
-o-transition: left 0.2s;
-webkit-transition: left 0.2s;
transition: left 0.2s;
}
.sidebar {
-moz-transition: left 0.5s;
-o-transition: left 0.5s;
-webkit-transition: left 0.5s;
transition: left 0.5s;
font-family: "Roboto", sans-serif;
background: #fdfdfd;
display: inline-block;
height: calc(100vh - 70px);
position: fixed;
top: 70px;
margin-left: 0px;
left: 0;
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
z-index: 11 !important;
}
.sidebar .legal {
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #eee;
padding: 15px;
overflow: hidden;
}
.sidebar .legal .copyright {
font-size: 13px;
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.sidebar .legal .copyright a {
font-weight: bold;
text-decoration: none;
}
.sidebar .legal .version {
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
margin-top: 5px;
font-size: 13px;
}
.sidebar .user-info {
padding: 13px 15px 12px 15px;
white-space: nowrap;
position: relative;
border-bottom: 1px solid #e9e9e9;
background: url("../images/user-img-background.jpg") no-repeat no-repeat;
height: 135px;
}
.sidebar .user-info .image {
margin-right: 12px;
display: inline-block;
}
.sidebar .user-info .image img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
vertical-align: bottom !important;
}
.sidebar .user-info .info-container {
cursor: default;
display: block;
position: relative;
top: 25px;
}
.sidebar .user-info .info-container .name {
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
font-size: 14px;
max-width: 200px;
color: #fff;
}
.sidebar .user-info .info-container .email {
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
font-size: 12px;
max-width: 200px;
color: #fff;
}
.menu {
position: relative;
overflow-y: auto;
}
.menu .list {
list-style: none;
padding-left: 0;
}
.menu .list li.active > :first-child span {
font-weight: bold;
}
.menu[class*="bg-"] .list li.active > :first-child span,
.menu[class*="bg-"] .list li.active > :first-child i {
opacity: 0.7;
}
.menu:not([class*="bg-"]) .list .header {
background: #eee;
}
.menu .list .header {
font-size: 12px;
font-weight: 600;
padding: 8px 16px;
}
.menu .list i.material-icons {
width: 24px;
}
.menu .list .tree-toggle:after, .menu .list .tree-toggle:before {
position: absolute;
top: calc(50% - 14px);
right: 17px;
font-size: 19px;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.menu .list .tree-toggle:before {
content: '+';
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.menu .list .tree-toggle:after {
content: '\2013';
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.menu .list .tree-toggle.toggled:before {
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.menu .list .tree-toggle.toggled:after {
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.menu:not([class*="bg-"]) .list a {
color: #747474;
}
.menu .list a {
position: relative;
display: inline-flex;
vertical-align: middle;
width: 100%;
padding: 10px 13px;
}
.menu .list a:hover, .menu .list a:active, .menu .list a:focus {
text-decoration: none !important;
}
.menu .list a small {
position: absolute;
top: calc(50% - 7.5px);
right: 15px;
}
.menu:not([class*="bg-"]) .list a .title {
color: #333;
}
.menu .list a .title {
margin: 2px 0px 0px 12px;
font-weight: bold;
font-size: 14px;
overflow: hidden;
}
.menu[class*="bg-"] .list li a:hover {
opacity: 0.7;
}
.menu[class*="bg-"] .list li a:hover i {
opacity: 0.7;
}
.menu .tree-leaf a .title {
font-weight: 500;
display: block;
white-space: nowrap;
}
.menu .list .ml-tree {
list-style: none;
padding-left: 0;
}
.menu .list .ml-tree li a {
padding-top: 7px;
padding-bottom: 7px;
}
.menu .list .ml-tree li.active a.toggled:not(.tree-toggle) {
font-weight: 600;
margin-left: 5px;
}
.menu .gap {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
}
.menu .separator a {
border-bottom: 1px solid #cccccc;
}
.right-sidebar {
width: 280px;
height: calc(100vh - 70px);
position: fixed;
right: 0px;
top: 70px;
margin-right: 0px;
background: #fdfdfd;
z-index: 11 !important;
-webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
overflow: hidden;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.right-sidebar.open {
right: 0;
}
.right-sidebar .nav-tabs {
font-weight: 600;
font-size: 13px;
width: 100%;
margin-left: 2px;
}
.right-sidebar .nav-tabs li {
text-align: center;
}
.right-sidebar .nav-tabs li > a {
margin-right: 0;
}
.right-sidebar .nav-tabs li:first-child {
width: 45%;
}
.right-sidebar .nav-tabs li:last-child {
width: 55%;
}
/* Bootstrap Notify ============================ */
.bootstrap-notify-container {
max-width: 320px;
text-align: center;
z-index: 999999999999999;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
/* Jquery Nestable ============================= */
.dd-handle {
background-color: #f9f9f9 !important;
}
.dd-handle:hover {
color: #2196F3;
}
.nestable-dark-theme .dd-handle {
background: #ccc !important;
border: 1px solid #999 !important;
}
.dd3-handle {
background: #999 !important;
}
.dd3-content:hover {
color: #2196F3;
}
/* Login Page ================================== */
.login-page {
background-color: #00BCD4;
padding-left: 0;
max-width: 360px;
margin: 5% auto;
overflow-x: hidden;
}
.login-page .login-box .msg {
color: #555;
margin-bottom: 30px;
text-align: center;
}
.login-page .login-box a {
font-size: 14px;
text-decoration: none;
color: #00BCD4;
}
.login-page .login-box .logo {
margin-bottom: 20px;
}
.login-page .login-box .logo a {
font-size: 36px;
display: block;
width: 100%;
text-align: center;
color: #fff;
}
.login-page .login-box .logo small {
display: block;
width: 100%;
text-align: center;
color: #fff;
margin-top: -5px;
}
/* Sign Up Page ================================ */
.signup-page {
background-color: #00BCD4;
padding-left: 0;
max-width: 360px;
margin: 5% auto;
overflow-x: hidden;
}
.signup-page .signup-box .msg {
color: #555;
margin-bottom: 30px;
text-align: center;
}
.signup-page .signup-box a {
font-size: 14px;
text-decoration: none;
color: #00BCD4;
}
.signup-page .signup-box .logo {
margin-bottom: 20px;
}
.signup-page .signup-box .logo a {
font-size: 36px;
display: block;
width: 100%;
text-align: center;
color: #fff;
}
.signup-page .signup-box .logo small {
display: block;
width: 100%;
text-align: center;
color: #fff;
margin-top: -5px;
}
/* Forgot Password Page ======================== */
.fp-page {
background-color: #00BCD4;
padding-left: 0;
max-width: 360px;
margin: 5% auto;
overflow-x: hidden;
}
.fp-page .fp-box .msg {
color: #555;
margin-bottom: 30px;
text-align: center;
}
.fp-page .fp-box a {
font-size: 14px;
text-decoration: none;
color: #00BCD4;
}
.fp-page .fp-box .logo {
margin-bottom: 20px;
}
.fp-page .fp-box .logo a {
font-size: 36px;
display: block;
width: 100%;
text-align: center;
color: #fff;
}
.fp-page .fp-box .logo small {
display: block;
width: 100%;
text-align: center;
color: #fff;
margin-top: -5px;
}
/* 404 Not Found Page ========================== */
.four-zero-four {
width: 100%;
text-align: center;
margin: 5% auto;
}
.four-zero-four .four-zero-four-container .error-code {
font-size: 160px;
}
.four-zero-four .four-zero-four-container .error-message {
font-size: 26px;
color: #333;
font-weight: bold;
margin-top: -40px;
}
.four-zero-four .four-zero-four-container .button-place {
margin-top: 32px;
}
/* 500 Server Error Page ======================= */
.five-zero-zero {
width: 100%;
text-align: center;
margin: 5% auto;
}
.five-zero-zero .five-zero-zero-container .error-code {
font-size: 160px;
}
.five-zero-zero .five-zero-zero-container .error-message {
font-size: 27px;
color: #333;
font-weight: bold;
margin-top: -40px;
}
.five-zero-zero .five-zero-zero-container .button-place {
margin-top: 32px;
}
/* Maps ======================================== */
/* Google Maps */
.gmap {
width: 100%;
height: 400px;
}
/* jVector Map */
.jvector-map {
width: 100%;
height: 600px;
}
/* Charts ====================================== */
/* Morris */
.morris-hover.morris-default-style {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
/* Flot */
.flot-chart {
width: 100%;
height: 320px;
}
.panel-switch-btn {
position: relative;
right: 20px;
z-index: 9;
}
.panel-switch-btn label {
font-weight: bold !important;
}
.legendLabel {
width: 85px !important;
position: relative;
left: 3px;
}
#multiple_axis_chart .legendLabel {
width: 160px !important;
}
/* Sparkline */
.sparkline {
text-align: center;
}
/* Searchbar =================================== */
.search-bar {
position: absolute;
top: -100px;
left: 0;
z-index: 14;
width: 100%;
height: 100%;
-moz-transition: 0.25s;
-o-transition: 0.25s;
-webkit-transition: 0.25s;
transition: 0.25s;
border-bottom: 1px solid #999;
}
.search-bar.open {
top: 0 !important;
}
.search-bar .search-icon {
display: table;
height: 100%;
position: absolute;
left: 14px;
}
.search-bar .search-icon i {
height: 100%;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.search-bar .search-icon .material-icons {
font-size: 24px;
color: #999 !important;
}
.search-bar .close-search {
display: table;
height: 100%;
position: absolute;
cursor: pointer;
font-size: 30px;
right: 18px;
top: 0px;
}
.search-bar .close-search i {
height: 100%;
display: table-cell;
text-align: center;
vertical-align: middle;
color: #999;
}
.search-bar .close-search .material-icons {
opacity: 1;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
color: #999 !important;
}
.search-bar .close-search .material-icons:hover {
opacity: .5;
}
.search-bar input[type="text"] {
width: 100%;
height: 100%;
font-size: 14px;
padding: 0px 60px 0px 56px;
border: none;
color: #000;
font-weight: 500;
}
/* Jquery DataTable ============================ */
/* Light Gallery ================================ */
.lg-outer .lg-thumb-item,
.lg-outer .lg-toogle-thumb {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
}
/* For Internet Explorer 11 ===================== */
html.ie11 .menu .list .ml-tree li.active a:not(.tree-toggle).toggled:before {
top: 6px !important;
line-height: 20px !important;
}
html.ie11 .sidebar .user-info .info-container {
top: 15px;
}
html.ie11 .search-bar input[type="text"] {
padding: 26px 60px 26px 56px;
}
a {
cursor: pointer !important;
}
a.disabled {
cursor: not-allowed !important;
}
.menu-header {
line-height: 24px !important;
}
.menu-header .material-icons {
margin-bottom: 0px !important;
}
@media only screen and (max-width: 600px) {
.center-on-small-only {
text-align: center
}
}
.ellipsis-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.file-upload {
border: 2px solid transparent !important;
background-color: #eee;
min-height: 150px;
padding: 20px 20px;
box-sizing: border-box;
}
.file-upload-hover {
border: 2px dashed #888 !important;
opacity: 0.5;
}
.file-upload-message {
cursor: pointer;
text-align: center;
margin: 2em 0;
}
.file-upload-message-icon i {
font-size: 80px;
}
.domino-file-preview {
display: inline-block;
height: 200px;
width: 170px;
margin: 10px;
}
.domino-file-image-container {
height: 80px;
}
.fc-col-transparent {
border-bottom: 1px solid transparent !important;
box-shadow: 0px 1px transparent !important;
}
.error-info {
font-size: 12px;
margin-top: 5px;
color: #ef4735;
}
.horizontal-radio {
margin: 5px;
width: auto;
}
.input-addon-container {
position: relative;
background-color: transparent;
border: none;
text-align: center;
display: table-cell;
vertical-align: top;
padding-top: 6px;
width: 28px;
}
.input-addon {
transition: color .2s;
margin-left: 5px;
margin-right: 5px;
}
.input-addon.material-icons {
width: 28px;
height: 28px;
cursor: default;
}
.input-addon.material-icons.clickable-icon {
cursor: pointer;
}
.input-addon.mdi {
width: 28px;
height: 28px;
line-height: 28px;
display: inline-block;
}
.input-addon.mdi:before {
width: 28px;
height: 28px;
line-height: 28px;
font-size: 2rem;
position: absolute;
top: 2px;
left: 50%;
margin-left: -13px;
}
.input-addon.mdi.clickable-icon:before {
top: 0px;
}
.input-addon:not(.fas) {
font-size: 2rem;
}
.input-addon.lg {
font-size: 2.5rem;
}
.input-addon.sm {
font-size: 1.9rem;
}
.clock-picker {
display: block;
width: 270px;
height: 255px;
position: absolute;
left: 50%;
margin-left: -135px;
}
.clock-picker .hour {
position: absolute;
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 18px;
}
.clock-picker .hour:hover {
}
.clock-picker .small-hour {
position: absolute;
width: 20px;
height: 20px;
cursor: pointer;
border-radius: 50%;
text-align: center;
line-height: 20px;
font-size: 18px;
}
.clock-picker .small-hour:hover {
}
.cursor-pointer {
cursor: pointer;
}
.disable-selection {
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.material-icons {
font-feature-settings: 'liga’;
}
.select-span {
position: absolute !important;
top: 6px !important;
left: 0 !important;
padding-right: 25px;
}
.panel-group .full-body .panel[class*="col-"] .panel-body {
border-top-color: #fff;
}
.default-shadow {
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.v-center {
position: relative;
top: 50%;
transform: translateY(calc(-50%)) !important;
}
.h-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.tags-input {
min-height: 50px;
display: flex;
height: 100%;
padding-top: 5px;
flex-wrap: wrap;
cursor: pointer;
}
.tags-input[readonly], .tags-input[disabled] {
pointer-events: none;
}
.tag-value {
margin-right: 5px;
}
.tag-remove {
vertical-align: middle;
font-size: 16px;
cursor: pointer;
}
.tag-remove[disabled] {
cursor: not-allowed;
pointer-events: none;
}
.tags-input[readonly] .chip {
cursor: default;
}
.tags-input[readonly] .chip-remove {
display: none !important;
}
.tag-text-input {
border: none;
margin-left: 15px;
margin-top: 5px;
height: 30px;
}
.tag-text-input[disabled] {
background: transparent;
cursor: not-allowed;
}
.tags-input[readonly] .tag-text-input {
display: none;
}
.btn-dropdown {
width: 100%;
}
.form-control[readonly] [type="checkbox"] + label {
cursor: default;
}
.form-control[readonly] [type="checkbox"] + label:before {
content: none;
}
/*x-Large screens*/
@media screen and (min-width: 1800px) {
.hide-on-xlarge-only,
.hide-on-large-and-up,
.hide-on-medium-and-up,
.hide-on-small-and-up {
display: none !important
}
.show-on-xlarge-only,
.show-on-large-and-up,
.show-on-medium-and-up,
.show-on-small-and-up {
display: block !important
}
}
/*Large screens*/
@media screen and (min-width: 1200px) and (max-width: 1800px) {
.hide-on-large-only,
.hide-on-large-and-down,
.hide-on-xlarge-and-down,
.hide-on-large-and-up,
.hide-on-medium-and-up,
.hide-on-small-and-up {
display: none !important
}
.show-on-large-only,
.show-on-large-and-up,
.show-on-large-and-down,
.show-on-medium-and-up,
.show-on-small-and-up {
display: block !important
}
}
/*Medium screens*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
.hide-on-medium-only,
.hide-on-medium-and-down,
.hide-on-large-and-down,
.hide-on-xlarge-and-down,
.hide-on-medium-and-up,
.hide-on-small-and-up {
display: none !important
}
.show-on-medium-only,
.show-on-medium-and-up,
.show-on-medium-and-down,
.show-on-large-and-down,
.show-on-medium-and-up,
.show-on-small-and-up {
display: block !important
}
}
/*Small screens*/
@media screen and (min-width: 768px) and (max-width: 992px) {
.hide-on-small-only,
.hide-on-small-and-down,
.hide-on-medium-and-down,
.hide-on-large-and-down,
.hide-on-xlarge-and-down,
.hide-on-small-and-up {
display: none !important
}
.show-on-small-only,
.show-on-small-and-up,
.show-on-small-and-down,
.show-on-large-and-down,
.show-on-medium-and-down,
.show-on-small-and-up {
display: block !important
}
}
/*x-Small screens*/
@media screen and (max-width: 768px) {
.hide-on-xsmall-only,
.hide-on-small-and-down,
.hide-on-medium-and-down,
.hide-on-large-and-down,
.hide-on-xlarge-and-down {
display: none !important
}
.show-on-xsmall-only,
.show-on-large-and-down,
.show-on-medium-and-down,
.show-on-small-and-down {
display: block !important
}
}
.opacity-l-0 {
opacity: 0;
}
.opacity-l-1 {
opacity: 0.1;
}
.opacity-l-2 {
opacity: 0.2;
}
.opacity-l-3 {
opacity: 0.3;
}
.opacity-l-4 {
opacity: 0.4;
}
.opacity-l-5 {
opacity: 0.5;
}
.opacity-l-6 {
opacity: 0.6;
}
.opacity-l-7 {
opacity: 0.7;
}
.opacity-l-8 {
opacity: 0.8;
}
.opacity-l-9 {
opacity: 0.9;
}
.opacity-l-full {
opacity: 1;
}
/*======================== SPLIT PANEL =======================*/
.split-panel {
overflow: hidden;
}
.split-panel.horizontal > div {
height: 100%;
width: 42%;
width: calc(50% - .5em);
}
.split-panel > div {
display: block;
float: left;
}
.split-panel.horizontal > div.splitter {
width: 0.5em;
cursor: col-resize;
}
.split-panel > div.splitter.dock > div {
width: 0.5em;
height: 1em;
background-repeat: no-repeat;
background-position: center;
}
.split-panel,
.split-panel > div,
.split-panel > div.splitter > div {
position: relative;
margin: 0;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.split-panel > div.splitter > div {
width: .2rem;
height: 1em;
position: relative;
}
.split-panel.horizontal > div.splitter > div {
margin-top: 0;
top: 50%;
margin-left: 25%;
height: 20px;
width: 50%;
}
.split-panel.vertical > div {
width: 100%;
height: 42%;
height: calc(50% - .5em);
}
.split-panel.vertical > div.splitter {
height: 0.5em;
cursor: row-resize;
}
.split-panel.vertical > div.splitter > div {
width: 20px;
line-height: 20px;
height: 4px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
/*====================== SPLIT PANEL END =====================*/
.top-scroller {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 1000;
opacity: 0.4;
}
.top-scroller:hover {
opacity: 1;
}
.scroll-panel {
overflow: scroll;
}
.v-scroll-panel {
overflow-y: scroll;
}
.h-scroll-panel {
overflow-x: scroll;
}
/*======================== FLEX LAYOUT ========================*/
.flex-layout {
display: flex;
}
/*
LEFT_TO_RIGHT("row"),
RIGHT_TO_LEFT("row-reverse"),
TOP_TO_BOTTOM("column"),
BOTTOM_TO_TOP("column-reverse");
*/
.flex-layout.flex-dir-row{
flex-direction: row;
}
.flex-layout.flex-dir-row-reverse{
flex-direction: row-reverse;
}
.flex-layout.flex-dir-column{
flex-direction: column;
}
.flex-layout.flex-dir-column-reverse{
flex-direction: column-reverse;
}
/*
NO_WRAP("nowrap"),
WRAP_TOP_TO_BOTTOM("wrap"),
WRAP_BOTTOM_TO_TOP("wrap-reverse");
*/
.flex-layout.flex-wrap-wrap{
flex-wrap: wrap;
}
.flex-layout.flex-wrap-nowrap{
flex-wrap: nowrap;
}
.flex-layout.flex-wrap-wrap-reverse{
flex-wrap: wrap-reverse;
}
/*
START("flex-start"),
END("flex-end"),
CENTER("center"),
SPACE_BETWEEN("space-between"),
SPACE_AROUND("space-around"),
SPACE_EVENLY("space-evenly");
*/
.flex-layout.flex-just-start{
justify-content: flex-start;
}
.flex-layout.flex-just-end{
justify-content: flex-end;
}
.flex-layout.flex-just-center{
justify-content: center;
}
.flex-layout.flex-just-space-between{
justify-content: space-between;
}
.flex-layout.flex-just-space-around{
justify-content: space-around;
}
.flex-layout.flex-just-space-evenly{
justify-content: space-evenly;
}
/*
START("flex-start"),
END("flex-end"),
CENTER("center"),
STRETCH("stretch"),
BASE_LINE("base-line");
*/
.flex-layout.flex-align-start{
align-items: flex-start;
}
.flex-layout.flex-align-end{
align-items: flex-end;
}
.flex-layout.flex-align-center{
align-items: center;
}
.flex-layout.flex-align-stretch{
align-items: stretch;
}
.flex-layout.flex-align-baseline{
align-items: baseline;
}
/*======================== FLEX LAYOUT END ========================*/
.no-wrap {
white-space: nowrap;
}
.empty-state i {
font-size: 160px;
}
.empty-state h4 {
font-weight: normal;
}
.logo-in .navbar-brand {
margin-left: 83px;
}
.logo-in img {
margin-left: 25px;
left: 25px;
position: absolute;
}
/* ==================== icons =================*/
.clickable-icon {
width: 32px;
height: 32px;
padding-top: 4px;
border-radius: 50%;
cursor: pointer;
text-align: center;
}
.clickable-icon.small-icon {
width: 16px;
height: 16px;
line-height: 8px;
padding-left: 1px;
text-align: center;
}
.clickable-icon:HOVER {
opacity: 0.8;
background-color: #efefef;
}
.clickable-icon:disabled {
cursor: not-allowed;
}
/* =========================== Horizontal spin ======================== */
.h-spin {
position: relative;
width: calc(100% - 80px);
margin-left: 40px;
}
.h-spin .prev {
position: absolute;
top: calc(50% - 16px);
left: -40px;
}
.h-spin .prev.disabled i {
opacity: 0.3;
cursor: not-allowed !important;
}
.h-spin .next {
position: absolute;
top: calc(50% - 16px);
right: -40px;
}
.h-spin .next.disabled i {
opacity: 0.3;
cursor: not-allowed !important;
}
.h-spin .spin-item {
position: relative;
display: block;
float: left;
}
.h-spin .spin-container {
position: relative;
overflow: hidden;
}
.h-spin .spin-content {
transition: transform 300ms ease;
}
.h-spin .spin-content::before {
display: table;
content: '';
}
.h-spin .spin-content::after {
display: table;
content: '';
}
/*========================= VSPIN ======================== */
.v-spin {
position: relative;
min-height: 50px;
margin-top: 40px;
margin-bottom: 40px;
}
.v-spin .prev {
position: absolute;
left: calc(50% - 16px);
top: -40px;
}
.v-spin .prev.disabled i {
opacity: 0.3;
cursor: not-allowed !important;
}
.v-spin .next {
position: absolute;
left: calc(50% - 16px);
margin-top: 10px;
}
.v-spin .next.disabled i {
opacity: 0.3;
cursor: not-allowed !important;
}
.v-spin .spin-item {
position: relative;
display: block;
}
.v-spin .spin-container {
position: relative;
overflow: hidden;
height: 100%;
}
.v-spin .spin-content {
transition: transform 300ms ease;
}
.v-spin .spin-content::before {
display: table;
content: '';
}
.v-spin .spin-content::after {
display: table;
content: '';
}
/*========================= Email box ======================== */
input[type=email].disabled-suggestions::-webkit-calendar-picker-indicator {
display: none;
}
/*========================= Telephone box ======================== */
input[type=tel].disabled-suggestions::-webkit-calendar-picker-indicator {
display: none;
}
.labeled-icon .right-node {
position: absolute;
}
.labeled-icon .text-node {
line-height: 30px;
margin-left: 5px;
margin-right: 5px;
}
/*========================= SuggestBox ======================== */
.highlight {
color: #424242;
}
.suggest-box-loader {
width: 38px;
height: 33px;
position: absolute;
right: 0px;
}
/*========================= Select ======================== */
.select-search-container {
padding: 4px 8px;
}
.select-search-box {
}
.select-search-box:after {
content: '\E8B6';
font-family: 'Material Icons';
position: absolute;
top: 0;
left: 10px;
font-size: 25px;
}
.select-button {
background-color: transparent;
width: 100%;
z-index: 1;
border: 0px;
text-align: left;
padding: 0;
cursor: pointer;
}
.select-button[disabled] {
cursor: not-allowed;
opacity: .65;
}
.select-button[readonly] {
cursor: text;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.select-option-menu > ul > li > a {
padding: 0px;
}
.select-option {
padding: 7px 10px 7px 30px;
}
.select-option-selected {
background-color: rgba(0, 0, 0, 0.075);
}
.select-option-check-mark {
line-height: 25px;
}
.select-value {
width: 100%;
text-align: left;
position: absolute !important;
top: 6px !important;
left: 0 !important;
padding-right: 40px;
}
.select-label {
cursor: pointer !important;
}
/* ================ vertical tabs =========================== */
.vtabs-panel .tabs {
height: 100%;
}
.vtabs-panel .tabs-container {
height: 100%;
}
.vtabs {
position: relative;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.vtabs .list {
list-style: none;
padding-left: 0;
height: 100%;
}
.vtabs .list li {
border-right: 2px solid transparent;
}
.vtabs .list i.material-icons {
width: 24px;
}
.vtabs.text-below .list i.material-icons,
.vtabs.text-below .list i.mdi {
margin-left: calc(50% - 8px);
}
.vtabs.text-below .list a {
display: inline-block;
}
.vtabs.text-below .list a div {
text-align: center;
}
.vtabs .list a {
color: #565656;
position: relative;
display: inline-flex;
vertical-align: middle;
width: 100%;
padding: 10px 10px 10px 0px;
}
.vtabs .list a:hover, .menu .list a:active, .menu .list a:focus {
text-decoration: none !important;
}
.vtabs .list a small {
position: absolute;
top: calc(50% - 7.5px);
right: 15px;
}
.vtabs .list a .title {
margin: 2px 0px 0px 12px;
color: #333;
font-size: 14px;
overflow: hidden;
}
.vtabs .tree-leaf a .title {
font-weight: 500;
}
.vtabs .list .ml-tree {
list-style: none;
padding-left: 0;
}
.vtabs .list .ml-tree li a {
padding-left: 32px;
padding-top: 7px;
padding-bottom: 7px;
}
.vtabs .list .ml-tree li.active a.toggled:not(.tree-toggle) {
font-weight: 600;
margin-left: 5px;
}
.vtabs .list .ml-tree li .ml-tree li a {
padding-left: 57px;
}
.vtabs .list .ml-tree li .ml-tree .ml-tree li a {
padding-left: 95px;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy