@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);

#minimax{ color:#333; margin-top:10px;
}

.logo{
	margin:20px 10px;
	}


ul.nav{	 
	font-size:12px;
	}
	
ul.nav li{
	display:block;
	position:relative;
	}
	
span.icon img{
	position:absolute;
	left:10px;
	top:8px;
	width:16px;
	}
	
.header h2{
    float: left;
}
.header{
	height:60px;
	background:#272727;
	-moz-border-radius:0px 7px 0px 0px;
	-webkit-border-radius:0px 7px 0px 0px;
	border-radius:0px 7px 0px 0px;
    color: #fff;     
    line-height: 60px;
    padding-left: 10px;
    font-size: 14pt;
	}
    

.admin-cont {
    min-height: 100%;   
}
.admin-cont *{
     
}
.admin-cont label{
    display: block;
    clear: both;
    line-height: 20px;
    font-size: 13px;
     
    margin-top: 10px;
}    
.admin-cont input[type=text],select,textarea{
    border:1px solid #ccc;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
}
.admin-cont .button[type=submit]{          
    float: right;
    margin: 15px 15px 0 0;
}
 
.sap{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #fafafa;
    margin: 5px 0px;
}

.bg li{
    border:1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 5px;
    width: 40px;
    height: 40px;
}
.bg li:hover{
    border: 1px solid #777;
}

#minimax input,#minimax select{
    font-size: 9pt;
}
#minimax select{
    min-width: 50px;
}
.settings{
    min-height: 100%;   
    display: none;
}
#general{
    display: block;
}
#theme-admin-menu li a.active{
    background: #111111;
    border-right: 4px solid #cc0000;
    color: #fff;     
}

.layout-holder{
    border: 1px solid #555;
    margin-top: 10px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.layout-holder h4{
    background: #555;
    padding: 5px;
    font-size:13pt;
    font-weight: 200;
    color: #ffffff;
}
.layout-holder .layout-data{
    padding: 5px;
    min-height: 60px;
}
.layout-holder h4 a{
    float: right;
    font-size:9pt;
     
    color: #ffffff;
    text-decoration: none;
}

.row{
    display: block;
    margin: 5px 5px 5px 0;           
}
.row-container{
    width:535px;  
    float: left;  
    
}
.row-handler{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 30px;
    float: left;
    -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
background: #777777;
height: 80px;
}

.row-handler .sort{
    background: url(../images/move.png) center center no-repeat;
    cursor: pointer;
    width: 30px;
    height: 20px;     
}
.row-handler .delete{
    background: url(../images/delete.png) center center no-repeat;
    cursor: pointer;
    width: 30px;
    height: 20px;     
}

.row-handler .rsettings{
   background: url(../images/settings.png) center center no-repeat;
    cursor: pointer;
    width: 30px;
    height: 20px;   
     
}

.row-handler .rclone{
    background: url(../images/copy.png) center center no-repeat;
    cursor: pointer;
    width: 30px;
    height: 20px;        
}

#modules{
    margin-top: 20px !important;
}
#modules > li{

    height: 65px;
    text-align: center;
    float: left;

}

#modules > li h3{
    font-size:9pt;
    font-weight: 700;
    color: #333333;
    margin-top: 0px !important;
    text-transform: capitalize;
}
#modules > li a{
    display: block;
    float: left;
    font-size:8pt;
    overflow: hidden;
    text-transform: lowercase;
    border-radius: 4px;
padding: 12px 4px 4px 60px;
line-height: normal;
height: 60px;
text-align: left;

text-decoration: none;
margin: 0px;
    
}

.module > li nobr.ctl{
    float: right;     
    width:80px;
    line-height:18px;
    text-align: right;
}
.module > li nobr.ctl img{
    cursor: pointer;
}
.module > li > h3{
    display: block;
    line-height:18px;

    overflow: hidden;
}
.module > li{
    line-height:18px;
    font-size:10pt;
   
}
.module > li .handle{
    float: left;
    display: block;
    padding-right: 5px;
    width: 20px;
    height:18px;
    background: url(../images/move.png) center center no-repeat;
    cursor: pointer;
}

