
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus, a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
} 
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

#bg {
    background-image: url(../images/back.jpg);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bgSape{
    width: 430px;
    height: 520px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.bgSape .shape{
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}
.shape:first-child{
    background: linear-gradient(
        #1845ad,
        #23a2f6
    );
    left: -80px;
    top: -80px;
}
.shape:last-child{
    background: linear-gradient(
        to right,
        #ff512f,
        #f09819
    );
    right: -30px;
    bottom: -80px;
}
.loginbox{
    width: 400px;
    background-color: rgb(255 255 255 / 43%);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}
form *{
    font-family: 'Poppins',sans-serif;
    color: #333;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
.loginbox h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

.loginbox .logo {
	width: 184px;
	height: 58px;
	margin: 0px auto;
	margin-bottom: 10px;
}

.loginbox .logo img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(14, 19, 24, .07), 0 2px 18px rgba(14, 19, 24, .25);
}

.loginbox h3 {
    margin: 0px 0px 30px 0px;
    color: #dc2a1b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.loginbox label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

.input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    column-gap: 12px;
    margin-top: 4px;
	border: 2px solid #585858;
	font-size: 18px;
    font-weight: 300;
	border-radius: 12px;
	margin-bottom: 20px;

}

.loginbox input, .loginbox input:focus{
	background-color: transparent;
}

.loginbox input::placeholder{
    color: #404040;
}
.loginbox button {
    margin-top: 50px;
    width: 100%;
    background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,75,126,1) 0%, rgba(236,27,11,1) 100%);
    color: #ffffff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.loginbox button:hover {
	background: #232323;
}

#btnLogin {
    margin-top: 50px;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,75,126,1) 0%, rgba(236,27,11,1) 100%);
    color: #ffffff;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}
    #btnLogin:hover {
        background: #232323;
    } 



    .loginbox .social {
        margin-top: 30px;
        display: flex;
    }
.loginbox .social div{
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background-color: rgba(255,255,255,0.27);
  color: #eaf0fb;
  text-align: center;
}
.loginbox .social div:hover{
  background-color: rgba(255,255,255,0.47);
}
.loginbox .social .fb{
  margin-left: 25px;
}
.loginbox .social i{
  margin-right: 4px;
}

.fwrapper {
	width: 1024px;
	margin: 50px auto;
	background: #fff;
	padding: 20px;
	min-height: 300px;
	box-shadow: 0 12px 40px #14141459;
	border-radius: 10px;
}

.formf {
	margin-top: 10px;
}

.textR {
    text-align:right!important;
}

.TopLogo {
    width: 100px;
    float: left;
}

.itemdetail {
    resize: none;
    background-color: #fff;
    width: 100%;
    padding: 2px 5px;
    font-size: 13px;
}

.formf input {
    padding: 5px 5px;
    height: 25px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: none;
    border: #585858 2px solid;
    margin-bottom: 5px;
}

.bor-tb {
	border-top:#585858 1px solid;
	border-bottom:#585858 1px solid;
	margin: 20px 0px 0px 0px;
	padding: 5px;
}

.todaylist tbody tr th {
    padding:2px 5px!important;
    color:#fff!important;
}

.todaylist tbody tr td {
    padding: 2px 5px !important;
}

    .fwrapper h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}

.navbar-inverse {
    background-color: #0c588c;
    border-color: #080808;
}






#wrapper {
    padding-left: 0;    
}

.well {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
		margin-top: 60px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

.side-nav > li > a {
    border-bottom: 1px #5f8096 solid!important;
    color: #fff !important;
}

.side-nav > li > a i {
    color:#fff!important;
}


    /* Side Navigation */

    @media(min-width:768px) {
        .side-nav {
            position: fixed;
            top: 60px;
            left: 225px;
            width: 225px;
            margin-left: -225px;
            border: none;
            border-radius: 0;
            border-top: 1px rgba(0,0,0,.5) solid;
            overflow-y: auto;
            background-color: #0c588c;
            bottom: 0;
            overflow-x: hidden;
            padding-bottom: 40px;
        }

            .side-nav > li > a {
                width: 225px;
                border-bottom: 1px rgba(0,0,0,.3) solid;
            }

            .side-nav li a:hover,
            .side-nav li a:focus {
                outline: none;
                background-color: #34485e !important;
            }
    }

    .side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

#submenu-1 i {
    color:#fff!important;
}

b.fa-angle-down, i.w {
    color: #fff !important;
}

.side-nav > li > ul > li > a {
    display: block;
    padding: 10px 10px 10px 28px;
    text-decoration: none;
    /*color: #999;*/
    color: #fff;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}

.top-nav .dropdown-menu {
    width: 190px !important;
}

.Copyright {
    height: 25px;
    background: #f2f2f2;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
}

.ContInfo {
    float:left;
    font-size:12px;
}

.SearchGrid {
    float:right;
    margin-bottom:3px;
}

    .SearchGrid .textbor {
        border:1px solid #404040;
    }

.gridicon {
    height:18px;
}

.navbar-toggle {
    margin-right:50px!important;
}

.addNClient {
    float:right;
    margin-top:5px;
}

.NclientF input {
    border:1px solid #404040;
    margin-bottom:3px;
    width:100%;
}

#btnSaveClient {
    width:auto!important;
    margin-top:8px;
}

#clientModal .modal-header .close {
    margin-top: -28px;
}

#clientModal .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: inherit;
}

.dateinput {
    line-height:inherit!important;
}



@media only screen and (max-width: 460px) {
    h3.dtitle {
        margin-bottom:10px;
        font-weight:600;
    }
    .loginbox {
		width: 360px;
	}

    .card {
        margin-top:9px!important ;
    }

    .TopLogo {
        width:40px;
        margin-right:5px;
    }

    .TopLogo img {
        width:100%;
    }

    .ContInfo, .Recodsave, .table tbody tr td {
        font-size: 9px;
    }

    .mt-10 {
        margin-top:5px;
    }
    .hscroll {
        height: auto!important;
        overflow-y: hidden!important;
        margin-top: 5px!important;
    }
    .btn-sm, .btn-group-sm > .btn {
        padding: 3px 5px;
        font-size: 10px;
    }

    .card-header h3 {
        font-size:15px;
    }

    .formf {
        margin-top: -5px;
        font-size:12px;
    }

    .formf input {
        font-size:12px;
    }

    a.navbar-brand img {
        width:140px;
    }

    .top-nav > li > a {
        padding:5px 0px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ffffff;
    }
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 10px;
    }

    .navbar-nav {
        margin: 0px -15px;
    }
    .cf .col-sm-12, .cf .col-md-12 {
        position: relative;
        min-height: 1px;
    }

    .bor-tb h4 {
        font-size:15px;
    }

    .Copyright {
        font-size:9px;
    }

    .card-body {
        font-size:10px;
    }

    .textR {
        text-align: left !important;
    }
}

@media only screen and (max-width: 416px) {
    .TopLogo {
        width: 23px;
        margin-right: 5px;
    }

    .mpl0 {
        padding-left:1px!important;
        padding-right:1px!important;
    }

    #page-wrapper {
        padding-top:90px;
    }

    #itemHeader {
        display:none;
    }

    .mForm {
        margin-top: 5px;
    }

    .mb-5 {
        margin-bottom:5px;
    }

    .ml-10 {
        margin-left:10px;
    }
}

@media only screen and (min-width: 767px) {
    #clientModal .modal-dialog {
        width: 485px!important;
        margin: 30px auto;
    }

}







