HOME


sh-3ll 1.0
DIR:/chroot/home/laughingplants/laughingplants.com/html/admin/css/
Upload File :
Current File : /chroot/home/laughingplants/laughingplants.com/html/admin/css/style.css
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	 font-family: 'Open Sans', sans-serif; 
}
 
@media (max-width:768px)
{
   .media_top_nav
   {
    margin-top: -60px !important;
   }
  .cust_dollar , .cust_reg
   {
    margin:0px 21px;
   }
   h3
  {
    font-size:13px !important;
  }
 .cust_dollar #box h4
  {
    font-size:23px !important;
  }
  .cust_dollar #box p
  {
    font-size:13px !important;
  }
    .padd_35
  {
    padding:0px 35px !important;
     
  } 

}
#caret, #caret1, #caret2, #caret3, #caret4, #caret5, #caret6
{
	float:right;
} 
#main_body
{
    background-attachment: fixed;
    background-color: #4a119a;
    
}
.navbar-toggle .icon-bar
 {
   background-color: #4a119a;
 }
 .l_r_margin_10
 {
    margin-left: 10%;
    margin-right: 10%;
 }
.navbar-default
{
	background-color: transparent !important;
    border-color: transparent !important;
}
.media_top_nav
{
	padding:0px
}
 
.nav-pills>li>a {
    padding: 16px 15px;
    color: #545252;
    background-color: transparent !important
    
}

#user_img_li
{
	background: transparent !important;
    text-align: center !important;
    margin-right: 33px !important;
    border: 0 !important;
    box-shadow: 0 0 0 transparent !important;
}
 
.nav_top_ul >li , .u_nav_ul>li
{
	    margin: 0px 20px 0px 20px;
}
.has-warning .form-control
{
	    border-color: #c4cbd0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 32px;
    height: 37px;
}

.icon_color
{
	float: left;
	color: white;
    padding: 7px;
    border-radius: 6px;
    font-size: 30px;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-right:15px;
}
.red_icon
{
	
    background-color: #ff6b6b;
    
}
.blue_icon
{
	
    background-color:#4a119a;
  
}
.purple_icon
{
	
    background-color:#6e6eff;
    
}
.pink_icon
{
	
    background-color:#f76fff;
   
}
 
#box p
{
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 10px;
}

#box h4
{
	margin-top: 0px;
	font-size: 15px;
	font-weight: 600;
    color: #536dfe;
}

.cust_reg 
{
	background-color: #fff;
}

.cust_icon 
{
	float: left;
    padding: 0px;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-right: 15px;
}
 
.cust_reg .box-panel
{
	padding: 0px 0px 16px !important;
}

 
@media (min-width:360px) and (max-width:500px)
{
   .media_top_nav
   {
    
   }
   .main_logo
   {
     width: 60% !important;
   }
}
 
 @media (max-width:360px)
{
   	
}
 
@media (max-width:948px)
{
    .nav_top_ul >li , .u_nav_ul>li
   {
	    margin: 0px !important;
   }	
}
@media (max-width:768px)
{ 

	.media_top_nav > .col-md-2
	{
	    
	   
	}
   .fix_ul_div
   {
     padding:15px !important;
   }
   .fix_ul_div
   {
    background-color: #eef2f5
    }
   
}
 
.has-warning .form-control-feedback
{
	    color: #777777;
}

