
/*=============================================================
    Authour URI: www.binarycart.com
    Version: 1.1
    License: MIT
    
    http://opensource.org/licenses/MIT

    100% To use For Personal And Commercial Use.
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
}

 #wrapper {
    width: 100%;
    background:#202020;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#F3F3F3;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:#fff!important;
    padding:10px;
    min-height:1200px;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}
h2 {
    color: #f00;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}
/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    background-color:#F8F8F8;

}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
    .bg-color-green {
background-color: #00CE6F;
color: #fff;
}
 .bg-color-blue {
background-color: #A95DF0;
color: #fff;
}
  .bg-color-red {
background-color: #DB0630;
color: #fff;
}
  .bg-color-brown {
background-color: #B94A00;
color: #fff;
}


 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
      -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }
    .back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}
     .back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}
     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}

/*==============================================
    MENU STYLES    
    =============================================*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}

.navbar-cls-top .navbar-brand {
	color: #fff;
background: #C90000;
width: 260px;
text-align: center;
height: 60px;
font-size: 30px;
font-weight: 700;
}
.active-menu {
    background-color:#C90000!important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#fff;
	background:#202020;
	text-shadow:none;
	
}
.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	
	background:#0A0A0A;
	outline:0;
}

.nav-second-level > li > a:before ,
.nav-third-level > li > a:before {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:15px;
	height:1px;
	background:#ff0000;
	top:20px;
}
.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
	content:"";
	display:block;
	position:absolute;
	left:20px;
	width:1px;
	height:100%;
	background:#ff0000;
	top:0px;
	z-index:10;
}
.nav-second-level  > li:last-child > a:after,
.nav-third-level  > li:last-child > a:after {
	height:50%;
}
.nav-third-level > li > a:after,
.nav-third-level > li > a:before  {
	left:40px;
}
.navbar-side {
	border:none;
	background-color: #202020;
	
}
.navbar-cls-top {
	background:#4D4D4D;
	border-bottom:none;
	
}
.navbar-cls-top .navbar-brand:hover {

background: #C90000;
color:#fff;

}

.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: #A70303;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B40101;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
	display: none;
}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}

/*==============================================
    MEDIA QUERIES     
    =============================================*/
 
 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 1200px;
		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

   .navbar {
 border-radius: 0px; 
}
   
}



.panel-body > form > .row {
	margin: 10px 0;
}
.plan > h2 {
	margin: 0;
	text-align: center;
	padding: 5px 0;
	background-color: #F3F3F3;
	color: #000;
}
.plan {
	border: solid 1px black;
}
.plan > ul > li {
	list-style: none;
	/*margin:5px 0;*/
}
.plan > ul {
	margin: 0;
	padding: 0;
}
.plan > ul > li > span {
	font-weight:bold;
}
.generate,.bto-setting {
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.generate > h2 {
	margin: 0 0 5px 0;
}
.dist-form {
	padding: 10px;
	border: solid 1px #cecece;
	box-shadow: 0px 0px 3px #cecece;
	margin-top: 10px;
	background-color: #fcfcfc;
}
.dist-form > .row {
	margin-bottom: 10px;
}
.dist-form > .row > .col-md-9 > .form-control , .dist-form > .row > .col-md-3 > .form-control ,.dist-form > .row > .col-md-2 > .form-control , .dist-form > .row > .col-md-4 > .form-control {
	border-radius: 0;
	margin-bottom: 5px;
}
.prod-img {
	width: 100px;
	height: 100px;
	margin: 0 10px;
}
.moreproduct {
	padding: 10px;
	border-top: ridge;
	border-bottom: ridge;
}
.moreproduct > .row{
	margin: 10px 0;
}
.plan-action > a {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding: 5px;
	background-color: #F3F3F3;
	border-top: solid 1px #000;
}
#viewplan > .box > .row {
	padding: 10px;
}
#viewplan > .box > .row > .col-md-2:nth-child(2n+1) {
	font-weight: bold;
}
.box {
    border: solid 1px;
}
.box:nth-child(2n+1) {
    border-bottom: none;
	border-top: none;
	background-color: #e5e5e5;
}
.imageGallery1 > a > img {
	width: 100px;
	height: 100px;
	margin: 5px;
	border: solid;
}
.view-plan-product, .view-attribute {
	border: dashed 1px;
	padding: 10px;
	margin: 10px;
}
.show-product > ul > li {
	list-style: none;
	float: left;
	margin: 5px;
}
.show-product {
	display: grid;
}
.add-to-bto {
    border: solid 1px;
    padding: 10px;
}
.add-to-bto > h2{
	margin: 0 0 5px 0;
}
.img-delete {
	width: 200px;
	text-align: center;
	color: red;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0;
}
.img-edit {
	width: 200px;
	display: inline-block;
}

