html{
    height: 100%;
}

body {
    font-family: 'opensans regular', arial;    
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: justify;
    color: #363c41;
    background-color: #e1e1e1;
    position: relative;
    min-height: 100%;
}

h1,h2,h3,h4{
    line-height: inherit;
    text-transform: lowercase;
    margin-bottom: 20px;
}

h1{
    color: #444444;
    font-size: 1.5em;
    line-height: 1em;
}
h1,h2{
    text-transform: uppercase;    
}
h2{
    font-size: 1.2em;
}
legend,
h3{
    font-size: 1em;	
}

h4{
    font-size: 0.9em;	
}

figure,form{
    margin: 0;
}

.error_login{
    color: red;
    text-align: center;
    padding: 10px;
    margin: 15px;
    border: 1px solid red;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}

.round-corner{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.border{
    border: 1px solid #c1c1c1;
}

.box-cnt{
    background-color: white;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
}

.box{
    padding: 0 20px;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul,li{
    list-style: none;
}

[class^="icon-"], [class*=" icon-"] {
    margin: 4px 4px 0 0;
}

.thumbnail,
.bg-color-light{
    background-color: #f1f1f1;
}
.bg-color-white{
    background-color: #fff;
}

.btn i{
    margin-top: 2px;
}

.label-hidden{ display: none }

/* box standard cnt data */
div#dynamic-data{
    padding: 20px;
    background-color: #fff;
}
/* msg flash */
.msg-fail{
    border: 1px solid red;
    color: red;
}
.msg-ok{
    border: 1px solid green;
    color: green;
}
.flash-notice-success{ 
    background-color: lightgreen;
    color: green;
    padding: 10px;
}
.flash-notice-error{ 
    background-color: lightcoral;
    color: red;
    padding: 10px;
}
/* end msg flash */
.helper-form-field{
    margin-bottom: 10px;
}

.helper-warning,
.helper-alert,
.helper-info{
    background-color: #fff;
    padding: 10px;    
}

.helper-warning ul,
.helper-alert ul,
.helper-info ul{
    margin-left: 20px;
}

.helper-warning ul li,
.helper-alert ul li,
.helper-info ul li{
    list-style: disc;
}

.helper-warning dl,
.helper-alert dl,
.helper-info dl{
    margin-bottom: 10px;
    background-color: #f9f9f9
}

.helper-warning dl dd,
.helper-alert dl dd,
.helper-info dl dd,
.helper-warning dl dt,
.helper-alert dl dt,
.helper-info dl dt{
    display: inline;
}
    
.helper-warning{
    border: 1px solid #c09853;
}
.helper-info{
    border: 1px solid #3a87ad;
}
.helper-alert{
    border: 1px solid #b94a48;
}
.text-alert{ color: #b94a48; }
.text-info{ color: #3a87ad; }

.form-helper{
    background-color: #fff;
    text-align: left;
    font-size: 12px;
    /*padding: 5px;*/
    display: inline-block;
}

.cnt-plugin-action h1{
    text-align: center;
    background-color: #f6f6f6;
    padding: 5px;
}
.cnt-plugin-action a{
    width: 100%;
    box-sizing: border-box;
}
/* HEADER */
header{
    position: fixed;
    z-index: 10000;
    margin-bottom: 20px;
    width: 100%;
    height: 70px;
    background: #424a50; /* Old browsers */
    background: -moz-linear-gradient(top,  #424a50 0%, #363c41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424a50), color-stop(100%,#363c41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424a50 0%,#363c41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424a50 0%,#363c41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424a50 0%,#363c41 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #424a50 0%,#363c41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424a50', endColorstr='#363c41',GradientType=0 ); /* IE6-9 */
}
header section#cnt-header figure img{
    padding: 10px 0;
    height: 50px;
}
header section#cnt-header figure{
    /*border-right: 1px solid #585e63;*/
    position: relative;
}
header section#cnt-header figure:before{
    position: absolute;
    display: block;
    content: '';
    /*border-right: 2px solid #292d31;*/
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
header section#cnt-header form.header-search{
    float: right;
    line-height: 70px;
}
header section#cnt-header form.header-search div.input-append input.search-query{
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
header section#cnt-header form.header-search div.input-append button.btn{
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    vertical-align: middle;
}
/* impostazioni per il menu */
ul.navigation{
    width: 100%;
    margin-bottom: 0px;
}
ul.navigation li {
    display: inline-block;
    height: 70px;
    margin-bottom: 0px;
}
ul.navigation li a{
    border-color: transparent;
    color: white !important;
    text-transform: uppercase;
    margin-top: 14px;
    text-decoration: none !important;
    text-shadow: none !important;
}
ul.navigation li a:hover{
    text-shadow: 0px 0px 15px rgba(225, 225, 225, 1) !important;
}
ul.navigation li a:hover,
ul.navigation li a:focus{
    background-color: transparent !important;
    border-color: transparent;
}
ul.navigation li a i{
    margin: 4px 4px 0 0;
}
ul.navigation li a i.icon-space{
    display: inline-block;
    width: 14px;
    height: 14px;
}
ul.navigation li .dropdown-toggle{
    border: none;
}
ul.navigation li .dropdown-toggle .caret{
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}
ul.navigation li ul.dropdown-menu:after{
    border-bottom-color: #424a50 !important;
}
ul.navigation li ul.dropdown-menu{
    background: #424a50; /* Old browsers */
    background: -moz-linear-gradient(top,  #424a50 0%, #363c41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424a50), color-stop(100%,#363c41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424a50 0%,#363c41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424a50 0%,#363c41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424a50 0%,#363c41 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #424a50 0%,#363c41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424a50', endColorstr='#363c41',GradientType=0 ); /* IE6-9 */
    margin: 0;
}
ul.navigation li ul.dropdown-menu li{
    display: block;
    height: auto;
}
ul.navigation li ul.dropdown-menu li a{
    margin: 0;
}
ul.navigation li ul.dropdown-menu li a:hover{
    background: none !important;
}
ul.navigation li a.navigation-back-btn{
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.navbar a.btn{
    margin-top: 17px;
}
#menu-plugin-app-list li hr{
    margin: 5px;
    border-color: #c1c1c1;
}
#menu-plugin-app-list li div{
    min-width: 280px;
}
#menu-plugin-app-list li div h1{
    font-size: 16px;
    margin: 0 0 5px 0;
    background-color: transparent;
    color: #fff;
}
#menu-plugin-app-list li div a{
    margin: 0 0 5px 0 !important;
    line-height: normal;
    text-transform: capitalize;
}
#menu-plugin-app-list li div a:hover,
#menu-plugin-app-list li div a:focus,
#menu-plugin-app-list li div a:active{
    background-color: #04C !important;
}
    /*menu collapse per responsive*/
    div.in.collapse{        
    width: 100%;
    height: 70px;
    background: #363c41; /* Old browsers */
    background: -moz-linear-gradient(top,  #363c41 0%, #424a50 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363c41), color-stop(100%,#424a50)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #363c41 0%,#424a50 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #363c41 0%,#424a50 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #363c41 0%,#424a50 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #363c41 0%,#424a50 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363c41', endColorstr='#424a50',GradientType=0 ); /* IE6-9 */
    }
    div.in.collapse ul li{
        padding: 0 15px;
    }
    div.in.collapse ul li a{
        text-decoration: none;
        font-weight: normal;
    }
    /* --------------- */
/* content */
section.content{
    margin-bottom: 20px;
}
#base-content{
    margin-top: 100px;
}

