/*
    DEMO STYLE
*/


body {
    font-family: 'Quicksand', Georgia, 'Times New Roman', Times, serif;
    background: #fafafa;
	color:#464855;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

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

.navbar {
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
       -webkit-box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.1);
}

#sidebarCollapse{ float:right;    color: #FF4961;}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
.no-padding{padding:0 !important;}
.lh35{ line-height:35px;}
.fst1 .form-check-label{ font-size:14px; padding: 5px 0;}

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

#fullpage.active #sidebar{     min-width: 80px;
    max-width: 80px;
    text-align: center;}
	
	/*#fullpage.active .navbar-header{     min-width: 80px;
    max-width: 80px;
    text-align: center;
	    }
		#fullpage.active .navbar-header .logo1{ display:none;}
		#fullpage.active .navbar-header .logo2{ display:block;}
		#fullpage .navbar-header .logo1{ display:block;}
		#fullpage .navbar-header .logo2{ display:none;}
		.navbar-header{    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all; position:relative;}*/

#fullpage.active #sidebar:hover h3{ display:block !important;}

#fullpage.active #sidebar:hover strong{ display:none !important;}

.btn1{ background:none; border:none;}


.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.avatar {
    margin-right: 0.5rem;
    width: 36px;
	    position: relative;
    display: inline-block;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}
a.dropdown-user-link {
    padding: .8rem 1rem;
    line-height: 30px;
}



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

.wrapper {
    display: flex;
    align-items: stretch;
	    background: #f2f3f8;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #252525;
    color: #fff;
    transition: all 0.3s;
	    position: fixed;
    height: 100%;
    top: 4rem;
    height: -webkit-calc(100% - 5rem);
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 4rem);
	z-index:9999;
}

#fullpage.active #sidebar:hover{min-width: 250px;
    max-width: 250px;}
	
	#fullpage.active #sidebar .list-unstyled.collapse.show{ display:none;}
	#fullpage.active #sidebar:hover .list-unstyled.collapse.show{ display:block;}
	
#fullpage.active #sidebar:hover .txt{ display:inline-block;}
#fullpage.active #sidebar:hover ul li a{ text-align:left;}

#fullpage.active #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#fullpage.active #sidebar .sidebar-header h3,
#fullpage.active #sidebar .CTAs {
    display: none;
}

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

#sidebar ul li a {
    text-align: left;
}

#fullpage.active #sidebar ul li a {
    padding: 10px 10px;
    text-align: center;
    font-size: 1.1em;
}

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

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

#fullpage.active #sidebar .dropdown-toggle::after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #171717;
}

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

#sidebar ul li a:hover {
    color: #ffffff;
    background: #171717;
}

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

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #171717;
}

.nav-item a.nav-link{ background:none !important;}

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

.components .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;*/
    /*background: #6d7fcc;*/
}

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 {
    background: #fff;
    color: #7386D5;
}

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

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

#content {
     padding : 20px;
  position : relative;
  -webkit-transition : 300ms ease all;
       -o-transition : 300ms ease all;
     -moz-transition : 300ms ease all;
          transition : 300ms ease all;
  -webkit-backface-visibility : hidden;
     -moz-backface-visibility : hidden;
          backface-visibility : hidden;
height: -webkit-calc(100% - 5rem);
    height: -moz-calc(100% - 5rem);
    height: calc(100% - 5rem);
  overflow: auto;
		    margin-left: 260px;
			margin-top:5rem;
			    width: calc(100% - 260px);
			
}
#fullpage.active #content{margin-left: 90px;}
#fullpage.active #sidebar .txt{ display:none;}

#fullpage.active #sidebar .dropdown-toggle::after{ display:none !important;}
#fullpage.active #sidebar:hover .dropdown-toggle::after{ display:inline-block !important;}
.navbar-header {
    float: left;
    width: 250px;
    padding: 10px 0;
    background: #171717;
}
.dropdown-toggle::after{ display:none;}
.dropdown-menu-media {
    width: 24rem;
}

