@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli.ttf");
}

html, body {    
    font-size: 14px;
    padding: 0 !important;
    height: 100%;
    margin: 0;
}

html {
    overflow-x: hidden;
    height: auto;
}

body {   
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    padding:30px;

}



.bgRnd{
    background-color: transparent !important;
}


.wrapper {
    padding: 0 35px;
}

.illustration img {
    width: 100%;
    display: block;
    max-width: 250px;
}

.topMargin {
    margin-top: 25px;
}

.largeText {
    font-size: 54px;
    font-weight: 700;
}

.titleLogin {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.labelStyle {
    color: #3a5177;
}

.text-left {
    text-align: left;
}

.spaceBelowLogo {
    margin-top: -20px;
}

.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
}

.space {
    margin-bottom: 30px;
}

.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
    padding: 1px 15px;
    color: #A0A0A0;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.topHeaderMargin {
    position: relative;
    top: 0px;
    z-index: 10000;
}

.rowHeader {
    margin-top: 40px;
    background-color: transparent;
}

.labelHeaderPosition {
    margin-top: 10px;
    font-size: 14px;
}

.usernameHeader {
    padding-right: 10px;
    font-size: 14px;
}

.btnInvoice {
    margin-top: 100px;
}

.form-control {
    width: 50%;
}

.pagination-small li a {
    cursor: pointer;
}

.editInput {
    width: 100% !important;
    padding: 8px 2px;
}

.table>tbody>tr>td, .table>thead>tr>th {
    padding: 8px 2px;     
}

.table .glyphicon::before, .glyphicon-floppy-save:before, .glyphicon-print:before {
    position: relative !important;
    right: 3px;
}

.editDocBottomBorder {
    border-bottom: 8px solid silver;
    position: relative;
}

.pencilGlyph .glyphicon::before {
    position: static;
}

.overRow {
    position: absolute;
}

.overRowAddItem {
    z-index: 1 !important;
} 

.minCellWidth {
    min-width: 120px;
}

.novaStavka {
    position: absolute;
    top: -175px;
    left: -1045px !important;    
}

.editDocumentTableHeight {
    height: 500px;
} 

.documentWrapper {
    position: relative;
    top: -75px;
}

.paddingLeftRight {
    padding: 0 2px;
}

.sectionCustomerObjectDate {
    margin: 20px 0 40px;
}

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

.frame {
    border: solid 1px aliceblue;
    border-radius: 5px;
}

md-content {
    overflow: hidden !important;
}

.print-area {
    border:1px solid silver;
    padding:50px 50px 80px 50px;
    margin:0 0 1em;    
    background-color: #fff;
    top: 0px;
    position: relative;
}

.printHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.printFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;  
}

.printSectionData {
    margin: 100px 0px 40px;
}

.printTopMargin {
    margin-top: 8px;
}

/**********************************************************************
                    REDIZAJN CSS
***********************************************************************/

/* .digKancBody {
    background-image: url("../images/backgroundimage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 768px;
    font-family: "Muli";
} */

.usernameHeader {
    font-size: 15px;
}

.logoFaktura {
    padding-left: 50px;
}

.logoutBtnBlue {
    color:black;
}

.logoutBtnBlue img {
    padding-left: 10px;
    content:url("../images/logouticonfaktura.png") ;
}

.digKanc {
    color: black;
    width: 80%;
}

.digKanc h2 {
    font-size: 40px;
    padding-bottom: 50px;
    font-weight: bold;
}

.headerHome {
    height: 100px;
}

.regHomeBtn {
    float: right;
    color: white;
    border-color:white;
    background-color: transparent;
    border-radius: 20px;
    width: 160px;
    height: 45px;
}

.regHomeBtn:hover {
    background-color: #035aca;
}

.logoHome {
    text-align: center;
    background-color: white;
    border-bottom-color: white;
    color: black;
}

.logoHome h3 {
    padding-bottom: 50px;
    font-size: 20px;
}

.logo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.inputHome {
    width: 250px;
    margin: 0 auto;
}

.inputHome input {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #035aca;
}