/* footer  */
footer#base-footer{    
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
}
footer#base-footer a {
    /*color: white;*/
    color: #444;
}
footer#base-footer a:hover {
    text-decoration: none;
    color: #eb212e;
}
footer#base-footer ul{
    margin: 0 auto;
    width: auto;
}
footer#base-footer ul li{
    display: inline;
    padding:5px 5px 5px 0;
}

/* loader */
div.loading{
    background: #000000 url("../bundles/applicationnetrisingfrontendpush/images/loader.gif") no-repeat center center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top:0;
    left:0;
    display: none;
}

/* form generici */
.form-hidden{
    display: none;
}

.cnt-form{
    position: relative;
}

.cnt-box,
.cnt-form{
    margin: 20px 0;
    padding: 20px 10px;
}
.cnt-box h3,
.cnt-form legend,
.cnt-form h3{
    margin-top: 0;
    text-transform: uppercase;
}

form p{
    text-align: right;
}
form p input[type="submit"]{
    color: white;
    text-shadow: none;
    background: #424a50; /* Old browsers */
    background: -moz-linear-gradient(top,  #424a50 0%, #363c41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424a50), color-stop(100%,#363c41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #424a50 0%,#363c41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #424a50 0%,#363c41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #424a50 0%,#363c41 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #424a50 0%,#363c41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424a50', endColorstr='#363c41',GradientType=0 ); /* IE6-9 */
}
form p input[type="submit"]:hover{
    color: white;
    background: #424a50; /* Old browsers */
    background: -moz-linear-gradient(top,  #363c41 0%, #434a50 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363c41), color-stop(100%,#434a50)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #363c41 0%,#434a50 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #363c41 0%,#434a50 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #363c41 0%,#434a50 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #363c41 0%,#434a50 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363c41', endColorstr='#434a50',GradientType=0 ); /* IE6-9 */
}

/* tokenizer */
div.Tokenize{
    margin-bottom: 20px;
}
div.TokenizeMeasure, 
div.Tokenize ul li span, 
div.Tokenize ul.TokensContainer li.TokenSearch input{
    font-size: 14px;
}
div.Tokenize ul.Dropdown{
    max-height: 150px;
}
.Token,
.TokensContainer{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.Token a{
    min-width: 5px !important;
}
.TokenSearch{
    clear: both;
}
.TokensContainer .Token{ clear: none !important; }
/* end tokenizer */

/******************************************************************************
 * LOGIN MASK
 ******************************************************************************/

#cnt_login form{
    margin-top: 30px;
    padding: 0 3%;
}
#cnt_login form div.input-prepend{
    width: 100%;
}
#cnt_login form div.input-append .add-on, #cnt_login form div.input-prepend .add-on{
    width: 4% !important;
}
#cnt_login form div.input-prepend span.add-on{
    padding: 3% 2% !important;
}
#cnt_login form input[type="text"],
#cnt_login form input[type="password"]{
    width: 88%;
    padding: 3% 2%;
}
#cnt_login form input[type="submit"]{
    padding: 10px 40px;
    display: block;
    margin: 0 auto !important;
}

