/*  
Theme Name: SMP BSS
Description: App Theme created by IT SMP BSS.
Version: ver 1.0
Author: IT SMP BSS
Author URI: http://facebook.com/umarelvaruq/


@import url("../../vendor/bootstrap/css/bootstrap.css");
@import url("../../vendor/fontawesome/css/font-awesome.min.css");
@import url("dark.css");*/

.body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.form-signin {
	width: 100%;
	max-width: 380px;
	padding: 15px;
	margin: auto;
}
.link-primary{
    color: #007bff;
}
.link-success{
    color: #28a745;
}
.link-warning{
    color:#ffc107;
}
.link-danger{
    color:#dc3545;
}
.link-dark{
    color:#343a40;
}
.upper{
    text-transform: capitalize;
}
$grid-breakpoints: (
  xxxs: 0,
  xxs: 320px,
  xs: 568px,
  sm: 667px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1440px,
  xxxl: 1600px
)

body{
	font-size: 0.9rem;
}
.container{
	padding-left:0;
	padding-right:0;
}
.lh-3{
	line-height:1.3;
}
.table th, .table td{
	padding: 0.5rem;
}
a{
    transition: 0.3s;
}
a:hover{
    color: #ffc107;
    text-decoration: none;
    transition: 0.3s;
}
.nav-link{
	padding: 0 1rem;
}
.btn{
    border-radius: 1.75rem;
}
.form-control{
    border-radius: 1.75rem;
}
.trans{
    transition: 0.3s;
}
.trans:hover{
    z-index: 1000;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s;
}
.withimage{
    background:url(images/bg.png) repeat;
    background-position:center top;
}
.bg-blue{
	background-color: #B7E1F6;
}
.bg-green{
	background-color: #D4EDDA;
}
.bg-red{
	background-color: #F8D7DA;
}
.bg-yellow{
	background-color: #FFF3CD;
}
.rounded-s{
    border-radius: 1.75rem;}
.rounded-a{
    border-radius: 1.75rem 1.75rem 0 0;
}
.rounded-l{
    border-radius: 1.75rem 0 0 1.75rem;
}
.card-header:first-child{
    border-radius: 1.5rem 1.5rem 0 0;
}
.rounded-b{
    border-radius: 0 0 1.75rem 1.75rem;
}
.rounded-n{
    border-radius: 0;
}
.card-footer:last-child{
    border-radius: 0 0 1.75rem 1.75rem;
}
.footblock cite{
	text-shadow:1px 1px #000;
	line-height:20px;
}
.footblock ul{
	display:inline;
	line-height:20px;
}
.footblock ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.footblock li a{
    color:#fff;
}
.footblock li a:hover{
    color:#ffc107;
}
.note{
    text-align: center;
}
.instagram a, .facebook a, .youtube a, .twitter a{
    color: white;
}
.instagram, .facebook, .youtube, .twitter{
    display: inline-block;
    font-size: 2rem
}
.instagram a:hover{
    color:#b02598;
}
.facebook a:hover{
    color:#4267B2;
}
.youtube a:hover{
    color:#ff0000;
}
.twitter a:hover{
    color:#1da1f2;
}
.carousel{
	margin-top: 5rem;
}
@media (min-width: 576px){
    .apps-container{
		max-width: 1366px;
	}
}
@media (max-width: 576px){
	.flex-row{
		place-self: flex-end;
	}
	.dropup, .dropright, .dropdown, .dropleft{
		position: unset;
	}
	.dropdown-item{
		white-space: unset;
	}
	.navbar-expand .navbar-nav .dropdown-menu{
		max-width: 100%;
	}
	.justify-content-center{
		text-align: center;
	}
}
.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
	color: #FFF;
    font-size: 12px;
    padding: 7.5px 0px;
    text-align: center;
	z-index: 1002;
}
.topbar{
	height: 3.5rem;
}
.input-group-text{
	border-radius:1.75rem 0 0 1.75rem;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){
	border-top-right-radius: 75rem;
	border-bottom-right-radius: 75rem;
}
.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
}
.badge{
	position: absolute;
    right: 7px;
    top: 2px;
}
.dropdown-item:hover{
	background: rgb(0,0,0,0.1);
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .75rem;
  line-height: .5;
}

.page-item:first-child .page-link{
	border-radius: 1.75rem 0 0 1.75rem;
}

.page-item:last-child .page-link{
	border-radius: 0 1.75rem 1.75rem 0;
}

/*
    DEMO STYLE
*/


a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}
.navbar-fix{
	position:fixed;
	width:100%;
	z-index: 1000;
}
#sidebar {
    min-width: 210px;
    max-width: 210px;
    color: #007BFF;
    transition: all 0.3s;
	z-index:1001;
	position: fixed;
	height:100%;
}
@media (min-width: 576px){
	#sidebar.active {
		min-width: 100px;
		max-width: 100px;
		text-align: center;
	}
	
	#sidebar ul li a {
		text-align: left;
	}

	#sidebar.active ul li a {
		padding: 15px 5px;
		text-align: center;
		font-size: 0.85em;
	}

	#sidebar.active ul li a i {
		margin-right: 0;
		display: block;
		font-size: 1.8em;
		margin-bottom: 5px;
	}

	#sidebar.active ul ul a {
		padding: 10px !important;
	}
}

#sidebar.active .sidebar-header .navbar-brand,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .s-none{
	display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 7px 0;
	color: #fff;
	height: 56px;
}
#sidebar .sidebar-header strong {
    display: none;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li a {
    padding: 10px 14px;
    font-size: 0.91em;
    display: block;
}

#sidebar ul li a:hover {
    color: #007BFF;
    background: rgb(0,0,0,0.1);
}

#sidebar ul li a i {
    margin-right: 10px;
}

ul.list-unstyled li.active{
	border-right:solid 5px;
	background: rgb(0,0,0,0.1);
    color: #007BFF;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
	padding-left: 210px;
	padding-top: 72px;
	padding-bottom: 30px;
}
#content.active {
	padding-left: 110px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	.navbar-brand{
		font-size: 1rem;
	}
	#content {
		padding-left: unset;
	}
	#content.active {
		padding-left: unset;
	}
    #sidebar {
        min-width: 120px;
        max-width: 120px;
        margin-left: -120px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 16px;
        right: 5%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
	#sidebar.active .dropdown-toggle::after {
		bottom: 16px;
		right: 5%;
	}
    #sidebar.active {
        margin-left: 0 !important;
        min-width: 250px;
        max-width: 250px;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a span {
        font-size: 1em;
    }
    #sidebar.active ul ul a {
		font-size: 1em !important;
    }
    #sidebar.active ul li a i {
        font-size: 1em;
    }
	#sidebar.active ul li{
		padding: 0.1rem 0.7rem;
	}
    #sidebar {
        margin-left: 0;
    }
	#sidebar .navbar-brand{
		display: none;
	}
	#sidebar .sidebar-header{
		padding: 13.9px 15px;
	}
	#sidebar ul li a{
		font-size: 1em;
	}
	#sidebar.active ul li a{
		font-size: 1em;
	}
}

.select2-container--bootstrap .select2-selection.form-control{
    border-radius: 17px;
	height: 37px;
    padding-top: 0.5rem;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    border-radius: 17px;
}
.close{
	line-height: 0.7;
}

.input-label-grup > label{
	z-index:3;
	left: 41.5px;
}
.topbar .dropdown .dropdown-menu {
	width: unset;
}