.layout-data>li{
    background: #777777;
    border-top:1px solid #888;
    border-bottom:1px solid #222;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-right: 0px;
}

.row-container{
   background: #555555; 
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right: 1px;
border-right: 1px solid #444444;
float: right;
}

ul.module{min-height: 18px;}

#TB_title{
  -webkit-border-top-left-radius: 4px !important;
-webkit-border-top-right-radius: 4px !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
    background: #F9F9F9 !important;
}
#TB_window{
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border:0px solid #666666 !important;
    -webkit-box-shadow: 0px 0px 17px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    0px 0px 17px rgba(50, 50, 50, 0.48);
    box-shadow:         0px 0px 17px rgba(50, 50, 50, 0.48);
}


.tb-close-icon {
    background: url("jqui/theme/images/modalClose.png") no-repeat scroll center center transparent;
    height: 30px;
    margin-left: -5px;
    margin-top: -20px;
    position: absolute;
    width: 30px;
}

/* icons */
#modules li.mxwdgt{
    background: url(../images/icons/widget.png) 6px center no-repeat;        
}
#modules li#WP_Widget_Pages{
    background: url(../images/icons/page.png) 6px center no-repeat;   
}
#modules li#WP_Widget_Archives{
    background: url(../images/icons/clock.png) 6px center no-repeat;
  
}

#modules li#WP_Widget_Calendar{
    background: url(../images/icons/calendar.png) 6px center no-repeat;
   
}
#modules li#WP_Widget_Links{
    background: url(../images/icons/link.png) 6px center no-repeat;
  
}
#modules li#WP_Widget_Text,
#modules li#MiniMax_RichText{
    background: url(../images/icons/text.png) 6px center no-repeat;
  
}
#modules li#WP_Widget_Search{
    background: url(../images/icons/search.png) 6px center no-repeat;
    
}

#modules li#WP_Widget_Meta{
    background: url(../images/icons/plus.png) 6px center no-repeat;
     
}
#modules li#WP_Widget_Categories{
    background: url(../images/icons/categories.png) 6px center no-repeat;
    
}

#modules li#WP_Widget_Recent_Posts{
    background: url(../images/icons/calendar_date.png) 6px center no-repeat;
    
}
#modules li#WP_Widget_Recent_Comments{
    background: url(../images/icons/comments.png) 6px center no-repeat;
    
}
#modules li#WP_Widget_RSS{
    background: url(../images/icons/rss.png) 6px center no-repeat;
    
}

#modules li#WP_Widget_Tag_Cloud{
    background: url(../images/icons/cloud.png) 6px center no-repeat;
    
}
#modules li#WP_Nav_Menu_Widget{
    background: url(../images/icons/menu.png) 6px center no-repeat;
    
}

#modules li#minimax_image{
   background: url(../images/icons/photo.png) 6px center no-repeat;
     
}
#modules li#minimax_tabwidget{
   background: url(../images/icons/folder.png) 6px center no-repeat;
     
}
#modules li#MiniMax_Notice{
   background: url(../images/icons/info.png) 6px center no-repeat;
     
}
#modules li#minimax_progressbarwidget{
   background: url(../images/icons/progress.png) 6px center no-repeat;
     
}
#layout_page{
    min-width: 750px;
}

.ui-form input[type=text],.ui-form select{
    padding:5px;
    height:35px;
    line-height:30px;
    font-size:12pt;
   
}

.tactive{
        background-color: #E9E9E9 !important;
        border-color: #CCCCCC #CCCCCC #E9E9E9 !important;
        color: #333333 !important;
    }
#lbrd{
        margin: 0px 10px;
    }
#post-minimax-layout-builder{
    display: none;
} 
   
