.dropbtn {
    background-color: #454553;
    color: white;
    padding: 0px 16px;
    font-size: 15px;
    border: none;
    line-height: 36px;
    border-bottom: solid 0px #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 15px auto;
}


.login {
    box-shadow: 0 0 5px #33333357;
    background: #fff;
    padding: 20px 20px 60px;
    border-radius: 5px;
    margin: 0 auto;
    width: 50%;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #454553;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  color: #fff;
  min-width: 230px;
}

.dropdown-content a {
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    line-height: 30px;
    text-align: left;
}

.dropdown-content a:hover {background-color: #68687d;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #68687d;}



.dashboard-link
{
    border: solid 1px #000;
    /* padding: 10px 20px; */
    line-height: 46px;
    font-weight: 500;
    background-color: #f4f4f4;
    width: 239px;
    float: left;
    text-align: center;
}






.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    border: 0 none;
}
.list-group-item {
    font-size: 18px;
}
.list-group-item {
    border: 0px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 0px;
    position: relative;
}

.fa-folder {
    color: #f8d775;
}

.extension {
    background-color: #e4e4e4;
    font-size: 12px;
    padding: 5px 10px;
    color:#212529;
    vertical-align: middle;
}

.list-group li ul {
    border-left: 1px dotted #000;
    margin: 0 0 0 9px;
    padding:0px;
    list-style:none;
}

.file-class {
    border-top: 1px dotted #000;
    float: left;
    left: 0;
    position: absolute;
    top: 23px;
    width: 25px;
}

.download-link {
    color: #212529 !important;
    font-size: 16px;
}

.list-group li ul li {
    padding: 8px 0 0 30px;
    position: relative;
}


.badge-primary {
    color: #fff;
    background-color: #003368;
    float: none !important;
}

.content-wrapper, .right-side, .main-footer
{
    margin-left: 0px;
}

.sidenav {
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 10px;
  background: #eee;
  overflow-x: hidden;
  padding: 8px 0;
}

.logo-space
{
    padding: 8px 0px;
}

.logo-space img
{
    height: 100vh;
    max-height: 50px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #2196F3;
  display: block;
}

.sidenav a:hover {
  color: #064579;
}

@media (min-width:320px) and (max-width: 767px)
{

    .login {
         width: 100%;
    }

}

.main {
  margin-left: 140px; /* Same width as the sidebar + left position in px */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.navbar {
    background: #454553;
}
.loog_left a {
    background: #fff;
    padding: 8px 80px;
    display: inline-block;
}
.loog_left i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-left: -5px;
}
.first_st {
    padding: 50px 0 0px;
    display: inline-block;
}
.loog_left h2 {
    font-size: 20px;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
	text-transform: uppercase;
}
.loog_left h2 span {
    font-weight: 500;
	font-size: 18px;
}

.sidenav.col-sm-3 a {
    width: 100%;
    display: inline-block;
    padding: 14px 5px;
    color: #000;
    font-weight: 600;
}
.sidenav.col-sm-3 a:hover {
    background: #f5f5f5;
    text-decoration: none;
}
.active {
    background: #f5f5f5;
}
.main p:hover {
    background: #f5f5f5;
}
.main p {
    width: 33%;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
}
.main p span {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}
.contact {
    background: #87b477;
    display: inline-block;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
	margin-top: 60px;
    margin-bottom: 10px;
}
.contact a:hover {
    text-decoration: none;
}
.contact a {
    color: #fff;
}

#top-header {
    background: #454553;
    padding: 0;
    line-height: 35px;
}

.box-header
{
    background: #454553;
}

.ml-1 {
    margin-top: 55px;
}
.login.col-sm-6 {
    box-shadow: 0 0 5px #33333357;
    background: #fff;
    padding: 60px 20px 60px;
    border-radius: 5px;
}
.login_st {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.login_st button {
    width: 100%;
    display: inline-block;
    height: 60px;
    margin: 20px 0;
    border: none;
    background: linear-gradient(to bottom, #f6ac43 0%,#f79f37 50%,#f8912a 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.login_st input {
    width: 100%;
    margin-top: 8px;
    height: 50px;
	padding: 0 10px;
}
.login_st input[type="checkbox"] {
	width:auto;
    margin-top: 0;
    height: auto;
}
.forgot-box {
    margin-top: 40px;
}
.forgot-box label {
    width: 50%;
    float: left;
}
.psw {
    margin-top: 0px;
    display: inline-block;
    margin-right: 15px;
}

.order-st h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 35px;
}
select#day {
    padding: 8px 35px;
    border: none;
    border-radius: 5px;
}

/*.order-table-st table {
  border-collapse: collapse;
  width: 100%;
}
.order-table-st table tr th {
    padding: 20px 5px;
    background: #f8f8f8;
}
.order-table-st table tr {
    border-bottom: 2px solid #f5f5f5;
}
.order-table-st table tr th i {
    color: #f8b349;
    margin-left: 3px;
}
.order-table-st table tr td {
    padding: 20px 5px;
    background: #fff;
	font-size: 13px;
}*/
.pro-color button {
    background: #1991eb;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
}
.pro-color-1 button {
    background: #b719eb;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
}
.pen-font button {
    background: #919aa3;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
}
.pen-font-1 button {
    background: #516173;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
}
.pen-font-2 button {
    background: #c2cad4;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
}
.Upload {
    margin-top: 40px;
}
.Upload button {
    font-size: 20px;
    color: #fff;
    background: #289f39;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
}
tr.bg-color td {
    background: #ffefef !important;
    z-index: 999999;
}
.add-st {
    margin-top: 50px;
	padding: 0;
}
.add-st textarea {
    width: 100%;
    border-color: #cccfd3;
    padding: 20px;
}
.add-st .col-sm-6 {
    padding: 0;
	margin-top: 40px;
}
.add-st .col-sm-6 button {
    font-size: 20px;
    color: #fff;
    background: #289f39;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
}
.add-contact button {
    background: #269cf3 !important;
}
.border-1 {
    border-bottom: 1px solid #333;
}
.border-1 .col-sm-3 h4 {
    font-size: 15px;
    background: #f1f1f1;
    margin: 0;
    padding: 10px 8px;
	border-radius: 5px 5px 0 0;
}
.border-1 .col-sm-3:last-child h4 {
    background: unset;
	padding: 0;
}
.premium h4 {
    background: #b719eb !important;
    color: #fff;
}
.border-1 .col-sm-3 h4 i {
    background: #2d9221;
    color: #fff;
    padding: 11px 15px;
    border-radius: 99px;
}