#cnt_login form #remember_me,
#cnt_login form #remember_me_label {
    display: none;
}

#cnt_login #password-recover {
    display: block;
    width: 317px;
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: white;
    margin: 30px auto;
    text-align: center;
}

#cnt_login #password-recover a {
}

/******************************************************************************
 * RECOVER PASSWORD MASK
 ******************************************************************************/

#cnt_reset {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 337px;
    height: 161px;
    margin: -75px -167px;
}
#cnt_reset .fos_user_resetting_request > div {
    height: 104px;
}
#cnt_reset .fos_user_resetting_request > div > p {
    position: absolute;
    top: 220px;
}
#cnt_reset .fos_user_resetting_request > div label {
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
}

#cnt_reset form #remember_me,
#cnt_reset form #remember_me_label {
    display: none;
}

#cnt_reset #password-recover {
    display: block;
    width: 317px;
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: white;
    margin-top: 30px;
    text-align: center;
}
/* USER APP LIST */
#main-section #apps-list {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#main-section #apps-list ul:after {
    content: '.';
    font-size: 0px;
    color: transparent;
}
#main-section #apps-list ul li {
    display: inline-block;
    padding: 2%;
    /*width: 44%;*/
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}
#main-section #apps-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
#main-section #apps-list a article {
    color: black;
}
#main-section #apps-list ul li img{
    margin-right: 20px;
}

/* GENERIC GALLERY SORT */
#dynamic-img{ 
    position: relative;
    overflow: hidden;
}
#cnt-sortable-loader{
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
#cnt-sortable-loader .sort-msg{ 
    position: relative;
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -125px;
    top: 50%;
    left: 50%;
}

/***************************************************
 *  JQUERY dialog message box
 ***************************************************/
#dialog{ display: none; }
.ui-dialog #dialog p{
    line-height: 20px;
}
.ui-dialog #dialog p span{ 
    color: red; 
}

/***************************************************
 *  JQUERY select2 box
 ***************************************************/
.select2-container{ 
    font-size: 14px; 
    margin-bottom: 10px;
}
.select2-results__option{ text-align: left; }

/***************************************************
 * box responsive base page 
 ***************************************************/
.box-70{
    box-sizing: border-box;
    width: 70%;
    padding: 20px;
}
.box-50{
    box-sizing: border-box;
    width: 50%;
}
.box-50:first-child{
    border-right: 1px solid #ccc;
}
.box-30{
    box-sizing: border-box;
    margin-left: 2%;
    width: 28%;
    padding: 20px;
    margin-bottom: 20px;
}
/* end box responsive */