* {
    font-family: 'DroidArabicKufiRegular', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body {
    color: #33414e;
}

body.bg-gray {
    background: #f4f6f8;
}

body .btn-primary {
    background: #008efa;
    border: none;
}

body .btn-default {
    background: #b5b5b5;
    color: #fff;
    border: none;
}

body .btn-success {
    background: #00a37b;
    border: none;
}

body .btn-danger {
    background: #cd0000;
    border: none;
}

body .form-control {
    border-color: #e4e7ea;
    box-shadow: none;
    font-size: 12px;
}

body .input-group-addon {
    border-left: 1px solid #ccc;
    border-color: #e4e7ea;
}

body .input-group-addon img {
    display: inline-block;
    max-width: inherit;
}

body .input-group-addon:last-child {
    border-left: 0;
}

body .redColor {
    color: #da0e33;
}

body .greenColor {
    color: #41ad49;
}

body .whiteColor {
    color: #ffffff;
}

body .primaryColor {
    color: #008efa;
}

body textarea {
    resize: none;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

header .top-par {
    background: #33414e;
    padding: 5px;
}

header .top-par .user-top .img-user {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

header .top-par .user-top .dropdown {
    display: inline-block;
    vertical-align: middle;
}

header .top-par .user-top .dropdown button {
    background: none;
    border: none;
    color: #fff;
}

.navbar.nav-system {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
}

.navbar.nav-system .navbar-nav li a {
    color: #33414e;
}

.navbar.nav-system .navbar-nav li.active a {
    background: none;
    font-weight: bold;
    border-bottom: 3px solid #33414e;
}

/* login */
.login {
    height: 100vh;
    background: url("../img/bg-login.png") no-repeat center center;
    background-size: cover;
}

.login .overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url("../img/overlay-bg.png") no-repeat center center;
    background-size: cover;
    opacity: .9;
}

.login .form-login {
    position: relative;
    width: 380px;
    background: #fff;
    margin-top: 10%;
}

.login .form-login .logo-login {
    background: #f9f9f9;
    padding: 15px 10px;
    box-shadow: 0px 0px 3px #ddd;
}

.login .form-login form {
    padding: 20px 30px;
}

.login .form-login form .title-login {
    font-size: 18px;
    font-weight: bold;
    color: #33414e;
    margin-bottom: 30px;
}

.login .form-login form input {
    border-radius: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #eee;
    box-shadow: none;
    font-size: 13px;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
}

.login .form-login form input:focus {
    border-bottom-color: #008efa;
    color: #008efa;
}

.login .form-login form button.form-control {
    border: none;
    font-weight: bold;
    height: 27px;
    padding: 0;
    margin-top: 15px;
}

.footer-login {
    color: #fff;
    padding: 5px;
}

/* // login */
/* statstic */
.statstic ul {
    background: #fff;
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
}

.statstic ul li {
    border-left: 2px solid #eee;
}

.statstic ul li:last-child {
    border-left: none;
}

.statstic ul li:nth-child(1) .progress-bar {
    background-color: #f75b36;
}

.statstic ul li:nth-child(1) p.num {
    color: #f75b36;
}

.statstic ul li:nth-child(2) .progress-bar {
    background-color: #008efa;
}

.statstic ul li:nth-child(2) p.num {
    color: #008efa;
}

.statstic ul li:nth-child(3) .progress-bar {
    background-color: #00c292;
}

.statstic ul li:nth-child(3) p.num {
    color: #00c292;
}

.statstic ul li:nth-child(4) .progress-bar {
    background-color: #f0b642;
}

.statstic ul li:nth-child(4) p.num {
    color: #f0b642;
}

.statstic ul li .progress {
    height: 5px;
}

.statstic ul li .img-statstic {
    margin-bottom: 5px;
}

.statstic ul li .text-statstic {
    position: relative;
}

.statstic ul li .text-statstic p {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.statstic ul li .text-statstic p.num {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

/* // statstic */
/* homepage */
.homepage .company-search {
    background: #fff;
    padding: 20px 10px;
    height: 380px;
    overflow: hidden;
}

.homepage .company-search .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}

.homepage .company-search form button {
    height: 30px;
    font-size: 18px;
    padding: 3px;
}

.homepage .company-search form .input-group-addon {
    border-left: 1px solid #ccc;
    border-color: #e4e7ea;
}

.homepage .company-search form .input-group-addon img {
    display: inline-block;
    max-width: inherit;
}

.homepage .company-logs {
    background: #fff;
    padding: 20px 10px;
    height: 380px;
    overflow: hidden;
}

.homepage .company-logs .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.homepage .company-logs ul {
    margin-bottom: 0;
    height: 100%;
    overflow: auto;
    padding: 20px 0;
}

.homepage .company-logs ul li {
    position: relative;
    margin-bottom: 20px;
}

.homepage .company-logs ul li .img-company {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
}

.homepage .company-logs ul li .data-company {
    display: inline-block;
    vertical-align: middle;
}

.homepage .company-logs ul li .data-company p {
    margin-bottom: 3px;
}

.homepage .company-logs ul li .data-company p.name {
    font-size: 16px;
    font-weight: bold;
    color: #008efa;
}

.homepage .company-logs ul li .data-company p.name span {
    font-size: 12px;
    color: #999;
}

.homepage .company-logs ul li .line-down {
    position: absolute;
    bottom: -20px;
    right: 25px;
    height: 20px;
    width: 1px;
    background: #ccc;
}

.homepage .company-logs ul li:last-child .line-down {
    display: none;
}

/* // homepage */
/* table-info */
.table-info {
    background: #fff;
    padding: 10px;
    margin-top: 5px;
}

.table-info .title-search {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-info .title-search .title {
    font-weight: bold;
    font-size: 16px;
}

.table-info .title-search .input-group {
    width: 300px;
}

.table-info table tr th {
    background: #33414e;
    color: #fff;
}

.table-info table tr td {
    padding: 2px;
    vertical-align: middle;
}

.table-info table tr td ul.actions {
    margin-bottom: 0;
}

.table-info table tr td ul.actions li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.table-info table tr td ul.actions li a {
    font-size: 18px;
}

.table-info table tr td ul.actions li a.key-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00bf60;
    display: block;
    font-size: 13px;
    padding: 1px;
    text-align: center;
    color: #fff;
}

.table-info table tr td ul.actions li a.check-btn {
    color: #41ad49;
    font-size: 20px;
}

.table-info table tr td ul.actions li a.ban-btn {
    color: #da0e33;
    font-size: 20px;
}

.table-info table tr td ul.actions li a.trash-btn {
    color: #da0e33;
}

.table-info table tr td:last-child {
    text-align: center;
}

.table-info .pages .pagenations .pagination {
    margin: 0;
}

.table-info .pages .pagenations .pagination li a {
    border: none;
    color: #33414e;
}

.table-info .pages .pagenations .pagination li a:hover {
    background: #008efa;
    border-radius: 3px;
    color: #fff;
}

.table-info .pages .pagenations .pagination li.active a {
    background: #008efa;
    border-radius: 3px;
    color: #fff;
}

/* // table-info */
/* form-user */
.form-user .modal-dialog {
    width: 390px;
}

.form-user .title-modal {
    text-align: center;
}

.form-user .title-modal P {
    margin-bottom: 0;
}

.form-user .title-modal P:first-child {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 3px;
}

.form-user .title-modal P:last-child {
    color: #008efa;
}

.form-user .form-user {
    margin-top: 10px;
}

.form-user .form-user form button {
    height: 28px;
    font-weight: bold;
}

/* // form-user */
/* search-head */
.search-head {
    margin-bottom: 5px;
}

.search-head form input {
    height: 30px;
    width: 130px !important;
}

.search-head form button.form-control {
    width: 100px;
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    padding: 2px;
}

/* // search-head */
/* users-logs */
.users-logs .company-logs {
    height: 480px;
}

/* // users-logs */
/* companies */
.companies .title-search {
    margin-top: 0;
}

.companies .title-search form select {
    width: 170px;
    height: 30px;
    font-size: 12px;
    padding: 3px;
}

.companies .title-search form input {
    height: 30px;
}

.companies .title-search form button {
    height: 30px;
    width: 140px;
}

.companies table {
    font-size: 12px;
}

.companies table tr td,
.companies table tr th {
    text-align: center;
    vertical-align: middle;
}

.companies table tr td p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: bold;
}

.companies table tr td.oneP p {
    font-size: 18px;
}

.companies table tr:hover {
    background: #f2f2f2;
}

.companies table tr:hover td:nth-child(2) {
    font-weight: bold;
    color: #008efa;
}

/* // companies */
/*companyProfile*/
.companyProfile .box {
    background: #fff;
    padding: 10px;
}

.companyProfile .title {
    font-size: 16px;
    font-weight: bold;
    color: #33414e;
    margin-bottom: 20px;
}

.companyProfile .tabsCompany .nav li a {
    color: #33414e;
}

.companyProfile .tabsCompany .nav li.active a {
    color: #008efa;
    font-weight: bold;
}

.companyProfile .tabsCompany .tab-content .tab-pane {
    padding: 20px 10px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .table-info {
    padding: 0;
    margin-top: 0;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm .img-company {
    width: 150px;
    height: 150px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 2px;
    position: relative;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm .img-company .changePhoto {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    height: 27px;
    padding: 2px;
    width: 100%;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm form label {
    text-align: right;
    font-size: 12px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm form label span {
    float: left;
    font-weight: bold;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm form p {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm form button {
    width: 130px;
    height: 30px;
    padding: 3px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .empoly table {
    margin-top: 5px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .addAdmin {
    width: 130px;
    margin-bottom: 5px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading {
    background: #c4c4c4;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .panel-title a {
    font-weight: bold;
    color: #33414e;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .num-emp {
    font-weight: bold;
    margin-bottom: 0;
    color: #33414e;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .num-emp span {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 2px;
    border-radius: 50%;
    background: #33414e;
    color: #fff;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .add-emp {
    color: #33414e;
    font-weight: bold;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .actions {
    margin-bottom: 0;
    float: left;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .actions li {
    display: inline-block;
    margin-right: 10px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-heading .actions li a.trash-btn {
    color: #da0e33;
    font-size: 18px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-body {
    padding: 15px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .adminstration .sections .panel-body table tr th {
    background: #fff;
    color: #33414e;
    font-weight: bold;
}

/*// companyProfile*/
/* editPermission */
.editPermission .headTitle {
    margin-bottom: 10px;
}

.editPermission .headTitle p {
    margin-bottom: 3px;
}

.editPermission .headTitle p.title-modal {
    font-weight: bold;
    color: #33414e;
    font-size: 20px;
}

.editPermission .headTitle p.sup-title {
    color: #008efa;
}

.editPermission .panel-heading {
    background: #33414e;
    color: #fff;
}

.editPermission .panel-heading .panel-title span {
    float: left;
}

.editPermission .listPermission {
    margin-bottom: 0;
}

.editPermission .listPermission li input {
    display: inline-block;
    vertical-align: middle;
}

.editPermission .listPermission li label {
    color: #33414e;
}

/* // editPermission */
/* notes */
.notes .privateNote {
    min-height: 350px;
    border-left: 1px solid #ccc;
}

.notes .privateNote .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #33414e;
}

.notes .privateNote .addNote input {
    width: 450px;
    height: 30px;
}

.notes .privateNote .addNote button {
    width: 145px;
    height: 30px;
    font-size: 14px;
}

.notes .privateNote .list-note ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.notes .privateNote .list-note ul li {
    position: relative;
    margin-bottom: 10px;
}

.notes .privateNote .list-note ul li p {
    width: 600px;
    font-size: 12px;
    border: 1px solid #e4e7ea;
    padding: 7px 5px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0;
    color: #33414e;
}

.notes .privateNote .list-note ul li p span {
    color: #999;
    font-size: 10px;
    float: left;
}

.notes .privateNote .list-note ul li .linkSetting {
    display: inline-block;
    margin-right: 10px;
}

.notes .privateNote .list-note ul li .linkSetting a {
    font-size: 18px;
    margin-left: 3px;
    display: inline-block;
    /*&.btn-del {

    }*/
}

.notes .notifcation .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #33414e;
}

.notes .notifcation form button {
    width: 120px;
    height: 25px;
    padding: 3px 10px;
}

.notes .notifcation .list-note {
    margin-top: 20px;
}

.notes .notifcation .list-note ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.notes .notifcation .list-note ul li {
    position: relative;
    margin-bottom: 10px;
}

.notes .notifcation .list-note ul li p {
    width: 300px;
    font-size: 12px;
    border: 1px solid #e4e7ea;
    padding: 7px 5px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0;
    color: #33414e;
}

.notes .notifcation .list-note ul li .linkSetting {
    display: inline-block;
}

.notes .notifcation .list-note ul li .linkSetting a {
    font-size: 18px;
    margin-left: 3px;
    display: inline-block;
}

/* // notes */
/* systemBalnce */
.systemBalnce {
    position: relative;
}

.systemBalnce a.balnce {
    position: absolute;
    top: -60px;
    left: 0;
    height: 30px;
    width: 130px;
    padding: 5px 10px;
    font-weight: bold;
}

.systemBalnce .panel-heading {
    background: #c4c4c4;
    position: relative;
}

.systemBalnce .panel-heading .panel-title {
    color: #33414e;
    float: right;
    padding-top: 5px;
}

.systemBalnce .panel-heading .panel-title a {
    font-weight: bold;
    text-decoration: none;
}

.systemBalnce .panel-heading .link-head {
    float: left;
}

.systemBalnce .panel-heading .link-head .dropdown,
.systemBalnce .panel-heading .link-head .dropup {
    display: inline-block;
}

.systemBalnce .panel-heading .link-head .dropdown button,
.systemBalnce .panel-heading .link-head .dropup button {
    height: 25px;
    padding: 2px 10px;
    width: 100px;
}

.systemBalnce .panel-heading .link-head a.addBalnce {
    width: 130px;
    height: 25px;
    padding: 2px 10px;
}

.systemBalnce .content-systemBalnce .data-head ul {
    background: #33414e;
    margin-bottom: 0;
    border-radius: 5px;
    display: inline-block;
}

.systemBalnce .content-systemBalnce .data-head ul li {
    display: inline-block;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 3px 10px;
}

.systemBalnce .content-systemBalnce .data-head ul li:last-child {
    border-left: none;
}

.systemBalnce .content-systemBalnce .tabledata {
    margin-top: 20px;
}

.systemBalnce .content-systemBalnce .tabledata table tr th {
    font-weight: bold;
}

.systemBalnce .content-systemBalnce .tabledata table tr td ul {
    margin-bottom: 0;
}

.systemBalnce .content-systemBalnce .tabledata table tr td ul li {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0 10px;
    width: 140px;
}

.systemBalnce .content-systemBalnce .tabledata table tr td ul li:last-child {
    border-left: none;
}

.systemBalnce .content-systemBalnce .tabledata table tr td ul li a {
    font-weight: bold;
}

/*// systemBalnce*/
/* reports  */
.head-reports {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.head-reports .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #33414e;
    float: right;
}

.head-reports form {
    float: left;
}

.head-reports form select {
    height: 30px;
    width: 200px !important;
    padding: 3px 5px;
}

.head-reports form button {
    height: 30px;
    padding: 3px 10px;
    width: 130px;
}

/*// reports */
/* other-addUser */
.other-addUser .box-add {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
}

.other-addUser .box-add .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #33414e;
}

.other-addUser .box-add form {
    margin: 50px auto;
    width: 350px;
}

.other-addUser .box-add form button {
    float: left;
    height: 30px;
    width: 150px;
}

/* // other-addUser */
/* coder */
.head-coder .content-head {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}

.head-coder .content-head .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #33414e;
    display: inline-block;
    vertical-align: middle;
}

.head-coder .content-head form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.head-coder .content-head form .form-select,
.head-coder .content-head form .form-button {
    display: inline-block;
    vertical-align: middle;
}

.head-coder .content-head form select,
.head-coder .content-head form input {
    width: 220px;
    margin-bottom: 5px;
}

.head-coder .content-head form button {
    margin-right: 15px;
    width: 80px;
}

/*// coder */
/* Custom css */
[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

.ng-dirty .ng-invalid {
    color: #e9322d !important;
    border-color: #e9322d !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #999 !important;
    /*cursor: not-allowed;*/
    /*filter: alpha(opacity=65);*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    /*opacity: .65;*/
}

.language-select select {
    -webkit-appearance: menulist-button;
    height: 34px;
}

div.dataTables_wrapper div.dataTables_length select {
    padding-top: 3px;
}

.pointer {
    cursor: pointer !important;
}

button.dt-button,
div.dt-button,
a.dt-button {
    background-color: initial !important;
    background-image: initial !important;
    border-radius: 20px !important;
}

div.dt-button-collection {
    border-radius: 20px;
}

hr {
    margin: 10px 0;
}

.multiSelect > button {
    width: 100%;
}

.multiSelect .caret {
    display: none;
}

.multiSelect .checkBoxContainer {
    width: 100%;
    overflow: auto !important;
    max-height: 255px;
    padding: 10px 0 !important;
}

.users-logs .company-logs {
    height: inherit;
}

.homepage .company-logs {
    height: inherit;
    overflow: inherit;
}

.table-striped tr:hover td {
    font-weight: inherit !important;
    color: #008efa;
}

.table-striped td {
    height: 30px;
}

ul[query] {
    overflow: auto;
    max-height: 246px;
}

.companies .title-search form input {
    width: 220px;
}

.typeahead-close {
    width: inherit !important;
}

#dropdownMenu1 {
    min-width: 100px;
}

.control-th {
    min-width: 100px;
    max-width: 200px;
}

.companyProfile .tabsCompany .tab-content .tab-pane .profileForm form p {
    line-height: 28px;
}

.fa-kaaba {
    width: 12px;
    height: 12px;
    background-image: url(../img/hajj.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: 2px;
}

.input-group-addon .fa {
    width: 16px;
}

.icon-th {
    width: 21px;
}

#newEmployee .input-group {
    margin-bottom: 15px;
}

#newEmployee .title-modal p:first-child {
    font-weight: bold !important;
    font-size: 20px;
    margin-bottom: 3px;
    text-align: center;
}

#editEmployee .input-group {
    margin-bottom: 15px;
}

#editEmployee .title-modal p:first-child {
    font-weight: bold !important;
    font-size: 20px;
    margin-bottom: 3px;
    text-align: center;
}

.form-control.btn-primary[disabled],
.form-control.btn-primary[readonly] .form-control.btn-primary {
    background: #008efa !important;
    border: none;
}

.accordion-fix-height {
    line-height: 22px;
}

.form-employee .title-modal P:last-child {
    color: #008efa;
}

.form-employee .title-modal P {
    margin-bottom: 0;
}

.form-employee .title-modal {
    text-align: center;
}

.form-employee .form-user {
    margin-top: 10px;
}

.panel-safa {
    border-color: #33414e;
}

.panel-safa > .panel-heading {
    color: #fff;
    background-color: #33414e;
    border-color: #33414e;
}

.form-employee .input-group {
    margin-bottom: 15px;
}

.form-employee .title-modal p:first-child {
    font-weight: bold !important;
    font-size: 20px;
    margin-bottom: 3px;
    text-align: center;
}

.more-notes {
    width: 655px;
}

.homepage .company-search {
    overflow: inherit;
}

/* // Custom css */

/*# sourceMappingURL=style.css.map */