#loginbutton, #createPonudaButton {
    border-radius:20px;
    background-color: #035aca;
    color: white;
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

#createPonudaButton{
    margin-bottom: 50px;
}

.totalPrice {
    padding-right: 60px;
    margin-top: 30px;
}

/* .homeFlex {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.login-panel {
    width: 350px;
}

.panel-body a {
    text-align: center;
    font-size: 10px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-primary {
    border-radius: 20px;
    display: inline-block;
    margin-top: 100px;
}

.center-login {
    margin: 0 auto;
}

.flexLogin {
    display: flex;
    align-items: center;
    justify-content: center;
}

.divText {
    display: inline-block;
    padding-left: 50px;
    width: 50%;
}

.panel-primary>.panel-heading {
    border-radius: 20px;
    color: black;
    background-color: white;
    border-bottom-color: white;
}

.footerHome {
    display: none;    
}

/********************** home.html ***************/

.homepageSearch {
    text-align: center;
    padding-top: 50px;
}

.homepageSearch img {
    padding-bottom: 50px;
}

.homepageSearch h3 {
    padding-bottom: 20px;
}

.optionTabs {
    padding-top: 70px;
    text-align: center;
}

.fakture {
    display: inline-block;
}

.fakture p {
    padding-top: 30px;
}

.privremenaSituacija {
    display: inline-block;
    padding-left: 70px;
}

.privremenaSituacija p {
    padding-top: 30px;
}

.searchBox {
    padding-top: 25px;
}

.searchBox input {
    width: 510px;
    border: none;
    border-radius: 20px;
    padding: 15px;
    color: black;
}

.glyphicon {
    color: #035aca;
    right: 40px;
    font-size: 20px;
    top: 3px;
}

.fktIcon {
    color: #fff;
    text-decoration: none;
}

.fktIcon:hover {
    color: rgba(255,255,255,0.8);
}

/***********************************************
            Ponuda
***********************************************/
.h2fakture {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 35px;
    font-weight: bold;
}

.table {
    border: none;
}

.brojFaktura {
    display: inline-block;
    width: 25%;
}

.brojFaktura p {
    display: inline;
    padding-right: 10px;
}


/*Arrow down Dropdown meni*/
.selectWrapper{
    position: relative;
}

.arrow_down {
    border: 2px solid #035aca;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: 169px;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
}

.arrow_img {
    position: absolute;
    left: 177px;
    z-index: -1;
    width: 10px;
    top: 8px;
}

.arrow_down option{
    color: #035aca;
}

select.arrow_down {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
select.arrow_down::-ms-expand {
    display: none;
}
/*end dropdown meni*/

.newFaktura {
    text-decoration: none !important;
}

.napraviFakturu {
    display: inline-block;
    width: 20%
}

.napraviFakturu p {
    display: inline;
    padding-right: 10px;
}

.napraviFakturu img {
    border: 2px solid #035aca;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
}

/*Paginacija*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-right: 2px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #FFF;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 2px;
    color: #FFF;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #035aca;
    font-weight: 600;
    font-size: 26px;
    top: -8px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #FFF;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { 
    color: #eee;
    background-color: #eee;
    border-color: #ddd;
}

pagination > li > a, .pagination > li > span {
    padding: 6px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #eee;
}

.paginatorWrapper {
    position: relative;
    width: 130px;
    margin: 0 auto;
    text-align: center;   
}

.left_arrow {
    position: absolute;
    top: 25px;
    z-index: 10;
    left: 24px;
}

.right_arrow {
    position: absolute;
    top: 26px;
    right: 24px;
    z-index: 10;
}


/*end paginacija*/


.search-container {
    display: inline-block;
    width:38%;
}

.brojRedova {
    display: inline-block;
    width: 15%;
}

.footerPageChange img {
    display: inline-block;
}

.footerPageChange p {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #035aca
}

.search-container input {
    border: 3px solid #f7f7f7;
    color: #abadba;
    padding: 10px;
    border-radius: 30px;
    font-size: 11px;
    width: 70%;
    font-weight: 600;
}

.search-container input::placeholder {
    color: #c0c2cb;
    font-size: 12px;
}

.search-container button {
    position: relative;
    padding: 10px 35px;
    border: 1px solid #035aca;
    border-radius: 30px;
    right: 50px;
    background-color: #035aca;
    color: white;
    font-weight: normal;
    font-size: 12px;
}

.table-responsive {
    padding-top: 85px;  
    clear: both;
}

thead tr {
    border-bottom: 5px solid #035aca;
    border-top: 5px solid #035aca;
    background: white;
}

thead th {
    text-align: center;
    vertical-align: middle;
    min-width: 120px;
}

tbody td {
    text-align: center;
    vertical-align: middle;
}

.table>tbody>tr>td, .table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    border: none;
    border-bottom: 2px solid lightgray;
    background-color: white;

}

