/* 
    Document   : Style.CSS
    Created on : Oct 10, 2011, 8:47:19 PM
    Author     : a@a
    Description: main CSS
*/

body {   
    padding : 60px 0 0 0;
    height: 100%;
    font-family: tahoma;
    font-size: 14px;
    background : #555;
    margin-top: 0px;

    /*background: url('images/pattern.png'); */
}

.img-home{
    z-index: 0; 
    background: url(images/RSCM.jpg) no-repeat  ;
    background-size: cover;    
    background-position: 0px  ;   
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.container{
    width: 100% !important;
    margin: 0 !important;
    padding : 0 !important;
}

@media (max-width: 940px) {

    .alternative-display{
        display: none;
    }

    .menu-group 
    a.list-group-item{
        float: left;
        height: 55px;
        width:  65px;
    }

    .alternative-header{
        float: left;
    }

    .navbar-form .form-group {

        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    div.floating-submenu{    
        margin: 0 0 0 -10px;
    }

    li.stt-block{
        margin: 10px; 
    }

    .stt-block.rounded{
        border-radius: 10px;
    }

    .stt-block.rounded a{
        border-radius: 10px;
    }
}


@media (max-width: 768px) {


    div.floating-submenu{
        top: 55px;
        margin: 0 0 0 -56px;
    }

    li.stt-block{
        margin: 10px; 
    }

    .stt-block.rounded{
        border-radius: 10px;
    }

    .stt-block.rounded a{
        border-radius: 10px;
    }
}


@media (max-width: 468px) {

    div.floating-submenu{
        margin: 0 0 0 -32px;
    }

    li.stt-block{
        margin: 5px; 
    }

    .stt-block.rounded{
        border-radius: 5px;
    }

    .stt-block.rounded a{
        border-radius: 5px;
    }
}




.panel-transparent{
    background-color: rgba(255,255,255, 0.6);
    min-height: 450px;
}

.menu-group 
a.list-group-item{
    /* background-color: #DD4814;
    border-color :#DB8467; 
    color: #fff; */
    text-align: center;
}

.menu-group
a.list-group-item.active{
    background-color: #080808;
    border-color : #444; 
    color: #fff;
}


.menu-group
a.list-group-item:hover, .menu-group a.list-group-item:focus{
    /*   background-color: #F77347; */
    color: #aaa;
}

.menu-group
a.list-group-item.active:hover, .menu-group a.list-group-item.active:focus{
    background-color: #333; 
    border-color : #444; 
}



.list-group.bigger .glyphicon {
    font-size : 30px;

}

.list-group-item:first-child { 
    border-top-right-radius: 0;
    -moz-border-radius-topright : 0;	
    -webkit-border-top-right-radius : 0;

}

.list-group-item:last-child { 
    border-bottom-right-radius: 0;  
    -moz-border-radius-bottomright : 0;	
    -webkit-border-bottom-right-radius : 0;		
}

.list-group-item-parent, 
ul.list-group
a.list-group-item-parent:hover{
    background: #e2c5c6 none repeat scroll 0 0;
    border-bottom: thin solid #9b5149;
    cursor: default;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 8px;
}



.list-group-item .badge{
    margin: 5px 0 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

.floating-submenu{
    left: 8.33333%;
    margin: 0 0 0 -30px;
    position: absolute;
    z-index: 3; 
    opacity  :0;
    transform : translate(-100px);

}

.floating-submenu .panel{
    border-top-left-radius: 0;   
    -moz-border-radius-topleft : 0;	
    -webkit-border-top-left-radius : 0;
}

.floating-submenu .panel-body{
    min-height : 395px;
    padding : 0;
}

.floating-submenu .panel-default{


}

.floating-submenu .panel-heading{


}

.floating-submenu .panel-title{

}

.floating-submenu a.list-group-item  span.glyphicon {
    border-right: thin solid #999999;
    color: #BBBBBB;
    font-size: 16px;
    margin: 0 5px 0 -5px;
    padding: 0 10px 0 0;
}

.floating-submenu  a.list-group-item.active,   .floating-submenu  a.list-group-item:hover{
    /* background-color: #F9C29D;
     border-color: #7F7F7F;
     color : #000; */
}

.floating-submenu  a.list-group-item.active  span.glyphicon,   .floating-submenu  a.list-group-item:hover  span.glyphicon{
    /*  background-color: #F9C29D;
      border-color: #7F7F7F;
      color : #000; */
}

.floating-submenu   .panel  > .list-group:last-child  .list-group-item:last-child   {  
    border-bottom :thin solid #ddd;
    border-bottom-right-radius: 0;  
    -moz-border-radius-bottomright : 0;	
    -webkit-border-bottom-right-radius : 0;	

    border-bottom-left-radius: 0;  
    -moz-border-radius-bottomleft : 0;	
    -webkit-border-bottom-left-radius : 0;	
}


.slide-tampil{	
    opacity: 1;
    transform : translate(0) scaleX(1); 

    transition: opacity 0.3s ease-in , transform 0.5s;   
}

.slide-hilang{	
    opacity: 0;
    transform : translate(-100px) scaleX(0.6);
    transition: opacity 0.3s ease-in, transform 0.5s;   
}

.data-header{
    border-bottom : thin solid #f0f0f0;
    padding-bottom : 10px; 
}

.data-action{
    background:   rgba(252, 105, 87, 0.2) none repeat scroll 0 0; 
    /*  background:   #70c3ef none repeat scroll 0 0; */ 
    float: right;
    height: 55px;
    width: 98%;

}

.left
ul.Portletmenu-enclose{ 
    text-align: left;
    padding-left: 5px;
}

ul.Portletmenu-enclose{
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: right;
    padding-left: 5px;
}

ul.Portletmenu-enclose li{
    list-style : none;
    display : inline-block;
}


ul.Portletmenu-enclose li a{

}


ul.Portletmenu-enclose li a span{

}


.pager   ul.yiiPager a:link, .pager   ul.yiiPager a:visited{
    padding: 5px 14px;
} 


.icon-delete{
    color : red;
}



ol.task-list{
    background: none repeat scroll 0 0 #F0F0F0;
    min-height: 220px;
    padding-bottom: 15px;
}

tr.row-dashboard{
    cursor: pointer;
}


.table-schedule table tr th{
    font-size  :8px;
}

.table-schedule table tr th.big{
    font-size  :11px;
}

.table-schedule table tr td{
    font-size  :11px;
}

.form-asset-image{
    padding: 2px;
    border: thin solid #ddd;
    float: left;
}

.form-asset-image img{
    width: 100%;
}

ul.right-menu{
    background: none repeat scroll 0 0 #fff;
    border: thin solid #aaa; 
    min-height: 60px;
    padding: 2px;
    position: absolute;
    width: 150px;
    list-style: none;
    z-index: 1;
    left: -85px;
}

.right-menu li.border{
    border-bottom: thin solid #eee; 
}

.right-menu li a{
    display: block;
    padding:  5px;
    text-decoration: none;
}

.right-menu li a.red{
    color:red
}



.right-menu li a:hover{
    background: #aaa;
    color: #fff;
}

td.tools-container{       
    position : relative; 
    min-width : 60px;
}

.bank-data-tools{
    float: right;
}

.bank-data-desc{
    font-style: italic;
    font-size: 11px;
}

.bank-data-meta{
    font-size: 10px;   
}

.search-tools{       
    float: right;
}

/*bootstrap over */

.overide-new  .btn-group-vertical .btn{
    font-size: 12px;
    padding: 3px 12px;
}

.foto-container{
    width: 200px;
    height: 250px; 
    border: thin solid #ddd; 
    padding: 3px;
    background:   #f0f0f0   no-repeat scroll 50% 50% / 100% auto;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}


.foto-container img{
    margin: 0;
    max-height: 246px; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

i.title-icon{
    color: #d2322d;
    font-size: 35px;
    margin: -15px 0;
}


.ui-autocomplete li label{    
    font-weight: normal;
    color: #444;
    margin: 5px 0 0 0;
}

.ui-autocomplete li label span{
    color: #000;
    font-weight: bold;
}

.ui-autocomplete li p{   
    font-weight: normal;
    font-style: italic;
    margin:   0 ;
    font-size: 11px;
}

.disable-entry{
    background: #999 none repeat scroll 0 0;
    border: thin solid #ddd;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 3px 12px;
    position: relative;
    top: 8px;
}

.font-color-white{
    color: #ffffff;
}

a.font-color-white:hover{
    color: #ffffff;

}

div.info-flash{
    left: 10%; 
    position: fixed;
    width: 80%;
    z-index: 999;
}

a.profil-link{
    background-color: #1684C2;
    border: thin solid #1684C2;
}

a.profil-link:hover{
    background-color: #23A6ED;
}

.round10{
    border-radius: 5px;
}

.data-grid{
    margin: 25px 0 0 0;
}


.top-action{
    background: #2ba4ed none repeat scroll 0 0;
    padding: 10px;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 3%;

}

.col-end{
    padding-right: 0;
    margin-bottom: 10px;
}

.top-message h2{
    font-size: 18px;
    color :#335;
}

div.present-alkes-tree label a{
    color: #555555;
    text-decoration: none;
    font-weight: normal;
}

div.present-alkes-tree label a:hover{
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

div.present-alkes-tree ul {
    list-style: none;
    padding-left:  5px;
}



.list-tree-box{
    display: none;
}

.lokasi-box-list-hacked{
    display: none;
}

.lokasi-box-list-hacked li:nth-child(2n+1){
    background: #dde;
}

h5.header-post {
    background: #ddd none repeat scroll 0 0;
    margin-left: -5px;
    padding: 5px;
}

.navi-sidebar
ul.list-group{
    margin-bottom: 2px;
}

ul.Submenu-enclose {
    margin: -5px -20px;
    padding: 0;
    text-align: right;

}

ul.Submenu-enclose  li {
    margin: -2px;
    display: inline-block;
    list-style: outside none none;
}


ul.Submenu-enclose  li a{ 
    color: #023362;
    display: block;
    padding: 15px 10px;
    text-decoration: none;

}

ul.Submenu-enclose  li.active a,
ul.Submenu-enclose  li a:hover{
    background: #63AACE; 
    color: #fff;
}








ul.Sublinemenu-enclose {
    margin: 0;
    padding: 0;
    text-align: left;

}

ul.Sublinemenu-enclose  li {
    margin: -2px;
    display: inline-block;
    list-style: outside none none;
}


ul.Sublinemenu-enclose  li a{ 
    color: #023362;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border-bottom: thin solid #d3b8b8;

}
ul.Sublinemenu-enclose  li a:hover, 
ul.Sublinemenu-enclose  li a.active{
    background: #E2C5C6; 
    color: #fff;
    border-bottom: thin solid #E2C5C6;
}

div.items span.empty{
    padding: 120px;
    text-align: center;
    display: block;
}


.box-pengaturan  form hr{
    height: 1px;
    border-top:  thin solid #FFD1D1;
    border-bottom: thin solid #fff;
}


.form-horizontal .control-label{
    padding-left: 14px;
    padding-right: 14px;
}

div.ammspak-asset-item{
    width: 245px;
    float: left;
    margin: 10px;
}

div.ammspak-asset-item.small{
    width: 230px;
}

div.ammspak-asset-item .display-rightclick{
    color: yellow;
}

div.ammspak-asset-item table{
    font-size: 12px;
    margin-bottom: 10px;
}

div.ammspak-asset-item table td{
    padding: 3px;
}

div.ammspak-user-item{
    width: 180px;
    float: left;
    margin: 10px;
}

div.ammspak-user-item .display-rightclick{
    color: yellow;
}

div.aa-image{
    text-align: center;
    margin-top: 5px;
}

div.aa-image img{
    height: 80px;
    width: 140px;
    margin: auto;
}


div.aa-image-small{
    float: left;
    padding: 1px;
}

div.aa-image-small img{
    max-height: 40px;
    width: 60px;
    margin: auto;
}


.aa-image-small.bgcolor-red{
    background: #EE5F5B;
}

.aa-image-small.bgcolor-red.bgcolor-blue{
    background: #70C3EF;
}

.bgcolor-red.bgcolor-blue .top-header {
    background-color: #70C3EF;     
}

div.ammspak-asset-item .icon-container, li.end .icon-container, .icon-container{
    float: right;
    position: relative;
}



li.end .icon-container, li.end .icon-container span {
    padding: 1px;    
}

li.end:nth-child(2n+1)  {
    background: #d1eefc;

}

div.ammspak-asset-item
ul.right-menu{ 
    right:  0px;
    left: auto;
    top: 0;
}

div.ammspak-user-item ul.right-menu {
    left: auto;
    right: 0;
    top: 0;
}


div.ammspak-asset-item
ul.right-menu li{ 
    font-size: 12px;
}

div.ammspak-asset-item h6{
    height: 35px;
    color: #000;
    overflow: hidden; 
    background: #d1eefc none repeat scroll 0 0;
    height: 40px;
    margin: 5px ;
    padding: 2px;
    text-align: center;
}



div.ammspak-user-item ul.right-menu {
    left: auto;
    right: 0;
    top: 0;
}


div.ammspak-user-item h6{
    height: 35px;
    color: #000;
    overflow: hidden; 
    background: #d1eefc none repeat scroll 0 0;
    height: 20px;
    margin: 5px ;
    padding: 2px;
    text-align: center;
}


div.ammspak-user-item table tr td{
    font-size: 11px;
    line-height: 12px;
}


.data-grid
table.detail-view tr.odd {
    background: rgba(252, 105, 87, 0.2) none repeat scroll 0 0;
}


.notdone, a.notdone , a.notdone span{
    color: #ddd !important;
}

.selected-color{
    background: #99DDFC;

}

.no-wrap{
    white-space: nowrap
}

.task-desc {
    float: right;
    margin: 1px !important;
    width: 165px;
    height: 48px !important;
}

.task-info{
    width: 65px;  
}

.task-info-2 {
    background: #555 none repeat scroll 0 0;
    color: yellow;
    font-size: 12px;
    height: 24px;
    padding: 3px 1px 4px;
    text-align: center;

}

.task-info-2 span.line{
    border-right:  thin solid #fff;

}

.task-info-2 span{
    display: block;
    float: left;
    height: 16px;
    width: 30px;
}

.task-info-skp {
    background: #e2c6c6 none repeat scroll 0 0;
    color: #034a8e;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 2px;
    text-align: center;
}

.fixed-height{
    height: 50px;
}

.important-message{
    background: #FFF6BF;
    color: #000;
    padding: 5px;
}

ul.legend{
    list-style: outside none none;
    margin: 0 0 0 10px;
    padding: 0;
}

.legend li {
    display: inline-block;
    padding: 0 10px 0 0;    
}
.legend li span{
    border: thin solid #f0f0f0;
    display: block;
    float: left;
    height: 15px;
    margin: 4px 0;
    width: 15px;
}

.legend li .blue-box{
    background: #70C3EF;
}

.legend li .red-box{
    background: #EE5F5B;
}

div.floating-div{
    background: white none repeat scroll 0 0;
    border: thin solid #FC6957;
    float: right;
    padding: 20px;
    position: absolute;
    right: 100px;
    box-shadow: 2px 2px 5px #70c3ef;
    z-index: 1;
}



.loader {
    background-size: 100% auto;
    height: 25px;
    width: 265px;
}



.loader-red{
    background-image:  url('images/red-loader.gif');    
}

.loader-orange{
    background-image:  url('images/orange-loader.gif') ;

}

.loader-yellow{
    background-image:  url('images/yellow-loader.gif');

}

.loader-green{
    background-image:  url('images/green-loader.gif');

}

.loader-blue{
    background-image:  url('images/blue-loader.gif');

}

.right-menu{
    float: right;   
}

.right-menu a{
    font-size: 14px;
}

.right-menu a span{
    font-size: 16px;
}

.aa-record{
    border-bottom: thin solid #f0f0f0;
    margin: 2px 0;
    clear: both;
    min-height: 50px;
    background: #F0f0f0;
}

div.item-parent .aa-record:hover{
    background: #F9EAE8;
}

.item-parent:nth-child(2n+1) .aa-record{
    background: #fff;
}

.aa-title{
    float: left;
    min-height: 50px;
    padding: 0 5px;
    width: 50%;
    font-size: 12px;
}

.aa-title .item-title{
    font-weight: bold;
    font-size: 14px;
}

.aa-title .item-title a.small-title{
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}



.aa-desc{
    float: left;
    min-height: 50px;
    padding: 0 5px;
    width: 39%;
    font-size: 12px;
}

.aa-desc span{
    width: 50%;
    float: left;
    font-size: 12px;

}

.aa-desc span label{
    width: 50px;
}

.aa-tools{
    float: left;
    margin: 10px;
    width: 3%;
}

div.ruangan-show label{
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;   
    color: #aaa;
}

div.ruangan-list label{
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
    color: #aaa;
}

div.ruangan-list label:hover{
    background: #eee;
}

div.ruangan-list input[type=checkbox], 
div.ruangan-show input[type=checkbox]
{
    visibility: visible;
}

div.ruangan-list input[type=checkbox]:checked + label 
{
    display:  none;
}

div.ruangan-show input[type=checkbox]  + label 
{
    display:  none;
}

div.ruangan-show input[type=checkbox]:checked  + label 
{
    display:  normal;
}

.list-group-item span.spot {
    float: right;
}

.top-periode{

    margin:0 5px;
    float: right;
}

.top-periode a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}


.dashboard-option{
    color: black; 
    font-size: 12px; 
    padding:1px; 
    border-radius: 2px; 
    border: none;
    display: none;
}


.inpage-popup{
    background: #f0f0f0 none repeat scroll 0 0;
    box-shadow: 1px 1px 5px #70c3ef;
    display: none;
    left: 10px;
    position: absolute;
    top: 130px;
    z-index: 99;
}

table.calendar tr.calendar-row td { 
    background: #ddd none repeat scroll 0 0;
    height: 2px;
    padding: 0;
}

table.calendar tr td.calendar-item{
    border: 1px solid #dddddd;
    font-size: 12px;
    line-height: 1.42857;
    text-align: center;
    vertical-align: top;
    width: 25px;
    padding: 0;
    vertical-align: middle;
    color: #ccc;
}

table.calendar tr td.calendar-item.wide{

    width: 35px; 
}

table.calendar tr td.calendar-item a{

    text-decoration: none;
    display: block;
    padding: 5px 0;
    color: #333355;
    background: #94D6F7;
    height: 27px;
    font-size: 12px;

}


table.calendar tr td.calendar-item a:hover{
    background: #FEE1DD;
    color: #333355;
    text-decoration: none;
}


a.list-group-item.sub.active{
    background: #A7CCF2;
}

a.list-group-item.sub.active:hover{
    color: #000;
}

a.list-group-item.sub:hover{
    background: #eee;
}

a.list-group-item.sub{
    font-size: 13px;
    font-style: italic;
    margin-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #F2E7E6;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;

}


/*Caeldnar*/

.critical{
    background: red;
    color: white;
}

.penting{
    background: orange;
    color: white;
}

.rutin{
    background: #83D0F7;
    color: #072A82;
}

.done{
    background: #bbb;
    color: #555;
}

.critical-soft{
    background: #FCABAB;
    color: #333;
}

.penting-soft{
    background: #FFDEA5;
    color: #333;
}

.rutin-soft{
    background: #C7EAFC;
    color: #333;
}

.done-soft{
    background: #ee;
    color: #333;
}


#calendar-pane a{
    text-decoration: none;
    padding: 0 5px;
}
#calendar-pane a:hover{
    text-decoration: none;
    color: white;
}

#calendar-pane a.regular:hover{
    text-decoration: none;
    color: #2C81C1;
}

table.table tr td.small-font{
    font-size: 12px;
}


.table-striped > tbody > tr:nth-of-type(2n+1)   {
    background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-child(2n+1) {
    background-color: #f0f0f0;
}

.table-striped > tbody > tr:nth-of-type(2n+2) > td:nth-child(2n+1) {
    background-color: #fafafa;
}

.table-striped > tbody > tr.total > td  {
    background-color: #FEE1DD;
}
.table-striped > tbody > tr.total > td:nth-child(2n+1)  {
    background-color: #FCCBC4;
}

.text-hight{
    height: 86px;
}

table.table-striped > tbody >
tr.wo-3{
    background: #d0ef9b;
}

table.table-striped > tbody >
tr.wo-0{

}

table.table-striped > tbody >
tr.wo-1{
    background: #FFF6BF;
}



.table-striped > tbody > tr.wo-3:nth-of-type(2n+1) > td:nth-child(2n+1) {
    background-color: #ddfca9;
}

.table-striped > tbody > tr.wo-1:nth-of-type(2n+1) > td:nth-child(2n+1) {
    background-color: #ffe5bf;
}


.blue-0{
    background: #0749ff;
}

.blue-1{
    background: #60b5c4;
}


.blue-2{
    background:#c5db64;
}

.blue-3{
    background: #c441f4;
}

.blue-4{
    background: #e5973d;
}

.blue-5{
    background: #d62828;
}



.green-0{
    background: #41c4f4;
}

.green-1{
    background: #9ffc2d;
}

.green-2{
    background: #acf441;
}



.green-3{
    background: #f47641;
}


.green-4{
    background: #f47641;
}



.green-5{
    background: #f44141;
}




.stt-block{
    float: left;
    margin: 20px;
    padding: 0 0 0 0;    
    box-shadow: 1px 1px 5px #555;
}



.stt-block a{ 
    padding: 20px; 
    display: block; 
    height: 200px;
    text-decoration: none;
}

.stt-block a > i{ 
    float: right;
    color: #ff0;
}



.stt-block.rounded{
    border-radius: 20px;
}

.stt-block.rounded a{
    border-radius: 20px;
    border: 5px solid #FC6957
}

.stt-text{
    font-size: 32px;
    font-family:  'Tahoma';
    width: 50%;
    margin: 20px auto;
    display: block;
    text-decoration: none;
}

.stt-title{
    border-bottom: thin solid #ddd;
    text-decoration: none;
    font-size: 18px;
    min-height: 50px;
}

.stt-block a .stt-text
{
    color: white;
}




ul.stt, ul.stt-two{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.stt > li {
    clear: both;
    margin-bottom: 30px;
}


.stt-block a .stt-title
{
    color: white;
}

.stt-block a.green-0 .stt-text,
.stt-block a.green-1 .stt-text,
.stt-block a.green-2 .stt-text,
.stt-block a.green-0 .stt-title,
.stt-block a.green-1 .stt-title,
.stt-block a.green-2 .stt-title
{
    color: black;
}



ul.second-tree,
ul.third-tree,
ul.forth-tree{
    padding-left: 20px;     
}
ul.first-tree{
    padding-left: 0px;   
}

ul.first-tree,
ul.second-tree,
ul.third-tree,
ul.forth-tree{    
    list-style: none;
}


ul.first-tree > li,
ul.second-tree > li{
    margin-bottom: 20px;
}

ul.second-tree > li.is-new > a{
    background: #1684C2;
}

ul.second-tree > li.is-new > a.label-text{
    color: #fff;
}

ul.second-tree > li.is-new label{
    color: #fff;
}


ul.second-tree > li.non-active,
ul.second-tree > li.non-active.is-new{
    background: #eee;
}

ul.second-tree > li.non-active > a.label-text{
    background: #777;
    color:  #fff;
}


ul > li.non-active{
    color:  #aaa;
}

ul  > li.end.is-new{
    background: rgba(252, 105, 87, 0.2);
}




.popup-form{
    background: none repeat scroll 0 0 #FFFFFF;
    border: thin solid #DDDDDD;
    padding: 5px;
    position: absolute;
    width: 535px;
    display: none;
    margin-left: 15px;
    z-index: 2;
}

.cell-popup {
    width : 633px;    
}



.popup-form form{
    margin: 0;

}

div.large-popup{
    width: 760px;
}

div.long-popup{
    width: 660px;
}

div.short-popup{
    width: 400px;
}

.right{
    text-align: right;
}


div.group-label{
    background:  #d4e6e7;
}

div.control-label.huge {
    font-size: 32px;   
    overflow: hidden;
}

div.control-label.date {
    padding-top: 20px;
}

div.control-label>i.huge {
    font-size: 28px;  
}

 

div.control-label.huge > a {
    text-decoration: none;
    font-size: 32px;

}

div.control-label.huge > a.title {
    text-decoration: none;
    font-size: 40px;
}

div.control-label.huge > a.huge {
    font-size: 28px;
}

div.control-label.huge >  i.huge {
    font-size: 40px;
}

div.control-label.huge > a.user {
    width: 90%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}


div.control-label.huge > a  i.huge{
    font-size: 28px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

div.one-list-message {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.one-list-message:nth-child(2n+1)  {
    background: #d0d0d0;
}

div.has-warning .control-label,
div.one-list-message.has-warning a,
div.one-list-message.has-warning a.title i{
    color: #777
}

div.one-list-message.has-warning a.title{
    color: #c09853;
    white-space: nowrap;
    overflow: hidden;
}

div.has-error .control-label,
div.one-list-message.has-error a,
div.one-list-message.has-error a.title i
{
    color: #400
}


div.one-list-message.has-error a.title{
    color: #b94a48;
    white-space: nowrap;
    overflow: hidden;
}

div.showme.group-label{
    height: 60px;
    padding: 10px;
}


div.showme{
    //display: block;
    height: 115px;
}

div.hideme{
    //display: none; 
    height: 0px;
    padding-bottom:  0px;
    padding-top:  0px;
    border-bottom: none;
    overflow: hidden;
}

div.animate-item{     
    transition: height 0.2s , padding 0.2s;
}

#main-mobile #content-mobile .container-base .mobile-edge 
{
    margin: 0;
    padding: 0;
}


a.left-expanded-button{
    float: left; 
}

h4.loc-title{
    margin: 0;
    padding: 0;
    border-bottom: thin solid #ccc;
    margin-left: 50px;
}

h5.loc-subtitle{
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #8a1f11;
     margin-left: 50px;
}

div.list-view .summary{
    font-size: 12px;
    font-style: italic;
}