﻿/*-------------Login css starts--------------*/
/*body {
        margin: 0;
        color: #6a6f8c;
        background: #c8c8c8;
        font: 600 16px/18px 'Open Sans', sans-serif;
    }
*/
*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 500px;
    min-height: 600px;
    position: relative;
}

.login-html {
    margin-top: 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px 50px 30px 50px;
    background: rgba(40, 57, 101, .9);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

    .login-html .sign-in-htm,
    .login-html .sign-up-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        /*transform: rotateY(180deg);*/
        backface-visibility: hidden;
        transition: all .4s linear;
    }

    .login-html .sign-in,
    .login-html .sign-up,
    .login-form .group .check {
        display: none;
    }

    .login-html .tab,
    .login-form .group .label,
    .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html .tab {
        font-size: 22px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    .login-html .sign-in:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: #fff;
        border-color: #30a5ff;
    }

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

        .login-form .group .input,
        .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255, 255, 255, .1);
        }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .label {
            color: #aaa;
            font-size: 12px;
            margin-bottom: 3px;
        }

        .login-form .group .button {
            background: #30a5ff;
        }

        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255, 255, 255, .1);
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0);
            }

        .login-form .group .check:checked + label {
            color: #fff;
        }

            .login-form .group .check:checked + label .icon {
                background: #30a5ff;
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 30px 0 30px 0;
    background: rgba(255, 255, 255, .2);
}

.hline {
    height: 1px;
    margin:15px 0px 15px 0px;
    padding:0px 15px;
    width:100%;
    background: #dadada;
}

.foot-lnk {
    text-align: center;
}

/*--------------Login css end-------------------*/

.btn-xs {
    padding: 0 4px !important;
}


/****------User Initials Display-------------*/
.user-avatar-circle {
    width: 80px;
    height: 80px;
    background-color: #26B99A;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.user-initials {
    position: relative;
    top: 16px; /* 25% of parent */
    font-size: 40px; /* 50% of parent */
    line-height: 50px; /* 50% of parent */
    color: #fff;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-weight: bold;
}

.avatar-circle {
    width: 60px;
    margin-left: 9px;
    margin-top: 0px;
    height: 60px;
    background-color: #309cd1 !important;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    font-size: 20px; /* 50% of parent */
    line-height: 60px; /* 50% of parent */
    color: #fafafa;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-weight: bold;
}



/* -----------Tables Design------------------*/
	.table-wrapper {
		margin: 0px auto;
        background: #fff;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
        .table-wrapper thead {
            background-color: #1ABB9C;
            color: #fff;
        }
    .table-title {
        padding-bottom: 10px;
        margin: 0 0 10px;
    }
    .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
    }
table.table {
    table-layout: fixed;
    color: #2A3F54;
}
    table.table tr th, table.table tr td {
        border-color: #e9e9e9;
    }
    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }
    table.table th:last-child {
        width: 100px;
    }
    table.table td a {
		cursor: pointer;
        display: inline-block;
        margin: 0 5px;
		min-width: 24px;
    }    
	table.table td a.add {
        color: #27C46B;
    }
    table.table td a.edit {
        color: #FFC107;
    }
    table.table td a.delete {
        color: #E34724;
    }
    table.table td i {
        font-size: 16px !important;
    }
	table.table td a.add i {
        font-size: 24px;
    	margin-right: -1px;
        position: relative;
        top: 3px;
    }    
    table.table .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
    }
	table.table .form-control.error {
		border-color: #f50000;
	}
	table.table td .add {
		display: none;
	}
/* -----------File Upload Button------------------*/
@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
    }

