/*Your custom styles*/

/* Personal Style ------------------------------------------------------------------------------ */

/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400';*/

/*Ill Fonts Start */
@font-face {
    font-family: 'IllLight';
    src: url("../font/ill/ill-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'Ill';
    src: url("../font/ill/ill-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'IllSemibold';
    src: url("../font/ill/ill-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'IllBold';
    src: url("../font/ill/ill-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility
}
/*Ill Fonts End */

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Ill';
    overflow: auto !important;
    font-size: 1rem !important;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
        border: 0;
        /*color: rgba(212, 212, 212, 0.84);*/
        color: #dd5347 !important;
    }
    .navbar .navbar-nav .open .dropdown-menu .divider {
        /*background-color: rgba(255, 255, 255, 0.84);*/
        background-color: white !important;;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a {
        /*color: rgba(255, 255, 255, 0.84);*/
        color: #dd5347 !important;;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
        /*color: rgba(255, 255, 255, 0.84);
        background-color: transparent;*/
        color: #dd5347 !important;;
        background-color: white !important;;
    }
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        /*color: rgba(255, 255, 255, 0.84);
        background-color: rgba(0, 0, 0, 0.05);*/
        color: #dd5347 !important;;
        background-color: white !important;;
    }
    .navbar .navbar-nav .open .dropdown-menu > .disabled > a, .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        /*color: #E5E5E5;
        background-color: transparent;*/
        color: #dd5347 !important;;
        background-color: white !important;;
    }
}

@media (min-width: 767px) {
    .navbar-fixed-top {
        /*min-height: 60px;*/
        padding: 5px 0;
        background-color: white;
        color : #6B6B6B !important;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        z-index: 20;
    }
    .navbar-fixed-top .navbar-nav > li {
        color: #6B6B6B !important;
        font-size: 14px;
        transition-duration: 1s;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: white;
        color: #6B6B6B !important;
        font-size: 13px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

    }
    .top-nav-collapse .navbar-nav > li > a {
        color: #6B6B6B; /* text when scrolling */
        transition-duration: 1s;
        font-size: 13px;
    }
}

/* Navbar Start */
.navbar-white .navbar-nav > .active > a, .navbar-white .navbar-nav > .active > a:hover, .navbar-white .navbar-nav > .active > a:focus {
    /*color: rgba(0, 0, 0, 0.84);*/
    background-color: rgba(222, 228, 57, 0.05);
    color: #dd5347;
}
.nav-tabs {
    width: 100%;
    background-color: transparent !important;
    box-shadow: none;
}

.nav-tabs a {
    /*color: #4285F4;*/
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.28s ease;
    -moz-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    transition: color 0.28s ease;
    /*Dongan*/
    color: #dd5347;
}

.nav-tabs li {
    height: 60px !important;
    background-color: #e9e9e9;
    color: #252525;
    font-weight: 500 !important;
    border-radius: 0px;
    text-align: left;
    text-transform: capitalize;
}

/*active navbar*/
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    color: #dd5347 !important;
    background-color: transparent;
}

.nav-tabs li > a {
    padding-top: 21px !important;
}

.nav-tabs li.active > a {
    color: #dd5347 !important;
    font-weight: 500;
    border: none;
    background-color: #ffffff;
    /*border-bottom: 5px solid #dd5347;*/
    border-left: 4px solid #dd5347;
    border-radius: 0px;
}

.nav-tabs li.active > a:focus {
    color: #dd5347;
    background-color: white;
    border: inherit;
    border-left: 4px solid #dd5347;
    border-radius: 0px;
}

.nav-tabs li.active > a:hover {
    border-left: 4px solid #dd5347;
}

.nav-tabs li > a:hover {
    color: #dd5347 !important;
    border-left: 4px solid #dd5347;
    border-radius: 0px;
}

.nav-tabs a:hover {
    color: #00b9a6;
    border: none;
    border-bottom: 5px solid #dd5347;
}

.tab-content {
    background-color: white;
}


