.set-size { 
}


.img-thumbnail {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 15px;
}

.hint{
    padding: 15px 40px;
    font-size: 13px;
    line-height: 14px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #d8d7d3;
    background: #f0efeb url(../image/module_template/label.png) top left no-repeat;
}

.hint a{
    color: #3eb525;
}

.hint-tooltip{
    display: inline-block;
    background: url(../image/module_template/hint_tooltip.png) center no-repeat;
    width: 17px;
    cursor: pointer;
    height: 17px;
}

input, select {
	outline: 0;
}

#megamenu-manager-links h3 { 
	font-family:Poppins;
	font-size:25px;
	line-height:25px;
	color:#3ebb24;
	font-weight:normal;
	padding-left:5px; 
	padding-bottom: 10px;
	padding-top: 7px;
}

#megamenu-manager-links h4 { 
    font-size: 20px;
    color: #3ebb24;
    font-family: Poppins;
    line-height: 20px;
    font-weight: normal;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px 30px 15px 30px;
    margin: 0 -30px 10px -30px;
}

#megamenu-manager-links h5 { 
	font-size:16px;
	color:#3ebb24;
	font-family:Poppins;
	line-height:16px;
	font-weight:normal;
	border-bottom:1px solid #e9e9e9;
	padding:14px 0px 8px 0px;
	margin:0px; 
}

/* Content */

#content {
}

#content,
body {
	background: #f0efeb;
}

#megamenu-manager-links .content { 
	background: #fff;
    margin-bottom: 20px;
    font-family: Poppins; 
    border: 1px solid #c8c8c8;
}

	#megamenu-manager-links .content > div {
		position: relative;
		margin: -1px;
	}
	
	#megamenu-manager-links .content > div .bg-tabs { 
		border-bottom: none;
		border-radius: 2px 2px 0px 0px;
		-webkit-border-radius: 2px 2px 0px 0px;
		-moz-border-radius: 2px 2px 0px 0px; 
		min-height: 350px;
	}
	
	/* Main Tabs */
	
	#tabs { 
		width:190px;
		position: absolute;
		border:none;
		margin:0px;
		padding:0px;
		height:auto; 
	}
	
		#tabs a { 
			display:block;
			float:none;
			clear:both;
			border:none;
			background:none;
			margin:0px;
			padding:0px;
			border-bottom:1px solid #e0e0e0;
			height:49px;
			text-decoration: none;
			text-align:left; 
		}
	
			#tabs a.active { 
				background:#fff;
				padding:0px;
				height:49px; 
			}
	
				#tabs a span { 
					display:block;
					padding:15px 20px 0px 20px;
					text-align: right;
					font-family:Poppins;
					color:#4c4c4c;
					font-size:14px;
					height:34px;
					font-weight: 400; 
				}
				
	/* Tabs slider */
	
	#tabs_slider {
		position: absolute;
		width: 190px;
		padding: 0px;
		border: none;
		margin: 0px;
	}
	
		#tabs_slider a {
			display:block;
			float:none;
			clear:both;
			border:none;
			background:none;
			margin:0px;
			padding:0px;
			border-bottom:1px solid #e0e0e0;
			text-align:left;
			padding:15px 20px 0px 20px;
			font-family:Poppins;
			color:#4c4c4c;
			font-size:14px;
			height:50px;
			font-weight: 400;
			text-align: right;
			border-right:1px solid #c8c8c8;
			text-decoration: none;
		}
		
			#tabs_slider a.selected {
				background:#fff;
				padding:15px 20px 0px 20px;
				height:50px;
			}
			
			#tabs_slider a:first-child.selected {
				background: #fff url(../image/module_template/tab-active.png) top right no-repeat;
				border-right: none;
			}
			
				#tabs_slider img {
					vertical-align: top;
					margin: 1px 0px 0px 0px;
				}
				
				#tabs_slider span {
					display:block;
					float:none;
					clear:both;
					border:none;
					background:none;
					margin:0px;
					padding:0px;
					border-bottom:1px solid #e0e0e0;
					text-align:left;
					padding:15px 20px 0px 20px;
					font-family:Poppins;
					color:#4c4c4c;
					font-size:14px;
					height:49px;
					font-weight: 400;
					text-align: right;
				}
				
					#tabs_slider span img {
						cursor: pointer;
					}
	
	/* Tab slider language */
	
	.tab-slider-language {
		position: absolute;
		width: 190px;
		margin: 99px 0px 0px 0px;
		border-top: 1px solid #e0e0e0;
		padding-bottom: 60px;
	}
	
		.tab-slider-language a {
			display:block;
			float:none;
			clear:both;
			border:none;
			background:none;
			margin:0px;
			padding:0px;
			border-bottom:1px solid #e0e0e0;
			height:49px;
			text-align:left;
			text-decoration: none;
		}
		
			.tab-slider-language a.selected {
				background:#fff url(../image/module_template/tab-active.png) top right no-repeat;
				padding:0px;
				height:49px;
			}
			
			.tab-slider-language a span { 
				display:block;
				padding:15px 0px 0px 50px;
				font-family:Poppins;
				color:#4c4c4c;
				font-size:14px;
				height:49px; 
			}
			
				.tab-slider-language a img { 
					position:absolute;
					margin:19px 0px 0px 16px;
				}
	
	.tab-content2 { 
		padding:20px 30px 30px 30px; 
		margin-left: 190px;
	}
	
	.tab-content3 { 
		padding:20px 30px 30px 30px; 
		margin-left: 190px;
	}
	
	.tab-content { 
		padding:20px 30px 30px 30px; 
		min-height: 350px;
	}
	