div#header
{
	width:100%;
	height:50px;
	background-color:#ffffff;
	margin:0 auto;
}
a
{
	text-decoration:none;
}
.logo
{
	float:left;
	margin-top:10px;
	margin-left:10px;
	color: rgb(38, 50, 56);
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.logo a
{
	font-size:18px;
	color:black;;
}
.logo a span
{
	font-weight:30;
}

div#container
{
	width:100%;
	margin:0 auto;
}

.sidebar
{
	width:250px;
	height:100%;
	background-color:#ffffff;
	float:left;
	 
}

.user_img
{
	height: 75px;
	width:75px;
    margin-left: 30px;
    border-radius: 50%;
}

ul#nav
{
	
}

ul#nav li
{ 
	 list-style: none;
    margin-bottom: 18px;
    border-radius: 4px;
    color: aquamarine !important;
    border: 1px solid #ffffff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
    margin-right: 0;
 }
 
 ul#nav li i
{ 
	color: #fff;
 }
 
 ul#nav li span
{ 
	color: black;
	padding-left: 23px;
 }
 ul#nav li a
 {
	 color:#fff;
	 display:block;
	 padding:10px;
	 -webkit-transition:0.2s;
	 -moz-transition:0.2s;
	  -o-transition:0.2s;
	 transition:0.2s;
	 text-decoration: none;
 }
 .red-skin {
    background-color: rgb(255, 107, 107);
    border-color: rgb(255, 98, 98) !important;
}
  ul#nav li a:selected
  {
	  background-color:#030303;
	  color:#fff;
	  padding-left:30px;
  }
  
  .content{
	 
    background-color:#eef2f5;
    padding: 15px;
    min-height: 800px;
    border-radius: 15px 0px 0px 0px;
}
.content p{
	color:#424242;
}

div#box
{
	margin-top:15px;
}
div#box .box-top
{
	color:#fff;
	text-shadow:0px  1px #000;
	background-color:#2980b9;
	padding:5px;
	padding-left:15px;
	font-weight:300;
}
div#box .box-panel
{
	padding:30px 23px 42px;
	background-color:#fff;
	color:#333;
	border-radius: 4px;
}

.cust_dollar #box p
{
	font-size: 18px;
}

.cust_dollar #box h4
{
	font-size: 28px;
}

.cust_second_block
{
	background-color: #fff;
    padding: 10px 0 22px;
    border-radius: 0px 0px 4px 4px;
	min-height: 78px;
	text-align: center;
}

.cust_first_block {
    background-color: #fff;
    padding: 15px 0 12px;
    border-radius: 0px 0px 4px 4px;
    min-height: 63px;
    text-align: center;
}

.cust_dollar #box .box-panel
{
	padding: 24px 23px 15px;
    background-color: #4a119a;
    color: #333;
    border-radius: 15px 4px 0 0;
    
}

.btn-success {
    color: #fff;
    background-color: #380e68;
    border-color: #7312e2;
}

.dash >h4 , .dash >p
{
	color:#ffffff !important;
}
.black 
{
	color:black !important;
}


.cust_first_block p a
{
	text-decoration: none;
    border: 2px solid #39577b;
    font-size: 14px;
	border-radius: 4px;
	font-weight: 600;
}

.cust_second_block img
{
	margin: 0 auto;
	margin-top: -30px;
}

.cust_second_block p
{
	font-size: 15px !important;
}

 
 
h1,h2,h3,h4,h5,h6,p{
	margin-bottom:20px;
}

 
.dash_calculator_panel
{
    margin-top: 4%;
}
 
.nopad >.col-md-4
{
	padding:0px
} 
.nopad
{
	margin: 0;
}
 
 
 
.margin_top_25
{
	margin-top: 25px;
}

.padding_25
{
	padding: 25px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #1a053c;
    border: 1px solid #1a053c;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #536dfe;
    color: #536dfe;
    border-radius: 4px 4px 0 0;
}

.text-large td p
{
	margin-bottom: 3px;
}
 
 

.padding_10
{
	padding: 10px;
}

.cust_btn
{
    float: right;
}
 
 
.dataTables_filter {
    float: right !important;
}

@media (min-width:1299px) and (max-width:1920px)
{
   .resp_table
   {
    overflow-x: visible !important;
   }
}
@media (max-width:991px)
{
  .content
  {
    min-height:840px !important;
  }
}

@media(max-width:450px)
{	
	.form_cust .form-control
	{
		padding:0;
	}
	
	.box .history-day {
		width: 50px;
	}
	
	.box .history-month {
		width: 70px;
	}
	
	.cust_second_block img 
	{
		margin: 0 auto;
		margin-top: 0;
	}
}
.cust_icon > .fa
{
    color: white !important;
    font-size: 5em !important;
}    
.panel-primary {
    border-color: #4a119a;
    border-radius:2px;
}
.panel-heading
{
	border-radius: 0 !important;
	background-color:#4a119a !important;
    border-color: #4a119a !important;
}
.panel-heading > h3
{
	margin:0px;
}
.btn-primary {
    color: #fff !important;
    background-color: #380e68 !important;
    border-color: #380e68 !important;
    height: 40px !important;
    border-radius: 3px !important;
    padding: 6px 20px !important;
}
hr
{
border-top: 1px solid #4a119a !important;
}

#success_message, #group_cloesed_message
{
		color: white;
	    background-color:rgb(37, 130, 130);
	    width: 200px;
	    padding: 10px;
	    border-radius: 12px;
	    margin: 0;
	    display:none;
	    float: right;"
}
.margin
{
 margin: 0 4px;
}
 .header_separator
 {
    color: #4a119a;
    
    margin-bottom: 0 !important;
 }
 #cancel
 {
	 padding: 6px 20px !important;
	 height: 40px !important;
	 border-radius: 3px !important;
	 margin-left: 5px !important;
 }
 
 .cust_buy_ds
 {
	width: 100px;
	font-size: 22px;
    font-weight: bold;
 }
.btn-success:hover {
color: #fff;
background-color: #4a119a;
border-color: #4a119a;
}
 
 .cust_btn_success
 {
 	background: green;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 0 5px;
    margin-top: 6px;
 }
 
 .cust_btn_warning
 {
 	background: #eea236;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 0 5px;
    margin-top: 6px;
 }
 
 .cust_btn_danger
 {
 	background: #d43f3a;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 0 5px;
    margin-top: 6px;
 }
 
 .cust_rupees_txt
 {
 	width: 74%; 
 	display: inline-block;
 }
 
 .cust_rupees_dropdown
 {
 	display: inline-block; 
 	width: 25%;
 	height: 35px;
 }
 
 .btn-default
 {
 	background-color: #ccc;
 	border-color: #ccc;
 	color: #fff;
 }
 
 @media(max-width: 500px)
 {
 	.cust_rupees_txt
	 {
	 	width: 65%; 
	 	display: inline-block;
	 }
	 
	 .cust_rupees_dropdown
	 {
	 	display: inline-block; 
	 	width: 33%;
	 	height: 35px;
	 }
 }
 
 @media(max-width: 370px)
 {
 	.cust_rupees_txt
	 {
	 	width: 55%; 
	 	display: inline-block;
	 }
	 
	 .cust_rupees_dropdown
	 {
	 	display: inline-block; 
	 	width: 43%;
	 	height: 35px;
	 }
 }
.modal-title img
{
    height: 50px;
    margin: 0 auto;
}

.modal-content
{
    
    border: 1px solid #fff;
    border-radius: 3px;
    margin top: 10%;
}

.modal-body p
{
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.modal-header, .modal-footer
{
   border: 0px;
}

.close
{
    color: #fff;
    opacity: 1;
}

.close:hover
{
    color: #fff;
    opacity: 0.5;
}

.modal-dialog
{
    margin: 10% auto;
}
.cust_rupees_txt
{
width: 74%; 
display: inline-block;
}

.cust_rupees_dropdown
{
display: inline-block; 
width: 25%;
height: 35px;
}

@media(min-width: 992px) and (max-width: 1091px)
{
.cust_rupees_txt
{
width: 60%; 
}

.cust_rupees_dropdown
{
width: 38%;
}
} 

@media(min-width: 1092px) and (max-width: 1545px)
{
.cust_rupees_txt
{
width: 65%; 
}

.cust_rupees_dropdown
{
width: 33%;
}
}

@media(max-width: 500px)
{
.cust_rupees_txt
{
width: 68%; 
display: inline-block;
}

.cust_rupees_dropdown
{
display: inline-block; 
width: 30%;
height: 35px;
}
}

@media(max-width: 370px)
{
.cust_rupees_txt
{
width: 55%; 
display: inline-block;
}

 .cust_rupees_dropdown
 {
	 display: inline-block; 
	 width: 43%;
	 height: 35px;
 }
}

.form-control
{
    border: 1px solid #856aab !important;
    border-radius: 3px !important;
}