/* MeMS Preloader */
/*#main-content {
    visibility:hidden;
}*/
.preload { 
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-115px;
    margin-top:-75px;
}

.body-coder{
    background: #76abc4;
    color: #fff;
}
.error-wrapper .icon-coder {
    background: url("../img/coder_icon.png") no-repeat;
    width: 250px;
    height: 250px;
    display: inline-block;
    margin-bottom : 50px;
}
/*Hide*/
.hide{
    display:none;
}

/* Text */
.uppercase{
    text-transform: uppercase;
}

/*  Cursor */
.text-cursor{
    cursor: text;
}
.pointer-cursor{
    cursor:pointer;
}
/* Margin by Nizam */
.margin-left{
    margin-left: 10px;
}
.margin-right{
    margin-right: 10px;
}
.margin-top{
    margin-top: 10px;
}
.margin-bottom {
    margin-bottom: 10px;
}
.no-margin-bottom{
    margin-bottom:0;
}
.small-margin-left{
    margin-left : 5px;
}

/* CakePHP error message overwrite */
.error-message{
    color: #d93232;
    background: rgba(245,128,128,0.6);
    font-size: 95%;
    font-weight: 600;
    padding: 4px 10px;
}

/* Sizing */
.full-width{
    width : 98%;
}

/* Rounded Image */
.rounded-img{
    border-radius: 50%;
}

/* Image */
.small-img{
    width: 20px;
    height:auto;
    margin-right : 5px;
}

/* User Dashboard */
.user-quick{
    padding: 30px;
    border-radius : 0 0 4px 4px;
}

/** Budget Dashboard **/
h5.participant-requestor{
    padding: 10px;
    background: #c7c7c5;
    margin-top: 0;
    margin-bottom: 5px;
    color: #333;
}
h5.participant-reviewer{
    padding: 10px;
    background: #f39312;
    margin-top: 0;
    margin-bottom: 5px;
    color: #FFF;
}
h5.participant-approver{
    padding: 10px;
    background: #005b90;
    margin-top: 0;
    margin-bottom: 5px;
    color: #FFF;
}
.participant-list-item{
    padding:10px;
    padding-bottom:15px;
}
.participant-image{
    display:block;
    margin: 3px auto;
    height: 50px;
    width: auto;
}
.timeline-icon-now{
    height: 32px !important;
    width: 32px !important;
    left: -40px !important;
}

