 /************************************************************************* 
 
 Stilizacija za forme koje koristimo na frontu 
 
 *******************************************************************/
 .content #header {
    top: 60px !important;
    z-index: 1 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: white;
    background: #0056a5;
}
 .content .newcase_div {
    padding: 80px 15px 100px;
    overflow: hidden;
    overflow-y: auto;
}
 #header .closesingle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none;
    color: #fff;
    background: transparent;
    height: 36px;
    width: 36px;
    padding: 0;
    font-size: 25px;
}
 .novipredmetnaslov {
    font-size: 18px;
}
 .dyninp {
    position: relative;
}
 label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555 !important;
}
input, textarea {
    background: white;
    border: 1px solid #d4d4d4 !important;
    border-radius: 4px;
    box-shadow: none !important;
}
label {
    margin-bottom: 1px !important;
    padding-left: 5px;
    color: #555;
    font-weight: 400 !important;
    font-size: 14px !important;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
textarea {
    width: 100% !important;
    padding: 7px !important;
    min-height: 120px;
}
.butwrapper {
    padding-left: 15px;
    width: 100%;
    display: inline-block;
}
.submitcomment {
    background: #2196f3;
    border: none;
    color: white;
    border-radius: 2px;
    margin-top: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    transition: all ease 0.3s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
 input {
    height: 34px !important;
    border-radius: 4px;
    width: 100%;
}

input[type="text"], input[type="number"] {
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: none !important;
    height: 34px;
}
input[type="text"], input[type="password"] {
    margin-bottom: 0px;
}
 .poljeinp input {
    padding: 5px;
    font-weight: 600;
    width: 100%;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}
 .poljeinp input {
    padding: 5px;
}
 .inputcombo {
    cursor: pointer;
    position: relative;
    width: 100%;
    font-weight: 700;
    padding: 8px;
    border: 1px solid #d4d4d4;
}
 .inputcombo {
    position: relative;
}
 .inputcombo {
    cursor: pointer;
    position: relative;
    width: 100%;
    font-weight: 600;
    padding: 5px 8px;
    border: 1px solid #d4d4d4;
    background: url(../../commonAssets/Images/search-grey999.png) no-repeat #fff;
    background-position-x: calc(100% - 7px);
    background-size: 14px;
    background-position-y: center;
}
 .inputcombo.lupa-nad-lupama {
    background: url(https://elastyc.net/commonAssets/Images/search-orange.png) no-repeat white;
    background-position-x: 7px;
    background-size: 14px;
    background-position-y: center;
    padding-right: 8px !important;
    padding-left: 30px !important;
}
 .display_value {
    display: none;
    border: 1px solid #d4d4d4;
    height: 34px;
    /* border-bottom: 1px solid #333; */
    cursor: pointer;
    position: relative;
    width: 100%;
    font-weight: 700;
    padding: 8px;
    white-space: nowrap;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
}
 .inputcombo {
    color: #333 !important;
}
.bootslapcombor .display_value {
    bottom: 0;
    left: 15px;
}
.ajaxcombor {
    position: absolute;
    left: 0;
    right: 0;
    border: none;
    z-index: 999;
    background: white;
    height: 250px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ajaxcombor {
    /* top: 20px !important; */
    margin-top: -34px;
}
.formawindow .ajaxcombor {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    border: none;
    top: 20px !important;
    margin-top: 0 !important;
    border: none !important;
}
.ajaxcombor input {
    width: 100%;
    position: relative;
}
.ajaxcombor .searchfield {
    line-height: 20px;
    padding: 5px;
    background: url(https://elastyc.net/commonAssets/Images/search-orange.png) no-repeat white;
    background-position: 7px 9px;
    background-size: 14px;
    text-indent: 25px;
}
.ajaxcombor .icon-cancel {
    color: #666;
    font-size: 25px !important;
    right: 6px !important;
    top: 2px !important;
    position: absolute;
    z-index: 10;
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
    background-position: center !important;
    background-size: 18px !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ajaxcombor .res {
    overflow-y: scroll;
    height: 209px;
    min-width: 100%;
    width: max-content;
    background: white;
    border: 1px solid #ddd;
    margin-top: 2px;
    scrollbar-width: thin;
}
.ajaxcombor .resultrow {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    padding: 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    color: #333 !important;
}
.selres {
    background: #eee;
    color: black;
}
.ajaxcombor .res .resultrow span:first-child {
    margin-right: 10px;
}
@media (min-width: 992px) {
     .dyninp {
        padding: 0 15px;
        margin-bottom: 10px;
        display: inline-block;
    }   
    .newcase_div .dyninp .display_value {
        left: 15px !important;
    }
    .bootslapcombor .ajaxcombor {
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;
        margin-top: -34px !important;
    }
    .formawindow .bootslapcombor .ajaxcombor {
        margin-top: 0 !important;
    }
}
@media (max-width: 991px) {
     .content .newcase_div {
        padding: 20px 10px 100px !important;
    }
     .content #header {
        top: 50px !important;
    }
     input {
        height: 40px !important;
        border-radius: 4px;
        width: 100%;
    }
    input[type="text"], input[type="number"] {
        margin-bottom: 0;
        margin-top: 0;
        box-shadow: none !important;
        height: 40px !important;
    }
     .dyninp .display_value {
        left: 15px !important;
    }
    .bootslapcombor .display_value {
        bottom: 0;
        left: 15px;
    }
    .display_value {
        height: 40px !important;
    }
    .ajaxcombor {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border: 1px solid #607d8b;
        height: 100% !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
     .ajaxcombor {
        width: 100% !important;
        margin-top: 0 !important;
        top: 0 !important;
    }
     .ajaxcombor .searchfield {
        line-height: 20px;
        padding: 5px;
        background: url(https://elastyc.net/commonAssets/Images/search-orange.png) no-repeat white;
        background-position-x: 7px !important;
        background-position-y: center !important;
        background-size: 20px;
        text-indent: 25px;
        height: 50px !important;
        border: 1px solid cadetblue !important;
        border-bottom: 1px solid cadetblue !important;
    }
     .ajaxcombor .res {
        left: 0 !important;
        /*height: calc(100vh - 95px) !important;*/
        /*top: 99px !important;*/
    }
     .ajaxcombor .res {
        height: calc(100vh - 50px) !important;
        margin-top: 0;
    }
     .ajaxcombor .resultrow {
        min-height: 50px;
        height: auto;
    }
     .ajaxcombor .resultrow span {
        white-space: normal;
    }
    #newcase-temp .ajaxcombor .icon-cancel {
        top: 5px !important;
        height: 50px !important;
        width: 50px !important;
        top: 0 !important;
        right: 0 !important;
    }
}