.tableBtn {
    color: #035aca;
    background: white;
    border: none;
    width: 100px;
    position: relative;    
    font-weight: 600;
}

.iconPosition {
    position: relative;
    right: 6px;
}

.pencilGlyph .glyphicon::before {
    position: relative;
    left: 30px;
}

.cellActionWidth {

    width: 210px !important;
}

/************************************************
            ADD PONUDA
*************************************************/

.backBtnAddFakt {
    padding-top: 125px;
    padding-left: 60px;
}

.addFaktInput {
    border: none;
    border-radius: 20px;
    padding: 15px;
}

.centerAddFaktBtn {
    text-align: center;
    padding-top: 50px;
}

.addFaktSubBtn {
    border: none;
    background-color: white;
    color: #035aca;
    font-weight: bold;
}

.addFaktSubBtn p {
    padding-top: 10px;
    padding-right: 45px;
}

.addFaktSubBtn:hover {
    background-color: lightblue;
}

.addFaktSubBtn span {
    float: right;
    padding-left: 10px;
}

.addFaktInputRows {
    padding: 10px 25px;
}

.sacuvajIzmeneBtn {
    text-align: center;
    padding-top: 150px;
}

.sacIzmBtn {
    background-color: #035aca;
    border: none;
    border-radius: 20px;
    font-size: 16px;
}

.sacIzmBtn:hover {
    background-color: lightblue;
}

.frame {
    border: none;
}

.pdvCenter {
    text-align: center;
}

.novaStavkaWrapper{
    position: relative !important;
}

/*Date icons*/
.md-datepicker-button {
    display: none !important;   
}

.md-datepicker-input-container {
    margin-left: 0 !important;    
}

.md-datepicker-triangle-button.md-button.md-icon-button {
    background-color: transparent;
    top: -44px;
    left: 164px;
    z-index: 10;
}

.md-datepicker-expand-triangle {
    display: none;
}

.iconDate {
    position: absolute;
    top: 9px;
    left: 186px;
}
/*end date icon*/
/************************************************
            Client
*************************************************/

.marginTopButton {
    margin-top: 100px;
}

/************************************************
            DialogKonfig
*************************************************/

.kolona {
    float: left;
    max-width: 300px !important;

}

.model {
    max-width: 450px !important;  
    clear: both;
}

.clearFloat {
    clear: both;
}

.md-dialog-container {
    height: 1000px !important;   
}

.md-dialog-content {    
    overflow: hidden;
}

.md-padding {
    padding: 0 10px;
}

.izbor {
    height: 200px;   
    float: left;
}

.row div.izbor:nth-child(2) {
    padding-left: 10%;
}

.konfigurator {
    width: 100%;
}

.configTable {
    padding-top: 0;
}

.configButton {
    margin-top: -80px;
    margin-bottom: 30px;
}

.heightComboBox {    
    height: 200px !important;
    width: 97% !important;
}

.md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar), .md-button.md-default-theme.md-primary, .md-button.md-primary {
    background-color: #035aca !important;
}

.md-button {
    font-weight: 600;
}

/*Table accessories*/
.buttonAddPosition {
    position: relative !important;
    top: -120px !important;
    left: 50%;
    font-weight: 600;
    color: #3c4551;
    background-color: transparent;
    border: none;
}

.add-button {
    position: absolute;
    top: -12px;
    left: 160px;
}

.rowAddItemEquip {
    border-bottom: 5px solid #f7f7f7 !important;
}