/* Tracking - Budget & Memo */
.tracking{
    position:relative;
    text-align : center;
    z-index: 999;
}
.tracking:before{
    background-color: rgba(255,118,108,0.8);
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -999;
}
.overall-tracking{
    margin-bottom : 15px;
}
.tracking-panel{
    /*background : rgba(244,244,244,0.5);*/
    /*padding : 10px;*/
    /*border-radius : 7px;*/
    background : rgba(255,255,255,0.5);
    padding : 20px 10px;
}
.current-status{
    background : rgba(235,235,235,0.5);
}
/* Navi to current tracking */
#current-tracking:before{
  display:block;
  content: " "; 
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; 
  background:none;
}
.tracking-item{
    position: relative;
    margin-top : 20px;
}
.tracking-title{
    background : rgba(0,0,0,0.8);
    color : #FFF;
    font-size : 12px;
    /*font-weight: bold;*/
    display:inline-block;
    margin : 10px auto;
    padding : 7px 10px;
    border-radius : 5px;
    /*text-transform: uppercase;*/
    text-align : center;
    min-width: 150px;
}
.tracking-layer{
    padding: 20px;
    background: rgba(230,230,230,0.8);
    display: inline-block;
    border-radius: 4px;
    width : 320px;
}
.tt-adjustment{
    position: absolute;
    /*top: -10px;*/
    right: 53%;
}
.tl-adjustment{
    position: relative;
    right: -180px;
    top: -25px;
}
.tracking-bullet{
    width : 14px;
    height: 14px;
    border-radius: 50%;
    display:block;
    border: 3px solid #FFFFFF;
    margin: 10px auto;
}
.tracking-bullet.now{
    width:32px;
    height:32px;
}
.tracking-bullet.primary{
    background : #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}
.tracking-bullet.red{
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}
.tracking-bullet.green{
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}
.tracking-bullet.yellow{
    background: #f1c500;
    box-shadow: 0 0 0 3px #f1c500;
}
.tracking-bullet.blue{
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}
.tracking-bullet.black{
    background: #333333;
    box-shadow: 0 0 0 3px #333333;
}
.tracking h1{
    margin-top : 5px;
    font-size : 16px;
    font-weight: 300;
    margin: 0 0 5px;
}
.tracking h1.primary{
    color : #39B6AE;
}
.tracking h1.yellow{
    color : #f1c500;
}
.tracking h1.green{
    color : #A8D76F;
}
.tracking h1.red{
    color : #EF6F66;
}
.tracking h1.blue{
    color : #56C9F5;
}
.tracking h1.black{
    color : #333333;
}
.tracking-main{
    position:relative;
    clear:both;
}
.tracking-remark{
    margin-top:4px;
    background: rgba(255,255,255,0.9);
    padding : 5px;
    border-radius : 4px;
}

/* Widget with Colors */
.widget{
    border-radius: 4px;
    margin : 10px auto;
}
.widget-title{
    height : 30px;
    vertical-align:middle;
    padding : 5px;
    background : rgba(0,0,0,0.4);
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    border-radius: 0 0 4px 4px;
}
.widget-content{
    text-align: center;
    padding : 15px;
    font-weight: bold;
}
.widget-content > p.stats{
    font-size : 18px;
    margin-bottom : 0;
}

/* Background color */
.default-bg{
    background-color : #777;
    color : #EFEFEF !important;
}
.super-light-bg{
    background : #F4F4F4;
}
.white-bg{
    /*background: #DC143C !important;*/
    background: #FFFFFF !important;
    color: #666 !important;
}
.light-grey-bg{
    background : #f8f7f5 !important;
    color : #666 !important;
}
.medium-grey-bg{
    background : #e0e0e0 !important;
    color : #666 !important;
}
.red-bg{
    background: #ff766c !important;
    color: #FFF !important;
}
.turqoise-bg{
    background : #41cac0 !important;
    color : #FFF !important;
}
.green-bg{
    background : #a9d96c !important;
    color : #FFF !important; 
}
.blue-bg{
    background : #57c8f2 !important;
    color : #FFF !important; 
}
.yellow-bg{
    background : #f1c500 !important;
    color : #FFF !important; 
}
.grey-bg{
    background : #bec3c7 !important;
    color : #333 !important; 
}
.purple-bg{
    background : #8175c7 !important;
    color : #FFF !important; 
}
.dark-grey-bg{
    background : #666 !important;
    color : #FFF !important; 
}
.unitar-grey-bg{
    background : #c7c7c5 !important;
    color : #333 !important; 
}
.unitar-orange-bg{
    background : #f39312 !important;
    color : #FFF !important; 
}
.unitar-blue-bg{
    background : #005b90 !important;
    color : #FFF !important; 
}

/* Text Color */
.white{
    color: #FFFFFF !important;
}
.grey{
    color : #bec3c7;
}
.turqoise{
    color:#41cac0;
}
.blue{
    color:#57c8f2;
}
.link-blue{
    color: #428bca;
}
.red{
    color:#ff766c;
}
.green{
    color:#a9d96c;
}
.yellow{
    color:#f1c500;
}
.dark-grey{
    color:#666;
}
.medium-black{
    color:#333;
}
.dark-black{
    color:#111;
}

/* Width Properties */
.min-100px{
    min-width: 100px;
}
.min-200px{
    min-width: 200px;
}
.min-300px{
    min-width: 300px;
}
.width-100px{
    width: 100px;
}
.width-150px{
    width: 150px;
}
.width-200px{
    width: 200px;
}
.width-auto{
    width:auto;
}


/* Font Properties */
.smaller-text{
    font-size: 90% !important;
}
.bigger-text{
    font-size: 110% !important;
}
.tiny-text{
    font-size: 11px !important;
}

/* Align Overwrite */
.text-center{
    text-align: center !important;
}

/** MEMS Overwrite */
.site-min-height{
    min-height: 550px !important;
}
.profile-nav .user-heading a.round  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

/* Tooltip overwrite */
.tooltip.top,.tooltip.bottom{
    background : none;
    border : none;
}


/* Table Overwrite */
/*table.table > thead > tr > th.width{
    width: 300px !important;
}*/

/* List */
/*ul li{
    list-style : disc;
    margin-left : 20px;
}*/
ul li.none{
    list-style: none;
    margin : auto;
}
ul li.disc{
    list-style : disc;
    margin-left: 20px;
}
ul li.editor{
    list-style : disc;
    margin-left: 20px;
}
ol.editor{
    padding-left : 20px;
}

/* mCustomScrollBar */
.mCustomScrollbar{
    max-width : 100%;
    height : 400px;
    padding: 10px;
}

/* Navi to ID */
div[id^='setting-']:before { 
  display: block; 
  content: " "; 
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; 
  background:none;
}

/* PDF Styling */
.pdf-panel{
    /*page-break-inside: avoid !important;*/
    margin-top:5px !important;
    margin-bottom: 0 !important;
}
.no-break{
    page-break-inside: avoid !important;
}
.pdf-title{
    color : #333;
    letter-spacing: 4px;
}
.pdf-text-overwrite{
    color : #333 !important;
}
.pdf-page-break{
    page-break-after: auto;
}
hr.pdf-desc{
    border-bottom: 1px solid #333;
    width:95%
}
.pdf-panel-body{
    padding : 0 30px !important;
}
table.pdf{
    border-collapse: collapse;
    border:none;
    width:98%;
    margin: 5px auto;
    color : #333;
}
table.pdf tr td{
    padding : 5px;
}
th.noborder,td.noborder,.noborder{
    border:none !important;
}
.hasBorder{
    border:1px solid #333 !important;
}
.check-box{
    width: 25px;
    height: 20px;
    text-align:center;
    border : 1px solid #333;
    display:inline-block;
    margin-right : 10px;
}

/* Notification v2 */
a.new-top-nav{
    height : 60px;
    line-height: 60px;
    vertical-align: middle;
    border: 2px solid #ececec;
    border-top:none;
    border-bottom:none;
    min-width: 100px;
    margin-right : 5px;
    margin-top:0;
    padding : 0 15px;
    color : #333 !important;
    font-weight: 700;
}
a.new-top-nav:hover,.new-top-nav-active{
    background : rgba(42,53,66,1);
     color : #FFFFFF !important; 
}
.notify-number{
    position: absolute;
}
a.toggle-slidebar{
    border-radius: 5px !important;
    padding : 6px 10px !important;
    background : none;
    color : #666 !important;
    font-size : 15px !important;
    border : 1px solid #dddddd !important;
    
}
a.toggle-slidebar:hover{
    background : #2a3542 !important;
    color : #aeb2b7;
}
a.noti-link{
    color : #aeb2b7;
}
a.noti-link > strong{
    font-size:13px;
}
a.noti-link > small{
    font-size: 83%;
    font-style: italic;
}
a.logout-noti{
    border-radius : 10px;
    padding : 1px 10px;
    color : #aeb2b7;
    border: 1px solid #aeb2b7;
    background : transparent;
    font-weight: 700;
    float:right;
    margin-top:7px;
}
a.logout-noti:hover{
    background : rgba(89,172,226,0.6);
    border: 1px solid rgba(89,172,226,0.6);
    color:#FFF;
}
a.seen-link{
    border-radius : 10px;
    padding : 1px 10px;
    color : #aeb2b7;
    border: 1px solid #aeb2b7;
    background : transparent;
    float:right;
    margin-top:7px;
    font-size: 11px;
}
a.seen-link:hover{
    background : rgba(89,172,226,0.8);
    border: 1px solid rgba(89,172,226,0.8);
    color:#FFF;
}
a.seen-link.seened{
    background : rgba(0,178,18,0.8);
    border: 1px solid rgba(0,178,18,0.8);
    color:#FFF;
}
.width-70pc{
    width: 70%;
}

/* Header Logo */
.mems-logo{
    height:60px;
    line-height: 60px;
    margin-top:0 !important;
    padding : 0;
}
.mems-logo:hover{
    background : rgba(220,220,220,0.6);
}

/* Breadcrumbs */
.breadcrumb{
    /*background : none;*/
    color : #333 !important;
    font-size : 13px;
    font-weight : bold;
    margin-bottom : 0;
    border-bottom : 4px solid #f1f2f7;
}
.breadcrumb-empty{
    background : none !important;
    margin-bottom : 10px !important;
}
/*.breadcrumb > li + li:before {
     content: "\00BB";
     color: #aaa;
}*/
li.crumb-separator{
    padding : 0 8px;
    color : #999;
}
li.crumb-separator:first{
    padding : 0 12px !important;
}
a.new-top-nav {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border: 2px solid #ececec;
    border-top: none;
    border-bottom: none;
    min-width: 100px;
    margin-right: 5px;
    margin-top: 0;
    padding: 0 15px;
    color: #333;
    font-weight: 700;
}

/*.redbg {
    background: #a00000;
    background: #B20000;
    color: #fff;
}*/
/*----------------- youtube pallete--------------*/
/*.redbg1 {
    background: #cc181e;
    color: #fff;
}
.redbg2 {
    background: #2793e8;
    color: #fff;
}
.redbg3 {
    background: #559900;
    color: #fff;
}
.redbg4 {
    background: #666666;
    color: #fff;
}
.redbg5 {
    background: #f1f1f1;
    color: #fff;
}*/
/*---------------------------------------*/
.redbg {
    background: #5b6e84;
    color: #fff;
    /*font-weight: 300;*/
    /*font-family: 'Open Sans', sans-serif;*/
}
.graybg {
    background: #666666;
    color: #fff;
    /*font-weight: 300;*/
    /*font-family: 'Open Sans', sans-serif;*/
}
    
         
        
    