/*#modules .mods li{
    width: 120px;     
    height: auto;
    text-align: left;
    float: left;
    margin: 5px !important;
    padding: 5px;
}*/

#modules .mods .insert{
    display: block;
    width: 220px;
    float: right;
    font-size:8pt;     
    text-transform: lowercase;     
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   background: #45484d;
     
    padding: 4px 12px;
    line-height: normal;
    height: 48px; 
    text-align: left;
    color: #ffffff !important;    
    text-decoration: none;
    margin: 0px;
    overflow: hidden;
}
#modules .mods li a{
    display: block;
    width: auto;
    float: right;
    font-size:8pt;     
    text-transform: lowercase;     
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   background: #45484d;
    
    padding: 4px 12px;
    line-height: normal;
    height: auto; 
    text-align: left;
    color: #ffffff !important;    
    text-decoration: none;
    margin: 0px;
}
#modules .mods li{
    width:300px;
}
#modules .mods li.power_off{
    background: url(../images/icons/power_off.png) 6px center no-repeat;                
}
#modules .mods li.power_on{
    background: url(../images/icons/power_on.png) 6px center no-repeat;                
}


#modules .mods li input[type=button]{
    float:left;
    height: 57px;
    width: 54px;
    border:none;
    cursor:pointer;
    opacity:0.0;        
}
.mod_status_Active{
    color: green;
}
.mod_status_Inactive{
    color: red;
}
.mod_status{
    display:block;
    background: white;
    width: 44px;
    margin-top: 3px;
    text-align: center;
    border-radius:3px;
    float: right;
    position: relative;
}
#modules .mods .insert div{
    float: left;
    width: 174px;
}
.loading{
    background: url(../images/loading_n.gif) 14px center no-repeat;
}

.export span{
    background: url(../images/export.png) left center no-repeat;
    padding-left:21px;
    margin-left: -3px;
}

.import span{
    background: url(../images/import.png) left center no-repeat;
    padding-left:21px;
    margin-left: -3px;
}

.clone span{
    background: url(../images/clone.png) left center no-repeat;
    padding-left:21px;
    margin-left: -3px;
}

.export,
.import,
.clone{     
    visibility: hidden;
}
.module-preview.w3eden{
    padding: 5px;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
}

.module-preview.w3eden .widget,
.module-preview.w3eden .row-fluid{
    padding: 5px;
    width: 98%;
    background: transparent;
    border: 0;
}

.module-preview.w3eden h1,
.module-preview.w3eden h2,
.module-preview.w3eden h3,
.module-preview.w3eden h4
{
    margin: 0 !important;
    font-size: 9pt !important;
    padding: 0 !important;
}
.module-preview.w3eden,
.module-preview.w3eden *{
    line-height: normal;
    font-size: 8pt;
    margin: 0 !important;
    font-family: 'Open Sans',Arial !important;

}

#wp-calendar{
    width: 100%;
}
.ui-dialog-title{
    font-size: 10pt !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.ui-dialog *{
    font-family: 'Open Sans',Arial ;
}
.ui-dialog{
    margin-top: 60px !important;
}

.ui-button{
    font-size: 9pt;
    font-family: 'Open Sans',Arial !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}


#dialog{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.module-preview.w3eden .icon{
    font-family: 'FontAwesome' !important;
    margin-top: 2px !important;
}

.ui-widget-overlay.ui-front {
   z-index: 9999 !important;
}


#dialog .container-fluid{
    padding: 0 !important;
}
#modules{
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
#modules li{
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin: 0;
}
#smdl{
    box-shadow: none !important;
    font-family: "Open Sans";
    font-size: 9pt !important;
    font-weight: 800 !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
    padding: 5px 15px !important;
}

#modules li:hover{
    background-color:#f1f1f1 !important;
}

#module-settings-form #poststuff,
#update-module-settings-form #poststuff
{
    min-width: 100px !important;
}
.panel.pro_only{
    opacity: 0.5 !important;
}
.ui-dialog{
    overflow: visible !important;
}