/*!
 * Start Bootstrap - SB Admin 2 v4.0.7 (https://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */




body {
    font-family: 'Roboto', sans-serif;
    font-size: .95rem;
}


.bg-gradient-primary{ background-image:transparent;     background: #1d282d;}

.sidebar-dark .sidebar-brand {
    color: #fff;
    background: #fff;
    margin-bottom: 30px;
    height: auto;
    border-right: 1px solid #f1f1f1;
    padding: 19px 0;
}
.pull-right{ float:right}
.sidebar-brand-text img {
    max-height: 45px;
}

.topbar {
  height: auto;
    padding: 6px 20px;
}
#wrapper #content-wrapper {
    background-color: #f5f9fa;
    width: 100%;
    overflow-x: hidden;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding:1.2rem 1.5rem;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
	display: flex;
	border-left: 3px solid transparent;
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
	border-left:3px solid #f6c23e;
	    background: rgb(20, 26, 29);
}


.sidebar-dark .nav-item .nav-link i {
    color: rgba(255,255,255,10);
    padding-top: 4px;
	margin-right: .90rem;
}

h4.sub-heading {
    color: #484848;
    font-size: 18px;
    font-weight: 500;
}

.btn-warning {
    color: #717070;
    background-color: #e4e4e3;
    border-color: #e4e4e3;
}
body.bg-gradient-primary {
    background-image: url(../img/dc.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:bottom left;
}

.btn-warning:hover {
    color: #000;
    background-color: #d2d2d2;
    border-color: #a5a5a5;
}
.sidebar {
    width: 20rem!important;
}
.sidebar .nav-item .nav-link span {
    font-size: .95rem;
    display: inline;
    letter-spacing: .5px;
}
.text-gray-600 {
    color: #858796!important;
    font-size: 15px;
    letter-spacing: 1px;
}

.dropdown-toggle img {
    width: 30px;
    padding: 6px;
    background: #ececec;
    border-radius: 100%;
    color: #fff;
    margin-left: 15px;
}

.container, .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.text-gray-600 {
    color: #000!important;
    font-size: 15px;
    letter-spacing: 1px;
}

a.edit, a.del,a.common {
    font-size: .95rem;
    margin: 0 5px;
	text-decoration:none !important;
	white-space: nowrap;
}

a.del {
    color: #e74a3b;
	padding-left: 10px;
    border-left: 1px solid #c7c6c6;
}

a.edit {
    color: #3e3e3e;
}
a.common {
    color: #3e3e3e;
}

.error {
    color: #d20e32;
    font-size: 1rem;
    position: relative;
    line-height: 1;
    width: inherit;
    margin: 0;
}


label {
    display: inline-block; color:#000;
    margin-bottom: 5px !important;
}
.dataTables_wrapper{ padding:0 15px}
.card.col-md-5.p-5 {
    padding: 5rem!important;
}
.card.col-md-5.p-5 .text-gray-900 {
    color: #3a3b45!important;
    font-weight: 600;
}
.card.col-md-5.p-5 {
   /*background: url(../img/consulting.png) bottom left no-repeat #fff;*/
    background-size: 60%;
    /*background-position: -70px bottom;*/
	height:100%;
	border-radius:0;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.form-control{ font-size:14px; height:40px;}
form.user .form-control-user {
    font-size: .8rem;
    border-radius: 4px;
    padding: .5rem 1.5rem;
    height: 40px;
}

.card.col-md-5.p-5 form.user .btn-user {
    font-size: .8rem;
    border-radius: 4px;
    padding: .60rem 2.5rem;
}
.footer {
 
 
    bottom: 0;
 
    background-color: #f5f5f5;
}



.modal-body.mbody {
    padding: 35px;
}

.btn-small {
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: .5px;
}

h6.m-0.font-weight-bold.text-primary {
    font-size: 20px;
    font-weight: 400; color:#000 !important; 
}

.error{ font-size:14px !important;}

#dashboard .error {
    display: block;
    margin:5px 0 0 !important;
}
#dashboard .custom-control-input.error{ margin:0 !important}


.custom-radio .custom-control-input {
    position: absolute; left:0
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: .35rem;
    border-bottom-right-radius: .35rem;
}

.bnt-rounded {
    border-radius: 4px;
}
.btn-p {
     padding: 10px 35px;
}

.bnt-rounded {
   
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.input-group-text { font-size: 14px; color:#000}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
    font-size: 14px;
    color: #fff;
    height: calc(100% + 2px);
    line-height: 25px;
	padding: .375rem 1.5rem;
	top:-1px; right:-1px;
	    background-color: #2fbfbe;
}

.custom-control-label {font-size: 14px; color:#000}


.top-icon{ width:70px; margin:0 auto}

.top-icon img{ width:100%}

.modal-title {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modal-footer {
    padding: 0 0 40px;
    border: 0;
}


.form-50{ width:50%; float:left}


.btn-primary {
    color: #fff;
    background-color: #2fbfbe;
    border-color: #279e9e;
  box-shadow:none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #279e9e;
    border-color: #279e9e;
}
.small, small {color: #1b84a9;}



.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}
.form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #d6d6d6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.35);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #6d6d6d;
    background-color: #949494;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #d6d6d6;
     box-shadow:0 0 0 0.2rem rgba(222, 222, 222, 0.35);
}
.table thead th {
    white-space: nowrap;
    font-weight: 500;
    color: #000;
}.form-control{ color:#000}
.table-bordered td, .table-bordered th {
    border: 1px solid #e3e6f0;
    color: #000;
} 
.mobile-show{ display:none}

.copyright.text-center.my-auto {
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
}
.add-fld {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #e3e6f0;
    border-color: #d8d9dc;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
font-size: 14px;}

.conter-f {
    position: absolute;
    left: 0;
       width: 12px;
    height: 12px;
    background: #868686;
    border: 1px solid #6d6d6d;
    text-align: center;
    line-height: 32px;
    font-size: 0; 
    font-weight: 600;
    color:#989898;
    border-radius: 100%;
}

.overlay{height:100%; width:100%; z-index:23; background:rgba(0,0,0,.2); position:fixed; left:0; top:0; display:none}
.overlay.active{display:block}


@media (max-width: 1441px){

body.bg-gradient-primary {
    background-image: url(../img/dc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -230px 0;
}
}


@media (max-width: 1367px){

body.bg-gradient-primary {
    background-image: url(../img/dc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -110px 0;
}
}

@media (max-width: 1365px){
	
	ul.pagination {
    font-size: 12px;
}
.dataTables_info {
    font-size: 12px;
    color: #000;
}
	
	
	.sidebar-brand-text img {
    max-height: 34px;
}
a.edit, a.del, a.common{ font-size:12px;}
.topbar .nav-item .nav-link {
height: 60px;}
	
	.sidebar-dark .nav-item .nav-link i { margin-right: .50rem;}
	
	
	.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"; padding:5px 10px !important;
font-size: 12px;}
	.sidebar {
    width: 16rem!important;
}
	.table-bordered td{ font-size:12px;}
	
	.form-50{ width:100%}
	.form-control {
    font-size: 12px;
    height: 35px;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    height: 35px; color:#000;
}
.input-group-text {
    font-size: 12px;
    color: #000; height:35px;
}


.sidebar .nav-item .nav-link {
    padding: 15px 10px;
}
.sidebar .nav-item .nav-link span {
font-size: 12px;}

.form-group {
    margin-bottom: 8px;
}

.container, .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.topbar {
    height: auto;
    padding: 6px 20px;
    margin-bottom: 1.5rem !important;
}

.btn-p {
    padding: 8px 25px;
}
.custom-control-label {
    font-size: 12px;
    color: #000;
    line-height: 24px;
}
.table thead th {white-space: nowrap;}
.table td:last-child{ white-space: nowrap;}
	label {font-size: 12px;color: #000;}
	.col-xl-8.col-lg-8.col-md-12.col-sm-12.form {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	#cover-caption .col-lg-6.col-md-6.col-sm-12.form {
    flex: 0 0 100%;
    max-width: 100%;
}
.form-group.col-lg-1 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}	
	
}

@media (max-width: 1281px){
body.bg-gradient-primary {
    background-image: url(../img/dc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -200px 0;
}}


@media (max-width: 991px){
	
	.mobile-menu{ background:url(../img/menu_responsive.svg) top no-repeat; height:30px; width:23px; position:absolute; left:20px;}

.sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    z-index:1250;
    height: 100%;
	width: 250px!important;
    overflow: auto;
	transition:all ease .2s;
}
.sidebar.active{ left:0}
.sidebar-dark .sidebar-brand {
    
    display: none !important;
}
.mobile-show {
    display: block;
}

a.align-items-center.justify-content-center.mobile-show {
    position: absolute;
    left: 50px;
    top: 15px;
}

.sidebar-brand-text img {
    max-height: 30px;
}
.topbar .nav-item .nav-link {
height: 50px;}
.topbar {
    height: auto;
padding: 6px 10px;}



}
@media (max-width: 800px){
.form-group.d-flex.align-item-start {
    display: block !important;
}
.custom-control {
    position: relative;
display: inline;}

.card.col-md-5.p-5 {
    padding: 3rem!important;
}
}

@media (max-width: 767px){
.form-group.col-lg-1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.dataTables_wrapper .col-sm-12.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.dataTables_wrapper .col-sm-12.col-md-6 label {
display: block;}

h4.sub-heading {
    color: #484848;
    font-size: 18px;
    font-weight: 500;
    margin-top: 19px !important;
}
}
