/* Input */

.input { 
	padding: 6px 0;
}

.input p { 
	float: left;
	width: 200px;
	font-family: Poppins;
	color: #373737;
	font-size: 14px;
	padding: 15px 10px 6px 0px;
	margin: 0px;
    font-weight: 600;
	line-height: 14px; 
}

	.tab-content2 .input p {
		width: 160px;
	}
	
	.input > div {
		float: left;
		width: 200px;
		padding: 7px 0px 0px 0px;
	}

.input .list-language {
	float: left;
	padding: 7px 0px 0px 0px;
	padding: 0px;
	width: 420px;
	position: relative;
	margin-bottom: -20px;
}
	
	.input .language {
		padding: 0px;
		float: left;
		width: 190px;
		position: relative;
	}
	
		.input .language input {
			margin-bottom: 20px;
			padding-right: 38px;
			width: 180px;
		}
		
		.input .language img {
			position: absolute;
			left: 142px;
            top: 14px;
		}

.input select, 
.input input[type=text], 
.input textarea { 
	display: block;
	float: left;
	width: 172px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
    font-weight: 600;
	color: #373737;
	margin-right: 15px; 
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #d8d7d3;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:    border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:      border linear 0.2s, box-shadow linear 0.2s;
	transition:         border linear 0.2s, box-shadow linear 0.2s;
}

	.input input:focus {
		  border-color: rgba(82, 168, 236, 0.8);
		  outline: 0;
		  outline: thin dotted \9;
		  /* IE6-9 */
		
		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	}

.input textarea { 
	margin-right: 0px;
	width: 433px;
	height: 100px;
	max-width: 433px; 
}

.input select {
	min-height: 26px;
    background: #f0efeb;
    padding-right: 30px;
    text-transform: uppercase;
    background: #f0efeb url(../image/module_template/arrow_select.png) no-repeat;
    background-position: right 12px center;
   appearance:none; 
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance:none; /* Firefox */
}
.input select::-ms-expand {
    display: none;
}

.input .slider {
	display: block;
	float: left;
	width: 478px;
}

	.input .slider img { 
		max-width:100%;
	}

/* Add elements */

.tabs_add_element { 
	border-bottom:1px solid #e9e9e9;
	background:#f2f2f2;
	padding-left:20px; 
}

.tabs_add_element a, .tabs_add_element > img { 
	padding:15px 23px 0px 23px;
	font-family:Poppins;
	float:left;
	font-size:12px;
	color:#4c4c4c;
	font-weight:600;
	text-decoration:none;
	display:block;
	height:46px;
	border-left:1px solid #cccccc; 
}
	
	.tabs_add_element a.selected { 
		background:#fff; 
		position: relative;
		height: 32px;
		margin-bottom: -1px;
	}
	
	.tabs_add_element > img {
		height: 16px;
		padding-bottom: 15px;
		cursor: pointer;
	}
	
	.tabs_add_element img {
		vertical-align: top;
	}

/* Buttons */

#megamenu-manager-links .buttons { 
	background: #3ebb24 ;
	height: 60px;
	padding: 0px; 
}