.dropdown-menu {
    position: absolute;
}
a.nav-link-label {
    padding: 1.2rem 1rem 1rem 1rem;
	    font-size: 1.15rem;
}
.badge-up {
    position: absolute;
    top: 10px;
    right: 6px;
}
.badge-danger.badge-glow {
    -webkit-box-shadow: 0 0 10px #FF4961;
    box-shadow: 0 0 10px #FF4961;
}
.badge-danger {
    background-color: #FF4961;
}
.nav-item i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	    margin-right: 0.5rem;
		    font-size: 1.5rem;
}
.dropdown-menu-media{ padding:15px;}
.notification-tag {
    position: relative;
    top: -28px;
    right: 20px;
}
.list-unstyled.collapse.show{ background:#171717;}
.card-heading{ padding:10px 15px;}
.bg-info{ color:#fff;}
.card{    margin-bottom: 1.875rem;
    border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
	box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);}
	.danger {
    color: #FF4961 !important;
}
.h5, h5 {
    font-size: 1.14rem;
	font-weight:400;
}
.bgpattern{ background:url(../img/bgpattern.png) repeat;}
.bgpattern2{ background:url(../img/bgpattern2.png) repeat;}
/*#fullpage.active .navbar-header {
    float: left;
    width: 80px;
}
#fullpage.active .navbar-header .logo{ display:none;}*/
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 600px) {
.navbar-header{width: 100%; text-align:center;}
.ml-auto{ float:right;}
#sidebarCollapse{ float:left;}
#sidebar {    min-width: 0px !important;
    max-width: 0px !important;
    text-align: center;
    /* margin-left: -80px !important; */
    overflow: hidden;}
	#content{    margin-left: 0; padding: 15px;    width: 100%;}
	#fullpage.active #sidebar {
    min-width: 250px !important;
    max-width: 250px !important;
    text-align: left !important;
}
#fullpage.active #content {
    margin-left: 10px;
}
.w100{ width:100%;}
.nav-item{ display:inline-block; padding:0 10px;}
.navbar-nav{flex-direction: row; background: #fff; text-align:center; display:block;}
#sidebarCollapse{ float:left;}
#fullpage.active #sidebar ul li a{ text-align:left;}
#fullpage.active #sidebar .txt {
    display: inline-block;
}
#fullpage.active #sidebar .dropdown-toggle::after{ display:block !important;}
.dropdown{ position:inherit;}
	.dropdown-menu {
    right: 0;
    left: 0 !important;
    float: none;
    width: auto;
    margin-top: 0;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
	position: absolute !important;
}
a.nav-link-label{ position: relative;}
.badge-up {
    right: -6px;
}
}
@media (max-width: 768px) {

    #sidebar {
        min-width: 250px;
        max-width: 250px;
        text-align: center;
        /*margin-left: -80px !important;*/
    }
    .dropdown-toggle::after {
       /* top: auto;
        bottom: 10px;
        right: 50%;*/
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
   #fullpage.active #sidebar {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
       /* display: none;*/
    }
    #sidebar .sidebar-header strong {
        /*display: block;*/
    }
    #sidebar ul li a {
        /*padding: 20px 10px;*/
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.content-header-title {
    font-weight: 500;
    letter-spacing: 1px;
    color: #464855;
}
.breadcrumb-new .content-header-title {
    padding: 6px 24px 8px 0;
    margin: 0 24px 0 0;
    border-right: 1px solid #E4E5EC;
}
.h3, h3 {
    font-size: 1.51rem;
}
.breadcrumb {
    font-size: 1rem;
	font-family: Quicksand,Georgia,'Times New Roman',Times,serif;
	background:none;
	margin-bottom: 0;
}
.breadcrumb a {
    color: #1E9FF2;
}
.card-header{ background:rgb(40, 150, 169); border:none;     color: #f9f9f9;    padding: .5rem 1.5rem;}
.card .card-title {
    font-weight: 500;
    letter-spacing: .05rem;
    font-size: 15px;
	    margin-bottom: 0;
}
.form-control{ font-size:14px;}
.card-body{padding: 1rem 1.25rem;}
.custom-select {
    width: 100%;
    height: -moz-calc(2.75rem + 2px);
    height: calc(2.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #4E5154;
    vertical-align: middle;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #BABFC7;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wrapper.active #content{ width: calc(100% - 80px);}

.modal-dialog {
    max-width: 750px;}
	

	
/*TAG BOX CSS START*/	
	
	.text-core .text-wrap .text-tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px 35px 3px 3px;
  cursor: text;
}
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 2;
}
.text-core .text-wrap .text-tags .text-tag {
  float: left;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border: 1px solid #9daccc;
  background: #e2e6f0;
  color: #000;
     padding: 1px 17px 7px 3px;
    margin: 0 2px 2px 0;
    cursor: pointer;
    height: 23px;
    font: 13px "lucida grande", tahoma, verdana, arial, sans-serif;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("close.png") 0 0 no-repeat;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}
.text-core {
  position: relative;
}
.text-core .text-wrap {
  background: #fff;
  position: absolute;
      width: 100% !important;
}
.text-core .text-wrap textarea,
.text-core .text-wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #9daccc;
  outline: none;
  resize: none;
  position: absolute;
  z-index: 1;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px 4px 5px;
  white-space: nowrap;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  line-height: 13px;
  height: auto;
}
/*TAG BOX CSS END*/













