html,body{
	line-height: 1.4;
	background: #EEEEEE;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	 -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body.ngdialog-open { overflow: initial !important; }
b{color: #7c7a7d;font-weight: 700; font-style: normal;}
h1{font-size: 20px; font-weight: 700;}
h2{font-size: 18px; font-weight: 700;}
h3{font-size: 16px; font-weight: 700;}
hr{margin: 10px 0;}
p,label,span,a,label{font-size: 14px; color: #5d5b5c;text-decoration: none;}


/*-----COMMON -----*/
.main-title{color:#030303}
.sub-title{color:#5d5b5c}
.bold{font-weight: 700;}
.right{float:right;}
.left{float:left;}
.center{text-align: center;}
.text-left{text-align: left}
.text-right{text-align:right;}
.text-justify{text-align: justify;}
.hide{display: none !important;}
.show{display: block !important;}
.show-inline{display: inline-block !important;}
.inline{display: inline-block;vertical-align: middle;}
.block{display: block;}
.no-border{border:none !important;}



/*-----MAIN LAYOUT-----*/
.main{position: relative;background: #EEEEEE;min-height: 1vh;}
.main-wrap{margin: 0 auto;max-width: 1040px;min-height: 100vh;position: relative; padding: 85px 35px 35px 35px;/*border-left: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1*/;background: #ffffff}



/*-----MAIN NAVIGATION-----*/
.navigation-fixed-top{position: fixed;top: 0;width: 100%;z-index: 10;}
.navigation{background: #fff; border-bottom: 1px solid #eaeaea; height: 42px;}
.navigation-wrap{position: relative;margin: 0 auto;max-width: 1040px; padding:0px 10px;}
.navigation-logo{position: absolute; margin-top:5px;}
.navigation-logo .logo{width: 70px;height: 30px;background:no-repeat center;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;background-image: url('../img/logo.svg')}

.navigation-logo .logofm{
    width: 130px;height: 35px;
    position: absolute;
    left:80px;
    top:-2px;
    background:no-repeat center;
    -webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;
    background-size: contain;
    background-image: url('/assets/img/im4ufm_topBarLogo.png');
}

.navigation-flag{position: absolute;top: 65%;
    -ms-transform: translateY(-65%);-webkit-transform: translateY(-65%); transform: translateY(-65%); left:100px;
}
.navigation-flag li{list-style: none;display: inline-block;margin-right: 5px;}
.navigation-flag li .map{width: 30px;height: 20px;background:no-repeat center;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;cursor: pointer;}

.lang{
  position: absolute;
  top: 52%;
  left: 100px !important;
  -ms-transform: translateY(-50%);-webkit-transform: translateY(-50%); transform: translateY(-50%);}
}
.navigation-sub-wrap { background-color: #262626; width: 100%; z-index: 99;}
.navigation-sub-wrap .sub-nav{width:100%; margin: 0px auto; background-color: #262626; position:fixed; top:40px;z-index: 99;}
.navigation-sub-wrap .sub-nav ul {max-width: 1040px; background-color: #262626; margin:0px auto; padding:0px 0px;}
.navigation-sub-wrap .sub-nav ul li{display: inline-block; margin-top:0px; font-size: 12px;}
.navigation-sub-wrap .sub-nav ul li a{
    display: inline-block; color: #fff;font-size: 1em;
    padding: 10px;
}
.navigation-sub-wrap .sub-nav ul li:hover a{
    transition: 0.2s;
    background-color: white;
    color:black;
}
.navigation-menu-small{display: none;}
.navigation-menu{position: relative;}
.navigation-menu li{position: relative;display: inline-block; margin-top:3px;}
.navigation-menu li a{font-size: 11px; padding: 11px;display: block;position: relative;min-width: 40px;color: #000;font-weight: 700;transition: all 0.2s ease;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
    
}

.navigation-menu li a .menu-btn{margin: -10px 0;}
.navigation-menu li.active a{color: #fff;}
.navigation-menu li.active a span{color: #606060;}
.navigation-menu li.active{background-color:#000; color: white;}
.navigation-menu li a:hover, .navigation-menu li a:hover span{color: #fff;transition: 0.2s;}
.navigation-menu li a:hover {background-color:#262626; color:white;}
.navigation-menu li a i.noti{color: #ce0b24;}

.navigation-menu .badge{position: absolute;background: #ce0b24;color: #ffffff;font-size: 10px;min-width: 10px;padding: 2px 5px;line-height: 1;border-radius: 10px;text-align: center;top: 35%;left: 60%;-ms-transform: translate(-35%, -60%);-webkit-transform: translate(-35%, -60%); transform: translate(-35%, -60%);}
.navigation-menu .dropdown-menu-wrap{position: absolute;right:0px;top:55px; z-index: 1000;background: #fff;border-radius: 2px;border: 1px solid #dfe4e6; border-bottom: none;}
.navigation-menu .dropdown-menu {position: relative;}
/*.navigation-menu .dropdown-menu:after {content: url("../img/arrow.svg");position: absolute;top: -14px;right: 8px;  z-index: 1;}*/
.navigation-menu .dropdown-menu-arrow {background: url(../img/arrow.svg) no-repeat; width:20px;height:20px;position: absolute;top: -11px;right: 8px;z-index: 1;}


@media only screen and (max-width:1040px) { 
	.navigation-menu{display: none;}
    
    .navigation-menu-small{display: block; position: absolute; top:0px; z-index: 10000; max-width: 1040px; width: 100%;}
    .navigation-menu-small .menu-bars{position: fixed; right: 10px; top:2px;}
    .navigation-menu-small .menu-bars a{z-index: 15; font-size: 2em; width: 60px; height: 60px; text-align: center;}
    .navigation-menu-small .menu-bars i{color:#258C85;}
    .navigation-menu-small ul{
        z-index: 999; position: fixed; top:35px; width: 100%; left: 0px; padding:10px; margin-top:40px; border:1px solid #eaeaea;
        background-color: #fff;
        height: auto;
        -webkit-box-shadow: 0px 3px 30px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 3px 30px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 30px -13px rgba(0,0,0,0.75);
    }
    .navigation-menu-small ul li{width: 100%; height: 40px; padding: 10px; margin:5px;}
    .navigation-menu-small .sub-ul li{margin-left: 40px;}
    .navigation-wrap{position: relative;margin: 0 auto;max-width: 1040px; padding:0px 10px;}
}


/*-----PROFILE-----*/
.navigation-menu .profile-menu{position: relative;padding-left: 47px;padding-right: 23px;}
.navigation-menu .profile-menu:after{position: absolute;font-family: FontAwesome;right: 8px;top:45%;content: "\f0dd"; -ms-transform: translateY(-45%);-webkit-transform: translateY(-50%); transform: translateY(-45%); }
.navigation-menu .profile-img{position: absolute;left: 15px;top:45%;width: 25px;height: 25px;border-radius: 2px;-ms-transform: translateY(-45%);-webkit-transform: translateY(-45%); transform: translateY(-45%);-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

.navigation-menu .dropdown-menu.profile{position: relative;width: 200px;border-radius: 10px;}
.navigation-menu .dropdown-menu.profile li{margin: 0;padding: 0;display: block;border-bottom: 1px solid #e8e8e8;position: relative;}
/*.navigation-menu .dropdown-menu.profile li:last-child{border-bottom: none;}*/
.navigation-menu .dropdown-menu.profile li a{display: block;margin: 0;padding: 0;padding: 8px 10px;color: #c8c8c8;transition: all 0.4s ease;position: relative;}
.navigation-menu .dropdown-menu.profile li a:hover{color: #fff;transition: all 0.4s ease; background-color:#c8c8c8}
.navigation-menu .dropdown-menu.profile li a .icon{float: right;margin-top: 3px;margin-right: 0px;}
.navigation-menu .dropdown-menu.profile li.active a{color: #606060;}

.navigation-menu .dropdown-menu.profile li .dropdown-sub-menu{background: #ffffff;position: absolute;top: -1px;right: -100%;border-radius: 2px;border: 1px solid #dfe4e6;display: none;width: 100%;}
.navigation-menu .dropdown-menu.profile li .dropdown-sub-menu li{margin: 0;padding: 0;display: block;border-bottom: 1px solid #e8e8e8;}
.navigation-menu .dropdown-menu.profile li .dropdown-sub-menu li:last-child{border-bottom: none;}
.navigation-menu .dropdown-menu.profile li .dropdown-sub-menu li a{display: block;margin: 0;padding: 0;padding: 8px 10px;color: #c8c8c8;transition: all 0.4s ease;position: relative;}
.navigation-menu .dropdown-menu.profile li .dropdown-sub-menu li a:hover{color: #606060;transition: all 0.4s ease;}
.navigation-menu .dropdown-menu.profile li:hover .dropdown-sub-menu{display: block;}




/*-----NOTIFICATION-----*/
.navigation-menu .dropdown-menu.notification{position: relative; width: 400px;}
.navigation-menu .dropdown-menu.notification li{position: relative;margin: 0;padding: 0;display: block;border-bottom: 1px solid #e8e8e8;}
.navigation-menu .dropdown-menu.notification li:last-child{border-bottom: none;}
.navigation-menu .dropdown-menu.notification li a{display: block;margin: 0;padding: 0;padding: 8px 10px;padding-right:30px;position: relative;color: #c8c8c8;transition: all 0.4s ease;font-size: 0px;}
.navigation-menu .dropdown-menu.notification li a .notification-txt{display: inline-block;white-space: nowrap; width: 360px; overflow: hidden;text-overflow:ellipsis;font-size: 14px;}
.navigation-menu .dropdown-menu.notification li a span{color:#5395df}
.navigation-menu .dropdown-menu.notification li a .icon{position: absolute;margin:0px;right: 10px;top: 10px; padding: 3px 4px; border-radius: 10px; background-color: #cbcbcb; color: #fff; font-size: 10px;transition: all 0.4s ease; opacity: 0;}
.navigation-menu .dropdown-menu.notification li a .icon:hover{background: #606060;transition: all 0.4s ease;}
.navigation-menu .dropdown-menu.notification li a:hover .icon{opacity: 1;}
.navigation-menu .dropdown-menu.notification li a:hover{background: rgba(0,0,0, 0.05);}


/*-----HOME FOOTER-----*/
.footer{background: #4A4A4A; text-align: left;border-top: 1px solid #f1f1f1;margin: 0 auto;width: 100%; }
.footer-wrap{position: relative; max-width: 1040px; padding:40px 10px 10px 20px; margin: 0px auto; }
.footer-wrap .address{display: flex; justify-content: space-between}

.footer-wrap p{color: white; margin-bottom: 10px;}
.footer .link{margin:0px auto; text-align: center; margin-top:20px;}
.footer li {display: inline-block; margin:0px auto; }
.footer li a{padding:15px;cursor: pointer; display: block; color: white;}
.footer li a:hover{text-decoration: underline;}
.footer .social ul{margin-left:-10px;}
.footer .social i{color: white}
.footer .social ul li a{font-size: 2em; margin:10px; padding: 0px;}


/*-----MODAL-----*/
.modal-content .checkbox-cus{line-height: 2;}
.modal-content .input-textarea{margin-top: 5px;}
.modal-content .social i{margin-right: 10px;color: #fff; font-size: 18px;padding: 10px; width: 40px;text-align: center;border-radius: 2px;position: relative;}
.modal-content .social span:last-child i{margin-right: 0px;}
.modal-content .social i:after{width: 100%;height: 100%; background: rgba(255,255,255,.3); z-index: 1; position: absolute;content: '';top: 0; left: 0; border-radius: 2px;opacity: 0; transition:all 0.3s ease;}
.modal-content .social i:hover:after{opacity: 1;transition:all 0.3s ease;}
.modal-content .social .facebook i{background:#5079BD; }.modal-content .google i{background:#E84D42;}.modal-content .twitter i{background:#51CAED;}.modal-content .email i{background:#6E6C6D;}


/*-----MODAL THANK-----*/
.thank{position: relative;text-align: center;}
.thank .banner{background-image: url('../img/congratulations.svg');background-repeat: no-repeat;background-position: center;width: 100%;height: 90px;}

/*-----LOGIN MODAL-----*/
.modal-content .input-wrap-main{margin-bottom: 10px;}
.modal-content .input{padding: 10px 15px;}
.modal-content .action{position: relative;}
.modal-content .action .forgot:hover{text-decoration: underline;}

/*-----THANK MODAL-----*/
.modal-content .modal-content-inner-wrap{margin: -20px;}
.modal-content .modal-content-inner{padding: 20px;}
.modal-content .modal-content-inner .title{margin-bottom: 5px;}
.modal-content .modal-content-inner:last-child{border-left: 1px solid #f0f0f0;}
.modal-content .calendar i{color: #030303; padding: 10px 0px; margin: 0px;}
.modal-content .calendar:hover{text-decoration: underline;}

/*-----VERIFICATION MODAL-----*/
.modal-content .resend{position: relative;margin-top: 10px;}
.modal-content .resend a{color:#030303; text-decoration: underline;}
.verify{position: relative;margin-left: 5px;opacity: 0;}
.loading,.finish{opacity: 1; transition:all 0.3s ease;}
.loading:after{top:-6px;position: absolute;z-index: 0;content: url('../img/loader.svg');opacity: 1;}
.finish:after{top: -9px;position: absolute;z-index: 1;font-size: 28px;color: #80d138;font-family: FontAwesome;content: "\f058";left: 2px;opacity: 1;}


/*-----Remove Modal Project----*/
.project-photo{width: 100%; height: 110px; background-size: cover; background-repeat: no-repeat; background-position: center;float: left; margin-right: 20px;}
.project-detail{margin-top: -7px;}
.modal-padding-left{padding-left: 20px;}


/*-----Publish Modal Project----*/
.project-img-pub{width: 100%; height: 150px; background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 20px;}
.publish-text{text-align: center;}
.publish-text p{font-size: 2em;}

/*-----Comment Modal Project----*/
.modal-content .main-title{margin-bottom: 2px;}

/*-----Profile Modal Project----*/
.profile-photo{width: 100%; height: 110px; background-size: cover; background-repeat: no-repeat; background-position: center;float: left;}
.profile-detail{margin-top: -7px;}

.social-icon{position: relative;}
.social-icon a i{padding: 5px;padding-top: 8px;margin: 0;width: 30px;font-size: 14px;margin-right: 5px;}
.social-icon a i:after{display: none;}
.social-icon a i.facebook{background: #3b5998; border:1px solid #3b5998; color: #fff;}
.social-icon a i.google{background: #da4835; border:1px solid #da4835; color: #fff;}
.social-icon a i.twitter{background: #5ea9dd; border:1px solid #5ea9dd; color: #fff;}


/*-----MODAL TAG-----*/
.tag{position: relative;}
.tag .name-list{position: relative;}
.tag .name-list span{font-weight: 500; color: black;}
.tag .tag-list{position: relative;list-style-type:decimal;margin-left: 15px;}
.tag .tag-list li span{font-size: 14px;}
.tag .tag-list .remove{margin-left: 4px; color: #dbdbdb}
.tag .tag-list .remove:hover{color:#262427;transition:all 0.3s ease;}
.tag .custom-select select{border: none;padding: 0;cursor: pointer;margin-top: -2px; color: #0086e7;}
.tag .custom-select select:hover{text-decoration: underline;}
.tag .custom-select:after{top: 56%;right: -16px;content: "\f067";color: #dbdbdb; display: none;}
.tag .custom-select select:focus {color: #0086e7;}

.tag .select{position: relative;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; display: inline;}
.tag .select-view{position: relative;display: inline;}
.tag .select-view a{color: #0086e7;}
.tag .select-view a:hover{text-decoration: underline;}
.tag .select-view a.selected{display: block;}
.tag .select-popup{width: 200px;position: absolute;top: 30px;left: 0;z-index: 1;display: none;background: #fff;border: 1px solid #dfe4e6;}
.tag .select-popup-arrow {
  background: url(../img/arrow.svg) no-repeat; 
  width:20px;
  height:20px;
  position: absolute;
  top: -11px;
  left: 8px;
  z-index: 1;
}
.tag .select-popup a{display: block;padding: 5px 8px;border-bottom: 1px solid #dfe4e6;color: #c8c8c8}
.tag .select-popup a:hover{color: #606060; transition:0.3s all ease;}
.tag .select-popup a:last-child{border-bottom:none;}


/*-----MODAL EXPORT-----*/
.export{position: relative;}
.export .name-list{position: relative;}
.export .name-list span{font-weight: 500; color: black;}

/*-----MODAL REMOVE-----*/
.remove{position: relative;}
.remove .name-list{position: relative;}
.remove .name-list span{font-weight: 500; color: black;}

/*-----MODAL VDETAIL-----*/
.vdetail{position: relative;}
.vdetail .input{padding: 8px;}
.vdetail .user-photo{width: 100%;height: 80px;background:no-repeat center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.vdetail .profile-wrap{margin: -7.5px;}
.vdetail .profile-wrap [class*='col']{padding: 7.5px;}

.vdetail .profile-wrap .detail .input-group{padding-left: 80px;position: relative;margin-bottom: 5px;line-height: 1.6;}
.vdetail .profile-wrap .detail .input-group:last-child{margin-bottom: 0px;}
.vdetail .profile-wrap .detail .input-group .title{position: absolute;left: 0;color: #bcbcbc;}

.vdetail .profile-wrap .detail-edit{width: 100%;}
.vdetail .profile-wrap .detail-edit .input-group{position: relative;margin-bottom: 5px;line-height: 1.6;}
.vdetail .profile-wrap .detail-edit .input-group:last-child{margin-bottom: 0px;}
.vdetail .profile-wrap .detail-edit .input-group .title{position: absolute;left: 0;color: #bcbcbc;}
.vdetail .profile-wrap .detail-edit .action-edit{}

.vdetail .profile-wrap .add-tag{width: 100%;}
.vdetail .profile-wrap .add-tag .action-edit{}


.vdetail .profile-wrap .action .fa{width: 20px;}
.vdetail .profile-wrap .action .btn{margin-bottom: 3px;}
.vdetail .profile-wrap .action .btn.active{background: #7c7a7d;color: #ffffff !important;display: block !important;}
.vdetail .profile-wrap .action .btn:last-child{margin-bottom: 0px;}

.vdetail .tag-list{position: relative;list-style-type:decimal;margin-left: 15px;}
.vdetail .tag-list li span{font-size: 14px;}
.vdetail .tag-list .remove{margin-left: 4px; color: #dbdbdb}
.vdetail .tag-list .remove:hover{color:#262427;transition:all 0.3s ease;}
.vdetail .tag-list .custom-select select{border: none;padding: 0;cursor: pointer;margin-top: -2px; color: #0086e7;}
.vdetail .tag-list .custom-select select:hover{text-decoration: underline;}
.vdetail .tag-list .custom-select:after{top: 56%;right: -16px;content: "\f067";color: #dbdbdb; display: none;}
.vdetail .tag-list .custom-select select:focus {color: #0086e7;}

.vdetail .activity-list{margin: 15px 0px;line-height: 1.6;height: 110px; overflow: hidden;}
.vdetail .activity-list.open{margin: 15px 0px;line-height: 1.6;height: auto; overflow: none}


.vdetail .select{position: relative;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; display: inline;}
.vdetail .select-view{position: relative;display: inline;}
.vdetail .select-view a{color: #0086e7;}
.vdetail .select-view a:hover{text-decoration: underline;}
.vdetail .select-view a.selected{display: block;}
.vdetail .select-popup{width: 200px;position: absolute;top: 30px;left: 0;z-index: 1;display: none;background: #fff;border: 1px solid #dfe4e6;}
.vdetail .select-popup-arrow {
  background: url(../img/arrow.svg) no-repeat; 
  width:20px;
  height:20px;
  position: absolute;
  top: -11px;
  left: 8px;
  z-index: 1;
}
.vdetail .select-popup a{display: block;padding: 5px 8px;border-bottom: 1px solid #dfe4e6;color: #c8c8c8}
.vdetail .select-popup a:hover{color: #606060; transition:0.3s all ease;}
.vdetail .select-popup a:last-child{border-bottom:none;}


/*-----MODAL INTRO-----*/
.intro-modal{background-image: url('../img/banner.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; height: 620px; }
.intro-modal .modal-header, .intro-modal .modal-content, .intro-modal .modal-footer{padding: 20px 20px;}
.intro-modal .modal-footer .btn{font-size: 16px; font-weight: 500; width: 120px;}
.intro-modal .main-title{color: #000;font-size: 28px;}
.intro-modal .main-title span{color: #000;font-size: 12px;position: absolute;top: 25px;margin-top: 1px;margin-left: 2px;}
.intro-modal .sub-title{color: #000;font-size: 16px;}

.intro-modal .content-wrap{background-image: url('../img/banner.jpg'); background-size: cover;}
.intro-modal .content-wrap i{font-size: 60px;}
.intro-modal .content-wrap .title{color: #000; font-size: 16px; font-weight: 500;margin-top: 10px; margin-bottom: 10px;}
.intro-modal .content-wrap .sub-title{color: #000;font-size: 14px;}

/*-----LOADER-----*/
.loader:before{position: absolute;content: url('../img/loader.svg');top: 50%; left: 50%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/*-----SUBMIT-----*/
.submit{position: relative;}
.submit:after{background: rgba(0,0,0,0.05);content:'';position: absolute;left: 1px;top: 1px; width:100%;height: 100%;margin: -1px;}
.submit:before{position: absolute;content: url('../img/loader.svg');top: 50%;left: 50%;transform: translate(-50%, -50%); z-index: 20;}

/*-----ADS-----*/
.iklan{}
.iklan-left{
	width: 200px;
	height: 400px;
	position: fixed;
	top: 80px;
	left: 20px;
	z-index: 1;
	background: red;
}
.iklan-right{
	width: 200px;
	height: 400px;
	position: fixed;
	top: 80px;
	right: 20px;
	z-index: 1;
	background: yellow;
}

@media only screen and (max-width: 1280px) {
  .iklan{display: none;}
  .navigation-menu .dropdown-menu.profile li .dropdown-sub-menu{;top: -1px;left: -100%;}
}

@media only screen and (max-width: 768px) {
    .main-content-wrap .content{width: 100%;}
    .main-wrap{position: relative; padding: 85px 15px 15px 15px;border: none;}
    .modal-content .modal-content-inner:last-child{border-left: none; border-top:1px solid #f0f0f0;}

    
}
