﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
*/
/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}
*/
/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
*/
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
*/
/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}
*/
/*body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}*/



.bootstrap-select .dropdown-menu {
    max-width: unset!important;
}


.meniDropdown {
    margin-left: 0.5rem !important;
    padding: 1rem 0.5rem 1.1rem 0.5rem;
}

.btnDropdownPrimary {
    background-color: #1E1E2D!important;
}
.btnDropdownPrimary-active {
    background-color: #282F48!important;
    color: #ffffff !important;
}

.btnDropdownDanger {
    background-color: #1E1E2D!important;
    color:#F64E60!important;
}
.btnDropdownDanger-active {
    background-color: #282F48!important;
    color:#F64E60!important;
}

.error{
    color:#F64E60!important;
    border-color:#F64E60!important;
    font-size:smaller!important;
}


  /*#region padding & margin*/
.paddingTop0 {
    padding-top: 0px!important
}
.paddingBottom0 {
    padding-bottom: 0px !important
}
.paddingLeft0 {
    padding-left: 0px!important
}
.paddingRight0 {
    padding-right: 0px !important
}


.paddingTop5 {
    padding-top: 5px
}
.paddingRight5 {
    padding-right: 5px
}
.paddingBottom5 {
    padding-bottom: 5px
}
.paddingLeft5 {
    padding-left: 5px
}

.paddingTop10 {
    padding-top: 10px
}
.paddingRight10 {
    padding-right: 10px
}
.paddingBottom10 {
    padding-bottom: 10px
}
.paddingLeft10 {
    padding-left: 10px
}

.paddingTop15 {
    padding-top: 15px
}
.paddingRight15 {
    padding-right: 15px
}
.paddingBottom15 {
    padding-bottom: 15px
}
.paddingLeft15 {
    padding-left: 15px
}

.paddingTop25 {
    padding-top: 25px
}
.paddingRight25 {
    padding-right: 25px
}
.paddingBottom25 {
    padding-bottom: 25px
}
.paddingLeft25 {
    padding-left: 25px
}


.paddingTop50 {
    padding-top: 50px
}
.paddingRight50 {
    padding-right: 50px
}
.paddingBottom50 {
    padding-bottom: 50px
}
.paddingLeft50 {
    padding-left: 50px
}



.padding0 {
    padding: 1px 1px 1px 1px;
    vertical-align: top;
}

.padding5 {
    padding: 5px 5px 5px 5px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    vertical-align: top !important;
}

.padding10 {
    padding: 10px 10px 10px 10px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    vertical-align: top !important;
}

.padding15 {
    padding: 15px 15px 15px 15px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    vertical-align: top !important;
}

.padding20 {
    padding: 20px 20px 20px 20px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    vertical-align: top !important;
}
.padding25 {
    padding: 25px 25px 25px 25px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    vertical-align: top !important;
}

.padding50 {
    padding: 50px 50px 50px 50px;
    vertical-align: top;
}

.marginTop0 {
    margin-top: 0px !important
}
.marginBottom0 {
    margin-bottom: 0px !important
}
.marginLeft0 {
    margin-left: 0px !important
}
.marginRight0 {
    margin-right: 0px !important
}
.marginTop5 {
    margin-left: 5px
}
.marginRight5 {
    margin-right: 5px
}
.marginBottom5 {
    margin-bottom: 5px
}
.marginLeft5 {
    margin-left: 5px
}


.marginTop10 {
    margin-top: 10px
}
.marginRight10 {
    margin-right: 10px
}
.marginBottom10 {
    margin-bottom: 10px
}
.marginLeft10 {
    margin-left: 10px
}

.marginTop15 {
    margin-top: 15px
}

.marginRight15 {
    margin-right: 15px
}

.marginBottom15 {
    margin-bottom: 15px
}

.marginLeft15 {
    margin-left: 15px
}


.marginTop25 {
    margin-top: 25px
}
.marginRight25 {
    margin-right: 25px
}
.marginBottom25 {
    margin-bottom: 25px
}
.marginLeft25 {
    margin-left: 25px
}


.marginTop50 {
    margin-top: 50px
}
.marginRight50 {
    margin-right: 50px
}
.marginBottom50 {
    margin-bottom: 50px
}
.marginLeft50 {
    margin-left: 50px
}


.margin5 {
    margin: 5px 5px 5px 5px;
}
.margin10 {
    margin: 10px 10px 10px 10px;
}
.margin15 {
    margin: 15px 15px 15px 15px;
}
.margin25 {
    margin: 25px 25px 25px 25px;
}
/*#endregion*/

/*modal naslov in gumb zapri*/
.zapri{
    position:absolute;
    top:15px;
    right: 10px;
}
.naslov{
    width:90%;
}


input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea, select
.uneditable-input {   
    background-color: #edf6ff!important;
    outline: 0 none;
}





input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus, select:focus
.uneditable-input:focus {   
    background-color: #cfe7ff!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}



.is-required {
    border-top-color: #FFB822;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #FFB822;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #FFB822;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #FFB822;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #FFF4DE!important;
    outline: 0 none;
}

.is-required-danger {
    border-top-color: #E84C3C;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #E84C3C;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #E84C3C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #E84C3C;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #FFE2E5!important;
    outline: 0 none;
}

.is-required-info {
    border-top-color: #3498DB;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #3498DB;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #3498DB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #3498DB;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #E1F0FF!important;
    outline: 0 none;
}

.is-required-info:focus {
    border-top-color: #3498DB;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #3498DB;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #3498DB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #3498DB;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #cfe7ff!important;
    outline: 0 none;
}

.is-required-success {
    border-top-color: #0ABB87;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #0ABB87;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #0ABB87;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #0ABB87;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #C9F7F5!important;
    outline: 0 none;
}


.datepicker {
    z-index:1000!important;
}


.dropzone.dz-drag-hover {
    opacity:1!important;
    background-color:#FFE3A7!important;
    color:transparent;
}
.dropzone.dropzone-default.dropzone-warning {
    border-color: #FFB822;
}

.activeSuccess {
    background-color:#0ABB87!important;
}
.activeDanger {
    background-color:#E74C3C!important;
}

.textSuccessHover
{
    color:#c7c7c7!important;
}

.textSuccessHover:hover
{
    color:#0ABB87!important;
}

.textUnderlineHover
{
    border-left: 3px solid #ffffff!important;
    border-right: 3px solid #ffffff!important;
}

.textUnderlineHover:hover
{
    /*text-decoration:underline!important;*/
    border-left: 3px solid #0ABB87!important;
    border-right: 3px solid #0ABB87!important;
}

@media only screen and (max-width: 600px) {
  .card-body {
      padding:15px 15px 15px 15px!important;
  }
}

.card-header {
    padding:15px 15px 15px 15px!important;
}
.card-title {
    margin: 0px 0px 0px 0px!important;
}

.card-body {
    padding:15px 15px 15px 15px!important;
}
.card-footer {
    padding:15px 15px 15px 15px!important;
}

.control-label {
    font-weight: 700!important;
}

.form-group {
    margin-bottom: 10px !important;
}





.dtr-title {
    padding-right:5px!important;
    font-size:10px!important;
}

td {
    padding: 5px 10px 5px 10px !important;
}

.btn-xs {
    padding: 0px 5px 0px 5px;
    font-size: 11px;
}

