@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600); /************************************************************* * App Variables **************************************************************/ /************************************************************* * Colors Definitions **************************************************************/ /************************************************************* * Common Element Variables **************************************************************/ /* *************************************************** * Page Specific Element Variables ****************************************************** */ /***************************************** * Background-image: cover mixin ******************************************/ /***************************************** * Media Query Mixins ******************************************/ html, body { padding: 0; margin: 0; height: 100%; min-height: 100%; font-family: 'Open Sans', sans-serif; color: #4f5f6f; overflow-x: hidden; } .main-wrapper { width: 100%; position: absolute; height: 100%; overflow-y: auto; overflow-x: hidden; } #ref .color-primary { color: #52BCD3; } #ref .chart .color-primary { color: #52BCD3; } #ref .chart .color-secondary { color: #7bccdd; } /************************************************************* * App Variables **************************************************************/ /************************************************************* * Colors Definitions **************************************************************/ /************************************************************* * Common Element Variables **************************************************************/ /* *************************************************** * Page Specific Element Variables ****************************************************** */ /***************************************** * Background-image: cover mixin ******************************************/ /***************************************** * Media Query Mixins ******************************************/ .row .col { padding-left: 15px; padding-right: 15px; float: left; } .row-sm { margin-left: -10px; margin-right: -10px; } .row-sm [class^='col'] { padding-left: 10px; padding-right: 10px; } .title-block { padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #d7dde4; } .title-block::after { content: ""; display: table; clear: both; } @media (max-width: 767px) { .title-block { margin-bottom: 20px; } } .subtitle-block { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px dashed #e0e5ea; } .section { display: block; margin-bottom: 15px; } @media (min-width: 1200px) { .section { margin-bottom: 25px; } } @media (min-width: 992px) and (max-width: 1199px) { .section { margin-bottom: 20px; } } @media (min-width: 768px) and (max-width: 991px) { .section { margin-bottom: 15px; } } @media (max-width: 767px) { .section { margin-bottom: 10px; } } .section:last-of-type { margin-bottom: 0; } .box-placeholder { margin-bottom: 15px; padding: 20px; border: 1px dashed #ddd; background: #fafafa; color: #444; cursor: pointer; } .underline-animation { position: absolute; top: auto; bottom: 1px; left: 0; width: 100%; height: 1px; background-color: #52BCD3; content: ''; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); } .stat-chart { border-radius: 50%; } .stat { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; margin-right: 10px; } .stat .value { font-size: 20px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; font-weight: 500; } .stat .name { overflow: hidden; text-overflow: ellipsis; } .stat.lg .value { font-size: 26px; line-height: 28px; } .stat.lg .name { font-size: 16px; } .list-icon [class^='col'] { cursor: pointer; } .list-icon [class^='col'] em { font-size: 14px; width: 40px; vertical-align: middle; margin: 0; display: inline-block; text-align: center; -webkit-transition: all 1s; transition: all 1s; line-height: 30px; } .list-icon [class^='col']:hover em { -webkit-transform: scale(2, 2); transform: scale(2, 2); } .well { background-image: none; background-color: #fff; } .jumbotron { background-image: none; background-color: #fff; padding: 15px 30px; } .jumbotron.jumbotron-fluid { padding-left: 0; padding-right: 0; } .rounded { border-radius: 0.25rem; } .rounded-l { border-radius: 0.3rem; } .rounded-s { border-radius: 0.2rem; } .jqstooltip { height: 25px !important; width: auto !important; border-radius: 0.2rem; } .title { font-size: 1.45rem; font-weight: 600; margin-bottom: 0; } .title.l { font-size: 1.6rem; } .title.s { font-size: 1.4rem; } .card .title { font-size: 1.1rem; color: #4f5f6f; } .title-description { margin: 0; font-size: 0.9rem; font-weight: normal; color: #7e8e9f; } .title-description.s { font-size: 0.8rem; } @media (max-width: 767px) { .title-description { display: none; } } .subtitle { font-size: 1.2rem; margin: 0; color: #7e8e9f; } .text-primary { color: #52BCD3; } .text-muted { color: #9ba8b5; } pre { padding: 0; border: none; background: none; } .btn { background-image: none; border-radius: 0; margin-bottom: 5px; } .btn.btn-primary { color: #ffffff; background-color: #52BCD3; border-color: #52BCD3; } .btn.btn-primary:hover { color: #ffffff; background-color: #31a7c1; border-color: #2fa0b9; } .btn.btn-primary:focus, .btn.btn-primary.focus { color: #ffffff; background-color: #31a7c1; border-color: #2fa0b9; } .btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle { color: #ffffff; background-color: #31a7c1; border-color: #2fa0b9; background-image: none; } .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus { color: #ffffff; background-color: #2a8fa4; border-color: #227284; } .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus { background-color: #52BCD3; border-color: #52BCD3; } .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover { background-color: #52BCD3; border-color: #52BCD3; } .btn.btn-secondary { color: #4f5f6f; background-color: #fff; border-color: #d7dde4; } .btn.btn-secondary:hover { color: #4f5f6f; background-color: #e6e6e6; border-color: #b2becb; } .btn.btn-secondary:focus, .btn.btn-secondary.focus { color: #4f5f6f; background-color: #e6e6e6; border-color: #b2becb; } .btn.btn-secondary:active, .btn.btn-secondary.active, .open > .btn.btn-secondary.dropdown-toggle { color: #4f5f6f; background-color: #e6e6e6; border-color: #b2becb; background-image: none; } .btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus, .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn.btn-secondary.dropdown-toggle.focus { color: #4f5f6f; background-color: #d4d4d4; border-color: #8b9cb1; } .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary:disabled:focus, .btn.btn-secondary:disabled.focus { background-color: #fff; border-color: #d7dde4; } .btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover { background-color: #fff; border-color: #d7dde4; } .btn.btn-success { color: #ffffff; background-color: #4bcf99; border-color: #4bcf99; } .btn.btn-success:hover { color: #ffffff; background-color: #31b680; border-color: #2eae7a; } .btn.btn-success:focus, .btn.btn-success.focus { color: #ffffff; background-color: #31b680; border-color: #2eae7a; } .btn.btn-success:active, .btn.btn-success.active, .open > .btn.btn-success.dropdown-toggle { color: #ffffff; background-color: #31b680; border-color: #2eae7a; background-image: none; } .btn.btn-success:active:hover, .btn.btn-success:active:focus, .btn.btn-success:active.focus, .btn.btn-success.active:hover, .btn.btn-success.active:focus, .btn.btn-success.active.focus, .open > .btn.btn-success.dropdown-toggle:hover, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn.btn-success.dropdown-toggle.focus { color: #ffffff; background-color: #299a6c; border-color: #217a55; } .btn.btn-success.disabled:focus, .btn.btn-success.disabled.focus, .btn.btn-success:disabled:focus, .btn.btn-success:disabled.focus { background-color: #4bcf99; border-color: #4bcf99; } .btn.btn-success.disabled:hover, .btn.btn-success:disabled:hover { background-color: #4bcf99; border-color: #4bcf99; } .btn.btn-info { color: #ffffff; background-color: #76D4F5; border-color: #76D4F5; } .btn.btn-info:hover { color: #ffffff; background-color: #46c5f2; border-color: #3dc2f1; } .btn.btn-info:focus, .btn.btn-info.focus { color: #ffffff; background-color: #46c5f2; border-color: #3dc2f1; } .btn.btn-info:active, .btn.btn-info.active, .open > .btn.btn-info.dropdown-toggle { color: #ffffff; background-color: #46c5f2; border-color: #3dc2f1; background-image: none; } .btn.btn-info:active:hover, .btn.btn-info:active:focus, .btn.btn-info:active.focus, .btn.btn-info.active:hover, .btn.btn-info.active:focus, .btn.btn-info.active.focus, .open > .btn.btn-info.dropdown-toggle:hover, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle.focus { color: #ffffff; background-color: #25bbef; border-color: #10a7db; } .btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus { background-color: #76D4F5; border-color: #76D4F5; } .btn.btn-info.disabled:hover, .btn.btn-info:disabled:hover { background-color: #76D4F5; border-color: #76D4F5; } .btn.btn-warning { color: #ffffff; background-color: #fe974b; border-color: #fe974b; } .btn.btn-warning:hover { color: #ffffff; background-color: #fe7a18; border-color: #fe740e; } .btn.btn-warning:focus, .btn.btn-warning.focus { color: #ffffff; background-color: #fe7a18; border-color: #fe740e; } .btn.btn-warning:active, .btn.btn-warning.active, .open > .btn.btn-warning.dropdown-toggle { color: #ffffff; background-color: #fe7a18; border-color: #fe740e; background-image: none; } .btn.btn-warning:active:hover, .btn.btn-warning:active:focus, .btn.btn-warning:active.focus, .btn.btn-warning.active:hover, .btn.btn-warning.active:focus, .btn.btn-warning.active.focus, .open > .btn.btn-warning.dropdown-toggle:hover, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn.btn-warning.dropdown-toggle.focus { color: #ffffff; background-color: #f16701; border-color: #c85601; } .btn.btn-warning.disabled:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning:disabled:focus, .btn.btn-warning:disabled.focus { background-color: #fe974b; border-color: #fe974b; } .btn.btn-warning.disabled:hover, .btn.btn-warning:disabled:hover { background-color: #fe974b; border-color: #fe974b; } .btn.btn-danger { color: #ffffff; background-color: #FF4444; border-color: #FF4444; } .btn.btn-danger:hover { color: #ffffff; background-color: #ff1111; border-color: #ff0707; } .btn.btn-danger:focus, .btn.btn-danger.focus { color: #ffffff; background-color: #ff1111; border-color: #ff0707; } .btn.btn-danger:active, .btn.btn-danger.active, .open > .btn.btn-danger.dropdown-toggle { color: #ffffff; background-color: #ff1111; border-color: #ff0707; background-image: none; } .btn.btn-danger:active:hover, .btn.btn-danger:active:focus, .btn.btn-danger:active.focus, .btn.btn-danger.active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active.focus, .open > .btn.btn-danger.dropdown-toggle:hover, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn.btn-danger.dropdown-toggle.focus { color: #ffffff; background-color: #ec0000; border-color: #c40000; } .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus { background-color: #FF4444; border-color: #FF4444; } .btn.btn-danger.disabled:hover, .btn.btn-danger:disabled:hover { background-color: #FF4444; border-color: #FF4444; } .btn.btn-primary-outline { color: #52BCD3; background-image: none; background-color: transparent; border-color: #52BCD3; } .btn.btn-primary-outline:hover { color: #fff; background-color: #52BCD3; border-color: #52BCD3; } .btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus { color: #fff; background-color: #52BCD3; border-color: #52BCD3; } .btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .open > .btn.btn-primary-outline.dropdown-toggle { color: #fff; background-color: #52BCD3; border-color: #52BCD3; } .btn.btn-primary-outline:active:hover, .btn.btn-primary-outline:active:focus, .btn.btn-primary-outline:active.focus, .btn.btn-primary-outline.active:hover, .btn.btn-primary-outline.active:focus, .btn.btn-primary-outline.active.focus, .open > .btn.btn-primary-outline.dropdown-toggle:hover, .open > .btn.btn-primary-outline.dropdown-toggle:focus, .open > .btn.btn-primary-outline.dropdown-toggle.focus { color: #fff; background-color: #2a8fa4; border-color: #227284; } .btn.btn-primary-outline.disabled:focus, .btn.btn-primary-outline.disabled.focus, .btn.btn-primary-outline:disabled:focus, .btn.btn-primary-outline:disabled.focus { border-color: #a3dbe8; } .btn.btn-primary-outline.disabled:hover, .btn.btn-primary-outline:disabled:hover { border-color: #a3dbe8; } .btn.btn-secondary-outline { color: #d7dde4; background-image: none; background-color: transparent; border-color: #d7dde4; } .btn.btn-secondary-outline:hover { color: #fff; background-color: #d7dde4; border-color: #d7dde4; } .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus { color: #fff; background-color: #d7dde4; border-color: #d7dde4; } .btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .open > .btn.btn-secondary-outline.dropdown-toggle { color: #fff; background-color: #d7dde4; border-color: #d7dde4; } .btn.btn-secondary-outline:active:hover, .btn.btn-secondary-outline:active:focus, .btn.btn-secondary-outline:active.focus, .btn.btn-secondary-outline.active:hover, .btn.btn-secondary-outline.active:focus, .btn.btn-secondary-outline.active.focus, .open > .btn.btn-secondary-outline.dropdown-toggle:hover, .open > .btn.btn-secondary-outline.dropdown-toggle:focus, .open > .btn.btn-secondary-outline.dropdown-toggle.focus { color: #fff; background-color: #a3b1c1; border-color: #8b9cb1; } .btn.btn-secondary-outline.disabled:focus, .btn.btn-secondary-outline.disabled.focus, .btn.btn-secondary-outline:disabled:focus, .btn.btn-secondary-outline:disabled.focus { border-color: white; } .btn.btn-secondary-outline.disabled:hover, .btn.btn-secondary-outline:disabled:hover { border-color: white; } .btn.btn-info-outline { color: #76D4F5; background-image: none; background-color: transparent; border-color: #76D4F5; } .btn.btn-info-outline:hover { color: #fff; background-color: #76D4F5; border-color: #76D4F5; } .btn.btn-info-outline:focus, .btn.btn-info-outline.focus { color: #fff; background-color: #76D4F5; border-color: #76D4F5; } .btn.btn-info-outline:active, .btn.btn-info-outline.active, .open > .btn.btn-info-outline.dropdown-toggle { color: #fff; background-color: #76D4F5; border-color: #76D4F5; } .btn.btn-info-outline:active:hover, .btn.btn-info-outline:active:focus, .btn.btn-info-outline:active.focus, .btn.btn-info-outline.active:hover, .btn.btn-info-outline.active:focus, .btn.btn-info-outline.active.focus, .open > .btn.btn-info-outline.dropdown-toggle:hover, .open > .btn.btn-info-outline.dropdown-toggle:focus, .open > .btn.btn-info-outline.dropdown-toggle.focus { color: #fff; background-color: #25bbef; border-color: #10a7db; } .btn.btn-info-outline.disabled:focus, .btn.btn-info-outline.disabled.focus, .btn.btn-info-outline:disabled:focus, .btn.btn-info-outline:disabled.focus { border-color: #d5f2fc; } .btn.btn-info-outline.disabled:hover, .btn.btn-info-outline:disabled:hover { border-color: #d5f2fc; } .btn.btn-success-outline { color: #4bcf99; background-image: none; background-color: transparent; border-color: #4bcf99; } .btn.btn-success-outline:hover { color: #fff; background-color: #4bcf99; border-color: #4bcf99; } .btn.btn-success-outline:focus, .btn.btn-success-outline.focus { color: #fff; background-color: #4bcf99; border-color: #4bcf99; } .btn.btn-success-outline:active, .btn.btn-success-outline.active, .open > .btn.btn-success-outline.dropdown-toggle { color: #fff; background-color: #4bcf99; border-color: #4bcf99; } .btn.btn-success-outline:active:hover, .btn.btn-success-outline:active:focus, .btn.btn-success-outline:active.focus, .btn.btn-success-outline.active:hover, .btn.btn-success-outline.active:focus, .btn.btn-success-outline.active.focus, .open > .btn.btn-success-outline.dropdown-toggle:hover, .open > .btn.btn-success-outline.dropdown-toggle:focus, .open > .btn.btn-success-outline.dropdown-toggle.focus { color: #fff; background-color: #299a6c; border-color: #217a55; } .btn.btn-success-outline.disabled:focus, .btn.btn-success-outline.disabled.focus, .btn.btn-success-outline:disabled:focus, .btn.btn-success-outline:disabled.focus { border-color: #9ce4c7; } .btn.btn-success-outline.disabled:hover, .btn.btn-success-outline:disabled:hover { border-color: #9ce4c7; } .btn.btn-warning-outline { color: #fe974b; background-image: none; background-color: transparent; border-color: #fe974b; } .btn.btn-warning-outline:hover { color: #fff; background-color: #fe974b; border-color: #fe974b; } .btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus { color: #fff; background-color: #fe974b; border-color: #fe974b; } .btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .open > .btn.btn-warning-outline.dropdown-toggle { color: #fff; background-color: #fe974b; border-color: #fe974b; } .btn.btn-warning-outline:active:hover, .btn.btn-warning-outline:active:focus, .btn.btn-warning-outline:active.focus, .btn.btn-warning-outline.active:hover, .btn.btn-warning-outline.active:focus, .btn.btn-warning-outline.active.focus, .open > .btn.btn-warning-outline.dropdown-toggle:hover, .open > .btn.btn-warning-outline.dropdown-toggle:focus, .open > .btn.btn-warning-outline.dropdown-toggle.focus { color: #fff; background-color: #f16701; border-color: #c85601; } .btn.btn-warning-outline.disabled:focus, .btn.btn-warning-outline.disabled.focus, .btn.btn-warning-outline:disabled:focus, .btn.btn-warning-outline:disabled.focus { border-color: #ffd2b0; } .btn.btn-warning-outline.disabled:hover, .btn.btn-warning-outline:disabled:hover { border-color: #ffd2b0; } .btn.btn-danger-outline { color: #FF4444; background-image: none; background-color: transparent; border-color: #FF4444; } .btn.btn-danger-outline:hover { color: #fff; background-color: #FF4444; border-color: #FF4444; } .btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus { color: #fff; background-color: #FF4444; border-color: #FF4444; } .btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .open > .btn.btn-danger-outline.dropdown-toggle { color: #fff; background-color: #FF4444; border-color: #FF4444; } .btn.btn-danger-outline:active:hover, .btn.btn-danger-outline:active:focus, .btn.btn-danger-outline:active.focus, .btn.btn-danger-outline.active:hover, .btn.btn-danger-outline.active:focus, .btn.btn-danger-outline.active.focus, .open > .btn.btn-danger-outline.dropdown-toggle:hover, .open > .btn.btn-danger-outline.dropdown-toggle:focus, .open > .btn.btn-danger-outline.dropdown-toggle.focus { color: #fff; background-color: #ec0000; border-color: #c40000; } .btn.btn-danger-outline.disabled:focus, .btn.btn-danger-outline.disabled.focus, .btn.btn-danger-outline:disabled:focus, .btn.btn-danger-outline:disabled.focus { border-color: #ffaaaa; } .btn.btn-danger-outline.disabled:hover, .btn.btn-danger-outline:disabled:hover { border-color: #ffaaaa; } .btn.btn-pill-left:focus, .btn.btn-pill-right:focus, .btn.btn-oval:focus { outline: none; outline-offset: initial; } .btn.btn-pill-left { border-top-left-radius: 25px; border-bottom-left-radius: 25px; } .btn.btn-pill-right { border-top-right-radius: 25px; border-bottom-right-radius: 25px; } .btn.btn-oval { border-radius: 25px; } .btn.btn-link { text-decoration: none; } .btn strong { font-weight: 600; } .btn-group .dropdown-menu > li:last-child a:hover:before { height: 0px; -webkit-transform: scaleX(0); transform: scaleX(0); } .alert { background-image: none; } .alert.alert-primary { background-color: #52BCD3; border-color: #52BCD3; color: #ffffff; } .alert.alert-primary hr { border-top-color: #3eb4ce; } .alert.alert-primary .alert-link { color: #e6e6e6; } .alert.alert-success { background-color: #4bcf99; border-color: #4bcf99; color: #ffffff; } .alert.alert-success hr { border-top-color: #37ca8e; } .alert.alert-success .alert-link { color: #e6e6e6; } .alert.alert-info { background-color: #76D4F5; border-color: #76D4F5; color: #ffffff; } .alert.alert-info hr { border-top-color: #5ecdf3; } .alert.alert-info .alert-link { color: #e6e6e6; } .alert.alert-warning { background-color: #fe974b; border-color: #fe974b; color: #ffffff; } .alert.alert-warning hr { border-top-color: #fe8832; } .alert.alert-warning .alert-link { color: #e6e6e6; } .alert.alert-danger { background-color: #FF4444; border-color: #FF4444; color: #ffffff; } .alert.alert-danger hr { border-top-color: #ff2b2b; } .alert.alert-danger .alert-link { color: #e6e6e6; } .alert.alert-inverse { background-color: #131e26; border-color: #131e26; color: #ffffff; } .alert.alert-inverse hr { border-top-color: #0b1115; } .alert.alert-inverse .alert-link { color: #e6e6e6; } .card { background-color: #fff; box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); margin-bottom: 10px; border-radius: 0; border: none; } .card .card { box-shadow: none; } .card .card-header { background-image: none; background-color: #ffffff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0; border-radius: 0; min-height: 50px; border: none; } .card .card-header::after { content: ""; display: table; clear: both; } .card .card-header.bordered { border-bottom: 1px solid #d7dde4; } .card .card-header.card-header-sm { min-height: 40px; } .card .card-header > span { vertical-align: middle; } .card .card-header .pull-right { margin-left: auto; } .card .card-header .header-block { padding: 0.5rem 15px; } @media (min-width: 1200px) { .card .card-header .header-block { padding: 0.5rem 20px; } } @media (max-width: 767px) { .card .card-header .header-block { padding: 0.5rem 10px; } } .card .card-header .title { color: #4f5f6f; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .card .card-header .btn { margin: 0; } .card .card-header .nav-tabs { border-color: transparent; -ms-flex-item-align: stretch; align-self: stretch; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; top: 1px; } .card .card-header .nav-tabs .nav-item { margin-left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: stretch; align-self: stretch; } .card .card-header .nav-tabs .nav-item .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: stretch; align-self: stretch; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #4f5f6f; opacity: 0.7; padding-left: 10px; padding-right: 10px; border-radius: 0; font-size: 14px; border-top-width: 2px; border-bottom: 1px solid #d7dde4; text-decoration: none; } .card .card-header .nav-tabs .nav-item .nav-link.active { border-top-color: #52BCD3; border-bottom-color: transparent; opacity: 1; } .card .card-header .nav-tabs .nav-item .nav-link.active:hover, .card .card-header .nav-tabs .nav-item .nav-link.active:focus { opacity: 1; background-color: #ffffff; border-color: #d7dde4 #d7dde4 transparent; border-top-color: #52BCD3; } .card .card-header .nav-tabs .nav-item .nav-link:hover, .card .card-header .nav-tabs .nav-item .nav-link:focus { opacity: 1; background-color: transparent; border-color: transparent; } .card.card-default > .card-header { background-color: #fff; color: inherit; } .card.card-primary { border-color: #52BCD3; } .card.card-primary > .card-header { background-color: #52BCD3; border-color: #52BCD3; } .card.card-success > .card-header { background-color: #4bcf99; } .card.card-info > .card-header { background-color: #76D4F5; } .card.card-warning > .card-header { background-color: #fe974b; } .card.card-danger > .card-header { background-color: #FF4444; } .card.card-inverse > .card-header { background-color: #131e26; } .card .title-block, .card .card-title-block { padding-bottom: 0; margin-bottom: 20px; border: none; } .card .title-block::after, .card .card-title-block::after { content: ""; display: table; clear: both; } .card .section { margin-bottom: 20px; } .card .example, .card .section.demo { margin-bottom: 20px; } .card-block { padding: 15px; } .card-block .tab-content { padding: 0; border-color: transparent; } @media (min-width: 1200px) { .card-block { padding: 20px; } } @media (max-width: 767px) { .card-block { padding: 10px; } } .card-footer { background-color: #fafafa; } .dropdown-menu { float: left; box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1); border: 1px solid rgba(126, 142, 159, 0.1); border-top-left-radius: 0; border-top-right-radius: 0; } .dropdown-menu .dropdown-item { display: block; padding: 0px 15px; clear: both; font-weight: normal; color: #4f5f6f; white-space: nowrap; -webkit-transition: none; transition: none; } .dropdown-menu .dropdown-item i { margin-right: 2px; } .dropdown-menu .dropdown-item:hover { color: #52BCD3 !important; background: none; background-color: whitesmoke; } .flex-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .flex-col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .centralize-y { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } input, textarea { outline: none; } .form-group .row { margin-left: -10px; margin-right: -10px; } .form-group .row [class^='col'] { padding-left: 10px; padding-right: 10px; } .form-group.has-error span.has-error { color: #FF4444; font-size: 13px; display: block !important; } .form-group.has-error .form-control-feedback { color: #FF4444; } .form-group.has-warning span.has-warning { color: #fe974b; font-size: 13px; display: block !important; } .form-group.has-warning .form-control-feedback { color: #fe974b; } .form-group.has-success span.has-success { color: #4bcf99; font-size: 13px; display: block !important; } .form-group.has-success .form-control-feedback { color: #4bcf99; } /* Input groups */ .input-group { margin-bottom: 10px; } .input-group .form-control { padding-left: 5px; } .input-group span.input-group-addon { font-style: italic; border: none; border-radius: 0; border: none; background-color: #d7dde4; -webkit-transition: background-color ease-in-out 15s, color ease-in-out .15s; transition: background-color ease-in-out 15s, color ease-in-out .15s; } .input-group span.input-group-addon.focus { background-color: #52BCD3; color: #ffffff; } label, .control-label { font-weight: 600; } .form-control.underlined { padding-left: 0; padding-right: 0; border-radius: 0; border: none; border-radius: 0; box-shadow: none; border-bottom: 1px solid #d7dde4; } .form-control.underlined.indented { padding: .375rem .75rem; } .has-error .form-control.underlined:focus, .has-warning .form-control.underlined:focus, .has-success .form-control.underlined:focus, .form-control.underlined:focus { border: none; box-shadow: none; border-bottom: 1px solid #52BCD3; } .has-error .form-control.underlined { box-shadow: none; border-color: #FF4444; } .has-warning .form-control.underlined { box-shadow: none; border-color: #fe974b; } .has-success .form-control.underlined { box-shadow: none; border-color: #4bcf99; } .form-control.boxed { border-radius: 0; box-shadow: none; } .form-control.boxed:focus { border: 1px solid #52BCD3; } .radio, .checkbox { display: none; } .radio + span, .checkbox + span { padding: 0; padding-right: 10px; } .radio + span:before, .checkbox + span:before { font-family: FontAwesome; font-size: 21px; display: inline-block; vertical-align: middle; letter-spacing: 10px; color: #c8d0da; } .radio:checked + span:before, .checkbox:checked + span:before { color: #52BCD3; } .radio:disabled + span:before, .checkbox:disabled + span:before { opacity: 0.5; cursor: not-allowed; } .radio:checked:disabled + span:before, .checkbox:checked:disabled + span:before { color: #c8d0da; } .checkbox + span:before { content: "\f0c8"; } .checkbox:checked + span:before { content: "\f14a"; } .checkbox.rounded + span:before { content: "\f111"; } .checkbox.rounded:checked + span:before { content: "\f058"; } .radio + span:before { content: "\f111"; } .radio:checked + span:before { content: "\f192"; } .radio.squared + span:before { content: "\f0c8"; } .radio.squared:checked + span:before { content: "\f14a"; } .form-control::-webkit-input-placeholder { font-style: italic; color: #c8d0da; } .form-control:-moz-placeholder { /* Firefox 18- */ font-style: italic; color: #d7dde4; } .form-control::-moz-placeholder { /* Firefox 19+ */ font-style: italic; color: #d7dde4; } .form-control:-ms-input-placeholder { font-style: italic; color: #d7dde4; } /* ******************************************* * Item List general styles ********************************************** */ .item-list { list-style: none; padding: 0; margin: 0; margin-bottom: 0; line-height: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; } @media (min-width: 992px) and (max-width: 1199px) { .item-list { font-size: 1rem; } } @media (min-width: 768px) and (max-width: 991px) { .item-list { font-size: 0.95rem; } } @media (max-width: 767px) { .item-list { font-size: 1.05rem; } } .item-list.striped > li { border-bottom: 1px solid #e9edf0; } .item-list.striped > li:nth-child(2n + 1) { background-color: #fcfcfd; } @media (max-width: 767px) { .item-list.striped > li:nth-child(2n + 1) { background-color: #f8f9fb; } } .item-list.striped .item-list-footer { border-bottom: none; } /* ******************************************* * Item general styles ********************************************** */ .item-list .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .item-list .item-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; min-width: 100%; } .item-list .item-row.nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .item-list .item-col { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 10px 10px 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3; -ms-flex-negative: 3; flex-shrink: 3; margin-left: auto; margin-right: auto; min-width: 0; } .item-list .item-col.fixed { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: auto; flex-basis: auto; } .item-list .item-col.pull-left { margin-right: auto; } .item-list .item-col.pull-right { margin-left: auto; } .item-list .item-col > div { width: 100%; } .item-list .item-col:last-child { padding-right: 0; } .item-list .no-overflow { overflow: hidden; } .item-list .no-wrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* ******************************************* * Item components ********************************************** */ .item-list { /******************************************** * Header *********************************************/ /******************************************** * Heading *********************************************/ /******************************************** * Checkbox *********************************************/ /******************************************** * Image *********************************************/ /******************************************** * Title *********************************************/ /******************************************** * Stats *********************************************/ /******************************************** * Actions *********************************************/ /******************************************** * Something else? *********************************************/ } .item-list .item-list-header .item-col.item-col-header span { color: #999; font-size: 0.8rem; font-weight: 700 !important; } .item-list .item-heading { font-size: 0.9rem; display: none; color: #666; font-weight: 700; padding-right: 10px; } @media (max-width: 767px) { .item-list .item-heading { display: block; } } @media (min-width: 576px) and (max-width: 767px) { .item-list .item-heading { width: 100%; } } @media (max-width: 575px) { .item-list .item-heading { width: 40%; } } .item-list .item-col.item-col-check { -ms-flex-preferred-size: 30px; flex-basis: 30px; } @media (max-width: 767px) { .item-list .item-col.item-col-check { -webkit-box-ordinal-group: -7; -ms-flex-order: -8; order: -8; } } .item-list .item-check { margin-bottom: 0; } .item-list .item-check .checkbox + span { padding-right: 0; } .item-list .item-check .checkbox + span:before { width: 20px; } .item-list .item-col.item-col-img { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: 70px; flex-basis: 70px; } .item-list .item-col.item-col-img.xs { -ms-flex-preferred-size: 40px; flex-basis: 40px; } .item-list .item-col.item-col-img.sm { -ms-flex-preferred-size: 50px; flex-basis: 50px; } .item-list .item-col.item-col-img.lg { -ms-flex-preferred-size: 100px; flex-basis: 100px; } .item-list .item-col.item-col-img.xl { -ms-flex-preferred-size: 120px; flex-basis: 120px; } .item-list .item-col.item-col-img a { width: 100%; } .item-list .item-img { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-item-align: stretch; align-self: stretch; background-color: #efefef; padding-bottom: 100%; width: 100%; height: 0; background-size: cover; background-position: center; background-repeat: no-repeat; } @media (max-width: 767px) { .item-list .item-col.item-col-title { -webkit-box-ordinal-group: -3; -ms-flex-order: -4; order: -4; } } .item-list .item-col.item-col-title a { display: block; } .item-list .item-title { margin: 0; font-size: inherit; line-height: inherit; font-weight: 600; } .item-list .item-stats { height: 1.4rem; } .item-list .item-col.item-col-actions-dropdown { -ms-flex-preferred-size: 40px; flex-basis: 40px; text-align: center; padding-left: 0 !important; } @media (max-width: 767px) { .item-list .item-col.item-col-actions-dropdown { -webkit-box-ordinal-group: -2; -ms-flex-order: -3; order: -3; -ms-flex-preferred-size: 40px !important; flex-basis: 40px !important; padding-right: 10px; } } .item-list .item-actions-dropdown { position: relative; font-size: 1.1rem; } .item-list .item-actions-dropdown.active .item-actions-block { max-width: 120px; } .item-list .item-actions-dropdown.active .item-actions-toggle-btn { color: #52BCD3; } .item-list .item-actions-dropdown.active .item-actions-toggle-btn .active { display: block; } .item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive { display: none; } .item-list .item-actions-dropdown .item-actions-toggle-btn { color: #9ba8b5; font-size: 1.2rem; cursor: pointer; width: 100%; line-height: 30px; text-align: center; text-decoration: none; } .item-list .item-actions-dropdown .item-actions-toggle-btn .active { display: none; } .item-list .item-actions-dropdown .item-actions-block { height: 30px; max-width: 0px; line-height: 30px; overflow: hidden; position: absolute; top: 0; right: 100%; background-color: #d7dde4; border-radius: 3px; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .item-list .item-actions-dropdown .item-actions-block.direction-right { right: auto; left: 100%; } .item-list .item-actions-dropdown .item-actions-block .item-actions-list { padding: 0; list-style: none; white-space: nowrap; padding: 0 5px; } .item-list .item-actions-dropdown .item-actions-block .item-actions-list li { display: inline-block; padding: 0; } .item-list .item-actions-dropdown .item-actions-block .item-actions-list a { display: block; padding: 0 5px; } .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit { color: #38424C; } .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check { color: #40B726; } .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove { color: #DB0E1E; } /* ******************************************* * Adjustments ********************************************** */ .card > .item-list .item > .item-row { padding: 0 15px; } @media (min-width: 1200px) { .card > .item-list .item > .item-row { padding: 0 20px; } } @media (max-width: 767px) { .card > .item-list .item > .item-row { padding: 0 10px; } } .modal-body.modal-tab-container { padding: 0; } .modal-body.modal-tab-container .modal-tabs { padding-left: 0; margin-bottom: 0; list-style: none; background-color: #ffffff; border-bottom: 1px solid #ddd; box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); } .modal-body.modal-tab-container .modal-tabs .nav-link { padding: 10px 20px; border: none; } .modal-body.modal-tab-container .modal-tabs .nav-link:hover, .modal-body.modal-tab-container .modal-tabs .nav-link.active { color: #52BCD3; border-bottom: 2px solid #52BCD3; } .modal-body.modal-tab-container .modal-tabs .nav-link.active { font-weight: 600; } .pagination { margin-top: 0; } .pagination .page-item .page-link { color: #52BCD3; } .pagination .page-item.active .page-link, .pagination .page-item.active .page-link:focus, .pagination .page-item.active .page-link:hover { color: #fff; border-color: #52BCD3; background-color: #52BCD3; } a:not(.btn) { -webkit-transition: initial; transition: initial; text-decoration: underline; color: #969696; } a:not(.btn):hover { text-decoration: underline; color: #33aec9; } a:not(.btn):hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); } a:not(.btn):focus { text-decoration: none; } span a { vertical-align: text-bottom; } [class^='nav'] li > a, [class*=' nav'] li > a { display: block; } [class^='nav'] li > a:before, [class*=' nav'] li > a:before { display: none; } .nav.nav-tabs-bordered { border-color: #52BCD3; } .nav.nav-tabs-bordered + .tab-content { border-style: solid; border-width: 0 1px 1px 1px; border-color: #52BCD3; padding: 10px 20px 0; } .nav.nav-tabs-bordered .nav-item .nav-link { text-decoration: none; } .nav.nav-tabs-bordered .nav-item .nav-link:hover { color: #ffffff; background-color: #52BCD3; border: 1px solid #52BCD3; } .nav.nav-tabs-bordered .nav-item .nav-link.active { border-color: #52BCD3; border-bottom-color: transparent; } .nav.nav-tabs-bordered .nav-item .nav-link.active:hover { background-color: #ffffff; color: inherit; } .nav.nav-pills + .tab-content { border: 0; padding: 5px; } .nav.nav-pills .nav-item .nav-link { text-decoration: none; } .nav.nav-pills .nav-item .nav-link:hover { color: #4f5f6f; background-color: transparent; border: 0; } .nav.nav-pills .nav-item .nav-link.active { border-color: #52BCD3; border-bottom-color: transparent; background-color: #52BCD3; } .nav.nav-pills .nav-item .nav-link.active:hover { background-color: #52BCD3; color: #ffffff; } /* Let's get this party started */ ::-webkit-scrollbar { width: 7px; height: 7px; } /* Track */ ::-webkit-scrollbar-track { border-radius: 0; } /* Handle */ ::-webkit-scrollbar-thumb { border-radius: 0; background: #3eb4ce; } ::-webkit-scrollbar-thumb:window-inactive { background: #52BCD3; } .table label { margin-bottom: 0; } .table .checkbox + span { margin-bottom: 0; } .table .checkbox + span:before { line-height: 20px; } .header .header-block-buttons { text-align: center; margin-left: auto; margin-right: auto; white-space: nowrap; } .header .header-block-buttons .btn.header-btn { background-color: transparent; border: 1px solid #64798d; color: #64798d; margin: 0 5px; border-radius: 0.2rem; } .header .header-block-buttons .btn.header-btn:hover, .header .header-block-buttons .btn.header-btn:focus { border: 1px solid #3a4651; color: #3a4651; } @media (max-width: 767px) { .header .header-block-buttons .btn.header-btn span { display: none; } } .header .header-block-collapse { padding-right: 5px; } @media (max-width: 767px) { .header .header-block-collapse { width: 155px; } } .header .header-block-collapse .collapse-btn { background: none; border: none; box-shadow: none; color: #52BCD3; font-size: 24px; line-height: 40px; border-radius: 0; outline: none; padding: 0; padding-left: 10px; padding-right: 10px; vertical-align: initial; } .header .header-block-nav { margin-left: auto; white-space: nowrap; padding-right: 15px; } @media (max-width: 767px) { .header .header-block-nav { padding-right: 25px; } } .header .header-block-nav::after { content: ""; display: table; clear: both; } .header .header-block-nav a { text-decoration: none; } .header .header-block-nav ul { margin: 0; padding: 0; list-style: none; } .header .header-block-nav > ul { display: table; } .header .header-block-nav > ul > li { display: table-cell; position: relative; } .header .header-block-nav > ul > li:before { display: block; content: " "; width: 1px; height: 24px; top: 50%; margin-top: -12px; background-color: #8b9cb1; position: absolute; left: 0; } .header .header-block-nav > ul > li:first-child:before { display: none; } .header .header-block-nav > ul > li > a { padding: 0 15px; color: #4f5f6f; } .header .header-block-nav > ul > li > a:hover { color: #52BCD3; } .header .header-block-nav .dropdown-menu { margin-top: 15px; } .header .header-block-search { margin-right: auto; padding-left: 20px; } @media (max-width: 767px) { .header .header-block-search { padding-left: 10px; } } @media (min-width: 768px) and (max-width: 991px) { .header .header-block-search { padding-left: 20px; } } @media (min-width: 992px) and (max-width: 1199px) { .header .header-block-search { padding-left: 20px; } } @media (min-width: 1200px) { .header .header-block-search { padding-left: 35px; } } .header .header-block-search > form { float: right; } @media (max-width: 767px) { .header .header-block-search > form { padding-left: 0; } } .header .header-block-search .input-container { position: relative; color: #7e8e9f; } .header .header-block-search .input-container i { position: absolute; pointer-events: none; display: block; height: 40px; line-height: 40px; left: 0; } .header .header-block-search .input-container input { background-color: transparent; border: none; padding-left: 25px; height: 40px; max-width: 150px; } @media (max-width: 767px) { .header .header-block-search .input-container input { max-width: 140px; } } .header .header-block-search .input-container input:focus + .underline { -webkit-transform: scaleX(1); transform: scaleX(1); } #modal-media .modal-body { min-height: 250px; } #modal-media .modal-tab-content { min-height: 300px; } #modal-media .images-container { padding: 15px; text-align: center; } #modal-media .images-container .image-container { margin: 0 auto 10px auto; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: inline-block; float: none; } #modal-media .images-container .image-container:hover { border-color: rgba(82, 188, 211, 0.5); } #modal-media .images-container .image-container.active { border-color: rgba(82, 188, 211, 0.5); } #modal-media .upload-container { padding: 15px; } #modal-media .upload-container .dropzone { position: relative; border: 2px dashed #52BCD3; height: 270px; } #modal-media .upload-container .dropzone .dz-message-block { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } #modal-media .upload-container .dropzone .dz-message-block .dz-message { margin: 0; font-size: 24px; color: #52BCD3; width: 230px; } .sidebar-header .brand { color: #fff; text-align: left; padding-left: 25px; line-height: 70px; font-size: 16px; } @media (max-width: 767px) { .sidebar-header .brand { line-height: 50px; font-size: 16px; } } .footer { background-color: #fff; position: absolute; left: 230px; right: 0; bottom: 0; height: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .footer-fixed .footer { position: fixed; } .footer .footer-block { vertical-align: middle; margin-left: 20px; margin-right: 20px; } .footer .footer-github-btn { vertical-align: middle; } @media (max-width: 991px) { .footer { left: 0; } } .footer .author > ul { list-style: none; margin: 0; padding: 0; } .footer .author > ul li { display: inline-block; } .footer .author > ul li:after { content: "|"; } .footer .author > ul li:last-child:after { content: ""; } @media (max-width: 991px) { .footer .author > ul li { display: block; text-align: right; } .footer .author > ul li:after { content: ""; } } @media (max-width: 991px) { .footer .author > ul { display: block; } } @media (max-width: 767px) { .footer .author > ul { display: none; } } .header { background-color: #d7dde4; height: 70px; position: absolute; left: 230px; right: 0; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 991px) { .header { left: 0; } } @media (max-width: 767px) { .header { left: 0; height: 50px; } } .header-fixed .header { position: fixed; } @media (max-width: 767px) { .header .header-block { padding: 5px; } } .modal .modal-content { border-radius: 0; } .modal .modal-header { background-color: #52BCD3; color: #ffffff; } .modal .modal-footer .btn { margin-bottom: 0; } .sidebar { background-color: #3a4651; width: 230px; padding-bottom: 60px; position: absolute; top: 0; left: 0; bottom: 0; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; z-index: 20; } @media (max-width: 991px) { .sidebar { position: fixed; left: -230px; } } .sidebar-fixed .sidebar { position: fixed; } .sidebar-open .sidebar { left: 0; } .sidebar .sidebar-container { position: absolute; top: 0; bottom: 51px; width: 100%; left: 0; overflow-y: auto; overflow-x: hidden; } .sidebar .sidebar-container::-webkit-scrollbar-track { background-color: #2c353e; } .sidebar .nav { font-size: 14px; } .sidebar .nav li a:focus, .open .sidebar .nav li a:focus { background-color: inherit; } .sidebar .nav ul { padding: 0; height: 0px; overflow: hidden; } .loaded .sidebar .nav ul { height: auto; } .sidebar .nav li.active ul { height: auto; } .sidebar .nav li a { color: rgba(255, 255, 255, 0.5); text-decoration: none; } .sidebar .nav li a:hover, .sidebar .nav li.open > a, .sidebar .nav li.open a:hover { color: #ffffff; background-color: #2d363f; } .sidebar .nav > li > a { padding-top: 15px; padding-bottom: 15px; padding-left: 20px; padding-right: 10px; } .sidebar .nav > li.active > a, .sidebar .nav > li.active > a:hover { background-color: #52BCD3 !important; color: #ffffff !important; } .sidebar .nav > li.open > a { background-color: #333e48; } .sidebar .nav > li.open > a i.arrow { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .sidebar .nav > li > a i { margin-right: 5px; font-size: 16px; } .sidebar .nav > li > a i.arrow { float: right; font-size: 20px; line-height: initial; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .sidebar .nav > li > a i.arrow:before { content: "\f105" !important; } .sidebar .nav > li > ul > li a { padding-top: 10px; padding-bottom: 10px; padding-left: 50px; background-color: #333e48; } .sidebar .nav > li > ul > li.active a { color: #ffffff; } .sidebar-overlay { position: absolute; display: none; left: 200vw; right: 0; top: 0; bottom: 0; z-index: 5; opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; z-index: 15; } @media (max-width: 991px) { .sidebar-overlay { display: block; } } @media (max-width: 767px) { .sidebar-overlay { background-color: rgba(0, 0, 0, 0.7); } } @media (max-width: 991px) { .sidebar-open .sidebar-overlay { left: 0; opacity: 1; } } .app { position: relative; width: 100%; padding-left: 230px; min-height: 100vh; margin: 0 auto; left: 0; background-color: #f0f3f6; box-shadow: 0 0 3px #ccc; -webkit-transition: left 0.3s ease, padding-left 0.3s ease; transition: left 0.3s ease, padding-left 0.3s ease; overflow: hidden; } .app .content { padding: 95px 20px 75px 20px; min-height: 100vh; } @media (min-width: 1200px) { .app .content { padding: 105px 40px 85px 40px; } } @media (min-width: 992px) and (max-width: 1199px) { .app .content { padding: 100px 35px 80px 35px; } } @media (min-width: 768px) and (max-width: 991px) { .app .content { padding: 95px 20px 75px 20px; } } @media (max-width: 767px) { .app .content { padding: 70px 20px 70px 20px; } } @media (max-width: 991px) { .app { padding-left: 0; } } @media (max-width: 991px) { .app.sidebar-open { left: 0; } } .app.blank { background-color: #667380; }