body{
    /*padding-top:82px;*/
    /*padding-top:82px;*/
    /*padding-top:112px;*/
    font-size: 13px;
    color:#000;
    /*background-color: #f8f8f8;*/
    background-color: #fbfbfb;
    /*padding-left: 275px;*/
    padding-top:112px;
}

body,html,input,select,textarea,h1,h2,h3,h4,h5,h6,.btn{
    /*font-family: 'Monda', sans-serif;*/
    /*/font-family: 'Roboto', sans-serif;*/
      
    /**font-family: Nunito,sans-serif;/
    /*font-display: auto;*/
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}


::-webkit-scrollbar {
    display: none;
}

span.filter-month a
{
    display:inline-block;
    border:1px solid #ddd;
    padding:2px 7px 2px 7px;
    text-decoration: none;
    margin:2px;
    transition: all .3s ease;
    border-radius: 3px;
    font-size:12px;
}


span.filter-month a:hover, span.filter-month a.selected 
{
    /*border-color: #5bc0de;
    background-color: #b3e5fc;*/
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.progress
{
    height:5px;
}

span.labelMain
{
    color:#fff; 
    background-color:#333;
    border: 1px solid #333;
    font-size: 10px;
    padding-left:5px; 
    padding-right:5px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

span.categoryLabel
{
    position: absolute; 
    top:10px; 
    right:5px; 
    color:#333; 
    background-color:#dce5f0;
    border: 1px solid #dce5f0;
    padding-top: 2px;
    padding-left:7px; 
    padding-right:7px; 
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

span.categoryLabel.ured
{
    border: 1px solid #5AC0DE;
    background-color:#5AC0DE;
    color: #fff;
}

span.categoryLabel.kasa
{
    border: 1px solid #5DB85C;
    background-color:#5DB85C;
    color: #fff;
}
/*.btn-primary {
    color: #000;
    border-color: #5bc0de;
    background-color: #b3e5fc;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
{
    color: #000;
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.btn-primary.focus, .btn-primary:focus
{
    color: #000;
    border-color: #5bc0de;
    background-color: #5bc0de;
}

.btn-primary:hover {
   
    color: #000;
    border-color: #5bc0de;
    background-color: #5bc0de;
}*/



.racun-details
{
    font-family: 'Saira Condensed', sans-serif;
    border:1px solid #eee;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

a{
    color:#000;
}

a:hover, a:focus
{
    color:#25181B;
}

label
{
    font-weight: normal;
}

table.table thead th
{
    font-weight:normal;
    /*font-size:14px;*/

}

label.control-label
{
    font-weight:normal;
}
.icon-widget
{
    font-size:48px;
    /*color:#C6CC9F;*/
    /*color:#5bc0de;*/
    color:#b3e5fc;
}

.menu .nav-links .dropdown-menu a{
    display:block;
    text-decoration: none;
    /*padding:5px;*/
    /*font-size:16px;*/
}

.menu .nav-links .dropdown-menu a.link i
{
    color:#5bc0de;
    font-size:24px;
    margin-bottom: 10px
}

.menu .nav-links .dropdown-menu a.link
{
    text-decoration: none;
    display:block;
    text-align: center;
    padding:5px;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
    
}

.menu .nav-links .dropdown-menu a.link:hover
{
    background-color: #fbfbfb;
    border-radius: 3px;
}

.menu .nav-links .dropdown-menu a:hover
{
    
}

 thead.floating-header>tr
 {
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);*/
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.35);
 }


 thead.floating-header>tr>th {
    background-color: #fff;

 }

thead.floating-header>tr:last-child>th {
    /*border-bottom: 3px solid #ddd;*/

}

.table
{
    table-layout: fixed;
    font-size:11px;
}



/*table tbody { display:block; max-height:450px; overflow-y:scroll; }
table thead, table tbody tr { display:table; width:100%; table-layout:fixed; }*/


.sweet-alert p
{
    color:#777;
    font-weight: 600;
    /*padding-bottom:10px;*/
    
}


.sweet-alert .sa-button-container
{
    /*margin-top:20px;
    border-top:1px solid #ccc;*/
}

.sweet-alert button.cancel
{
    background-color: #575757;
}

.noteItem{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.noteItem:last-child {
   border-bottom:none;
   padding-bottom:0px;
}

.CodeMirror {
    border: 1px solid #cccccc;
    height:auto;
   
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

 .CodeMirror-scroll
 {
    min-height: 350px;
 }

#content-wrapper
{
    /*overflow: hidden;*/
}

.or span
{
    display:inline-block;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size:12px;
    font-weight:bold;
    background:#fff;
    border-radius: 5px;
    /*cursor:pointer;*/
}

.box{
    border:1px solid #dce5f0;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box .box-body{
    padding:20px;
}

.selectize-input.focus
{
    outline: none;
    border-color: #CAE5F8;
    box-shadow: 0 0 0 2px #CAE5F8;
}

.form-control:focus {
    outline: none;
    border-color: #CAE5F8;
    box-shadow: 0 0 0 2px #CAE5F8;
}


.rd-navbar {
    min-height: 82px;
    background-color: #fff;
    border-color: #dce5f0;
    color:#efefef;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);*/
}

.rd-navbar #sidebarOpener
{
    position:absolute;
    top:13px;
    left:13px;
    z-index: 1;
    color:#777;
    font-size:24px;
    cursor:pointer;
    /*border:1px solid #000;*/
    padding:10px;
    /*display:none;*/
    display:none;
}

.rd-navbar #sidebarOpener:hover
{
   color:#428bca;
}

.rd-sidebar #sidebarCloser
{
    /*display:none;*/
    padding-left: 20px;
    padding-right:20px;
    overflow: hidden;
    font-size:18px;
    margin-top:20px;
    display: none;

}

.rd-sidebar>#sidebarCloser>a
{
    color:#777;
}

.rd-sidebar>#sidebarCloser>a:hover
{
    color:#428bca;
}


.rd-navbar .menu{
    
}

.rd-navbar ul.nav-links{
    margin: 0;
    padding:0;
    list-style: none;
    text-align: center;
    
}

.rd-navbar ul.nav-links>li{
    display: inline-block;
}


.rd-navbar ul.nav-links>li>a{
    font-size: 18px;
    outline: none;
    display: block;
    text-decoration: none;
    padding: 28px;
    position:relative;
}

.rd-navbar ul.nav-links>li>a>span.badge{
    background-color: #d9534f;
    border:2px solid #fff;
    /*/border-color:#fff;*/
    position:absolute;
    top:20px;
}

.rd-navbar ul.nav-links>li.active a{
    color:#2a6496;
}


.rd-navbar ul.nav-links>li.active>a:after, ul.nav-links>li.active>a:before {
    bottom: -1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.rd-navbar ul.nav-links>li.active a:after {
    border-color: rgba(243, 246, 238, 0);
    border-bottom-color: #fbfbfb;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}

.rd-navbar ul.nav-links>li.active a:before {
    border-color: rgba(219, 219, 219, 0);
    border-bottom-color: #dce5f0;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}



.rd-navbar ul.nav-links>li.dropdown>.dropdown-menu{
    position: absolute;
    left:50%;
    margin-left:-200px;
    font-size: 13px;
    text-align: left;
    width: 400px;
}


.rd-navbar ul.nav-links>li.dropdown>.dropdown-menu:after, .rd-navbar ul.nav-links>li.dropdown>.dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.rd-navbar ul.nav-links>li.dropdown>.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}
.rd-navbar ul.nav-links>li.dropdown>.dropdown-menu:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ccc;
    border-width: 6px;
    margin-left: -6px;
}


.error
{
    text-align: center;
}

.error .error-circle
{
    border:2px solid #d9534f;
    color:#d9534f; 
    width:150px; 
    height:150px; 
    text-align:center; 
    line-height:150px; 
    font-size:36px; 
    margin-left:auto; 
    margin-right:auto;
}

@media(max-width:767px){
    .rd-navbar ul.nav-links>li.dropdown{
        position:static;
    }

    .rd-navbar ul.nav-links>li.dropdown>.dropdown-menu{
        margin-left:0;
        position: absolute;
        margin-top:-5px;
        width:auto;
        left:10px;
        right:10px;
    }


    
}

/*
* botstrap moddification
*/
    .breadcrumb
    {
        background-color:transparent;
    }



/*
* helper classes
*/
    .bg-cover{
        background-repeat: no-repeat;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
        background-position:center;
        /*background-blend-mode: overlay;*/
        /*background-color: #448aff;*/
        background-image: url(bg.png);
    }

    .responsitive{
        position: relative;
        padding-bottom: 56.25%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .text-center{
        text-align: center;
    }

    .text-bold{
        font-weight: 500;
    }

    .text-normal{
        font-weight: normal;
    }


/*
* alert
*/

    .alert{
        position: relative;
        border-radius: 2px;
        padding-left:61px;
        border-color:#9e9e9e;
        color:#616161;
        /*background-blend-mode: overlay;
        background-image: url(bg.png);*/
    }

    .alert .icon{
        color:#fff;
        background-color: #9e9e9e;
        text-align: center;
        width: 45px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /*border: 1px solid #bdbdbd;*/
        padding-top: 15px;
        display: inline-block;
       
    }

    .alert-danger {
        color: #d32f2f;
        background-color: #fff;
        border-color: #f44336;
        
    }

    .alert-danger .icon{
        color:#fff;
        background-color: #f44336;
    }


    .alert-warning{
        color: #ffa000;
        background-color: #fff;
        border-color: #ffc107;
    }

    .alert-warning .icon{
        color:#fff;
        background-color: #ffc107;
    }

    .alert-info{
        color: #1976d2;
        background-color: #fff;
        border-color: #2196f3;
    }

    .alert-info .icon{
        color:#fff;
        background-color: #2196f3;
    }

    .alert-success{
        color: #388e3c;
        background-color: #fff;
        border-color: #4caf50;
    }

    .alert-success .icon{
        color:#fff;
        background-color: #4caf50;
    }







.page-header{
    /*padding-bottom:0;*/
}


ul.nav-tabs-oo{
    font-size:13px;
    /*border-bottom: 1px solid #ddd;*/
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /*margin-bottom:10px;*/
}

ul.nav-tabs-oo > li{
     display: inline-block;
}

ul.nav-tabs-oo > li.active > a, ul.nav-tabs-oo > li > a:hover{
    color:#3e454c;
    border-bottom:2px solid #3e454c;
}

ul.nav-tabs-oo > li > a{
    color:#3e454c;
    display: block;
    padding:15px;
    text-decoration: none;
    border-bottom:2px solid transparent;
}



/*
* content
*/
    #content-wrapper
    {
        margin-left:20px;
        margin-right:20px;

    }



/*
* table sorter
*/
    th.tablesorter-header{
        cursor: pointer;
    }

    /*th.tablesorter-header.tablesorter-headerUnSorted>.tablesorter-header-inner::after{
        display: inline-block;
        margin-left:5px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: " \f0dc";
        color:#ccc;
    }

    th.tablesorter-header.tablesorter-headerAsc>.tablesorter-header-inner::after{
        display: inline-block;
        margin-left:5px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: " \f0de";
        color:#ccc;
    }

    th.tablesorter-header.tablesorter-headerDesc>.tablesorter-header-inner::after{
        display: inline-block;
        margin-left:5px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: " \f0dd";
        color:#ccc;
    }*/



/*.ui-state-default{
    background-color:#ccc;
}

.ui-state-hover{
    background-color:#efefef;
}

.ui-sortable-helper{
    background-color:#ddd;
}

tbody.ui-droppable
{
    min-height:30px;
}*/

/*
* date picker
*/
.ui-datepicker-title
{
    font-weight: none;
}

a.weekCounter
{
    display: inline-block;
    border: 1px solid #ddd;
    padding: 4px 8px;
    font-size: 12px;
    /*font-weight: bold;*/
    background: #fff;
    border-radius: 5px;
    margin:2px;
}

a.weekCounter.current{
    border: 1px solid #337ab7;
    background-color:#337ab7;
    color:#fff;
}

@media (max-width: 1366px) {
  body{
    padding-left: 0;
  }

  #sidebar-wrapper{
    display: none;
  }
}

/*
* jquery ui date & time picker
*/

    .ui-slider{
        -webkit-box-shadow: inset 0px 0px 8px #ddd;
        box-shadow: inset 0px 0px 8px #ddd;
        /*margin-left:7px;*/
        position:relative;
        /*margin-top:8px;
        margin-bottom:15px;*/
        border:1px solid #ddd;
        
        height:4px;
        
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .ui-slider a.ui-slider-handle{
        position: absolute;
        margin-top:-4px;
        margin-left:-6px;
        /*border:1px solid #ddd;*/
        display: block;
        height:12px;
        width:12px;
        background:#08c;

        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        outline: none;
        
    }

    .ui-slider a.ui-slider-handle:hover{
        -webkit-box-shadow: 0px 0px 5px #000;
        box-shadow: 0px 0px 5px #000;
    }

    a.remove-underline{
        text-decoration: none;
    }


    .ui-datepicker{
        /*border:1px solid #ddd;*/
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background:#fff;
        padding:10px;
        margin-top:5px;
        display:none;
    }

    .ui-datepicker .ui-datepicker-header{
        overflow: hidden;
        border-bottom:1px solid #ddd;
        padding-bottom:5px;
        margin-bottom:5px;
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-title{
        margin-left:40px;
        margin-right:40px;
        text-align: center;
        /*font-weight: bold*/
    }

    .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev{
        float:left;
        cursor:pointer;
    }

    .ui-datepicker .ui-datepicker-header a.ui-datepicker-next{
        float:right;
        cursor:pointer;
    }

    .ui-datepicker table.ui-datepicker-calendar{
        width:100%;
    }

    .ui-datepicker table.ui-datepicker-calendar td a{
        display:block;
        width:25px;
        margin:1px;
        border:1px solid #efefef;
        text-align:center;
    }

    .ui-datepicker table thead tr th
    {
        font-weight:normal;
    }

    .ui-datepicker table tbody tr td a
    {
        text-decoration: none;
    }


    .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-current-day a{
        border:1px solid #ddd;
        background:#efefef;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a{
        border:1px solid #1976d2;
        background:#1976d2;
        color:#fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }


    /*
    * time picker
    */
    .ui-timepicker-div{
        border-top:1px solid #ddd;
        margin-top:5px;
    }

    .ui-timepicker-div dl{
        margin-top:0;
        margin-bottom:0;
        padding:5px;
    }

    .ui-timepicker-div dl dt.ui_tpicker_time_label{
        float:left;
        clear:left;
    }

    .ui-timepicker-div dl dd.ui_tpicker_time{
        margin-left:60px;
        text-align: right;
    }

    .ui-timepicker-div dl dd{
        margin-left:0;
        margin-top:5px;
        margin-bottom:5px;
        /*margin: 0 10px 10px 40%;*/
        /*display:inline-block;*/

    }

    .ui-datepicker-buttonpane{
        border-top:1px solid #ddd;
        padding-top:10px;
        overflow:hidden;
        /*padding-left: 5px;
        padding-right: 5px;
        margin-bottom:5px;*/

    }

    .ui-datepicker-buttonpane button.ui-datepicker-close{
        float:right;
    }

    .ui-datepicker-buttonpane button{
        display: inline-block;
        padding: 2px 10px;
        margin-bottom: 0;
        font-size: 11.9px;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

/*
* responsitive table
*/
@media only screen and (max-width: 640px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border-bottom: 1px solid #ccc; }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 40%; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        /*font-weight: bold;*/
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}

/*
* timeline
*/


#timeline
{
    /*padding-top:20px;*/
    /*padding-bottom:20px;*/
    background-image: url("activityBg.png");
    background-repeat: repeat-y;
    background-position: 30px;
}

#timeline > .item
{
    margin-left:45px;
    position:relative;
}

#timeline > .item > span.marker
{
    display: block;
    width: 15px;
    height: 15px;
        
        position: absolute;
        z-index: 2;
        left: -20px;
        top: 0px;
        border: 4px solid #d3d6db;
        background: #0697d0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
}


#timelineWrapper
{
    /*/border-top:4px solid #d3d6db;*/
    /*border-bottom:4px solid #d3d6db;*/
    padding-top:20px;
    padding-bottom:20px;
    background-image: url("activityBg.png");
    background-repeat: repeat-y;
    background-position: 80px;
    /*padding-left:63px;*/
    /*margin-bottom:20px;*/
}

#timelineWrapper > .feed-item > .feed-item-right
{
    margin-left: 95px;
}


#timelineWrapper > .feed-item > .feed-item-right > .box > span.feed-marker{
        display: block;
        width: 15px;
        height: 15px;
        
        position: absolute;
        z-index: 2;
        left: -22px;
        top: 20px;
        border: 4px solid #d3d6db;
        background: #0697d0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }


.arrow-left {
    position: relative;
    background: #fff;
    border: 1px solid #d3d6db;
}
.arrow-left:after, .arrow-left:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #d3d6db;
    border-width: 5px;
    top: 28px;
    margin-top: -5px;
}
.arrow-left:before {
    border-color: rgba(219, 219, 219, 0);
    border-right-color: #d3d6db;
    border-width: 6px;
    top: 28px;
    margin-top: -6px;
}



/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  /*background: #29d;*/
  background:#d43f3a;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;*/
  box-shadow: 0 0 10px #d43f3a, 0 0 5px #d43f3a;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top:28px;
    right:26px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 3px transparent;
  border-top-color: #d43f3a;
  border-left-color: #d43f3a;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


table.calendar
{
    width:100%;
}

table.calendar>tbody>tr>td
{
    
}


/*
* here maps
*/
.H_ib_body{
    min-width:200px;   
}


@media print
{    
    /* hide urls*/
    a[href]:after {
        content: none !important;
    }
    /*set page to landscape mode*/
    /*@page { size: A4 landscape; margin: 1cm;}*/
   /* @page { size: A4 landscape; margin: 1cm;}*/

    /*.box {transform: scale(.7);}*/

    /*body {transform: scale(.7);}*/

    /* avoid braking box*/
    .box{
        /*page-break-inside:auto;*/
        page-break-inside: avoid;
        /*transform: scale(.5);*/
    }
    /*hide elements with no pront class*/
    .no-print, .no-print *
    {
        display: none !important;
    }
}




/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




form#novaPrijemna input[type=radio]:checked + .radio{
    background-color:#337ab7;
    color:#fff;
    outline: none;
    border-color: #CAE5F8;
    box-shadow: 0 0 0 2px #CAE5F8;
}

form#novaPrijemna input[type=radio]:checked + .radio small.text-muted
{
    color:#fff;
}

form#novaPrijemna label.radio:hover
{
    cursor:pointer;
}

form#novaPrijemna label.radio
{
    border:1px solid #dce5f0;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding:10px;
}