.input_text {
	padding: 5px 0;
	display: flow-root;
	border-top: dashed 1px #C90000;
	margin: 0 20px;
}
.input_text:first-child{
	border: none;
}
.input_text:last-child{
	border-bottom: dashed 1px #C90000;
}
.input_text:nth-child(even)
{
	background-color: #e5e5e5;
}
.attributeqty {
	border: ridge red;
	padding: 10px;
}
.attributeqty > h5 {
	font-weight: bold;
	color: red;
	letter-spacing: 1px;
}
.attributeqty > p {
	padding-top: 0 !important;
	font-weight: bold;
}
.attributeqty > .row > .col-md-2 {
	padding-bottom: 5px;
}
.attributeqty > hr {
	margin: 0;
	border: groove red;
}
.slider {
	border: solid 1px;
}
.slider > img {
	width: 100%;
	height: 250px;
	border-bottom: solid 1px;
}
.slider > form {
	padding: 10px;
}
.mainslider > .row > .col-md-3 {
	margin-bottom: 10px;
}
.aboutvtv,.company-msg {
	border: solid 1px #e5e5e5;
	padding: 10px;
	border-radius: 10px;
}
.classyedit {
	width: 100% !important;
}
.messages {
	margin: 10px 0;
}
.messages > div > div > input {
	margin: 10px 0;
}
.moremsg > .row{
	margin: 10px 0;
}
.video > iframe {
	width: 100%;
	height: 250px;
}
.income-type > li {
	display: flex;
	margin: 10px 0;
}
.income-type > li > a {
	position: absolute;
	width: 32px;
	height: 45px;
	background-color: black;
	font-size: xx-large;
	text-align: center;
	color: #fff;
	display: none;
	text-decoration: none;
}
.income-type > li:hover a{
	display: block;
}
.single-img > img {
	width: 100%;
	height: 250px;
}
.single-img, .single-vdo {
	border: solid 1px #000000;
	background-color: #fff;
	margin-bottom: 10px;
}
.single-img > p, .single-vdo > p {
	color: #000;
	padding: 5px;
	font-weight: bold;
	max-height: 50px;
	min-height: 50px;
	overflow: hidden;
	display: block;
}
.img-action{
	background-color: #000;
	display: flex;
}
.img-action > a {
	width: 33%;
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.img-action > a:nth-child(2) {
	background-color: red;
}
.img-action > a:hover {
	background-color: gray;
}
.img-action > a:nth-child(2):hover {
	background-color: orange;
}
.youtube > iframe, .video > video {
	width: 100%;
	height: 250px;
	display: block;
}
.table-responsive.evnt-user, .img.evnt-vdo, .img.evnt-img {
	max-height: 300px;
	overflow: auto;
}

.exattribute {
	border: solid 1px black;
	padding: 10px;
	margin: 10px;
	background-color: #e5e5e5;
}
.fran > div > table > tbody > tr > td > .form-control , .fran > div > table > tbody > tr > th > .form-control {
    padding: 0 !important;
	border-radius: 0;
	border-color: #000;
}
.plangridview > li {
	float: left;
	list-style: none;
	padding: 10px;
	border-radius: 0;
}
.box > .row:nth-child(2n+1) {
    border-bottom: none;
    border-top: none;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0;
}
.fruserdetail > .row {
    margin: 5px;
}
.fruserdetail {
    border: solid 1px #cccccc;
}
.fruserdetail > .row > .col-md-8,.fruserdetail > .row > .col-md-9 {
    background: #e5e5e5;
    padding: 5px;
    border: solid 1px #999999;
}
.frattachment > .col-md-3 > img {
    border: solid 1px;
    margin: 5px;
    width: 100%;
    height: 200px;
}
.row.fr-nav {
    background-color: #000;
}
.fr-nav > .col-md-2 > a,.fr-nav > .col-md-4 > a
{
	padding: 5px;
	text-align: center;
}
.fr-nav > .col-md-2 > a:hover , .fr-nav > .col-md-4 > a:hover {
    background-color: #fff;
    color: #000 !important;
}