.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: 400;
    margin-bottom: 20px;
    border: 1px solid #d8d7d3;
    background: #f0efeb url(../image/module_template/label.png) top left no-repeat;
    clear: both;
}

.hint a{
    color: #3eb525;
    text-decoration: underline;
}

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

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

#advanced_grid 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; 
}

#advanced_grid 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,
body {
	background: #f0efeb;
}

#content {
	min-height: 600px;
}

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

	#advanced_grid .content > div {
		margin: -1px;
		position: relative;
		background:url(../image/module_template/bg-tabs.png) top left repeat-y;
	}
	
		#advanced_grid .content > div .tabs {
			min-height: 600px;
            position: relative;
		}
		
			#advanced_grid .content > div .tabs .main-tabs {
				position: absolute;
				width: 165px;
				padding: 0px;
				border: none;
				margin: 0px;
			}
			
				#advanced_grid .content > div .tabs .main-tabs a {
					display:block;
					float:none;
					clear:both;
					border:none;
					background:none;
					margin:0px;
					padding:0px;
					border-bottom:1px solid #4b4b4b;
					text-align:left;
					padding:30px 25px 0px 20px;
					font-family:Poppins;
					color:#fff;
                    font-weight: 600;
                    line-height: 11px;
                    text-transform: uppercase;
					font-size:10px;
					height: 70px;
					text-align: left;
					text-decoration: none;
                    -webkit-transition: background-color .2s ease-in;  
                    -moz-transition: background-color .2s ease-in;  
                    -o-transition: background-color .2s ease-in;  
                    transition: background-color .2s ease-in;  
				}
				
					#advanced_grid .content > div .tabs .main-tabs a:hover {
                        background-color: #4b4b4b;
                    }
					#advanced_grid .content > div .tabs .main-tabs a.selected {
						background: #4b4b4b url(../image/module_template/tab-active.png) top right no-repeat;
					}
					
						#advanced_grid .content > div .tabs .main-tabs img {
							vertical-align: top;
                            float: right
						}
						
					
						#advanced_grid .content > div .tabs .main-tabs #module-add img {
							vertical-align: top;
                            float: left;
                            margin-right: 10px;;
						}
						
						#advanced_grid .content > div .tabs .main-tabs span {
							display:block;
							float:none;
							clear:both;
                            cursor: pointer;
							border:none;
							background:none;
							margin:0px;
							padding:0px;
							text-align:left;
							padding: 20px 20px 0px 20px;
							font-family:Poppins;
							color:#3ebb24;
							font-size:10px;
                            line-height: 11px;
                            font-weight: 600;
							height:70px;
							text-align: left;
						}
						
							#advanced_grid .content > div .tabs .main-tabs span img {
								cursor: pointer;
							}
			
			#advanced_grid .content > div .tabs .tab-content {
				margin-left: 165px;
				min-height: 400px;
				padding: 1px 0px 0px 0px;
			}
			
				#advanced_grid .content > div .tabs .tab-content textarea {
					width: 525px;
					height: 300px;
					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;
                }
				
				#advanced_grid .content > div .tabs .tab-content table.form {
					margin: 0px;
				}
					
					#advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > td {
                        font-family: Poppins;
                        color: #373737;
                        font-size: 14px;
                        padding: 6px 10px 6px 0px;
                        margin: 0px;
                        font-weight: 600;
                        line-height: 14px;
					}
                    
                    #advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > td:first-child{
                        padding-top: 15px;
                    }
					
						#advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > td select, 
						#advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > 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;
                            
						}
                        
                            #advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > 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;
                            }
                            #advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > td select::-ms-expand {
                                display: none;
                            }

						     #advanced_grid .content > div .tabs .tab-content table.form > tbody > tr > td input:focus,
						     #advanced_grid .content > div .tabs .tab-content textarea: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);
						     }
						

        /* Buttons */

        #advanced_grid .content > div .buttons { 
            background: #3ebb24;
            height: 60px;
            margin: 0px 0px 0px 165px; 
        }

        #advanced_grid .content > div .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;
        }

        #advanced_grid .content > div .buttons .button-save:hover {
             background: #34af1b url(../image/module_template/button-save.png) top center no-repeat;
        }

			
/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}


/* Table Form */

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form > tbody > tr > td:first-child {
	width: 200px;
}

table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
}

     table.form img {
          max-width: 100%;
     }

/* Htabs */

