a:link, a:visited {
    color: #242424;
    text-decoration: none;
}

a:hover {
    color: #ea4930;
}

div, h1, h2, h3, h4, h5, ul, li {
    box-sizing: border-box;
}

body {
    font-family: roboto;
    font-size: 13px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f8f8f8;
}

h1 {
    font-family: robotoBold;
    font-size: 26px;
    margin: 0;
    color: #242424;
    letter-spacing: -0.5px;
}

h2 {
    font-family: robotoCondensedLight;
    font-size: 20px;
    margin: 0;
    color: #242424;
    font-weight: normal;
}

.publisher:link, .publisher:visited {
    color: #999;
    text-decoration: none;
}

.publisher:hover {
    color: #ea4930;
}

i.dspNone {
    display: none;
}

#left-col {
    background-color: #222731;
    width: 200px;
    color: #e8e8e8;
    float: left;
    position: relative;
}

    #left-col ul {
        padding: 20px;
    }

    #left-col li {
        padding: 10px 0;
        font-family: roboto;
        font-size: 16px;
        color: #fff;
    }

    #left-col a:link, #left-col a:visited {
        color: #a3a4a4;
        font-family: roboto;
        font-size: 16px;
    }

    #left-col a:hover {
        color: #fff;
    }

    #left-col li.selected a {
        color: #fff;
    }

#menu-icon {
    position: absolute;
    cursor: pointer;
    top: 0;
    padding: 10px;
}

    #menu-icon.close {
        left: 0;
    }

    #menu-icon.open {
        left: 205px;
    }

#menu-col {
    float: left;
    width: 250px;
}

    #menu-col a {
        color: #707070;
        text-decoration: none;
        display: block;
    }

    #menu-col ul {
        margin: 30px 20px;
    }

        #menu-col ul li {
            padding: 10px 15px;
            font-family: robotoBold;
            font-size: 14px;
            color: #707070;
            border-radius: 3px;
            margin-bottom: 6px;
        }

            #menu-col ul li:hover {
                background-color: #eaeaea;
                cursor: pointer;
            }

            #menu-col ul li.selected {
                background-color: #3f51b5;
                color: #fff;
            }

    #menu-col i {
        vertical-align: middle;
        margin-right: 12px;
    }

#close-menu {
    bottom: 10px;
    text-align: center;
    position: absolute;
    width: 50px;
    left: 5px;
}

    #close-menu i {
        padding: 8px;
        color: #707070;
    }

        #close-menu i:hover {
            cursor: pointer;
            background-color: #d4d4d4;
            padding: 8px;
            border-radius: 50%;
        }

#icon-col {
    width: 52px;
    float: left;
    background-color: #3f51b5;
    color: #fff;
    position: relative;
}

    #icon-col a {
        color: #fff;
    }

    #icon-col ul li {
        text-align: center;
        margin: 10px 0;
        padding: 5px 0;
    }

    #icon-col i {
        padding: 8px;
        border-radius: 50%;
    }

        #icon-col i:hover {
            cursor: pointer;
            background-color: #303f9f;
            color: #fff;
        }

        #icon-col i.selected {
            cursor: default;
            background-color: #303f9f;
        }

    #icon-col .hide-menu {
        bottom: 10px;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
    }

    #icon-col .v-tooltip .tooltiptext.right {
        top: 5px;
    }


#work-area {
    overflow: auto;
    padding: 0 65px;
}

#top-bar {
    background-color: #fff;
    height: 54px;
    border-bottom: #ccc 1px solid;
    width: 100%;
    box-shadow: 0 4px 10px -2px #d4d4d4;
}

#profile-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 10px;
    cursor: default;
}

    #profile-box i {
        vertical-align: middle;
        color: #999;
        padding-bottom: 4px;
        margin-right: 5px;
    }

    #profile-box span {
        font-family: roboto;
        font-size: 15px;
        line-height: 26px;
    }

