/* NEWS CSS */

/* ICONS */
.box-icon {
    border: 1px solid rgb(160, 160, 160);
    border-radius: 10px;
    /*width: 160px;*/
    width: 300px;
    padding: 5px;
    text-align: center;
    float: left;
    margin: 10px;
    min-height: 200px;
    position: relative;
}
.box-icon img {max-width: 96%;}
.box-icon p {
    /*font-size: 9px;*/
    font-size: 12px;
    font-weight: 800;
}
.box-icon span {
    font-size: 50px;
    margin-bottom: 20px;
}

.box-icon-radio{
	border: 1px solid rgb(160, 160, 160);
    border-radius: 10px;
    width: 90px;
    padding: 5px;
    text-align: center;
    float: left;
    margin: 8px;
}

.box-icon-radio img {max-width: 90%;}

.not-icon {opacity: 0.3;}

.icon-table {max-width: 20px;}

/* Icon Title form */
.portlet.light>.portlet-title>.caption>i {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 300;
    margin-top: 0px !important;
}

/* Exibição Properties no cadstro de ML */
ul.items-properties li {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
/*ul.items-properties li button {
    margin-top: -3px;
    margin-left: 5px;
}*/
ul.items-properties ul li {
    font-weight: 400;
    list-style: none;
}
ul.items-properties ul li img{
    max-width: 35px;
    position: relative;
    top: 0px;
}

/*.btn-ml-action {
    width: 23px;
    height: 25px;
    padding: 3px;
    position: relative;
    margin-right: 0px !important;
}*/


/* List Properties in fixed data */
.content-properties ul li {list-style: none;}
.content-properties ul img {width: 40px; height: auto;}
.content-properties ul span {font-size: 16px; font-weight: 600;}
.content-properties ul li ul li {margin: 8px 25px; font-size: 16px; font-weight: 500;}
.tab-items{margin-left: 70px !important;}


/* input search tree-view */
.input-search-tree-view {border: 1px solid #000; border-radius: 10px; padding: 5px; width: 250px; margin-bottom: 10px;}

/* NEW BUTTONS To Materials Life layout  */
.btn-ml-yellow{background-color: #deff3b; color: #000 !important;}
.btn-ml-pink{background-color: #ed008b; color: #fff;}

/* Buttons action table */
.btn-action{
    border: none !important;
    font-size: 19px !important;
    border-radius: 50px !important;
    color: #fff;
    padding: 2px !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 2px !important;
    margin-bottom: 4px;
}
.btn-action-edit{
    background-color: #a9a9a9;
}
.btn-action-view{
    background-color: #228ed6;
}
.btn-action-define-pass{
    background-color: #000;
}
.btn-action-delete{
    background-color: #ed008b;
}
.btn-action-img{
    background-color: #1bc8dc;
}

.btn-action-feature-on{
    background-color: #4CAF50;
}

.btn-action-feature-off{
    
    background-color: #a9a9a9;;
}
.mini-btn-circle {
    border: 0;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
}
/* Button add date-fized */
.btn-new-fixed-date{
    font-size: 24px;
    padding: 0px;
    width: 35px;
    height: 25px;
    border-radius: 10px;
    background-color: #797979;
    border: 0px;
    color: #fff;
}
.btn-yellow{
    background-color: #deff3b !important;
    color: #797979 !important;
}

/* Fixed Date Title */
.box-date-fixed-title{
    margin:10px 0 30px 0;
    padding:10px;
    background-color:#EEEEEE;
    border-radius:5px;
    font:12px Tahoma;
}
.fixed-date-title{
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd';
    margin-right: 10px;
    top: 5px;
    position: relative;
}

/* button actions in lists */
.actions div a span, .actions div button span {
    font-size: 25px;
}

/* icons sidebar */
.nav-item a span{font-size: 20px;}

/* news notification */
.news{color: #ed008b;}

.icons-ml-dashboard{
    font-size: 85px !important;
    color: #fff;
    opacity: 0.5;
}

/* Para que a janela modal do ckeditor -> link fique sobre a janela modal do formulário */
.cke_reset_all.cke_1.cke_editor_answer_dialog {
    z-index: 10051;
    position: absolute;
}