﻿/* untuk mengatur posisi account list*/
.accountDropdown {
    padding-right: 30px;
    text-align: right;
}

/* untuk mengatur style account list*/
.accountDropdown > a {
    color: black;
    text-decoration: none;
}

/* untuk mengatur posisi dropdown navbar*/
.dropdown-menu {
    min-width: 15rem;
    right: 25px;
    top: 60px;
    left: initial;
    box-shadow: 0 5px 10px rgba(0,0,0,0), 0 3px 7px rgba(0,0,0,0.1);
    padding: 0px;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu >li>a{
   text-decoration: none;
   color: darkslategray;
   font-weight: 400;
   display: block;
   line-height: 30px;
   padding: 4px 2px 8px 2px;
}

.dropdown-menu li>a:hover{
   color: white;
}

.dropdown-menu>li:hover{
   background-color: dodgerblue;
   cursor: pointer;
   color: white;
}

/* untuk menambah garis setelah list di dropdown menu*/
.separator {
    border-bottom: 1px solid lightgray;
    padding: 0;
}

/* untuk mengatur img profile account*/
.imageProfileAccount {
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.squareGreyImg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.navbar {
    background-color: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0), 0 2px 7px rgba(0,0,0,0.1);
}

.navbar-brand{
    font-size: 18pt;
}

/* untuk mengatur icon andal apm*/
.iconAndalAPM {
    width: 43px;
    height: 50px;
}

.textApm {
    color: black;
}

.textCloud {
    font-weight: bold;
    color: black;
}