.navbar .navbar-nav > li > a {
    color: #6b6b6b;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Navbar Hover*/
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    /*color: rgba(255, 255, 255, 0.84);*/
    color: #dd5347 !important;/*Navbar : Text Color Hover*/
    padding-bottom: 21px;
    border: none;
    /*border-bottom: 3px solid #d35347;*/
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    /* Active Navbar */
    color: #dd5347;
    border: none;
    /*border-bottom: 3px solid #dd5347 !important;*/
    height: 64px;
}

.navbar-white {
    background-color: #1C2331;
}
/* Navbar End -----------------------------------------------------------*/

.border-stand-general {
    border-right: 1px solid lightgrey;
    height: auto;
}

.border-all {
    border : 1px solid lightgrey;
}

.border-stand{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color : #dd5347;
    width: auto;
    height: 65px;
}

.form-classic {
    background-color: transparent;
    /*border: none;
    border-bottom: 1px solid #9e9e9e;*/
    border-radius: 0;
    outline: none;
    height: 2.5rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;

    border-bottom: none;
    border: 1px solid #eee;
    padding-left: 1rem;;
}

.font-p {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 300;
}

/* Border Line Start */

.border-red-1 {
    border: 1px solid #DD5347; border-radius: 5px; padding: 15px
}

.border-bottom-red-1 {
    border-bottom: 1px solid #dd5347;
}

.border-bottom-grey-1 {
    border-bottom: 1px solid lightgrey;
}

