/* Global properties ========================================================*/

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #f9fafb;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s;
}

.container {
    width: 97%;
    height: auto;
    /*	overflow: hidden;*/
    margin: 0 auto;
}

h1 {
    font: 600 25px/39px 'Open Sans', sans-serif;
}

.wrapper h1 {
    margin: -10px 0 0 0;
    text-transform: capitalize;
}

.h1{}

.h1 a.more{float:right;margin-top:15px;background:#ea5601;border-radius:25px;font-size:15px;height: auto;margin:0;}
.h1 a.more i{line-height:18px;margin-right:5px;}

/*.margin*/

.margin-30 {
    /* margin-left: 30px!important; */
}

h2 {
    font: 600 18px/29px 'Open Sans', sans-serif;
    margin-bottom: 10px;
    color: red;
    text-transform: uppercase;
}

h3 {
    text-transform: capitalize;
}

.green {
    color: #17bc17;
}

h4 {
    font: 600 25px/31px 'Open Sans', sans-serif;
}

h5 {
    font: 400 24px/30px 'Open Sans', sans-serif
}

p {
    font: 400 15px/18px 'Open Sans', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.loader {
    width: 100%;
    bottom: 0;
    background: #d7d9da4a;
    position: fixed;
    top: 0;
    z-index: 999;
    overflow: hidden;
    backdrop-filter: blur(4px);
    align-content: center;
    display: grid;
}

.loader img {
    width: 100px;margin:0 auto;
}

.red {
    color: #fc0808!important;
}

.red_bg {
    background: #fc0808!important;
    display: none;
}

.red-border {
    border: 2px solid #fc0808!important;
}

a {
    color: #4caf50;
    transition: all 0.5s;
}

a:hover {
    /*	color:#30ff06;*/
}

hr {
    clear: both;
    margin: 15px 0 0px;
    border-color: #fff;
}

label {
    font: 700 14px/20px 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 5px;
    color: #f00;
    text-transform: uppercase;
}

label.chk {
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

.span-cover {
    width: 100%;
    height: 38px;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    display: block;
    border: 1px solid #ccc;
}

input,
select {
    width: 100%;
    height: 51px;
    display: block;
    border: 1px solid #ccc;
    background: none;
    border-radius: 5px;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #051360;
    background: #f8f8f8;
    text-transform:none
}

input[type="checkbox"] {
    width: auto!important;
    height: auto!important;
    display: inline-block!important;
    margin-right: 10px;
}

i.clear{display:block;margin-top:10px;clear:both;}

/* input[type="file"] {position: relative;}
input[type="file"]::before */

textarea{width:100%;background:none;border-radius:5px;border:1px solid #ccc;height:100px;margin-bottom:20px;padding:10px;box-sizing:border-box;background:#f0f0f0;}

select.slt {
    width: auto;
    height: 32px;
    display: inline-block;
}

select:disabled{background:#cdcdcd;cursor:no-drop;color:#6a6a6a;}

input[type=radio] {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 5px;
}

/* input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 25px;
} */

label.file-upload {
	background: #b9b9b9;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	/* font-family: 'Rubik', sans-serif; */
	font-size: inherit;
	font-weight: 500;
	margin-bottom: 0;
	outline: none;
	padding: 11px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    vertical-align: middle;
    margin-bottom: 21px;
}

button,
.more {
    width: auto;
    height: 49px;
    margin-top: 27px;
    background: linear-gradient(to right, #EA5501 0%, #e99901 100%);
    padding: 10px 15px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s;
    display: inline-block;
    font-size: 15px;
    transition: all 0.5s;
}

a.more {
    line-height: 15px;
    background:linear-gradient(to right, #e99901 0%, #EA5501 100%);
    transition: all 0.5s;
}

button:hover,
.more:hover {
    background:linear-gradient(to right, #e99901 0%, #EA5501 100%);
    transition: all 0.5s;
}

.table-scroll {
    overflow-x: scroll;
}

.title {
    width: 100%;
    /* height: 70px; */
    height: 60px;
    /*	overflow: hidden;*/
    padding: 0;
    background: linear-gradient(to right, #123FC7 0%, #9601e9 100%);
    /* background: linear-gradient(to right, #12A9C7 0%, #e99901 100%); */
    border-bottom: 1px solid #ccc;
    /*	border-top: 4px solid #0073aa;*/
    z-index: 99;
    position: fixed;
    /* padding: 13px 0; */
    box-sizing: border-box;
}

.title h1 {
    display: inline-block;
    color: #f6f6f6;
    font: 600 20px/27px 'Open Sans', sans-serif;
    margin-left: 0;
}

.title h1 a {
    color: #f6f6f6;
}

.title .date {
    float: right;
}

.title .time {
    float: right;
    width: 50px;
    margin-top: 5px;
    ;
}

.title .time img {
    width: 100%;
    height: auto;
}

.title .user {
    float: left;
    position: relative;
    margin-top: 15px;
}

.title .user .logout {
    /* background: #e99801; */
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.opened {
    left: -500px;
    /* transition: all 0.5s; */
}

#date {
    float: right;
    margin-bottom: 5px;
    color: #eee;
}

.logout img {
    width: auto;
    height: 13px;
}

#menu-open {
    font-size: 0;
    padding: 7px;
    box-sizing: border-box;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: rgba(12, 131, 226, 0.89);
    padding: 10px;
    box-sizing: border-box;
    width: 170px;
    border-radius: 5px;
    display: none;
}

.opened {
    display: block;
}

.closed {
    display: none;
}

.dropdown a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    margin: 14px 0;
    border-bottom: 1px solid #f2f4f7;
}

.dropdown a:hover {
    color: #ccc;
}


/*--------------------------------login-----------------------------*/

.login {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.login .img {
    width: 70%;
    height: 100vh;
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
    background-position-x: center;
}

.login .login-logo {
    position: absolute;
    left: 45%;
    top: 45%;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    display: none;
}

.login .login-logo img {
    width: 100%;
    height: auto;
}

.login .login-form {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 100px 30px;
    box-sizing: border-box;
}

.login-form h4 {
    margin-bottom: 50px;
}


/*-----------------------------------home page-------------------------------*/

.home {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 120px;
    background: #f9fafb;
}

.home h1 {
    margin-bottom: 20px;
}

.home ul {
    width: 100%;
}

.home ul li {
    width: 25%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3px;
    float: left;
}

.home ul li div {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .0625);
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.home ul li div img {
    width: 50px;
    height: auto;
    float: right
}

.home ul li .nbr {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #4caf50;
    display: block;
    right: 0;
    top: 0;
    padding: 22px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #e8f5e9;
    text-align: center;
    float: right;
}

.home li .nbr p {
    margin: 0;
}

.home li .nbr p b {
    color: #ff0000;
    font-size: 30px;
    font-weight: 700;
}

.home .more {
    padding: 7px;
    margin-top: 10px;
}

.home li p b {
    color: #2196f3;
}


/*--------------------------------------------menu button---------------------------------------*/

.menu-open {
    width: 25px;
    height: 25px;
    display: none;
    position: fixed;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 3px;
    box-sizing: border-box;
}

.menu-open img {
    width: 100%;
}

.menu-close {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #fff;
    display: block;
}


/*--------------------------------------------service page---------------------------------------*/

.token {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 110px 0 40px 0;
}

.token h1 {
    margin-bottom: 20px;
}

.half {
    width: 33.333%;
    float: left;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    position: relative;
}

.half form {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 40px;
}

.half form input,
.half form .more {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.w-25 {
    width: 25%;
}


/*--------------------------------------------docs popup-----------------------------------------*/

.block,
.prevent {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.docs {
    width: 500px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 240px;
    left: 30%;
    background: #ccc;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
}

.docs .title-bar {
    display: block;
    background: #fff;
    padding: 2px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.docs .title-bar h1 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    float: left;
}

.docs .title-bar i {
    display: block;
    float: right;
    font-weight: 600;
    cursor: pointer;
    color: #f00;
    font-size: 20px;
}

.docs ol {
    padding: 10px 10px 3px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.docs li {
    display: block;
    width: 100%;
    float: left;
    line-height: 28px;
}

.docs li img {
    width: 20px;
    height: auto;
}

.docs p {
    margin: 0px 0 8px 4px;
    text-decoration: none;
    font-weight: 600;
}


/*-----------------------------------master admin--------------------------------*/

.master {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding-top: 60px;
}

.master .side-menu {
    width: 17%;
    overflow-y: hidden;
    height: 100%;
    padding: 0px 0 10px 0;
    float: left;
    position: fixed;
    box-sizing: border-box;
    background: #34444c;
    z-index: 9;
    transition: all 0.5s;
}

.side-menu p {
    padding: 14px 0 14px 30px;
    color: #fff;
    background: #ea5601;
    /* background: linear-gradient(to right, #0099db 0%, #15298c 100%); */
}

.side-menu li {
    display: block;
    padding: 7px 0 7px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.side-menu li i {
    font-size: 24px;
    line-height: 18px;
    color: #ccc;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
    margin-right: 10px;
}

.side-menu li span {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    text-rendering: auto;
    line-height: 40px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 14px;
    top: 9px;
    font-weight: 400;
    color: #fff;
}

.side-menu li a {
    color: #eee;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    /* padding: 9px 10px 9px 50px; */
    font-weight: 600;
}

.side-menu li a:hover {
    color: rgb(233, 152, 1);
}

.side-menu li ul {
    display: none;
    margin-top: 15px;
}

.side-menu li ul li {
    padding: 0;
}

.side-menu li ul a {
    padding: 9px 10px 9px 34px;
    box-sizing: border-box;
}


/* .side-menu li:hover{background:#000;} */

.side-menu hr {
    border-color: #3e3e3e;
    margin: 7px 0;
}

.master .wrapper {
    width: 100%;
    float: right;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    background: whitesmoke;
    min-height: 88vh;
    transition: all 0.5s;
}

.full-width {
    width: 100%!important;
}

.wrapper ul {
    margin-top: 20px;
    clear: both;
    /* overflow: hidden; */
}

.wrapper li {
    width: 16.66%;
    padding: 5px 10px;
    box-sizing: border-box;
    float: left;
    /* overflow: hidden; */
}

.wrapper li a {
    width: 100%;
    height: 160px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius:10px;
    transition: all 0.5s;
    cursor: pointer;
    overflow: hidden;
    display: block;
    text-align: center;
    font: 600 22px/23px 'Open Sans', sans-serif;
    color: #82878c;
    text-transform: capitalize;
    display:grid;
    align-content: center;
}

.wrapper li.shadow:hover a {
    background: #f8f8f8;
    box-shadow: 0 10px 16px -13px rgba(0, 0, 0, 0.5);
    border-color: #fff;
    color: #000;
}

.wrapper li a span {
    background-color: #ff6d1a;
    border-radius: 100%;
    color: #eef1ff;
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    width: 50px;
    margin: 0 auto;
    /* float: left; */
}

.wrapper li a span i {
    line-height: 52px;
}

.wrapper li a h3 {
    display: block;
    font-size: 18px;
    clear: both;
    /* float: right; */
}

.wrapper li a p {
    display: block;
    font-size: 15px;
    line-height: 25px;
    clear: both;
    /* float: right; */
    text-transform: capitalize;
    margin: 6px 0!important;
}

.wrapper form, div.form {
    margin-top: 15px;
	padding:10px;box-sizing:border-box;background:#fff;overflow:hidden;
}

.wrapper button {
    padding: 6px 20px;
}


.display {
    width: 16.666%;
    height: auto;
    float: left;
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
    box-sizing: border-box;
}

.setacc {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccccc9;
}

.reloader {
    position: fixed;
    width: 100%;
    overflow: hidden;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    text-align: center;
    display: none;
}

.reloader div {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20%;
    background: #0c83e2;
    border: 3px solid #dbd8d8;
    border-radius: 10px;
}

.reloader p {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.reloader a {
    display: inline-block;
    margin-top: 10px;
    float: none;
    border: 1px solid #fff!important;
}

.checker {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    bottom: 0;
    left: 0;
}

.checker form {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 200px;
}

.checker h2 {
    text-align: center;
}

.checker p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.checker hr {
    margin: 10px 0;
}

.checker .more {
    background: #0c83e2;
    margin: 15px auto 0 auto;
    width: 150px;
    text-align: center;
    display: none;
}

.checker label {
    display: inline;
    margin-left: 15px;
}

.checker label input {
    margin: 0;
}

.toast {
    width: 90%;
    position: fixed;
    bottom: 120px;
    display: none;
    z-index: 100;
    margin: 0 5%;
    
}

.toast div {
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    width: 500px;
    border-radius: 5px;
    box-shadow: 0px 0px 19px -4px #000;
}

.toast p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: none;
}

.toast div.error{background:#d21515;}
.toast div.success{background:#157208;}

.notification {
    width: 28px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.notification img {
    width: 100%;
    height: auto;
}

.notification b {
    position: absolute;
    color: #fff;
    left: 8px;
    top: 0;
    font-size: 16px;
}

#drop-notification {
    left: 120px;
}

.todo {
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 90px;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    display: none;
    overflow-y: auto;
}

.todo b.close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 38px;
    font-size: 17px;
    border-left: 1px solid #4055c1;
    transition: all 0.3s;
}

.todo b.close:hover {
    transition: all 0.3s;
    background: red;
}

.todo .box {
    width: 80%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 100px auto 0 auto;
    border-radius: 5px;
    position: relative;
    margin-bottom: 150px;
}

.todo .box ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.todo .box ul li {
    padding: 10px;
    box-sizing: border-box;
    background: #ccc;
    border-bottom: 1px solid #bbb1b1;
    transition: all 0.3s;
    cursor: pointer;
}

.todo .box ul li:hover {
    background: #fff;
    transition: all 0.3s;
}

.todo h3 {
    font-size: 25px;
    padding: 5px 10px;
    background: #15298c;
    color: #fff;
}

.todo label {
    font-size: 18px;
    position: relative;
    margin: 0;
    cursor: pointer;
    text-transform: none;
}

.todo label:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '+';
    display: block;
    font-size: 25px;
    cursor: pointer;
}

.todo p {
    display: none;
    margin-top: 8px;
    text-transform: none;
    font: 400 16px/22px 'Open Sans', sans-serif;
}

.todo p a {
    display: block;
    margin-top: 10px;
    width: 130px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background: #0c83e2;
}

.share {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 97px 0 0 0;
}

.share hr {
    margin: 0;
}

.chat {
    width: 75%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    position: relative;
    overflow-y: scroll;
    height: 425px;
}

.chat .message {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.chat p {
    max-width: 75%;
    position: relative;
    font-size: 14px;
    text-transform: none;
    display: block;
    width: auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
    color: #fff;
}

.chat p b {
    display: block;
    margin-bottom: 5px;
    color: #15298c;
}

.chat p i {
    color: #536d73;
    text-decoration: none;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.chat p::before {
    border: 11px solid #000;
    content: '';
    height: 0;
    position: absolute;
    top: 40%;
}

p.others {
    float: left;
    background: #82ccdd;
    margin-left: 12px;
}

p.others::before {
    border-color: transparent #82ccdd transparent transparent;
    left: -22px;
}

p.me {
    background: #78e08f;
    float: right;
    margin-right: 22px;
}

p.me::before {
    right: -22px;
    border-color: #0000 #78e08f00 #0000 #78e08f;
}

.share .reply {
    width: 70%;
    overflow: hidden;
    padding: 15px 10px 5px 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #000;
}

.my-text {
    width: 75%;
    float: left;
    overflow: hidden;
}

.my-attach {
    width: 35px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    position: relative;
}

.share img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.share [type=file] {
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.share .share-btn {
    margin-left: 10px;
    float: left;
}

.home-graph {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 15px;
}

.home-graph .graph {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.emp-list{width:100%;height:auto;overflow:hidden;}
.emp-list ul{overflow:hidden;margin:0;}
.emp-list li{width:25%;height:auto;overflow:hidden;padding:10px;box-sizing:border-box;}
.emp-list li a{background:#fff;padding:15px;box-sizing:border-box;text-align:center;border-radius:5px;border:1px solid #e1dfdf;height:auto;}
.emp-list li a img{width:50%;height:auto;border-radius:50%;}
.emp-list li a p{display:block;text-transform:capitalize;font-size:13px;margin-top:5px;float:none;}
.emp-list li a p b{display:block;text-transform:capitalize;font-size:15px;}

p.tagline{text-transform:capitalize;margin-top:2px;}
.qtr{width:33.333%!important;}
.four{width:25%!important;position: relative;}

.tables-list{width:100%;height:auto;overflow:hidden;}
.tables-list ul div.ctr{padding:5px;box-sizing:border-box;overflow:hidden;background:#e7e7ff;}
.tables-list ul div.ctr:nth-child(2n){background:#ccf;}
.tables-list li{float:left;width:5%;height:auto;padding:5px;box-sizing:border-box;}
.tables-list li div{width:100%;height:auto;background:#fff;padding:10px;box-sizing:border-box;overflow:hidden;text-align:center;cursor:pointer;transition:all 0.3s;user-select:none;}
.tables-list li div:hover,.tables-list li div.active{background:green;color:#fff;transition:all 0.3s;}
.tables-list li div.dis{background:#e99301;color:#fff;}


ol.event-list{width:100%;height:auto;overflow:hidden;background:#fff;}
ol.event-list li{padding:5px;box-sizing:border-box;float:left;overflow:hidden;width:33.333%;}
ol.event-list li div{padding:15px;box-sizing:border-box;background:#e99901;text-align:center;color:#fff;}
ol.event-list li:nth-child(2n) div{background:#ea5601;}
ol.event-list h3{margin-bottom:5px;font-size:20px;}
ol.event-list p{text-transform:none;}

.team{padding-bottom:50px;overflow:hidden;}
.team h3{width:auto;padding:5px;box-sizing:border-box;float:left;background:#fff;margin:10px 10px 0 0;font-size:20px;border:1px solid red;margin-right:10px;}
.team h3 i{line-height:28px;margin-left:10px;background:red;color:#fff;cursor:pointer;}


.attendance{width:100%;background:#ccc;padding:15px 10px;box-sizing:border-box;overflow:hidden;border-bottom:1px solid #222;}
.attendance:hover{background:#ccf;}
.attendance p{margin:0 5px 0 0;width:auto;float:left;}
.attendance:nth-child(2n){background:#b2b2ba;}
.attendance:nth-child(2n):hover{background:#ccf;}
.marker{width:auto;overflow:hidden;float:right;}
.marker i.fa{font-weight:700;font-size:25px;color:green;cursor:pointer;}
.marker i.fa-times{color:red;margin-left:20px;}
.marker i.fa-minus{color:#000;margin-left:20px;}

#attendance-form{display:none;}

.table{overflow:hidden;overflow-x:scroll!important;width:100%;padding-bottom:50px;}
table{border-collapse: collapse;border-spacing: 0;width: 100%;border: 1px solid #7b7b7b;}

table.no-border{border-collapse: collapse;border-spacing: 0;width: 100%;border: 0;}
table.no-border th, table.no-border td{border: 0;}
table td input{width:100%;margin:0;}

table thead{background:#ccc;}
table th, table td{text-align: left;padding: 8px;border:2px solid #989898;box-sizing: border-box;color:#000;font-size:14px;}
table tr:nth-child(2n){background:#efefef;}

table u{position:relative;cursor:pointer;}
table u div.options{width:auto;background:#fff;padding:5px;position:absolute;border:1px solid #ccc;left:50px;top:0;display:none;}
table u div a{margin-bottom:3px;display:block;color:#fff;padding:5px;box-sizing:border-box;font-size:14px;}
/* table u div a:nth-child(2){margin-bottom:0;background:red;} */


.model-wrap{z-index:99;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);box-sizing:border-box;}
.model-wrap .model{margin:auto;width:80%;height:auto;overflow:hidden;position:relative;animation:animatetop 0.5s;margin-bottom:25px;}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.model-wrap .model p{margin:0;text-transform:none;}
/* .model-wrap .model-header{background:#0199db;color:#fff;padding:20px 50px 20px 10px;;box-sizing:border-box;width:100%;font-size:20px;} */
.model-wrap .model span.model-close{position:absolute;top:0;right:0;color:#fff;cursor:pointer;user-select:none;font-weight:bold;;box-sizing:border-box;padding:7px 10px 10px;}
.model-wrap .model span.model-close:hover{background:#b0b0b0;}
.model-wrap .model-header{background:#ea5601;color:#fff;padding:13px 50px 13px 10px;box-sizing:border-box;width:100%;font-size:20px;}
.model-wrap .model-body{width:100%;height:auto;background:#fff;overflow:hidden;padding:20px 10px;box-sizing:border-box;}
.model-wrap .model-body table{width: 100%;}
.model-wrap .model-body img{width: 100%;}
.model.alert{width:30%;}

p.info{font-size:12px;margin:2px 0;text-transform:none;}

.redbg{background:#f00!important;}
.bluebg{background:#15298c;}
.orange{background: #ea5601}

.scroll{overflow-x:scroll;}


.emp-list .client{width:25%;padding:5px;overflow:hidden;border-radius:5px;text-align:center;}
.emp-list .client div{width:100%;padding:10px 5px;overflow:hidden;background:#fff;border:1px solid #ccc;box-sizing:border-box;}
.emp-list .client div p b{display:block;margin-bottom:10px;color:#333;}
.emp-list .client div a{width:auto;height:auto;padding:5px 10px;display:inline-block;box-sizing:border-box;font-weight:400;font-size:16px;margin-top:10px;color:#333;}
.emp-list .client div a:hover{color:#fff;}

.img-100{width:100%;}

.row-wrap .row, .row{width:100%;height:auto;overflow:hidden;border-bottom:2px solid #333;background:#f7f7f7;}
.row-wrap .row:nth-child(2n){background:#fff7f7;}
.col{width:33.33%;overflow:hidden;float:left;padding:15px 5px;box-sizing:border-box;border-bottom:1px solid #ccc;}
.col img{width:50px;}

.col-100{width:100%!important;}

.hidden-form{display:none;}

.color-green{color:#157208;}
.color-red{color:#d21515;}
.btn-white{background:#fff;color:#333;border:2px solid #ccc;margin-top:5px;}
.btn-white:hover{background:#ececec;}

table .tbody td input{height:35px;}

.fold{width:100%;position:relative;}
.fold a.nav{position:absolute;right:16px;top:16px;}
.fold h2{margin:0;}
.fold .row{display:none;}

div.form{margin-bottom:20px;}


.invoice{padding:50px!important}
.invoice table{width:100%;}
.invoice tr.bg{background:#bcd6ee;}
.invoice table tr, .invoice table tr:nth-child(2n){background:#fff;}
.invoice td, .invoice th{padding:10px 20px;box-sizing:border-box;border-width:1px;vertical-align:middle;}
.invoice table p{margin:0;}
.invoice table img{width:320px;}
.invoice table p b{font:400 15px/25px 'Open Sans', sans-serif}
.invoice table .right{text-align:right;}

.w-50{width:50%;}
.center{text-align:center;}

.dataTables_length select{height: 30px !important;}
button.dt-button, div.dt-button, a.dt-button, input.dt-button{margin: 0;}

.waiter{position:fixed;top:0;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.5);z-index:100;display:none;align-items:center;}
.waiter div{width:300px;background:#fff;color:#333;padding:10px;box-sizing:border-box;margin:0 auto;width:auto;max-width:400px;display:block;text-align:center;border-radius:5px;}
.waiter div i{font-size:50px;}
.waiter div p{display:block;font-weight:600;text-transform:none;}

.bar-menu{float:right;margin-left:20px;padding-left:20px;}
.bar-menu li{float:left;margin-left:10px;margin: 0 !important;}
.bar-menu li a{color:#fff;height:59px;display:grid;align-content:center;padding:0 10px;transition:all 0.3s;}
.bar-menu li a:hover{background:rgba(0,0,0,0.2);transition:all 0.3s;}
.bar-menu li a:hover{background:rgba(0,0,0,0.2);transition:all 0.3s;color:#000;}

.bar-menu li.parent{position:relative;}
.bar-menu li.parent ul{position:absolute;display:none;width:200px;background:#fff;border-radius:0 0 10px 10px;overflow:hidden;box-shadow:0px 1px 10px -2px #0000006e;}
.bar-menu li.parent ul li{width:100%;border-top:1px solid #ccc;}
.bar-menu li.parent ul li a{height:auto;padding:10px;color:#4a3e3e;font-size:14px;}