.htabs {
	padding: 0px 3px 0px 30px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.htabs a {
	border-top: 1px solid #dededc;
	border-left: 1px solid #dededc;
	border-right: 1px solid #dededc;
	background: #FFFFFF url('../image/module_template/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Poppins;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}

.tab-content .htabs a{
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
}

.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}

/* Module Tabs */

.module-tabs {
	position: absolute;
	width: 165px;
	padding-bottom: 60px;
    height: 100%;
    border-right: 1px solid #dededc;
}

	.module-tabs a {
		display: block;
		float: none;
		clear: both;
		border: none;
		background: none;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #dededc;
		height: 70px;
		text-align: left;
		text-decoration: none;
		padding: 30px 25px 0px 20px;
		font-family: Poppins;
		color: #000;
        position: relative;
		font-size: 10px;
        line-height: 11px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: background-color .2s ease-in;  
        -moz-transition: background-color .2s ease-in;  
        -o-transition: background-color .2s ease-in;  
        transition: background-color .2s ease-in;  
	}
    
    .module-tabs a:first-child{
        padding-top: 25px;
        height: 69px;
    }
    
    .module-tabs a.selected:after, .module-tabs a:after {
        right: -1px;
        opacity: 1;
    }
    
    .module-tabs a.selected:before, .module-tabs a:before {
        right: -1px;
        opacity: 1;
    }
    .module-tabs a:after {
        content: "";
        background: transparent;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -8px;
        bottom: 0;
        opacity: 0;
        right: 0;
        z-index: 2;
        margin: auto;
        border-top: 7px solid transparent;
        border-right: 7px solid  #fff;
        border-bottom: 7px solid transparent;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .module-tabs a:before {
        content: "";
        background: transparent;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -7px;
        bottom: 0;
        opacity: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        border-top: 8px solid transparent;
        border-right: 8px solid  #e5e5e5;
        border-bottom: 8px solid transparent;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
	
		.module-tabs a:hover {
			background: #f7f7f5
		}
		.module-tabs a.selected {
			background: #f7f7f5
		}
        
        .module-tabs a img{
            float: right;
        }
		
	.module-tabs span {
		display: block;
		float: none;
		clear: both;
		border: none;
		background: none;
		margin: 0px;
		padding: 0px;
		text-align: left;
		padding: 20px 25px 0px 20px;
		font-family: Poppins;
		color: #3ebb24;
		font-size: 10px;
		line-height: 11px;
		height: 70px;
		font-weight: 600;
        cursor: pointer;
        text-transform: uppercase;
	}
	
		.module-tabs span img {
			cursor: pointer;
            float: left;
            margin-right: 10px;
		}
	
.tab-content3 {
	margin-left: 165px;
	padding: 20px 30px;
}

/* 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;
}


.input { 
	padding: 6px 0;
}

.input p { 
	float: left;
	width: 250px;
	font-family: Poppins;
	color: #373737;
	font-size: 14px;
	padding: 15px 10px 6px 0px;
	margin: 0px;
    font-weight: 600;
	line-height: 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[type=text]:focus,
	.input textarea: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: 533px;
	height: 100px;
}

.input select {
	min-height: 26px;
    background: #f0efeb;
    padding-right: 30px;
    text-transform: uppercase;
    outline: 0;
    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;
}
/* Add elements */

.tabs_add_element { 
	border-top:3px solid #373737;
	border-bottom:1px solid #e5e5e5;
	padding-left:20px; 
    margin: 0 -30px;
    margin-top: 20px;
}

.tabs_add_element .column_add_head{
    float: left;
    border-bottom: 0;
    font-size: 11px;
    line-height: 11px;
    color: #3ebb24;
    padding: 25px 23px 0 7px;
    text-transform: uppercase;
    font-weight: 600;
    height: 70px;
    border-right:1px solid #e5e5e5; 
}

.tabs_add_element a { 
	padding:30px 23px 0px 23px;
	font-family:Poppins;
	float:left;
	font-size:12px;
	color:#4c4c4c;
	font-weight:600;
	text-decoration:none;
	display:block;
	height:70px;
    position: relative;
	border-right:1px solid #e5e5e5; 
    -webkit-transition: background-color linear 0.2s, box-shadow linear 0.2s;
    -moz-transition:    background-color linear 0.2s, box-shadow linear 0.2s;
    -o-transition:      background-color linear 0.2s, box-shadow linear 0.2s;
    transition:         background-color linear 0.2s, box-shadow linear 0.2s;
}

	
	.tabs_add_element a.selected,
	.tabs_add_element a:hover { 
		background:#f7f7f5; 
		position: relative;
	}
    
    .tabs_add_element a:after { 
        content: "";
        background: transparent;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        bottom: -8px;
        opacity: 0;
        right: 0;
        z-index: 2;
        margin: auto;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        -webkit-transition: all .2s ease-in;  
        -moz-transition: all .2s ease-in;  
        -o-transition: all .2s ease-in;  
        transition: all .2s ease-in;  
    }

    .tabs_add_element a:before { 
        content: "";
        background: transparent;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        bottom: -8px;
        opacity: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e5e5e5;
        -webkit-transition: all .2s ease-in;  
        -moz-transition: all .2s ease-in;  
        -o-transition: all .2s ease-in;  
        transition: all .2s ease-in;  
    }

    .tabs_add_element a.selected:before,
    .tabs_add_element a.selected:after{
        bottom: -1px;
        opacity: 1;
    }
	
	.tabs_add_element > img {
		margin: 30px 23px 25px 23px;
		cursor: pointer;
        height: 15px;
	}
	
	.tabs_add_element img {
		vertical-align: top;
	}
	
/* Links */

.links table,
.products_tabs table {
	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;
}

	.links table thead tr td,
	.products_tabs table thead tr td {
		background: #f7f7f5;
		border: 1px solid #e5e5e5;
		padding: 16px 20px;
		font-weight: 600;
		color: #000;
        text-transform: uppercase;
		font-family: Poppins;
	}
	
		.links table td.first,
		.products_tabs table td.first {
			border-left: none;
		}
		
	.links table tbody tr td,
	.products_tabs table tbody tr td {
		border-bottom: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
        background: #f7f7f5;
		padding: 16px 20px;
	}
	
		.links table tbody tr td .own_image,
		.products_tabs table tbody tr td .own_image {
			width: 60px;
		}
		
			.links table tbody tr td .own_image img,
			.products_tabs table tbody tr td .own_image img {
				max-width: 100%;
				cursor: pointer;
			}
			
			.links table tbody tr td .own_image > a > i,
			.products_tabs table tbody tr td .own_image > a > i {
				width: 50px;
				height: 50px;
				font-size: 20px !important;
				padding-top: 17px;
			}
			
		.links table tbody tr td input,
		.products_tabs table tbody tr td input {
			display: block;
            margin: 0px;
            padding: 0px;
            font-size: 10px;
            width: 100%;
            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;
		}
		
		     .links table tbody tr td input:focus,
		     .products_tabs table 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);
		     }
		
			.links table tbody tr td .sort,
			.products_tabs table tbody tr td .sort {
				width: 70px;
                text-align: center;
			}
			
	.products_tabs table .input {
	     padding-top: 10px;
	     padding-bottom: 10px;
	     border: none;
	}
	
.add-link {
	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-link:hover{
    color: #3ebb24;
}

.remove-link {
	cursor: pointer;
}

/* List language */

div.list-language {
	
}

	div.list-language .language {
		margin-top: 10px;
		position: relative;
	}
	
		div.list-language .language:first-child {
			margin: 0px;
		}
		
		div.list-language .language img {
			position: absolute;
			top: 14px;
			right: 15px;
		}
		
	.input div.list-language {
		float: left;
		width: 425px;
	}
	
		.input div.list-language input {
			width: 100%;
			float: none;
			-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 div.list-language 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);
		     }
		
/* Products autocomplete */

.products-autocomplete {
	clear: both;	
}

	.products-autocomplete p {
		float: left;
		width: auto;
		padding: 27px 20px 20px 0px;
		margin: 0px;
	}
	
	.products-autocomplete > div {
		float: left;
		width: auto;
		margin: 20px 0px 20px 0px;
	}
	
/* Scrollbox */

.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 200px;
	background: #FFFFFF;
	overflow-y: scroll;
}

