@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@keyframes swing {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(10deg); }
    30% { transform: rotate(0deg); }
    40% { transform: rotate(-10deg); }
    50% { transform: rotate(0deg); }
    60% { transform: rotate(5deg); }
    70% { transform: rotate(0deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes sonar {
    0% {
	transform: scale(0.9);
	opacity: 1;
    }
    100% {
	transform: scale(2);
	opacity: 0;
    }
}

html,
body,
.page-wrapper,
#sidebar,
#content,
#header,
#main,
#footer {
    margin :0;
    padding :0;
    border: none !important;
}

body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    display: block;
    width: 100%;
    background: #ccc url("../images/bg_0.jpg") fixed center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: oswald, 'Lato', 'Open Sans', Calibri, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400px;
    color: #000;
}

.row {
    padding-bottom: 0px !important;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center !important;
}

.text-right{
    text-align: right !important;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.sidebar-wrapper .sidebar-menu ul li a,
.page-wrapper .page-content,
.page-wrapper .page-content > div,
.page-wrapper .page-content #header,
.page-wrapper .page-content #header #show-sidebar
.page-wrapper .page-content #header .navbar-header .logotop > img,
.page-wrapper .page-content #main,
.page-wrapper .page-content #footer,
.page-wrapper .page-content #footer .logobot,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

select {
    -webkit-appearance: none;
    -moz-appearance : none;
    appearance: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    display: block;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    color: #000;
    margin: 0;
    padding: 0;
}

#judul {
    display: block;
    width: 100%;
    background: #ccc url("../images/bg_1.jpg") fixed left top;
}

#judul_cyan {
    display: block;
    width: 100%;
    background-color: rgba(23,162,184,0.7);
}

#judul_red {
    display: block;
    width: 100%;
    background-color: rgba(220,53,69,0.7);
}

#judul_blue {
    display: block;
    width: 100%;
    background-color: rgba(40,49,212,0.7);
}

#judul_yellow {
    display: block;
    width: 100%;
    background-color: rgba(225,240,19,0.7);
}

#judul_green {
    display: block;
    width: 100%;
    background-color: rgba(41,207,29,0.7);
}

#judul_purple {
    display: block;
    width: 100%;
    background-color: rgba(142,29,207,0.7);
}

#judul_magenta {
    display: block;
    width: 100%;
    background-color: rgba(222,20,202,0.7);
}


/*----------------page-wrapper----------------*/

.page-wrapper {
    width:100%;
    left:0;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper .page-content > div {
    margin: 0;
    padding: 20px;
}

.page-wrapper .page-content {
    overflow-x: hidden !important;
}

/*------header---------------------*/

#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    background: rgba(255,255,255,0.75);
}

#header .logotop {
    margin: 0 0 0 40px;
    padding: 0;
    text-align: left;
    font-family: oswald;
    font-size: 20px;
    font-weight: lighter;
    position: relative;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
    color: #000;
}

#header .logotop img {
    position: relative;
    top: 0;
    left: 0;
    height: 38px;
}



/*------footer---------------------*/

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,1);
}

#footer .logobot {
    margin: 0;
    padding: 4px 0 0 0;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
}

#footer .logobot img {
    height: 8px;
}


/*----------------show sidebar button--------------------*/

.page-wrapper #show-sidebar {
    position: fixed;
    left: 0;
    top: 8px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    display: block;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: -300px;
    width: 260px;
    height: 100%;
    max-height: 100%;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0;
    width: 260px;
}

.page-wrapper.toggled .page-content,
.page-wrapper.toggled .page-content #header,
.page-wrapper.toggled .page-content #main,
.page-wrapper.toggled .page-content #footer {
    margin-left: 260px;
}