.dropdown-content {
    background-color: #1b1f27 !important;
    color: #e8e8e8 !important;
}

#footer {
    background-color: #f9f9f9;
    padding: 20px 0;
    height: 72px;
    width: 100%;
    border-top: #ccc 1px solid;
}

    #footer span {
        text-align: center;
        display: block;
        font-size: 11px;
        line-height: 16px;
    }

        #footer span.publisher {
            color: #999;
        }

#logo {
    margin: 20px 0 10px 0;
}

    #logo.login {
        float: none;
    }

#top-bar ul {
    float: right;
    margin-top: 10px;
}

    #top-bar ul li {
        float: left;
        padding: 0;
        border-radius: 3px;
        margin-right: 5px;
        font-family: robotoCondensed;
    }

        #top-bar ul li:hover {
            cursor: pointer;
            background-color: #ea4930;
            color: #fff;
        }

        #top-bar ul li.selected span {
            background-color: #242424;
            cursor: default;
            color: #fff;
            padding: 6px 10px;
            display: block;
            border-radius: 3px;
        }

        #top-bar ul li a:link, #top-bar ul li a:visited {
            padding: 6px 10px;
            display: block;
            color: #242424;
        }

        #top-bar ul li a:hover {
            color: #fff;
        }

.color-70.hovered:hover {
    color: #f3745a;
}

.color-red {
    color: #cc0001;
}

.color-green {
    color: #009900;
}

.icon-col i {
    font-size: 22px;
}

.fixed-form {
    width: 550px;
}

.large-form {
    width: 850px;
}

.dropdown-content {
    min-width: 110px;
}

.char-count {
    position: absolute;
    top: 7px;
    right: 4px;
    color: #999;
}

.info-icon {
    padding: 8px 0 0 5px;
}

    .info-icon span.tooltiptext {
        bottom: 20px;
        left: 20px;
    }
/* NATIVE SNACK BAR */
#kaviSnackBar {
    visibility: hidden;
    width: 500px;
    margin-left: -250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 16px;
    position: fixed;
    z-index: 1100;
    left: 50%;
    top: 100px;
    font-size: 14px;
}

    #kaviSnackBar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #kaviSnackBar.info {
        background-color: #009900 !important;
    }

    #kaviSnackBar.error {
        background-color: #cc0001 !important;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0.5;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0.5;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: -10px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: -10px;
        opacity: 0;
    }
}

.container-error {
    padding: 180px 0;
}

.inner-header {
    overflow: hidden;
    border-bottom: #d4d4d4 1px solid;
    padding-bottom: 10px;
}

.inner-container {
    padding: 20px 0 0 0;
}

.seperator {
    overflow: hidden;
    border-bottom: #d4d4d4 1px dashed;
    height: 40px;
    margin-bottom: 10px;
}

.loading-icon {
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.project-active-label {
    font-size: 11px;
    background-color: #009900;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
}

.project-draft-label {
    font-size: 11px;
    background-color: #ea4930;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
}

/* PREVIEW */
#project-preview {
    padding: 40px 0;
    position: relative;
}

#mockup-container {
    width: 447px;
    height: 596px;
    background-image: url(/Content/img/mockup01.png);
    border-bottom: #d4d4d4 1px solid;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#project-preview iframe {
    width: 358px;
    height: 504px;
    margin-top: 91px;
    margin-left: 44px;
    overflow: scroll;
}

#project-preview .preview-phone {
    position: relative;
    width: 447px;
    padding-bottom: 100px;
    display: inline-block;
    text-align: left;
}

/* TABLET DIKEY */
@media only screen and (width : 768px) {
    .container-error {
        padding: 120px 0;
    }
}

/* TABLET YATAY */
@media only screen and (width : 1024px) {
    .container-error {
        padding: 20px 0;
    }
}

/* ALL MOBILE */
@media only screen and (max-width : 1024px) {
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/* dropdown content */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