.border-bottom-grey-2 {
    border: none;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.border-top-grey-1 {
    border-top: 1px solid lightgrey;
}

.border-top-grey-2 {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin-top: 5px;
}

.border-bottom-teal-2 {
    border: none;
    border-bottom: 2px solid #00b9a6;
}

.border-left-teal-4 {
    border: none;
    border-left: 4px solid #00b9a6;
}

.border-bottom-blue-4 {
    border: none;
    border-bottom: 4px solid #0099cc;
}

.border-top-blue-4 {
    border-top: 4px solid #0099cc;
}

.border-bottom-orange-4 {
    border: none;
    border-bottom: 4px solid orange;
}

.border-top-red-2 {
    border: none;
    border-top: 2px solid #dd5347;
}

.border-bottom-red-3 {
    border: none;
    border-bottom: 3px solid #dd5347;
}

.border-bottom-red-4 {
    border: none;
    border-bottom: 4px solid #dd5347;
}

.border-bottom-red-2 {
    border: none;
    border-bottom: 2px solid #dd5347;
}

.border-left-red-4{
    border: none;
    border-left: 4px solid #dd5347;
}
/* Border Line End */

/* Kerjabilitas Color Start */

.kerj-red {
    color: white !important;
    background-color: #dd5347 !important;
}

.kerj-teal {
    background-color: #00b9a6 !important;
}

.kerj-grey {
    background-color: #f9f9f9;
}

/* Kerjabilitas Color End */

/* Kerjabilitas Text Color Start */

.kerj-red-text {
    color: #dd5347;
}

.kerj-teal-text {
    color: #00b9a6 !important;
}

.kerj-blue-text {
    color: #33b5e5;
}

.kerj-grey-text {
    color: #4D4D4D;
}

.kerj-grey-text-light {
    color: #6B6B6B !important;
}

.kerj-dark-text {
    color: #212121 !important;
}

.text-pure-white {
    color: #ffffff;
}

.text-gray {
    color: #7d7d7d;
}
/* Kerjabilitas Text Color End */


/* Image Background Start */
.bg-desk-kerjabilitas {
    background-image: url("../img/bg-desk-kerjabilitas.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-vac-detail {
    background-image: url('../img/bg-vac/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-profile {
    background-image: url('../img/profile-header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-image-desta {
    background-image: url('../img/desta-index-banner-white.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    max-height: 528px;
}

.bg-action-button-index {
    height: 350px;
    position:relative;
    background-image: url('../img/Desta-mengetik.jpg');
    background-size: cover;
    background-position: center;
}
/* Image Background End */


.centerscreen {
    /*position: absolute;
    padding-top: 100px;
    padding-bottom: 120px;*/

    position: absolute;
    padding-top: 30%;
    padding-bottom: 10%;
    padding-left: 15%;
    padding-right: 15%;
}

.center-box {
    top: 50%;
    left: 50%;
    width:70em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -35em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    position:fixed;
}

.footer-border{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color : #4a4a4a;
}



/* modal-lg*/
.modal-lg {
    max-width: 700px !important;
}

[type="checkbox"].filled-in-danger:checked + label:after {
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    background-color: #0099cc;
    z-index: 0;
}

.text-background {
    background: #dddddd;
    color: black;
    padding: 10px 10px 10px 10px;
    line-height: 2.7rem !important;
    border: 0px;
    border-radius: 16px;
}

div.panel {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    opacity: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.panel.show {
    opacity: 1;
    max-height: 550px;
}

.vert-tabs {
    font-size: 1.1rem;
    font-weight: 300;
    height: 50px;
    border: solid 1px #cfcfcf;
}

.form-border {
    background-color: white !important;
    border: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid inherit !important;

    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;

    width: 100% !important;
    box-sizing: border-box !important;
    height: 2.7rem !important;
    font-weight: 300 !important;
}

.has-error input {
    border-color: #DD5347 !important;
}

.form-border:hover {
    border-color: #0099CC !important;
}

.form-border:focus {
    border-color: #0099CC !important;
}

.form-border-teal {
    background-color: white !important;
    border: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid inherit !important;
    padding: 5px;
    height: 2rem !important;
    font-weight: 300 !important;
}

.form-border-teal:hover {
    border-color: #00b9a6 !important;
}

.form-border-teal:focus {
    border-color: #00b9a6 !important;
}

.font-12 {
    font-size: 12px;
    line-height: 1.2;
}

.font-16 {
    font-size: 16px;
    line-height: 1.2;
}

.font-weight-500 {
    font-weight: 500;
}

.scroll {
    padding: 10px;
    overflow: scroll;
    height: 550px;

    /*
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch; */

    /*script tambahan khusus untuk IE */

    /*
    scrollbar-face-color: #CE7E00;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #6F4709;
    scrollbar-3dlight-color: #11111;
    scrollbar-darkshadow-color: #6F4709;
    scrollbar-track-color: #FFE8C1;
    scrollbar-arrow-color: #6F4709;
    */
}

.scroll2 {
    padding: 10px;
    overflow: scroll;
    height: 370px;
}

.scroll-auto {
    overflow: scroll;
}

.word-break {
    white-space: nowrap;
    overflow: hidden;
}

/* Bubble Chat Start */

/* CSS talk bubble */
.talk-bubble {
    margin: 7px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    color: #383838;
    background-color: #f2f2f2;
}

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

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 13px;
    bottom: auto;
    border: 12px solid;
    border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 13px;
    bottom: auto;
    border: 12px solid;
    border-color: rgb(221, 83, 71) transparent transparent rgb(221, 83, 71);
}

/* talk bubble contents */
.talktext{
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}
.talktext p{
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
/* Bubble Chat End */

.force-left {
    float: left !important;
}

.force-right {
    float: right !important;
}

/* Efective button padding */
.btn-effective-padding {
    padding : 0px 10px 0px 10px;
    margin : 5px 3px 5px 3px;
}

/* Bubble Chat for Current User */
.bubble-chat-1 {
    background-color: #fff;
    color: #3c3c3c;
    font-size: 18px;
    border-radius: 5px;
    padding: 7px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Bubble Chat for User's Friend */
.bubble-chat-2 {
    background-color: #00a895;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 7px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Chat message */
.chat {
    color: #333;
}

.unread, .unread div {
    color: rgba(195, 19, 19, 1);
}

.btn-special-red:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}

.affix {
    top: 0;
    width: 100%;
}

.affix + .container-fluid {
    padding-top: 0px;
}

.verticalcenter {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.search-friend {
    width: 100% !important;
}

.textarea-auto{
    display:block;
    box-sizing: padding-box;
    overflow:hidden;
    max-height:100px;
    font-size:16px;
}

.icon-hover-teal:hover {
    color: orange;
}

.img-greyscale {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.icons-sm {
    cursor: pointer;
    position: relative;
    padding: 8px 0px;
    border: none;
    margin: 10px 1px;
    text-decoration: none;
    outline: none !important;
    font-size: 30px;
}

.btn-danger {
    background: #dd5347;
}

.btn-border-danger {
    background: transparent;
    border-color: #dd5347;
    color: #dd5347;
}

.btn-border-danger:hover {
    background: transparent;
    border-color: #dd5347;
    color: #dd5347;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #dd5347 !important;
    color: #fff;
}

.text-disapear:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 95%);
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 95%);
    height: 1.7em !important;
}

/* Elegant Card Start */
.elegant-card .card-label {
    margin-bottom: -27px;
    margin-top:-1.5px;
    z-index: 10;
    position: relative;
}

.elegant-card .card-label .label {
    border-top-left-radius: 2px;
    font-weight: 300;
}
.elegant-card .card-footer {
    background-color: #3E4551;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 1.20rem;
    padding-top: 10px;
}
/* Elegant Card End */

.btn-index-danger {
    background-color: #ffffff;
    border: 2px solid #dd5347;
    color: #dd5347;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.btn-index-danger:hover {
    margin-top: 10px;
    border: 2px solid #dd5347;
    background-color: #dd5347 !important;
    color: white !important;
}

.btn-index-danger-filled {
    background-color: #dd5347;
    border: 2px solid #dd5347;
    color: #FFFFFF;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.btn-index-danger-filled:hover {
    margin-top: 10px;
    border: 2px solid #dd5347;
    background-color: #dd5347 !important;
    color: white !important;
}

.btn-index-dark {
    background-color: #1C2331;
    color: white;
}

.btn-index-dark:hover {
    background-color: #313a48;
    color: white;
}

.multiitem-car {
    margin-bottom: 2em;
}

.z-depth-1, .btn, .btn-floating, .card-panel, .card, .dropdown-content, .dropdown-menu, .side-nav, .btn-sm, .btn-sm-full {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* a hover on footer */
.a-hover:hover {
    font-size: 15px;
    color: #DD5347 !important;
}

/* Red Hover */
.red-hover:hover {
    color: #dd5347 !important;
}

/* Blue Hover */
.blue-hover:hover {
    color: #33b5e5 !important;
}

/*Saujana link on footer */
.text-footer-hover:hover {
    color: #f6f7f7 !important;
}

/* Tooltip Start */
.tooltip {
    line-height: 1.3rem;
    font-weight: 300;
}
.tooltip > .tooltip-inner {
    background-color: #222;
    color: #FFFFFF;
    border: 1px solid #222;
    padding: 10px;
    font-size: 16px;
    border-radius: 0px;
}
/* Tooltip End */

/* Card Lowongan fix height */
.card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.card-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.card-up img {
    width: 100%;
}
/* End Card Lowongan fix height */
div.card-footer > i {
    color: #dd5347 !important;
}


/*********************
Dropdowns
**********************/

.dropdown-menu li > a, .dropdown-menu li > span {
    font-size: 15px !important;
    color: #6B6B6B;
    display: block;
    padding: 10px;
    line-height: 1.5rem;
}

.dropdown-menu-hover:hover{
    color: #dd5347; !important;
}

/**********************
Hamburger Menu
**********************/

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #dd5347;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-6px, 7px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-5px, -7px) ;
}

/*********************
Pagination
*********************/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    font-size: 16px;
    color: #fff;
    background-color: #dd5347;
    border-color: #dd5347;
    cursor: default;
}

.card-panel {
    transition: box-shadow .25s;
    /* padding: 20px; */
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

/*********************
Background-color
*********************/

.red {
    background-color: #dd5347 !important;
    color: white !important;
}

.red:hover {
    background-color: #dd5347 !important;
    color: white !important;
}