.page-wrapper.toggled #show-sidebar {
    margin-left: 260px;
    display: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    height: 48px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > p {
    padding-top: 17px;
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
    font-size: 16px;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-role {
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 16px;
}

.sidebar-wrapper .sidebar-header .user-info {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper .sidebar-header .user-info ul li {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-size: 14px;
}

.sidebar-wrapper .sidebar-header .user-info ul li i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    float: left;
    height-max: 40px;
}

.sidebar-wrapper .sidebar-header .user-but {
    width: 100%;
    padding-top: 10px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 20px 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    font-size: 16px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

/*--------------------------sidebar-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 20px;
    line-height: 30px;
    position: relative;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 15px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/*-----------------------------chiller theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background-color: rgba(23,162,184,0.1);
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header {
    border-top: 1px solid #51555D;
    border-bottom: 1px solid #4A4D56;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li {
    border-bottom: 1px solid #4A4D56;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info ul li i,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-brand p,
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #fff;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #51555D;
}

/*------card---------------------*/

.card_cyan {
    background-color: rgba(23,162,184,0.1) !important;
}

.card_red {
    background-color: rgba(220,53,69,0.1) !important;
}

.card_blue {
    background-color: rgba(40,49,212,0.1) !important;
}

.card_yellow {
    background-color: rgba(225,240,19,0.1) !important;
}

.card_green {
    background-color: rgba(41,207,29,0.1) !important;
}

.card_purple {
    background-color: rgba(142,29,207,0.1) !important;
}

.card_magenta {
    background-color: rgba(222,20,202,0.1) !important;
}

.card-header {
    text-align: left;
}
.card-header .social_icon {
    position: absolute;
    right: 20px;
    top: 5px;
}

img.logologin {
    height: 48px;
    margin-bottom: 32px;
}

.card-tampil {
    display: inline !important;
}

.card-hilang {
    display: none !important;
}

.menuLapor a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #f1f1f1;
    color: black;
    margin-bottom: 5px;
}

.menuLapor a:hover {
    background: #0d6efd;
    color: white;
}

/*------Kotak Input---------------------*/

.panjang-text {
    width: 100%;
}

.panjang-0 {
    flex: 0 0 100%;
}

.panjang-1 {
    flex: 0 0 35%;
}

.panjang-2 {
    flex: 0 0 5%;
    float: right;
}

.panjang-3 {
    flex: 0 0 25%;
}

.panjang-4 {
    flex: 0 0 75%;
}

.panjang-5 {
    flex: 0 0 30%;
}

.panjang-6 {
    flex: 0 0 70%;
}

.panjang-7 {
    flex: 0 0 20%;
}

.panjang-8 {
    flex: 0 0 80%;
}

.panjang-9 {
    flex: 0 0 10%;
}

.panjang-10 {
    flex: 0 0 60%;
}

.panjang-11 {
    flex: 0 0 15%;
}

.panjang-12 {
    flex: 0 0 65%;
}

.panjang-13 {
    flex: 0 0 70%;
}

.panjang-14 {
    flex: 0 0 45%;
}

.panjang-15 {
    flex: 0 0 27%;
}

/*------isi---------------------*/

#main {
    margin: 60px 0 0 0;
}

.boxPanelcyan {
    background-color: rgba(23,162,184,0.1) !important;
}

.boxIsiancyan {
    background-color: rgba(23,162,184,0.2) !important;
}

.boxPanelred {
    background-color: rgba(220,53,69,0.1) !important;
}

.boxIsianred {
    background-color: rgba(220,53,69,0.2) !important;
}

.boxPanelblue {
    background-color: rgba(40,49,212,0.1) !important;
}

.boxIsianblue {
    background-color: rgba(40,49,212,0.2) !important;
}

.boxPanelyellow {
    background-color: rgba(225,240,19,0.1) !important;
}

.boxIsianyellow {
    background-color: rgba(225,240,19,0.2) !important;
}

.boxPanelgreen {
    background-color: rgba(41,207,29,0.1) !important;
}

.boxIsiangreen {
    background-color: rgba(41,207,29,0.2) !important;
}

.boxPanelpurple {
    background-color: rgba(142,29,207,0.1) !important;
}

.boxIsianpurple {
    background-color: rgba(142,29,207,0.2) !important;
}

.boxPanelmagenta {
    background-color: rgba(222,20,202,0.1) !important;
}

.boxIsianmagenta {
    background-color: rgba(222,20,202,0.2) !important;
}

.boxPanelLapor {
    background-color: rgba(233,236,239,1) !important;
}

.boxIsianLapor {
    background-color: rgba(246,246,246,1) !important;
}

img.lapor {
    width: 100px;
    height: 200px;
    object-fit: fill;
}




/*----------------------------------*/

#boxAtas,
#boxBawah {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: rgba(255,255,255,0.75);
}

#boxIsi {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: rgba(255,255,255,0.25);
}

#boxTampil {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: rgba(255,255,255,0.25);
}

#isiBox {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    border: none;
}

#isiBoxDrop {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.25);
}

#isiBox0 {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.25);
}

#isiBoxList {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.25);
}

#isiBoxTampil {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#titleBox {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.75);
}

#titleBox0 {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.75);
}

#buttonBox {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.75);
}

#isiForm {
    margin: 0;
    padding: 0;
    border: none;
}

btwidth {
    width: 200px !important;
}

.panel {
    border: 0;
}

.table tr {
    border-bottom: 1px solid #ddd;
}

ul.col_selector_container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
    list-style-type: none;
}

ul.col_selector_container li {
    display: block;
    margin: 1px 0 0 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.5);
}

ul.col_selector_container li a {
    display: block !important;
    color: #666;
    text-decoration: none;
}

ul.col_selector_container li:hover,
ul.col_selector_container li.aktif {
    background-color: rgba(255,255,255,1);
}

ul.col_selector_container li a:hover,
ul.col_selector_container li.aktif a {
    color: #000;
}

ul.col_project {
    height: 25em;
}

ul.col_suara {
    height: 33em;
}


/*------
R	23
G	162
B	184
#17A2B8
------*/
/*------
R	220
G	53
B	69
#DC3545
------*/
/*------
R	40
G	167
B	69
#28A745
------*/
/*------
R	240
G	241
B	242
#F0F1F2
------*/