#megamenu-manager-links .buttons .button-save { 
	display: block;
	border: none;
	cursor: pointer;
	text-indent: 100000px;
	width: 100%;
	height: 60px;
	cursor: pointer;
    background:  url(../image/module_template/button-save.png) top center no-repeat;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

     #megamenu-manager-links .buttons .button-save:hover {
          background: #34af1b url(../image/module_template/button-save.png) top center no-repeat;
     }
	
	#megamenu-manager-links .buttons .button-add-link { 
		display:block;
		border: none;
        height: 60px;
        line-height: 60px;
        color: #fff;
		cursor: pointer;
        font-size: 11px;
		overflow:hidden;
        text-align: center;
		cursor:pointer;
        text-transform: uppercase;
        font-weight: 600;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
	}
    
    #megamenu-manager-links .buttons .button-add-link:hover{
        background: #34af1b
    }

/* Status */

.status {
	width: 66px;
	height: 30px;
	background: url(../image/module_template/status.png) top right no-repeat;
	cursor: pointer;
	margin-top: 5px;
	-webkit-transition: background-position .15s ease-in;  
	-moz-transition: background-position .15s ease-in;  
	-o-transition: background-position .15s ease-in;  
	transition: background-position .15s ease-in;  
}

.status-on { 
	background-position: top left;
}
/* Module placement */

#module-placement {
	width: 100%;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0px;
	border-spacing: 0px;
}
   

	#module-placement thead tr td {
		background: #f7f7f5;
		border: 1px solid #e5e5e5;
		padding: 16px 20px;
		font-weight: 600;
		color: #000;
        text-transform: uppercase;
		font-family: Poppins;
	}
	
		#module-placement td.first {
			border-left: none;
		}
		
	#module-placement tbody tr td {
		border-bottom: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
        background: #f7f7f5;
		padding: 16px 20px;
	}

                        #module-placement tbody td select, 
                        #module-placement tbody td input { 
                            display: block;
                            margin: 0px;
                            padding: 0px;
                            font-size: 10px;
                            font-weight: 600;
                            color: #373737;
                            margin-right: 15px;
                            box-shadow: none;
                            -moz-box-shadow: none;
                            -webkit-box-shadow: none;
                            -webkit-border-radius: 20px;
                            border-radius: 20px;
                            -moz-border-radius: 20px;
                            padding: 10px 20px;
                            border: 1px solid #d8d7d3;
                            -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
                            -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
                            -o-transition: border linear 0.2s, box-shadow linear 0.2s;
                            transition: border linear 0.2s, box-shadow linear 0.2s;
                            outline: 0;

                        }

                            #module-placement tbody td select {
                                min-height: 26px;
                                background: #f0efeb;
                                padding-right: 30px;
                                text-transform: uppercase;
                                background: #f0efeb url(../image/module_template/arrow_select.png) no-repeat;
                                background-position: right 12px center;
                                appearance: none;
                                -webkit-appearance: none;
                                -o-appearance: none;
                                -moz-appearance: none;
                            }
                            #module-placement tbodytd select::-ms-expand {
                                display: none;
                            }
		
			#module-placement tbody tr td input:focus {
				  border-color: rgba(82, 168, 236, 0.8);
				  outline: 0;
				  outline: thin dotted \9;
				  /* IE6-9 */
				
				  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
				     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
				          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
			}
		
			#module-placement tbody tr td select {
				width: 150px;
			}
		
			#module-placement tbody tr td .sort {
				width: 60px;
			}
			
			#module-placement a {
				cursor: pointer;
			}
			
	
    .add-module {
        display: block;
        width: 100%;
        padding: 20px 20px 20px 60px;
        background: #f7f7f5 url(../image/module_template/add.png) 20px center no-repeat;
        cursor: pointer;
        font-size: 10px;
        line-height: 10px;
        font-family: Poppins;
        color: #3ebb24;
        text-transform: uppercase;
        font-weight: 600;
        border: 1px solid #e5e5e5;

    }

    .add-module:hover{
        color: #3ebb24;
    }
/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

  
.color_input input { 
	width: 170px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
    font-weight: 600;
    display: inline-block !important;
	color: #373737;
	margin-right: 15px; 
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px 20px;
    border-left: 1px solid #d8d7d3 !important;
    border-top: 1px solid #d8d7d3 !important;
    border-bottom: 1px solid #d8d7d3 !important;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:    border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:      border linear 0.2s, box-shadow linear 0.2s;
	transition:         border linear 0.2s, box-shadow linear 0.2s;
}

.color_input .color_selected{
    position: relative;
    left: -53px;
    top: 3px;;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    display: inline-block;
    
}

.page-header h1 {
     color: #373737;
     font-family: Poppins;
     font-weight: 300;
     margin-bottom: 5px;
     margin-top: 7px;
}