.nodisplay {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

label{
    margin-top:-0.4rem !important;
    text-align : start !important;
}
.btn{
    margin-bottom:0px !important;
}

/*-----------------Layout css-----------------*/
.dots {
    display: none;
    cursor: pointer;
    width: 10%;
    height: 100%;
    float: right;
    background-color: #f0f0f0
}

.m6:hover .dots {
  display: block;
  position: relative;
  display: inline-block;
  color: #000;
}

.dropbtn {
  position: fixed;
  font-size: 20px;
  border: none;
  cursor: pointer;
  float: right;
}

.dropbtn li{
   /* float:right;*/
    /*margin-left:0px !important;*/
}

.icons li {
  color: #000;
  line-height: 0;
  list-style: none outside none;
  margin-left: 50%;/* 10px;*/
  margin-top: 250%; /* 15px;*/
  border-radius: 50%;
  pointer-events: none;
}

.dots-content {
    color: #000;
    /*display: block;*/
    position: absolute;
    margin-top: 30px;
    background-color: #fafafa;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
    .dots-content li > a > i {
        margin: 0 10px 0 0 !important;
    }

.dots-content a {
  color: #000;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  background:none !important;
}
.dots-content a:hover{
    color:#fafafa;
}
    .dots-content > ul > li:hover {
        background-color: skyblue;
    }
.show {
  display: block;
}

.menu-category {
    font-size: 11px !important;
    vertical-align:middle !important;
    line-height:16px !important;
    text-align:initial !important;
}

.app a {
    display: inline-flex !important;
    align-items: center !important;
}

.app div.col{
    padding:5px !important;
}




#fixed-sidebar .fixed-sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
#fixed-sidebar .fixed-sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
#fixed-sidebar .fixed-sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Add an active class to the active dropdown button */
#fixed-sidebar .active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
#fixed-sidebar .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
#fixed-sidebar .fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  #fixed-sidebar .fixed-sidenav {padding-top: 15px;}
  #fixed-sidebar .fixed-sidenav a {font-size: 18px;}
}

/*---------------------- app css-----------------*/

.navbar-light {
 
  height:55px !important;
 
}

.navbar-primary {
  background: #0d7bbf !important;
  background: linear-gradient(50deg, #0d7bbf 0%, #2aacea 100%) !important; }

nav {
  padding-left: 0px;
  padding-right: 0px;
  color: #000; }
  nav ul a {
    color: #000;
    padding: 0 20px; }
  nav .brand-logo {
    color: #000; }
  nav .profile {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-top: 13px;
    margin-left: 15px; }

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: block;
    height:55px !important;
    line-height:55px !important;
  }
}

.nav-wrapper i {
    height: 55px !important;
    line-height: 55px !important;
}

.logo {
    width: 220px;
    height: auto;
}

.ptb-10 {
  margin: 10px 0 !important; }

.grid-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between; 

}

.sidenav-header{
    background:whitesmoke;
}
.sidenav-header-text {
    color: #73879C !important;
    font-family: ebrima;
    text-decoration-style: double;
    text-shadow: 1px 1px 3px skyblue;
    letter-spacing: 2px;
    font-weight: bolder;
}



.sidenav li > a {
    padding: 0 15px;
}

.sub-links {
    padding: 0 5px !important;
    line-height:16px !important;
    font-size:11px !important;
}

.app-title-box {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    background-color: #fafafa;
    margin-left: 6px !important;
}

.app-title-box a.btn-small{
    width:90%;
}

.collapsible-body .btn-small {
    width: 100%;
    font-size: 12px;
}
.btn-small img {
    width: 23px;
    height: 23px;
    margin: 0 5px 0 0px;
}
.page-footer {
  padding-top: 0; 
  text-align:right;
  display:none;
}

.card .card-content .card-title {
  margin-bottom: 20px; }

.card {
  border-radius: 8px !important; }

.gradient-45deg-purple-amber.gradient-shadow {
  box-shadow: 0 6px 20px 0 rgba(255, 160, 0, 0.5) !important; }

.gradient-45deg-purple-amber {
  background: -webkit-linear-gradient(45deg, #d500f9, #ffa000) !important;
  background: linear-gradient(45deg, #d500f9, #ffa000) !important; }

.white-text {
  color: #fff !important; }

.background-round {
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.18); }

body {
  background-color: #f1f1f1; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-4 {
  margin-bottom: 40px; }

.pt-3 {
  padding-top: 30px; }

.pt-2 {
  padding-top: 20px; }

.float-right {
  float: right !important; }


/*-------------- style css---------------*/
.main{
    padding:0 1rem
}
.control-sidebar {
  width: 120px !important;
  background: rgba(40, 57, 101, .9) !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #30a5ff !important;
}
.page-item.active .page-link {
  background-color: #30a5ff !important;
  border-color: #30a5ff !important;
}
.content-wrapper {
  background: #fff !important;
}
.fa-home, .fa-user, .fa-bell, .fa-th-large, .fa-bars, .fa-search {
  color: rgba(40, 57, 101, .9) !important;
}
.navbar-white {
  background-color: #f1f4f7 !important;
}
.main-footer {
  background-color: #f1f4f7 !important;
}
.navbar-light .btn-navbar, .navbar-light .form-control-navbar {
  background: #e9ecf2 !important;
}
/*.breadcrumb {
    width: 100%;
    background: #e9ecf2 !important;
    margin: 0px !important;
    padding:1px !important
}
.breadcrumb li{
    font-size:15px !important;
}
.breadcrumb i{
    font-size:20px !important;
}*/
.main-footer {
  padding: 0 20px 20px 20px !important;
  font-size: 14px;
  color: #ccc;
}
#icon-color {
  color: rgba(194, 199, 208, .5) !important;
}
.nav-link.active #icon-color {
  color: #343a40 !important;
}
.bg-info, .bg-warning {
  background: #30a5ff !important;
}
.bg-success, .bg-danger {
  background: rgba(40, 57, 101, .9) !important;
}

.footer-copyright{
    min-height:20px !important;
    padding:2px 0px !important;
}



/*------------------ datatable content------------------*/
.datatable-content {
    padding: 0px !important;
}
.datatable-content div.row{
    margin:0px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-family: 'Font Awesome\ 5 Free' !important;
}

table.dataTable thead .sorting:after {
    content: '\f0dc' !important;
}

table.dataTable thead .sorting_asc:after {
    content: '\f0dc' !important;
}

table.dataTable thead .sorting_desc:after {
    content: '\f0dc' !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\f007" !important;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight:900 !important;
}

table.dataTable thead .sorting:before {
    content: '\f0de' !important;
}

table.dataTable thead .sorting_asc:before {
    content: '\f0de' !important;
}

table.dataTable thead .sorting_desc:before {
    content: '\f0de' !important;
}


.dataTables_paginate paging_simple_numbers{
    padding:0px !important;
    font-weight:200 !important;
}
.pagination li a {
    font-size:1rem !important;
    line-height:16px !important;
}

.dataTables_filter > label{
    padding:0px !important;
    margin:0px !important;
}

/*----------------- stepwizard css ------------------*/
.smartwizard-wrapper {
    margin: 0px !important;
    padding: 0px !important;
}
.smartwizard-row{
    margin:0px !important;
}
.x_panel.smartwizard-panel {
    padding: 0px !important;
}

.x_content.smartwizard-content {
    max-height:300px !important;
    overflow:auto;
}
/*-------------------------------card -----------------------------------*/
.card-body{
    padding:12px !important;
}

.card-body .row{
    margin-bottom:0px !important;
    margin-right:0px !important;
}

.card-primary{
    margin:0px !important;
}

.card-header{
    height:48px !important;
}
.card-header-title{
    text-transform:uppercase;
}
/*----------------------------------------------------------------------------*/

.readonly-links a{
    text-transform:none !important;
    font-size:12px;
}


.pagination li{
    height:28px !important;
}

.dataTables_paginate a{
    padding:4px 8px !important;
}

.pagination li.active{
    background-color:#ffffff;
}

.app-text{
    color:#ffffff !important;
}




/* 
Colors
#20C1C7
#204648
#189094
#61CED2
#0C4648
*/


/*input[type="number"],
input[type="text"] {
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 18px;
    width: 100px;
}*/

/*button,
a.btn {
    background-color: #189094;
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
}*/

input[type="file"] {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.file-btn {
    position: relative;
}

    .file-btn input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.actions {
    padding: 5px 0;
}

    .actions button {
        margin-right: 5px;
    }



.demo-wrap {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

    .demo-wrap .container {
        padding-bottom: 10px;
    }

    .demo-wrap strong {
        font-size: 16px;
        display: block;
        font-weight: 400;
        color: #aaa;
        margin: 0 0 5px 0;
    }


.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}

.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-demo.ready .upload-result {
    display: inline-block;
}

.upload-demo-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}

@media handheld, only screen and (max-width: 767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px; /* grid-space to left */
        padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px; /* column-space */
    }

    .container,
    .section-header h2 {
        min-width: 0;
    }

    .croppie-container {
        padding: 30px 0;
    }
}


/*li.breadcrumb-item a{
    color:#5a738e !important;
}*/

.sub_child_menu_group li {
    /*background-color:ghostwhite;*/
    background-color: #fafafa !important;
}

.sub_child_menu_group.noshow {
    display: none;
}

.nav.sub_child_menu_group.show {
    display: block !important;
}

.nav.sub_child_menu_group li:hover, .nav.sub_child_menu_group li.active {
    background-color: #e8f2ff; /*rgba(255,255,255,0.06);*/
    border-bottom:1px solid #ffffff;
}

.nav.sub_child_menu_group li {
    padding-left: 5px !important;
    border-bottom:1px solid #ffffff;
    width:98% !important
}

.nav.sub_child_menu_group li a {
    padding: 5px 5px !important;
    font-size:11px !important;
}



.nav.sub_child_menu_group li li:hover, .nav.sub_child_menu_group li li.active {
    background: none;
}

.nav.sub_child_menu_group li li a:hover, .nav.sub_child_menu_group li li a.active {
    color: #000000;
}

.nav.child_menu_group {
    /*left: 100%;
    position: absolute;*/
    top: 0;
    width: 210px;
    z-index: 4000;
    /*background: #3E5367;*/
    display: none
}

/*ul.nav.child_menu_group li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}

ul.nav.child_menu_group li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0
}

ul.nav.child_menu_group li:last-child::after {
    bottom: 50%
}*/

.activelink a{
    color:#ff9800 !important;
}


.ui-datepicker-month, .ui-datepicker-year {
    display: inline-block !important;
    height: 2rem !important;
}

input.date-picker {
    background-image: url('../Content/Images/calender.png');
    background-Position: 100% center;
    background-size: 18px;
    background-Repeat: no-repeat;
    cursor: pointer;
}

#LoaderContainer {
    /*position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background-color: #000;
        z-index: 99999;
        left: 0;
        top: 0;*/
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.page-footer {
    padding-top: 0;
    text-align: right;
}
.footer-copyright {
    min-height: 20px !important;
    padding: 2px 0px !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}