﻿ 
/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.latar-praytime{
    border-radius:12px;
    background-image: url('../../img/ikon/ruang.png');
    background-repeat: no-repeat;
    background-size: cover; 
}
.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #3c8dbc;
    text-transform: uppercase;
    color: #3c8dbc;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#3c8dbc;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #3c8dbc;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}
#menu-top a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 10px 10px 10px;
    text-transform: uppercase;
}
.navbar-toggle { 
    border: 1px solid #fff;
    float:left;
    left: 20px;
}
.main-header{
    padding-top: 5px; 
    padding-bottom: 0px; 
}
.main-header .main-title{
    padding-top: 7px; 
    padding-bottom: 15px; 
}
.main-header .navbar {
    margin-top: 1px; 
    margin-bottom: 0px; 
    margin-left: 1px;
    border-top: 1px solid rgba(255, 255, 200, 0.5);
}

    .nav-toggle {
        display: none;
    } 
    .nav li ul li:first-child { 
        margin-top: 0px;
    }
    .nav li {
        position: relative;
        display: inline-block;
        float:left;
        margin-right: 2px;
    }
    .nav li:last-child {
        border-right: 0;
    }
    .nav li a{
        display: block;
        text-align: center; 
        color:#fff;
        text-decoration: none; 
        font-weight: 500;
        font-size: 14px;     
    }
    .nav li.active a{
        background-color: #aaa;
        color:#444;
    }
    .nav li:not(.active) a:hover {
        background-color: #444;
        border-bottom: 1px solid #fff; 
    }
    .nav li span.arrow-bottom,
    .nav li span.arrow-right {
        position: absolute;
        top:16px;
        border:5px solid transparent;
        width:0;
        height:0; 
    }
    .nav li span.arrow-bottom {
        border-top-color: #fff;
        right:1px;
    }
    .nav li span.arrow-right {
        border-left-color: #fff;
        right:5px;
    }
    @media(min-width: 722px) {
        .nav li ul {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            height: 0;
            width: 0;
            background-color: #a4a4a4;
            -webkit-transition:opacity 0.5s;
            -moz-transition:opacity 0.5s;
            -o-transition:opacity 0.5s;
            transition:opacity 0.5s;
            top:100%;
            left: 0;
            padding: 0;
            min-width: 200px;
        }
        .nav li ul li{
            white-space: nowrap;
            display: block;
            width: 100%; 
        }
        .nav li ul li a {
            width: 100%;
            border-radius: 0;
            color:#fff;
            padding:5px 20px;
            text-align: left;
        }
        .nav li a li {
            margin-left: 10px;
            float: right;
            font-weight: 500;
            margin-top: 5px;
        }
        .nav  >li:hover >ul {
            visibility: visible;
            opacity: 1;
            height: auto;
            width: auto;
            display: block;
            z-index: 9999; 
        }
        .nav  >li >ul li:hover >ul {
            visibility: visible;
            opacity: 1;
            height: auto;
            width: auto;
            display: block;
            z-index: 999;
            left:100%;
            top: 0;
            background-color: #888888;
        }
        .nav  >li >ul li >ul li:hover >ul{
            visibility: visible;
            opacity: 1;
            height: auto;
            width: auto;
            display: block;
            z-index: 9999;
            left:100%;
            top: 0;
        }
    } 
    @media (max-width: 720px) {  
        .nav {
            display: table;  
        }
        .nav li {
            display: block;
            width: 80%;
            float: left;
            margin-top: 5px;
            margin-left: 20px;  
        }
        .nav li a{
            text-align: left;
            padding:10px;
        } 
        .nav li ul {   
            background-color: transparent;
            -webkit-transition:opacity 0.5s;
            -moz-transition:opacity 0.5s;
            -o-transition:opacity 0.5s;
            transition:opacity 0.5s;  
            width: 80%;
            position: relative;
            left:0 !important;
            padding-left: 10px;
            display: none; 
            padding-top: 0px;
            padding-bottom: 0px; 
        } 
        .nav li ul li ul{ 
            display: table; 
            background: transparent;
        }
    } 

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #00c0ef;
}


.menu-top-active {
    background-color: #3c8dbc;
}
 

.navbar-inverse {
    background-color: #6964c3;
    border-color: transparent;
}

/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #00c0ef;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

/*Modifikasi LOGIN FORM */
.kotak-login {
    border:solid #446600 5px;
    border-radius: 5px;
    background-color:#446600;
}


