/* PME CSS */

.btn-danger
{
    margin-right: 20%;
}

.underline
{
    text-decoration: underline;
}


/* Login-Page */

#logo
{
    height: 50px;
    width: 100px;
    margin-top: 20px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    
}

#header
{
    height: 50px;
}

.login
{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
}

.btn
{
    font-weight: bold;
}

.check
{
    margin-top:20px;
}

/* Users Header */

#korisnik
{
    font-style: normal;
    width: auto;
    float: left;
    padding-top: 10px;
    font-weight: bold;
    color:#26527a;
}

.navbar-nav > li > a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .navbar-nav > li > a:not( :hover )
{
    background: none;
}

.navbar-nav > li > a
{
    font-weight: bold;
    color:#26527a;
}

.navbar-nav > li > a:hover
{
    opacity: 0.5;
}

.table
{
    margin-bottom: 0;
}

.col-md-3
{
    margin-bottom: 5%;
}

.chosen-container
{
    width: 100% !important;
}

/* Kreiraj korisnika */

#kreiraj_korisnik, #novi_korisnik, #korisnik_izbrisi_promeni, #novi_nalog, #pretraga_rezultat, #produzi_rok, #komentar_dodaj, #slike_izvestaj, #promeni_RN, #nova_ponuda, #postojeci_radni_nalozi, #duzina_sesije, #tip_objekta, #tip_firme, #log_files
{
    width: 50%;
    margin-left: 25%;
}

.panel-heading
{
    color: #26527a;
    padding-bottom: 0;
}

.panel-title
{
    font-weight: 600;
}

.btn-info
{
    color: #26527a;
    padding: 6px 15px;
}

/* Dodaj sistem */

#tip_sistema
{
    width: 50%;
    margin-left: 25%;
}

/* Kreiraj nalog */

.broj_naloga, .datum_naloga
{
    width: 50%;
    float: left;
}

#dodaj
{
    margin-left: 80%;
}

.upload_button
{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    -ms-
    filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    background-color:transparent;
    color:transparent;
}

.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    text-indent: -999999px;
    width: 27px;
}

.badgebox:focus + .badge
{
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge
{
	text-indent: 0;
}

#cboxWrapper
{
    border: 10px solid #9c9f9f;
    border-radius: 15px;
    background-color: #82d3f6;
}

.alarm
{
    margin: 20px;
    margin-bottom: 30px;
    color: #26527a;
}

#cboxClose
{
    color: #26527a;
    opacity: 1;
}

#cboxClose:hover
{
    opacity: 0.5;
}


.material-switch
{
    margin-right: 20%;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

#lista
{
    width: 100% !important;
}

.select2-container
{
    width: 100% !important;
}

a.list-group-item:focus
{
    background-color: #82d3f6 !important;
}

a.list-group-item:active
{
    background-color: #82d3f6 !important;
}

a.list-group-item.active
{
    background-color: #82d3f6 !important;
    color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffbbbc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffbbbc;
    background-color: #c0392b;
  }
  .navbar-nav .open .dropdown-menu  {
    float: right;
    position: static;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  
  
  
  .login
  {
  	margin-bottom: 80px;
  }
  
  #logo
  {
  	margin-left: 5px;
  }
  
  .list-group
  {
  	margin-bottom: 50px;
  }
  
  .container
  {
  	margin-bottom: 50px;
  }
  
  .table > tbody > tr > td, .table > tbody > tr > th
  {
  	padding: 0px;
  }
  
    #kreiraj_korisnik, #novi_korisnik, #korisnik_izbrisi_promeni, #novi_nalog, #pretraga_rezultat, #produzi_rok, #komentar_dodaj, #slike_izvestaj, #tip_sistema, #promeni_RN, #nova_ponuda, #postojeci_radni_nalozi, #duzina_sesije, #tip_objekta, #tip_firme, #log_files
    {
        width: auto;
        margin-left: 0;
    }
    
    #kreiraj_korisnik
    {
        width: auto;
        margin-left: 0;
    }
    
    #header
    {
        font-size: 12px;
    }
    
    .navbar-nav > li > a
    {
        font-size: 12px;
        margin-left: 65%;
        position: absolute;
    }
    
    .navbar-nav > li > a.dropdown-toggle
    {
        font-size: 12px;
        margin-left: 85%;
        position: absolute;
    }
    
    .col-sm-8
    {
    	width: 80% !important;
    	float: left !important;
    }
    
    .col-sm-4
    {
    	width: 20% !important;
    	float: left !important;
    }
    
    embed
    {
    	width: 600px;
    	height: 800px;
    }
    
    a.list-group-item:focus
    {
        background-color: #82d3f6 !important;
    }

    a.list-group-item:active
    {
        background-color: #82d3f6 !important;
    }

    a.list-group-item.active
    {
        background-color: #82d3f6 !important;
        color: #555;
    }

}

@media (max-width: 420px) {

	a.list-group-item:focus
    {
        background-color: #82d3f6 !important;
    }

    a.list-group-item:active
    {
        background-color: #82d3f6 !important;
    }

    a.list-group-item.active
    {
        background-color: #82d3f6 !important;
        color: #555;
    }
	
	
	.mob
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.mob-pretraga
	{
		padding-top: 25px !important;
	}
	
	#dodaj
	{
    		margin-left: 60%;
	}
	
	embed
    	{
    		width: 400px;
    		height: 600px;
    	}
	
}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) 
    { 
        a.list-group-item:focus
    {
        background-color: #82d3f6 !important;
    }

    a.list-group-item:active
    {
        background-color: #82d3f6 !important;
    }

    a.list-group-item.active
    {
        background-color: #82d3f6 !important;
        color: #555;
    }
    }