.buttonDelete {
    background-color: transparent;
    border: none;
    font-weight: 600;
}

.buttonDelete .glyphicon {
    right: -8px;
}

.table > tbody > tr > td {
    border-bottom: none;
}

.position {
    position: relative;
}

/*Basic equipment*/

.label-style {
    font-size: 10px;
}

.items-style {
    font-size: 8px;
}

/************************************************
            E D I T   P O N U D A
************************************************
.source {
    display: none;
}

.target > .source {
    display: initial;
}


/*********************Media screen*************/
/*********************Media screen*************/
/*********************Media screen*************/

@media screen and (max-width: 768px) {    

    .documentNumber {
        font-size: 22px;
    }    

    .illustration img {
        width: 100%;
        display: block;
        max-width: 120px;
    }        

    .btn {
        padding: 1px 2px;
        font-size: 11px;
    }

    .labelHeaderPosition {
        margin-top: 10px;
        font-size: 11px;
    }

    .largeText {
        font-size: 24px;
    }

    .panel-primary {    
        width: 100% !important;       
    }

    .topHeaderMargin {
        position: relative;
        top: -205px;

    }

    .btnHeaderPosition {
        position: relative;
        right: -40px;
    }

    .table .glyphicon::before, .glyphicon-floppy-save:before {
        position: relative;
        right: 1px;
    }

}

@media screen and (max-width: 992px) {
    .wrapper {
        padding: 0 25px;
    }

    .rowHeader {
        margin-top: 0px;
        background-color: transparent;
    }

    .panel-primary {    
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .labelHeaderPosition {
        margin-top: 5px;
        font-size: 11px;
    }  

    .usernameHeader {        
        font-size: 11px;
    }

}

@media screen and (max-width: 1200px) {
    .inputLogin {
        max-width: 60%;
    }
}

@media print{
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .printData, .printData > div, .printData > div > * {
        width: 300px !important;
        display: inline !important;
    }

    .documentNumber {
        text-align: center !important;
    }

    .colCustomer, .colObject {
        width: 300px !important;
        float: left !important;
    }

    .colCustName, .colPIB, .colMB, .colAdresa, .colBrojPoste, .colMesto, .colZemlja, 
    .colNazivObj, .colGradj, .colAdresaObj, .colMestoObj {
        width: 140px !important;
        height: 20px !important;
        float: left !important;      
    }

    .colCustNameValue, .colPIBValue, .colMBValue, .colAdresaValue, .colBrojPosteValue, .colMestoValue, .colZemljaValue,
    .colNazivObjValue, .colGradjValue, .colAdresaObjValue, .colMestoObjValue {

        width: 140px !important;
        height: 20px !important;
        float: left !important;
        position: relative !important;
        top: -10px !important;
        left: 80px !important;
    }

    .colDate, .colServiceDate {
        width: 600px !important;
        position: relative !important;
        top: 10px !important;
    }

    .editDocumentTableHeight {
        position: relative !important;
        top: 50px !important;
        height: auto !important;
    }

    .colTotalWV, .colTotalPDV, .colTotal {
        position: relative;
        left: 200px;
        top: 100px;        
    }

    .colTotalWVValue, .colTotalPDVValue, .colTotalValue {
        position: relative;
        left: 350px; 
        top: 65px;        
    }

    .note {
        position: relative;
        top: 120px;
    }

    .colDate {       
        width: 600px !important;
        display: block !important;
        position: relative !important;
        top:  -175px !important;
        left: 300px !important;
    }

    .colServiceDate {        
        width: 600px !important;
        display: block !important;
        position: relative !important;
        top:  -150px !important;
        left: 300px !important;
    }


}

@media screen and (max-width: 1024px) {
    .novaStavka {       
        left: -540px !important;
    }
}

@media screen and (max-width: 1280px) {
    .novaStavka {       
        left: -670px !important;
    }
}

@media screen and (max-width: 1366px) {
    .novaStavka {       
        left: -725px !important;
    }
}

@media screen and (max-width: 1600px) {
    .novaStavka {       
        left: -850px !important;
    }
}