AnonSec Team
Server IP : 127.0.0.1  /  Your IP : 127.0.0.1
Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586
User : GerbangSIPAD ( 0)
PHP Version : 5.6.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/xampp5/htdocs/sig-kolaka/web/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : C:/xampp5/htdocs/sig-kolaka/web/css/styles.css
html, body {
    height: 100%;
    /* background-color: #347ab8; */
    
}


/* scrol */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e5e9f7; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #5c94c6; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #347ab8; 
}
/* scrol end */


.container-fluid {
    padding-top: 50px;
   
}

.navbar-custom {
    background-color: #347ab8;
    box-shadow: 2px 0px 10px rgba(51,51,51,0.7);
}


.navbar-custom a {
    color: #fff;
    text-transform: uppercase;
}



.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .3);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(0, 0, 0, .3);
}

/* .nav .open a:focus {
    background-color: rgba(0, 0, 0, .5)
} */

#info-grafis {
    display: block;
    height: 100%;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100% !important;
    box-shadow: 2px -10px 10px rgba(51,51,51,0.7);
    z-index: 100;
    /* height: 100%; */
    /* width: 100vw; */

}

._sidebar{
    background-color: #347ab8;
    /* padding: 25px; */
    height: 100%;
    /* min-height: 580px; */
}

.search {
    padding: 30px 30px;
    color: #a6a8ab;
    font-size: 14px;
}

.form-search {
    background-color: #fff;
    height: 40px;
    border-radius: 25px;
    box-shadow: 2px 0px 10px rgba(51,51,51,0.7);
    padding: 10px 15px;
    width: 100%;
    border: none;
    color: #444;
}

.search-icon{
    position: relative;
    background-image: url(/css/images/search-new.png);
    background-position: right;
}

.sidebar-heading{
    background-color: #f0f1f1;
    padding: 10px 25px;
    text-transform: uppercase;
}

.sidebar-heading > .title {

    font-weight: bold;
    color: #58595b;

}
.sidebar-content {
    padding: 25px 25px;

}

table.table-info {
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.6;
}

.navbar-custom > .container {
    width: 100%;
}
@media (min-width:1200){
    .navbar-custom > .container {
        width: 100%;
    }  
  
}
@media (min-width:992){
    .navbar-custom > .container {
        width: 100%;
    }  
   
}
@media (min-width:768){
    .navbar-custom > .container {
        width: 100%;
    }  
    
}


.container-fluid {
    height: 100%;
   
}


#content-sig
,#content-sig > .row
,#content-sig > .row > .info-grafis
,#content-sig #map-content
,#content-sig #map-content  .row
,#content-sig #sidebar
,#content-sig #sidebar  .row
{
    height: 100%;
    
}

/* legenda */

.legenda-container {
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
    width: 250px;
    min-height: 250px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    z-index: 999;
}
.btn-legenda{
    color: #fff;
    background-color: #347ab7;
    height: 35px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    border-color: transparent; 
    text-align: left;
} 
.btn-legenda:active, .btn-legenda:hover, .btn-legenda:focus, .show > .btn-secondary.dropdown-toggle{
    background-color: #5d95c5;
    border-color: transparent; 
    box-shadow: transparent
    
}
.show > .btn-secondary.dropdown-toggle:focus
,.show > .btn-secondary:focus
 {

    box-shadow: none;

}
.legenda-container .dropdown-menu {
    border: transparent;
    border-radius: 0;
    width: 100%;
}
.btn-legenda .caret {
float: right;
margin-top: -10px;
}
.legenda-container .dropdown-item {
    font-size: 1em;
    width: 100%;
    display: inline-block;
}
.dropdown-toggle::after {
    margin-left: 9.255em;
}

.legenda-container .btn-default:active:hover, 
.legenda-container .btn-default.active:hover, 
.legenda-container .open > .dropdown-toggle.btn-default:hover, 
.legenda-container .btn-default:active:focus,
.legenda-container .btn-default.active:focus, 
.legenda-container .open > .dropdown-toggle.btn-default:focus, 
.legenda-container .btn-default:active.focus, 
.legenda-container .btn-default.active.focus,
.legenda-container .open > .dropdown-toggle.btn-default.focus 
{

    color: #333;
    background-color: transparent;
    border-color: transparent;

}



.legenda-container .title {
    color: #555;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: rgb(230, 230, 230);
    padding: 20px 10px;
}

.legenda-container .content-list{
    color: #555;
    padding: 15px;
    height: 250px;
    overflow-x: scroll;
}

.content-list td.color-box{
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    margin: 2px 0;
}

.content-list td.red{
    /* background-color: rgb(216, 64, 64); */
    background-color: #c05360;
}
.content-list td.green{
    /* background-color: rgb(129, 221, 111); */
    background-color: #7dcfb6;
}
.content-list td.purple{
    /* background-color: rgb(138, 23, 80); */
    background-color: rgb(138, 23, 80);
}
.content-list td.blue{
    /* background-color: rgb(55, 52, 233); */
    background-color: rgb(55, 52, 233);
}
.content-list td.silver{
    /* background-color: rgb(216, 198, 198); */
    background-color: rgb(216, 198, 198);
}    

.content-list td.kategori-name {
    vertical-align: middle;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 0.85em;
}

/* 
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px 
*/
@media only screen and (max-width: 720px) {
    .legenda-container {
       
        overflow: hidden;
        position: relative;
        z-index: auto;
        background: #fff; 
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.0);
        width: 100%;
        left: 0px;
        bottom: 0px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 960px) {
    
    .container-fluid {
        height: auto;
    }

    #content-sig #map-content
    ,#content-sig #map-content  .row 
    {
        min-height: 450px
    }
    #map {
        width: 100%;
        height: 450px !important;
        box-shadow: 2px -10px 10px rgba(51,51,51,0.7);
        z-index: 100;

    
    }

    #content-sig
    ,#content-sig > .row
    ,#content-sig > .row > .info-grafis
    ,#content-sig #sidebar
    ,#content-sig #sidebar  .row
    {
        height: auto;
        
    }

}

AnonSec - 2021