.scrollbox img {
	float: right;
	cursor: pointer;
}

.scrollbox div {
	padding: 3px;
}

.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}

.scrollbox div.even {
	background: #FFFFFF;
}

.scrollbox div.odd {
	background: #E4EEF7;
}
			
/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* @group Module Layout */

.module-layouts {
     float: left;
     width: 400px;
     height: 300px;
     border: 1px solid #d8d7d3;
     overflow-y: scroll;
     margin-right: 5px;
     padding: 15px;
}

     .module-layout-title {
          background: #f2f2f2;
          border-bottom: 1px solid d8d7d3;
          padding: 15px 20px 15px 20px;
          font-family: Poppins;
          color: #4c4c4c;
          font-size: 14px;
          display: none;
     }

     .module-layout {
          padding: 3px;
     }
     
          .module-layout:hover {
          	background: #FFFFCB;
          }
          
          .module-layout input {
          	margin-top: 5px;
          	float: left;
          	margin-right: 15px;
            cursor: pointer;
          }
          
          .module-layout p {
          	padding-top: 5px;
            font-size: 11px;
            line-height: 11px;
          }

/* @end */

     
.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: -55px;
    top: 14px;;
    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;
}

/* @group Simple / advanced */

.advanced {
     display: none;
}

.showing-advanced-templates .advanced {
     display: block;
}

     .showing-advanced-templates span.advanced {
          display: inline-block;
     }

.showing-advanced-templates .simple {
     display: none;
}

.show-advanced {
     clear: left;
     margin-left: 250px;
     padding-top: 10px;
     cursor: pointer;
     font-size: 11px;
     font-weight: 600;
     text-transform: uppercase;
     text-decoration: underline;
     color: #373737;
}

/* @end */