* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #bdbdbd;
  margin: 0;
}

hr {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.login, .register {
  width: 400px;
  background-color: #f3f3f3;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a {
  color: #adb2ba;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

.login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #ff5722;
  color: #ff5722;
  font-weight: 600;
}

.login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #ff5722;
  color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}

.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #d84315;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background-color: #bf360c;
  transition: background-color 0.2s;
}

.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #656565;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}

.login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}

.login form > a:hover, .register form > a:hover {
  color: #394049;
}

.navtop {
  background-color: #ffffff;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #4c64843b;
  border-top: none;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 80%;
  height: 100%;
}

.navtop div h1, .navtop div a {
  display: inline-flex;
  align-items: center;
}

.navtop div h1 {
  flex: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #474b4f;
  font-weight: normal;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #546e7a;
  font-weight: 400;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #f3791991;
}

body.loggedin {
  background-color: #f3f4f7;
}

.content {
  width: 80%;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content .block table {
  width: 100%;
}

.content .block table td {
  overflow: hidden;
  padding: 5px;
}

.content .block table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}

.content .block table td:last-child {
  word-break: break-all;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content.profile form label {
  display: block;
  padding: 10px 0 5px 0;
}

.content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
}

.content.profile .profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 15px 5px 0 0;
  padding: 10px 15px;
}

.content.profile .profile-btn:hover {
  background-color: #2868c7;
}

@media screen and (max-width: 400px) {
  .login, .register {
    width: 95%;
  }
}

@media screen and (max-width: 1000px) {
  .navtop {
    height: auto;
    padding: 10px;
  }
  .navtop div {
    flex-flow: wrap;
    width: 100%;
  }
  .navtop div h1 {
    display: block;
    flex-basis: 100%;
  }
  .navtop div a {
    padding: 10px 0;
    flex-basis: 50%;
  }
  .content {
    padding: 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
  }
}

/*Custom CSS*/


.logo {
  margin-left: -18px !important;
}

.logo img {
  width: 88px !important;
}

.kartice {
  padding-top: 5px;
}

.sec-card {
  border-bottom: 1px solid #2c4a6936 !important; 
  padding: 10px 5px 0px 5px !important;
}

.card {
  border: none;
}


.card-title {
    font-size: 20px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
}

.card-text {
  font-family: inherit;
}

.radnik-section {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    margin: 0px !important;
    /*background: #afbfd20d !important;**/

}

.tri-card {
  /*background-color: #afbfd20d !important;*/
  /*border-left: solid gold !important;*/
  display: inline-block !important;
  float: left !important;
  clear: both !important;
  border-left: 1.5px solid gold !important;
  border-right: none !important;
  padding: 5px 12px !important;
}

.float-right {
  display: inline-block !important;
  float: right !important;
 /* border-bottom: 1px solid rgba(0,0,0,.125) !important;*/
}

.p-summary {
  display: inline-block; 
  float: left; 
  margin: 0;
}

.p-summary span {
   font-size: 14px !important;
}

.p-buttons {
  display: inline-block;
  float: right;
  clear: right;
  margin-top: auto;
  margin-bottom: auto;
}

#sve_prijave {
  margin-bottom: 50px;
}

.list-group-item {
  font-size: 12px;
  padding: 0.45rem 0.2rem !important;
  /*background: #afbfd20d !important;*/
}

.detail-info {
  font-weight: 600;
  font-size: 13px;
}

.ro-span {
  font-weight: 400;
}

.uor-soon {
    background-color: #ff8f00;
    /* border: 1px solid #80808087; */
    /* border-radius: 4px; */
    padding: 0px 5px;
    color: black;
    display: inline-block;
    margin: 0px 2px;
    font-size: 14px !important;
}

.uor-very-soon {
  background-color: #ef5350;
 /*border: 1px solid #80808087;
  border-radius: 4px; */
  padding: 0px 5px;
  color: black;
  display: inline-block;
  margin: 0px 2px;
}

.not-added {
    background-color: #f44336;
    /* border: 1px solid #80808087; */
    /* border-radius: 4px; */
    padding: 0px 5px;
    color: black;
    display: inline-block;
    margin: 0px 2px;

}


.neaktivni {
  margin-top: auto;
  margin-bottom: auto;
}

.btn {
    padding: 3px 10px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    border-radius: 0px !important;
    border:0px !important;

}

.btn-primary {
    color: #fff !important;
    background-color: #e65100 !important;
    border-color: #acbbafd9 !important;
}

.btn-warning {
    color: #361c1c !important;
    background-color: #f2f2f2 !important;
    border-color: #acbbafd9 !important;
    
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #fff !important;
    background-color: #af4a4a !important;
    border-color: #acbbafd9 !important; /*set the color you want here*/
}

.btn-warning:current{ background-color: #FFF; border-color: #FFF !important; }

.btn-outline-primary {
    color: #52769d !important;
    border-color: none !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #52769d !important;
}


.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

.radnik-box {
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.radnik-box2 {
  border-bottom:none !important;
}

.radnik-box2 a {
  font-size: 14px !important;
}

.radnik-docs {
  margin: 0 !important;
}

.radnik-foto {
    width: 26% !important;
    padding-left: 10px;
    margin: 7px auto !important;
}

.garaza-foto {
    width: 70% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.garage-list {
    background-color: #d4c8bc21 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: inherit !important;
}

.no-results {
  padding: 10px 20px 0px 20px;
}

.card-title-padd {
  padding-right: 10px;
  padding-left: 7px;
  font-size: 16px !important;
}

.no-date {
  display: none !important;
}


.svg-inline--fa {
    font-size: 15px !important;
    padding-right: 3px !important;
    padding-top: 2px !important;
}


/****SEARCH****/

#pretraga {
    background-color: transparent;
    border: none;
}


#container {
    width: 100%;
    height: 100%;
}

.input-group {
  max-width: 100% !important;
}

/*Helpers*/

.centered {
  text-align: center;
}

.goleft {
  text-align: left;
}

.goright {
  text-align: right;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.ml {
  margin-left: 5px;
  }

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}


/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background: #DEDEDE;
    border-bottom: 1px solid #cccccc;
}

.wrapper {
    display: inline-block;
    /* margin-top: 60px; */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* padding-bottom: 15px; */
    /* padding-top: 0px; */
    width: 100%;
}

.wrapper-data /*datatable*/
{
  display: inline-block;
  width: 100%;
  padding: 0px 10px !important;
}



/*Content Panel*/
.content-panel {
  background: #ffffff;
  box-shadow: 0px 3px 2px #aab2bd;
  /*padding-top: 15px;
  padding-bottom: 5px;*/
}
.content-panel h4 {
  margin-left: 10px;
}

.mala {
  padding: 2px 6px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}


.search-foto {
  width: 51%;
  padding: 5px 0px;
}

.list-group-search {
  padding: 5px 5px 0px 17px;
}

.list-group-search-item {
  font-size: 13px;
}

.list-group-search-item a {
  font-size: 14px;
}

.red-stat {
     background-color: #c92828;
    color: white;
}

/****END SEARCH**********/