Moved to PHP folder
28
php/assets/admin/css/bootstrap-datepicker3.min.css
vendored
Normal file
7
php/assets/admin/css/bootstrap.min.css
vendored
Normal file
1
php/assets/admin/css/jquery.timepicker.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box;margin-left: -200px !important;}.ui-timepicker,.ui-timepicker-viewport{box-sizing:content-box;height:205px;display:block;margin:0}.ui-timepicker{list-style:none;padding:0 1px;text-align:center}.ui-timepicker-viewport{padding:0;overflow:auto;overflow-x:hidden}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:none}/*# sourceMappingURL=jquery.timepicker.min.css.map */
|
125
php/assets/admin/css/responsive.css
Normal file
@ -0,0 +1,125 @@
|
||||
@media only screen and (max-width: 1300px){
|
||||
.admin-content .container{
|
||||
max-width: 970px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1180px){
|
||||
.admin-content .container{
|
||||
max-width: 810px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px){
|
||||
.class-table table td{
|
||||
font-size: 11px;
|
||||
}
|
||||
.class-table table th{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.class-content table th{
|
||||
font-size: 14px;
|
||||
}
|
||||
.class-content table td{
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 991px){
|
||||
.admin-content .container{
|
||||
max-width: 720px;
|
||||
}
|
||||
.class-content.d-flex {
|
||||
display: block !important;
|
||||
}
|
||||
.class-form.d-flex{
|
||||
flex: none !important;
|
||||
display: block !important;
|
||||
}
|
||||
.general .form-group.d-flex{
|
||||
flex: none !important;
|
||||
display: block !important;
|
||||
}
|
||||
.general .form-group .col-sm-6.d-flex.no-pad{
|
||||
flex: none !important;
|
||||
display: block !important;
|
||||
max-width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
span.chk-abc {
|
||||
/* padding: 17px 0; */
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:900px){
|
||||
span.chk-abc {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.admin-nav ul{
|
||||
display: none;
|
||||
}
|
||||
.logo{
|
||||
display: block;
|
||||
}
|
||||
.logo img{
|
||||
float: left;
|
||||
}
|
||||
.logo:after{
|
||||
content: "";
|
||||
clear: both;
|
||||
display:block;
|
||||
}
|
||||
.admin-content .setting{
|
||||
display: block !important;
|
||||
}
|
||||
.admin-content .container{
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
right:0;
|
||||
}
|
||||
div#nav_list{
|
||||
display: none !important;
|
||||
flex: none;
|
||||
}
|
||||
.admin-nav{
|
||||
position: absolute;
|
||||
}
|
||||
.pushmenu-push-toright{
|
||||
left:0;
|
||||
}
|
||||
.admin.ml-auto.d-flex{
|
||||
margin-right:0;
|
||||
z-index: 9999;
|
||||
}
|
||||
.admin-nav{
|
||||
width: 100%;
|
||||
height: auto !important;
|
||||
z-index: 9999;
|
||||
display: block !important;
|
||||
flex: none;
|
||||
}
|
||||
.toggle-bar {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 15px;
|
||||
right: 11px;
|
||||
}
|
||||
.class-left{
|
||||
border:0 !important;;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:480px){
|
||||
.class-table table td{
|
||||
font-size: 11px;
|
||||
}
|
||||
.class-table table th{
|
||||
font-size: 14px;
|
||||
}
|
||||
.class-name .d-flex:nth-child(1){
|
||||
display: block !important;
|
||||
}
|
||||
.class-name span{
|
||||
margin-bottom: 15px;
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
679
php/assets/admin/css/style.css
Normal file
@ -0,0 +1,679 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
src: url(../fonts/HelveticaNeue-Condensed.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'HelveticaNeue-Extended';
|
||||
src: url(../fonts/HelveticaNeue-Extended.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'HelveticaNeue-HeavyCond';
|
||||
src: url(../fonts/HelveticaNeue-HeavyCond.otf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Chivo-Regular';
|
||||
src: url(../fonts/HelveticaNeueLight.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Chivo-Light';
|
||||
src: url(../fonts/Chivo-Light.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Chivo-Regular';
|
||||
src: url(../fonts/Chivo-Regular.otf);
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
a{
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pushmenu {
|
||||
background: #444;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.pushmenu-left { left: -200px; }
|
||||
|
||||
.pushmenu-left.pushmenu-open { left: 0; }
|
||||
|
||||
.pushmenu-push {
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.pushmenu-push-toright { left: 200px; }
|
||||
|
||||
/*Transition*/
|
||||
|
||||
.pushmenu, .pushmenu-push {
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-moz-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
||||
.abc-login{
|
||||
background: #92aec7;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.card-signin {
|
||||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.card-signin .card-title {
|
||||
margin:10px 0;
|
||||
font-weight: 300;
|
||||
font-size:20px;
|
||||
color:#013e7f;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
}
|
||||
|
||||
.card-signin .card-body {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form-signin .btn {
|
||||
font-size:14px;
|
||||
border-radius: 5rem;
|
||||
letter-spacing: .1rem;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
transition: all 0.2s;
|
||||
background-color: #ea3f41;
|
||||
border: 0;
|
||||
font-family: 'HelveticaNeue-Extended';
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.abc-login .form-control{
|
||||
border:1px solid #ccc;
|
||||
margin-bottom: 5px;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 13px;
|
||||
height: 35px;
|
||||
}
|
||||
.logo img{
|
||||
max-width: 125px;
|
||||
max-height: 71px;
|
||||
}
|
||||
.abc-login label{
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.abc-login .remember span{
|
||||
position: relative;
|
||||
top:5px;
|
||||
}
|
||||
.admin-header{
|
||||
background: #92aec7;
|
||||
min-height: 75px;
|
||||
}
|
||||
.admin-header .logo img{
|
||||
max-height: 75px;
|
||||
}
|
||||
.admin-header .admin span{
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 15px;
|
||||
color:#000;
|
||||
margin-right: 25px;
|
||||
align-self: center;
|
||||
}
|
||||
.admin-header .admin span img{
|
||||
max-width: 25px;
|
||||
align-self: center;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.admin-header .admin span.logout{
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
}
|
||||
.admin-header .toggle.active img{
|
||||
max-width: 37px;
|
||||
align-self: center;
|
||||
transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
flex: none !important;
|
||||
height: 30px;
|
||||
margin-top: 0;
|
||||
margin-left: -15px;
|
||||
z-index: 999;
|
||||
position:absolute;
|
||||
}
|
||||
.admin-header .toggle img{
|
||||
transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
-moz-transform: rotate(0deg);
|
||||
height: 30px;
|
||||
position: relative;
|
||||
top:25px;
|
||||
display: inline-block;
|
||||
margin-left:15px;
|
||||
}
|
||||
.logo {
|
||||
border-bottom: 1px dotted #ccc;
|
||||
border-right: 1px dotted#ccc;
|
||||
}
|
||||
.admin-nav{
|
||||
position: fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
background:#8f9eac;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
left:-200px;
|
||||
transition: all 0.5s ease;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.admin-nav.active{
|
||||
left:0px;
|
||||
}
|
||||
.admin-nav li{
|
||||
padding: 13px;
|
||||
text-align: left;
|
||||
}
|
||||
.admin-nav li a{
|
||||
color:#fff;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 17px;
|
||||
text-decoration: none;
|
||||
padding-left: 20px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.admin-nav li a img {
|
||||
margin-right: 10px;
|
||||
align-self: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
.admin-nav li.active{
|
||||
background: #0070c0;
|
||||
}
|
||||
.admin-content{
|
||||
padding:10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.admin-content .setting{
|
||||
background: #f5f7f9;
|
||||
}
|
||||
.admin-content .container{
|
||||
max-width: 1060px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
right: 75px;
|
||||
}
|
||||
.admin-content.main .container{
|
||||
margin: 0 auto !important;
|
||||
right: 0;
|
||||
}
|
||||
.class-nav{
|
||||
flex-direction: column;
|
||||
}
|
||||
.class-left{
|
||||
border-right:1px solid #9f9f9f;
|
||||
}
|
||||
.class-nav li{
|
||||
padding:15px 0;
|
||||
}
|
||||
.class-nav li a{
|
||||
color:#333;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 17px;
|
||||
text-decoration: none;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.class-nav li.active{
|
||||
background: #92aec7;
|
||||
}
|
||||
.class-nav li.active a{
|
||||
color:#fff;
|
||||
}
|
||||
.admin-content h2{
|
||||
font-family: 'HelveticaNeue-HeavyCond';
|
||||
font-size: 30px;
|
||||
color:#003f81;
|
||||
padding:10px 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.no-pad{
|
||||
margin:0;
|
||||
padding: 0;
|
||||
}
|
||||
.class-name{
|
||||
padding:25px 0;
|
||||
}
|
||||
.class-name span{
|
||||
color: #333;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 15px;
|
||||
margin-right: 10px;
|
||||
align-self: center;
|
||||
min-width: 130px;
|
||||
text-align: right;
|
||||
}
|
||||
.class-name input{
|
||||
width: 100%;
|
||||
}
|
||||
.class-content .cancel{
|
||||
background: #d9d9d9;
|
||||
margin-right: 5px;
|
||||
padding: 10px 25px;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 17px;
|
||||
margin-top:10px;
|
||||
}
|
||||
.class-content .cancel a{
|
||||
color:#000;
|
||||
}
|
||||
.class-content .leave{
|
||||
background: #0070c0;
|
||||
padding: 10px 25px;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 17px;
|
||||
margin-top:10px;
|
||||
}
|
||||
.class-content .leave a{
|
||||
color: #fff;
|
||||
}
|
||||
.class-content table th{
|
||||
padding:0;
|
||||
color:#333;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 17px;
|
||||
text-align: center;
|
||||
border-bottom:0;
|
||||
border: 1px solid #a2c6e0;
|
||||
padding: 10px;
|
||||
}
|
||||
.class-content table td{
|
||||
text-align: center;
|
||||
padding: 8px 0;
|
||||
border: 1px solid #a2c6e0;
|
||||
color:#333;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 13px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.class-content h2{
|
||||
color:#333;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 21px;
|
||||
padding: 20px 0 0 0;
|
||||
}
|
||||
.admin.ml-auto.d-flex.main{
|
||||
margin-right: 0;
|
||||
}
|
||||
.admin.ml-auto.d-flex {
|
||||
margin-right: 200px;
|
||||
}
|
||||
|
||||
|
||||
/*toggle css*/
|
||||
.toggle-bar {
|
||||
display:none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.bar1, .bar2, .bar3 {
|
||||
width: 35px;
|
||||
height: 5px;
|
||||
background-color: #333;
|
||||
margin: 6px 0;
|
||||
transition: 0.4s;
|
||||
}
|
||||
|
||||
.change .bar1 {
|
||||
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
|
||||
transform: rotate(-45deg) translate(-9px, 6px);
|
||||
}
|
||||
|
||||
.change .bar2 {opacity: 0;}
|
||||
|
||||
.change .bar3 {
|
||||
-webkit-transform: rotate(45deg) translate(-8px, -8px);
|
||||
transform: rotate(45deg) translate(-8px, -8px);
|
||||
}
|
||||
/*toggleclass end*/
|
||||
.admin-content h3{
|
||||
font-family: 'HelveticaNeue-HeavyCond';
|
||||
font-size: 17px;
|
||||
color: #333;
|
||||
padding:10px 0;
|
||||
margin-bottom: 15px;
|
||||
position: relative;
|
||||
}
|
||||
.admin-content .general select{
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
border:1px solid #ccc;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 13px;
|
||||
-webkit-text-fill-color:#000;
|
||||
background-color: transparent;
|
||||
}
|
||||
.admin-content .general select option{
|
||||
-webkit-text-fill-color:#000;
|
||||
}
|
||||
.admin-content .general label{
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 14px;
|
||||
margin-right: 10px;
|
||||
align-self: center;
|
||||
/* min-width: 100px;*/
|
||||
text-align: right;
|
||||
font-weight: 500;
|
||||
}
|
||||
.admin-content .general-input{
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
border:1px solid #ccc;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 12px;
|
||||
-webkit-text-fill-color:#000;
|
||||
}
|
||||
.general-input{
|
||||
padding: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.m-10{
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.chk-abc input[type="checkbox"]{
|
||||
display: none;
|
||||
}
|
||||
.chk-abc input[type="checkbox"] + label{
|
||||
border:1px solid #000;
|
||||
width:15px;
|
||||
height:15px;
|
||||
margin-right: 7px;
|
||||
vertical-align: bottom;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
font-size: 30px;
|
||||
min-width: 15px !important;
|
||||
}
|
||||
.chk-abc input[type="checkbox"] + label:after{
|
||||
content: '✔';
|
||||
color: #0000ff;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
transform: translate(-50%, -50%);
|
||||
right: 0;
|
||||
|
||||
}
|
||||
|
||||
.chk-abc input[type="checkbox"]:checked + label:after{
|
||||
opacity: 1;
|
||||
}
|
||||
.chk-abc{
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 14px;
|
||||
align-self: center;
|
||||
color: #000;
|
||||
}
|
||||
.date-time span{
|
||||
flex: 1;
|
||||
display: flex;
|
||||
margin-right: 17px
|
||||
}
|
||||
|
||||
.class-table table th{
|
||||
padding:0;
|
||||
color:#333;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 17px;
|
||||
text-align: center;
|
||||
border-bottom:0;
|
||||
border: 1px solid #dcdcdc;
|
||||
padding: 10px;
|
||||
}
|
||||
.class-table table td{
|
||||
text-align: center;
|
||||
padding: 8px 0;
|
||||
border: 1px solid #dcdcdc;
|
||||
color:#333;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 13px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.class-table table td .chk-abc{
|
||||
margin-left: 12px;
|
||||
}
|
||||
.submit-class input{
|
||||
min-width: 100px;
|
||||
width: 100px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 17px;
|
||||
margin-left:18px;
|
||||
margin-top: 10px;
|
||||
border:0;
|
||||
}
|
||||
.submit-class .submit{
|
||||
background: #0070c0;
|
||||
color: #fff;
|
||||
}
|
||||
.submit-class .reset{
|
||||
background: #e6e4e4;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.class-table table th span {
|
||||
margin-left: 11px;
|
||||
}
|
||||
.dashboard .setting{
|
||||
background:#d0deec;
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
.dashboard .create{
|
||||
background:#eaeaea;
|
||||
width:50%;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin-left: 20px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
.dashboard h3{
|
||||
font-size: 70px;
|
||||
font-family: 'HelveticaNeue-Extended';
|
||||
color: #ef3e42;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.dashboard h2{
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 25px;
|
||||
color: #333;
|
||||
margin:0;
|
||||
}
|
||||
.dashboard .create a, .dashboard .setting a{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 15px;
|
||||
color: #fff;
|
||||
background: #185987;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
min-height: 40px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.duplicate-sl {
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
border: 1px solid #ccc;
|
||||
font-family: 'Chivo-Regular';
|
||||
font-size: 13px;
|
||||
max-width: 250px;
|
||||
margin-bottom: 15px;
|
||||
-webkit-text-fill-color:#000;
|
||||
padding-left:10px;
|
||||
}
|
||||
.date-time {
|
||||
border: 1px solid #ccc;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.admin-h2{
|
||||
color: #333;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 21px;
|
||||
padding: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.class-table table td img{
|
||||
max-width: 40px;
|
||||
vertical-align: middle;
|
||||
margin-right: 15px;
|
||||
}
|
||||
button.ad-btn {
|
||||
background: #0070c0;
|
||||
padding: 10px 35px;
|
||||
border: 0;
|
||||
color: #fff;
|
||||
margin-top: 15px;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 15px;
|
||||
}
|
||||
.admin-setting{
|
||||
padding:25px 0;
|
||||
margin:0;
|
||||
}
|
||||
.table{
|
||||
margin:0;
|
||||
}
|
||||
.class-content.d-flex {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.active-swith{
|
||||
min-width: 96px;
|
||||
padding: 6px 0;
|
||||
border-radius: 5px;
|
||||
background: #29c35b;
|
||||
display: inline-block;
|
||||
border: 0;
|
||||
color: #fff;
|
||||
}
|
||||
.active-swith.off{
|
||||
background: #f2553b;
|
||||
}
|
||||
.col-md-12.col-lg-12.admin-setting {
|
||||
background:#f5f7f9;
|
||||
}
|
||||
.admin-setting .class-name input{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.create.admin {
|
||||
background: #e2ebf5;
|
||||
}
|
||||
|
||||
/*Added*/
|
||||
.search-class .search {
|
||||
background: #0070c0;
|
||||
color: #fff;
|
||||
}
|
||||
.search-class input {
|
||||
min-width: 100px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
font-family: 'HelveticaNeue-Condensed';
|
||||
font-size: 17px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
}
|
||||
.pagination a {
|
||||
color: black;
|
||||
float: left;
|
||||
padding: 8px 10px;
|
||||
text-decoration: none;
|
||||
transition: background-color .3s;
|
||||
border: 2px solid #0070c0;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.pagination a.active {
|
||||
background-color: #92aec7;
|
||||
color: white;
|
||||
}
|
||||
ul.pagination li a:hover,
|
||||
ul.pagination li a.current
|
||||
{background-color: #92aec7;}
|
BIN
php/assets/admin/fonts/Chivo-Light.ttf
Normal file
BIN
php/assets/admin/fonts/Chivo-Regular.otf
Normal file
BIN
php/assets/admin/fonts/HelveticaNeue-Condensed.otf
Normal file
BIN
php/assets/admin/fonts/HelveticaNeue-Extended.otf
Normal file
BIN
php/assets/admin/fonts/HelveticaNeue-HeavyCond.otf
Normal file
BIN
php/assets/admin/fonts/HelveticaNeueLight.ttf
Normal file
BIN
php/assets/admin/img/11.png
Normal file
After Width: | Height: | Size: 667 B |
BIN
php/assets/admin/img/abc-logo-color.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
195
php/assets/admin/img/abc_logo_svg.svg
Normal file
@ -0,0 +1,195 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
|
||||
width="158px" height="102px" viewBox="0 0 340.74 230.557" enable-background="new 0 0 340.74 230.557"
|
||||
|
||||
xml:space="preserve">
|
||||
|
||||
<g>
|
||||
|
||||
<g>
|
||||
|
||||
<path fill="#FFFFFF" d="M157.777,25.667c-36.066-14.484-57.687-3.886-59.333-3.166c-0.046,0.138-77.022,65.487-77.022,65.487
|
||||
|
||||
s15.417,1.813,27.408,13.256c14.85,14.171,17.781,32.591,17.781,32.591L157.777,25.667z"/>
|
||||
|
||||
<path fill="#FFFFFF" d="M208.878,61.586c-2.121-2.121-21.434-23.751-46.599-33.78l-27.835,33.695L208.878,61.586z"/>
|
||||
|
||||
</g>
|
||||
|
||||
<g>
|
||||
|
||||
<path fill="#003E7E" d="M128.392,186.979l4.878-12.346h4.169l4.875,12.346h-3.86l-0.828-2.412h-5.008l-0.804,2.412H128.392z
|
||||
|
||||
M136.788,182.175l-1.571-5.135h-0.054l-1.672,5.135H136.788z"/>
|
||||
|
||||
<path fill="#003E7E" d="M148.215,181.048c0-0.291-0.051-0.549-0.203-0.719c-0.174-0.188-0.444-0.311-0.893-0.311
|
||||
|
||||
c-0.478,0-0.767,0.27-0.767,0.775c0,0.627,1.312,0.596,3.347,1.227c1.028,0.324,1.731,0.959,1.731,2.361
|
||||
|
||||
c0,2.271-2.14,2.855-4.108,2.855c-2.1,0-4.151-0.426-4.135-3.043h3.078c-0.054,0.258,0.037,0.547,0.219,0.766
|
||||
|
||||
c0.192,0.225,0.465,0.398,0.772,0.398c0.639,0,1.095-0.238,1.095-0.791c0-1.521-5.078-0.617-5.078-3.727
|
||||
|
||||
c0-2.123,2.26-2.699,3.969-2.699c2.033,0,3.916,0.531,4.05,2.906H148.215z"/>
|
||||
|
||||
<path fill="#003E7E" d="M157.81,181.048c0-0.291-0.048-0.549-0.206-0.719c-0.174-0.188-0.443-0.311-0.884-0.311
|
||||
|
||||
c-0.483,0-0.774,0.27-0.774,0.775c0,0.627,1.314,0.596,3.355,1.227c1.021,0.324,1.723,0.959,1.723,2.361
|
||||
|
||||
c0,2.271-2.137,2.855-4.1,2.855c-2.105,0-4.159-0.426-4.143-3.043h3.083c-0.051,0.258,0.032,0.547,0.219,0.766
|
||||
|
||||
c0.184,0.225,0.462,0.398,0.772,0.398c0.636,0,1.095-0.238,1.095-0.791c0-1.521-5.081-0.617-5.081-3.727
|
||||
|
||||
c0-2.123,2.257-2.699,3.97-2.699c2.03,0,3.913,0.531,4.052,2.906H157.81z"/>
|
||||
|
||||
<path fill="#003E7E" d="M172.451,182.687c0,3.164-2.308,4.551-4.998,4.551c-2.682,0-4.993-1.387-4.993-4.551
|
||||
|
||||
c0-3.162,2.311-4.545,4.993-4.545C170.144,178.142,172.451,179.524,172.451,182.687z M167.454,185.358
|
||||
|
||||
c1.373,0,1.661-1.453,1.661-2.672c0-1.221-0.289-2.668-1.661-2.668c-1.368,0-1.656,1.447-1.656,2.668
|
||||
|
||||
C165.797,183.905,166.085,185.358,167.454,185.358z"/>
|
||||
|
||||
<path fill="#003E7E" d="M179.806,181.405c0-0.428-0.07-0.768-0.257-1.012c-0.192-0.236-0.513-0.375-1.01-0.375
|
||||
|
||||
c-1.181,0-1.253,1.779-1.253,2.668c0,0.891,0.072,2.672,1.253,2.672c1.13-0.086,1.267-0.961,1.267-1.729h3.245
|
||||
|
||||
c0,1.211-0.532,2.104-1.333,2.701c-0.817,0.582-1.912,0.871-3.042,0.906c-3.252,0-4.715-1.574-4.715-4.551
|
||||
|
||||
c0-3.109,2.131-4.545,4.715-4.545c2.171-0.037,4.228,0.82,4.375,3.264H179.806z"/>
|
||||
|
||||
<path fill="#003E7E" d="M184.987,176.923v-2.289h3.28v2.289H184.987z M185.003,186.979v-8.588h3.249v8.588H185.003z"/>
|
||||
|
||||
<path fill="#003E7E" d="M195.999,186.979c-0.07-0.275-0.07-0.545-0.07-1.162h-0.037c-0.387,0.617-1.125,1.42-2.732,1.42
|
||||
|
||||
c-2.033,0-3.096-1.096-3.062-2.855c0.034-2.088,1.95-2.945,4.755-2.945h1.023c0-0.75,0.176-1.842-1.128-1.791
|
||||
|
||||
c-0.782,0.033-1.042,0.801-1.025,1.316h-3.059c-0.017-1.219,0.616-1.916,1.487-2.312c0.891-0.406,2.001-0.508,2.96-0.508
|
||||
|
||||
c1.741,0,3.847,0.729,3.815,2.666v4.414c0,0.355,0.068,0.73,0.184,1.758H195.999z M194.358,185.358
|
||||
|
||||
c1.399,0,1.518-1.322,1.518-2.469c-0.68,0-1.33-0.031-1.774,0.191c-0.48,0.24-0.853,0.549-0.853,1.145
|
||||
|
||||
C193.249,184.841,193.743,185.358,194.358,185.358z"/>
|
||||
|
||||
<path fill="#003E7E" d="M201.987,178.392v-1.297l3.246-1.232v2.529h1.883v2.055h-1.883v3.402c0,0.225-0.131,1.336,0.613,1.336
|
||||
|
||||
c0.431,0,0.879,0,1.254-0.053v1.936c-0.738,0.135-1.267,0.17-1.742,0.17c-2.212,0-3.545-0.309-3.371-2.945v-3.846h-1.678v-2.055
|
||||
|
||||
H201.987z"/>
|
||||
|
||||
<path fill="#003E7E" d="M211.411,183.337c-0.026,1.115,0.273,2.066,1.485,2.066c0.903,0,1.475-0.426,1.593-1.225h3.013
|
||||
|
||||
c-0.109,1.111-0.807,1.912-1.63,2.391c-0.753,0.482-1.709,0.668-2.719,0.668c-3.438,0-4.803-1.475-4.803-4.838
|
||||
|
||||
c0-2.721,2.035-4.258,4.615-4.258c3.488,0,4.598,2,4.598,5.195H211.411z M214.489,181.593c0-0.463-0.139-0.922-0.393-1.283
|
||||
|
||||
c-0.257-0.357-0.634-0.576-1.131-0.551c-1.127,0.055-1.404,0.861-1.49,1.834H214.489z"/>
|
||||
|
||||
<path fill="#003E7E" d="M225.516,185.716h-0.066c-0.446,1.049-1.641,1.521-2.856,1.521c-2.443,0-3.59-2.381-3.59-4.512
|
||||
|
||||
c0-2.279,1.146-4.584,3.695-4.584c1.075,0,2.155,0.373,2.785,1.258h0.032v-4.766h3.254v12.346h-3.168L225.516,185.716z
|
||||
|
||||
M222.339,182.687c0,1.133,0.254,2.672,1.585,2.672c1.338,0,1.592-1.539,1.592-2.672c0-1.143-0.168-2.668-1.592-2.668
|
||||
|
||||
C222.511,180.019,222.339,181.544,222.339,182.687z"/>
|
||||
|
||||
<path fill="#003E7E" d="M236.756,186.979v-12.346h5.918c2.32,0.016,4.275,1.055,4.275,3.234c0,1.516-1.287,2.441-2.671,2.699
|
||||
|
||||
v0.033c1.646,0.225,2.979,1.268,2.979,3.029c0,3.594-4.583,3.35-4.704,3.35H236.756z M240.176,179.538l1.744-0.014
|
||||
|
||||
c0.924,0,1.52-0.357,1.52-1.303c0-0.697-0.596-1.197-1.396-1.197h-1.867V179.538z M242.174,184.585c0.857,0,1.49-0.512,1.49-1.281
|
||||
|
||||
c0-0.686-0.48-1.334-1.244-1.385h-2.244v2.666H242.174z"/>
|
||||
|
||||
<path fill="#003E7E" d="M255.039,186.042c-0.738,0.854-1.593,1.195-2.686,1.195c-1.852,0-3.219-1.195-3.219-3.098v-5.748h3.251
|
||||
|
||||
v5.047c0.034,0.842,0.237,1.746,1.25,1.746c1.605,0,1.403-1.762,1.403-1.863v-4.93h3.248v6.383c0,0.77,0.016,1.279,0.104,2.205
|
||||
|
||||
h-3.299L255.039,186.042z"/>
|
||||
|
||||
<path fill="#003E7E" d="M260.712,176.923v-2.289h3.286v2.289H260.712z M260.733,186.979v-8.588h3.249v8.588H260.733z"/>
|
||||
|
||||
<path fill="#003E7E" d="M266.509,186.979v-12.346h3.257v12.346H266.509z"/>
|
||||
|
||||
<path fill="#003E7E" d="M278.278,185.716h-0.063c-0.449,1.049-1.646,1.521-2.859,1.521c-2.451,0-3.592-2.381-3.592-4.512
|
||||
|
||||
c0-2.279,1.141-4.584,3.693-4.584c1.076,0,2.158,0.373,2.789,1.258h0.032v-4.766h3.253v12.346h-3.165L278.278,185.716z
|
||||
|
||||
M275.097,182.687c0,1.133,0.259,2.672,1.595,2.672c1.333,0,1.587-1.539,1.587-2.672c0-1.143-0.171-2.668-1.587-2.668
|
||||
|
||||
C275.271,180.019,275.097,181.544,275.097,182.687z"/>
|
||||
|
||||
<path fill="#003E7E" d="M286.195,183.337c-0.016,1.115,0.273,2.066,1.494,2.066c0.905,0,1.469-0.426,1.586-1.225h3.014
|
||||
|
||||
c-0.104,1.111-0.805,1.912-1.629,2.391c-0.748,0.482-1.707,0.668-2.717,0.668c-3.438,0-4.807-1.475-4.807-4.838
|
||||
|
||||
c0-2.721,2.033-4.258,4.619-4.258c3.483,0,4.595,2,4.595,5.195H286.195z M289.275,181.593c0-0.463-0.136-0.922-0.393-1.283
|
||||
|
||||
c-0.259-0.357-0.633-0.576-1.127-0.551c-1.13,0.055-1.402,0.861-1.49,1.834H289.275z"/>
|
||||
|
||||
<path fill="#003E7E" d="M297.469,179.997h0.031c0.38-1.41,1.438-1.893,2.881-1.855v2.75c-0.244-0.018-0.465-0.018-0.689-0.018
|
||||
|
||||
c-1.693,0.018-2.271,1.031-2.223,2.674v3.432h-3.248v-6.379c0-0.771-0.017-1.281-0.104-2.209h3.304L297.469,179.997z"/>
|
||||
|
||||
<path fill="#003E7E" d="M306.428,181.048c0-0.291-0.051-0.549-0.205-0.719c-0.174-0.188-0.447-0.311-0.885-0.311
|
||||
|
||||
c-0.48,0-0.771,0.27-0.771,0.775c0,0.627,1.311,0.596,3.352,1.227c1.026,0.324,1.727,0.959,1.727,2.361
|
||||
|
||||
c0,2.271-2.141,2.855-4.104,2.855c-2.107,0-4.156-0.426-4.141-3.043h3.078c-0.055,0.258,0.037,0.547,0.224,0.766
|
||||
|
||||
c0.187,0.225,0.46,0.398,0.772,0.398c0.627,0,1.092-0.238,1.092-0.791c0-1.521-5.075-0.617-5.075-3.727
|
||||
|
||||
c0-2.123,2.255-2.699,3.967-2.699c2.036,0,3.913,0.531,4.053,2.906H306.428z"/>
|
||||
|
||||
<path fill="#003E7E" d="M133.165,203.185c-0.069-0.268-0.069-0.543-0.069-1.158h-0.032c-0.395,0.615-1.132,1.416-2.735,1.416
|
||||
|
||||
c-2.035,0-3.096-1.094-3.061-2.855c0.029-2.084,1.947-2.941,4.75-2.941h1.031c0-0.746,0.171-1.842-1.133-1.797
|
||||
|
||||
c-0.785,0.035-1.047,0.807-1.023,1.32h-3.059c-0.021-1.219,0.614-1.914,1.488-2.303c0.884-0.414,1.998-0.521,2.955-0.521
|
||||
|
||||
c1.744,0,3.849,0.74,3.817,2.672v4.41c0,0.357,0.064,0.734,0.182,1.758H133.165z M131.522,201.562
|
||||
|
||||
c1.402,0,1.525-1.316,1.525-2.463c-0.687,0-1.336-0.031-1.779,0.191c-0.478,0.24-0.855,0.547-0.855,1.145
|
||||
|
||||
C130.414,201.05,130.905,201.562,131.522,201.562z"/>
|
||||
|
||||
<path fill="#003E7E" d="M141.462,195.546c0.732-0.859,1.584-1.201,2.685-1.201c1.849,0,3.214,1.201,3.214,3.1v5.74h-3.249v-5.039
|
||||
|
||||
c-0.035-0.838-0.24-1.75-1.247-1.75c-1.611,0-1.403,1.766-1.403,1.867v4.922h-3.253v-6.375c0-0.766-0.016-1.283-0.099-2.203h3.301
|
||||
|
||||
L141.462,195.546z"/>
|
||||
|
||||
<path fill="#003E7E" d="M155.62,201.925h-0.069c-0.443,1.041-1.64,1.518-2.853,1.518c-2.447,0-3.593-2.375-3.593-4.506
|
||||
|
||||
c0-2.281,1.146-4.592,3.694-4.592c1.079,0,2.156,0.373,2.789,1.27h0.032v-4.771h3.249v12.342h-3.16L155.62,201.925z
|
||||
|
||||
M152.441,198.894c0,1.127,0.256,2.668,1.587,2.668c1.335,0,1.592-1.541,1.592-2.668c0-1.146-0.166-2.662-1.592-2.662
|
||||
|
||||
C152.612,196.231,152.441,197.747,152.441,198.894z"/>
|
||||
|
||||
<path fill="#003E7E" d="M174.334,194.718c-0.085-1.107-0.924-1.74-2.326-1.74c-1.969,0-2.329,2.311-2.329,4.154
|
||||
|
||||
c0,1.805,0.398,3.918,2.329,3.918c1.435,0,2.254-0.631,2.326-1.811h3.591c0.048,3.109-2.928,4.203-5.917,4.203
|
||||
|
||||
c-3.852,0-5.922-2.305-5.922-6.443s2.07-6.383,5.922-6.412c2.989,0,5.965,1.023,5.917,4.131H174.334z"/>
|
||||
|
||||
<path fill="#003E7E" d="M189.176,198.894c0,3.164-2.308,4.549-4.995,4.549c-2.685,0-4.99-1.385-4.99-4.549
|
||||
|
||||
c0-3.16,2.306-4.549,4.99-4.549C186.868,194.345,189.176,195.733,189.176,198.894z M184.181,201.562
|
||||
|
||||
c1.371,0,1.662-1.453,1.662-2.668c0-1.209-0.291-2.662-1.662-2.662c-1.367,0-1.662,1.453-1.662,2.662
|
||||
|
||||
C182.519,200.108,182.813,201.562,184.181,201.562z"/>
|
||||
|
||||
<path fill="#003E7E" d="M194.166,195.546c0.737-0.859,1.592-1.201,2.687-1.201c1.85,0,3.217,1.201,3.217,3.1v5.74h-3.248v-5.039
|
||||
|
||||
c-0.037-0.838-0.235-1.75-1.245-1.75c-1.61,0-1.41,1.766-1.41,1.867v4.922h-3.243v-6.375c0-0.766-0.021-1.283-0.102-2.203h3.297
|
||||
|
||||
L194.166,195.546z"/>
|
||||
|
||||
<path fill="#003E7E" d="M203.011,194.606v-1.303l3.25-1.23v2.533h1.881v2.049h-1.881v3.402c0,0.229-0.139,1.336,0.62,1.336
|
||||
|
||||
c0.425,0,0.871,0,1.245-0.053v1.934c-0.732,0.137-1.27,0.168-1.742,0.168c-2.206,0-3.541-0.305-3.373-2.938v-3.85h-1.676v-2.049
|
||||
|
||||
H203.011z"/>
|
After Width: | Height: | Size: 19 KiB |
BIN
php/assets/admin/img/ad.png
Normal file
After Width: | Height: | Size: 756 B |
BIN
php/assets/admin/img/admin-logo.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
php/assets/admin/img/create.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
php/assets/admin/img/dashboard.png
Normal file
After Width: | Height: | Size: 679 B |
BIN
php/assets/admin/img/delete.png
Normal file
After Width: | Height: | Size: 532 B |
BIN
php/assets/admin/img/edit.png
Normal file
After Width: | Height: | Size: 557 B |
BIN
php/assets/admin/img/eye.png
Normal file
After Width: | Height: | Size: 400 B |
BIN
php/assets/admin/img/hamperger.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
php/assets/admin/img/list.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
php/assets/admin/img/logo.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
php/assets/admin/img/logo.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
php/assets/admin/img/logout.png
Normal file
After Width: | Height: | Size: 907 B |
BIN
php/assets/admin/img/paid.png
Normal file
After Width: | Height: | Size: 483 B |
BIN
php/assets/admin/img/print.png
Normal file
After Width: | Height: | Size: 243 B |
BIN
php/assets/admin/img/tools.png
Normal file
After Width: | Height: | Size: 635 B |
9
php/assets/admin/js/bootstrap-datepicker.min.js
vendored
Normal file
7
php/assets/admin/js/bootstrap.min.js
vendored
Normal file
5
php/assets/admin/js/jquery-2.1.4.min.js
vendored
Normal file
2
php/assets/admin/js/jquery.timepicker.min.js
vendored
Normal file
10
php/assets/admin/js/push.js
Normal file
@ -0,0 +1,10 @@
|
||||
$(document).ready(function() {
|
||||
$menuLeft = $('.pushmenu-left');
|
||||
$nav_list = $('#nav_list');
|
||||
|
||||
$nav_list.click(function() {
|
||||
$(this).toggleClass('active');
|
||||
$('.pushmenu-push').toggleClass('pushmenu-push-toright');
|
||||
$menuLeft.toggleClass('pushmenu-open');
|
||||
});
|
||||
});
|