body{
    font-size: 0.90rem;
    font-weight: 300;
/*background: url(../../images/iv_logo.jpg) 0 0 no-repeat;*/
}

/* metro home menu begin */
/*
.metro_home_menu{width:246px;display: block; text-align: left !important; padding: 16px 20px;color: #fff; margin: 5px; float: left;border: 3px solid #fff;}
.metro_home_menu:hover{border: 3px solid #225a68; background: url(../../images/opacity/black15.png) repeat;}
.metro_home_header{display: block;font-size: 20px;font-weight: bold;line-height: 1; margin-bottom: 8px;}
.metro_home_item{display: block;line-height: 16px;font-size: 14px;padding: 3px 2px; text-decoration:none;cursor: pointer;color: #fff;}
.metro_home_item:hover{text-decoration: underline;color: #fff;}
.metro_home_link{width:120px;height:120px;text-align: center; padding: 16px; color: #fff; border: 3px solid #fff;font-size: 14px;cursor: pointer;font-weight: bold;}
.metro_home_link:hover{border: 3px solid #225a68; background: url(../../images/opacity/black15.png) repeat;}
.metro_home_submenu{margin-left:2px;padding-left:3px;border-left:1px solid #fff; }
.metro_home_header .slide_item_right, .metro_home_header .slide_item_down{display: none}
.metro_home_splitter{display: block;height: 1px; background: #fff; margin: 2px 2px;}
*/
/* metro home menu end */

.metro_home_menu{width:246px;display: block; text-align: left !important; padding: 16px 20px;color: #fff; margin: 5px; float: left;border: 3px solid #fff;}
.metro_home_menu:hover{border: 3px solid #225a68;/*opacity:0.95; filter:alpha(opacity=95);*/ background: url(../../images/opacity/black15.png) repeat;}
.metro_home_header{display: block;font-size: 20px;font-weight: bold;line-height: 1; margin-bottom: 8px;}
.metro_home_item,.metro_home_title{display: block;line-height: 1rem;font-size: 0.9rem; padding: 0.4rem 0; text-decoration:none;cursor: pointer; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.metro_home_title{font-weight: 600;font-size: 0.8rem;}
.metro_home_item:hover{color:#007bff;}
.metro_home_link{width:120px;height:120px;text-align: center; padding: 16px; color: #fff; border: 3px solid #fff;font-size: 14px;cursor: pointer;font-weight: bold;}
.metro_home_link:hover{border: 3px solid #225a68;/*opacity:0.95; filter:alpha(opacity=95);*/ background: url(../../images/opacity/black15.png) repeat;}
.metro_home_submenu{margin-left:2px;padding-left:3px;border-left:1px solid #fff; }
.metro_home_header .slide_item_right, .metro_home_header .slide_item_down{display: none}
.metro_home_splitter{display: block;height: 1px; background: #e9ecef; margin: 2px 0;}

.table-header-hidden{display: none}

.tdDivWrap{position: relative; overflow: hidden; height: 1.5em;}
.tdDiv{overflow:hidden; text-overflow: ellipsis; position: absolute; max-width: 100%; white-space: nowrap;}
/*.tdShrink{overflow:hidden; text-overflow: ellipsis; height: 1.5em; }*/
.tdShrinkShort{display: none;}
.tdShrinkFull{display:block; }
.tdShrink .tdShrinkShort{display: block!important;}
.tdShrink .tdShrinkFull{display:none!important; }

.bg-path{
    background-color: #e9ecef;
}

.hidden{display: none;}

#td_left{display: table-cell;}
#td_center_wrap{display: table-cell;}

.modal-body .navbar{margin: -1rem;}

.form_div_bg{background-color: #00000007;}
.form_div_border{border:1px solid #0000001F;}

@media (min-width: 1600px){
    .container {
        max-width: 1540px;
    }
    .modal-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1200px){
    .layout-nav .nav-link{
        /*max-width: 9rem;*/
        font-size: 0.80rem;
    }
    .layout-nav > .nav-item{
        border-left: 1px solid #007BFF42;
        /*border-left: 1px solid #b8daff;*/
    }
    /* ideja je bila odvojit crtom dropdown strelicu
    .layout-nav .dropdown{
        border-left: 1px solid #007BFF20;
    }

    .layout-nav :first-child,  .layout-nav .dropdown{
        border-left:none;
    }
    .layout-nav .dropdown-toggle{
        font-size: 1rem;
    }

    */
    .layout-nav .dropdown{
        border-left: 1px solid #007BFF42;
    }

    .layout-nav :first-child{
        border-left:none;
    }



    .layout-nav{
        border: 1px solid #007BFF42;
        border-radius: .25rem;
        /*
        border: 1px solid rgba(0, 123, 255, 0.15);
        border: 1px solid #b8daff;
        background-color: #cce5ff;
        */
    }
    .col-form-label{
        text-align: right;
    }

    .form-group {
        margin-bottom: 0.3rem;
    }

    .table-responsive {
        overflow-x: visible;
    }
    .modal-xl {
        max-width: 1100px;
    }
}
@media (min-width: 768px){
    .form-control{
        font-size: 0.90rem;
        line-height: 1.2rem;
    }
    .form-group {
        margin-bottom: 0.3rem;
    }

}
@media (max-width: 991.98px) {
    .metro_home_menu{
        width:33%;
        margin:0;
    }
    .container{
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .metro_home_menu{
        width:50%;
        margin:0;
    }
    #td_left{display: none;}
    #td_center_wrap{display: none;}
}

@media (max-width: 575.98px) {
    .metro_home_menu{
        width:100%;
        margin:0;
    }
    .table-responsive-md td{
        padding: 0.25em 0.50em;
        display: block;
        font-weight: 400;
        width: 100%;
        border:0;
        text-align: left;
    }
    .table-responsive-md tbody{
        display: block;
    }
    .table-responsive-md tr{
        border-bottom: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        display: block;
        width: 100%;
    }
    .table-responsive-md:first-child{
        border-top: 1px solid #dee2e6;
    }
    .table-responsive-md  .listHeaderTr{display: none;}

    .table-header-hidden{display: block;line-height: 1.2;font-size: 12px;font-weight: 300;}

    .table-responsive-md tr:nth-of-type(odd) {
        background-color:#f8f9fa;
    }

    .tdDivWrap{height: 2.5em;}

}

@media (max-width: 900px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 900px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 1550px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 2050px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.bg-success-light {
    background-color: #d4edda !important;/* background-color: #28a745 !important; #d9edf7*/
}
.bg-danger-light {
    background-color: #f8d7da !important;/* background-color: #dc3545 !important; */
}
.bg-warning-light {
    background-color: #FFFDC1 !important;
}
.bg-warning {
    background-color: #fce5d4 !important;/* background-color: #fff3cd */
}
.bg-white {
    background-color: #FFF !important;
}
.bg-blue {
    background-color: #d9edf7 !important;
}
.bg-blue-light {
    background-color: #ebf3ff !important;
}
.bg-purple-light {
    background-color: #e2d9f3 !important;
}
.bg-teal-light {
    background-color: #d2f4ea !important;
}
.bg-cyan-light {
    background-color: #cff4fc !important;
}
.bg-gray-light {
    background-color: #e9ecef !important;
}
.pointer{cursor: pointer}

.tooltip-old{z-index:1070; visibility:hidden;position: absolute;display:none;left:0;top:0;;color: #fff;padding: 5px 10px;font-size: 0.875rem;line-height: 1.5;font-weight: 400;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    /*max-width: 200px;*/
    text-align: left;
    background-color: #000;
    border-radius: 0.25rem;
}
/* Arrow At the top of the tooltip */
/*
.tooltip-old::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}*/

/* GROWL MESSAGE BOX BEGIN */
#growl-wrapper{z-index:40; position: fixed;top:0;right:0;width:250px;padding:10px 10px 0 0;visibility:hidden;display:none;}
.growl-inner{padding:5px;  color: #155724; background-color: #d4edda; border:1px solid #c3e6cb;border-radius: 0.25rem;}
.growl-close{float:right;cursor:pointer;font-size:11px; font-weight:bold;}
#growl-body{padding:8px;font-size:11px;}
/* GROWL MESSAGE BOX END */

/*
.nav-item{border-left: 1px solid rgba(0,0,0,.125)}
*/


/*
.mainA{

}
*/
.page-header {
    /*padding-bottom: 9px;*/
    border-bottom: 1px solid #007bff;
}

.form-btn > .btn,
.form-btn > .btn-group {
    margin-right: 5px;
}

.layout-nav .nav-link, .navbar-light .navbar-nav .nav-link{
    color: #007bff; cursor: pointer;
    /*color: #004085;*/
}
/*
.nav-item .nav-link:hover {
    background-color: #d9edf7 !important;
}
*/

.dropdown-header{
   color: #000;
   font-size: 0.80rem;
   padding: .7rem 1.5rem .3rem 1.5rem;
   /*padding: .5rem 1.3rem;
   border-bottom: 1px solid #e9ecef;*/
    font-weight: 600;
}
.dropdown-item {
    font-weight: 300;
    font-size: 0.90rem;
}
.dropdown-subitem {
    padding: 0.25rem 1.5rem 0.25rem 1.8rem;
}

/* submenu start */
/* moj submenu
.dropdown-submenu{display: none;}
.dropdown-submenu.show{display: block;}
*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* submenu end */

.listHeaderTr {background-color: rgba(0,0,0,.03);}
.form-control-plaintext{font-weight: 400;}
/* input append mi je radio probleme na deetaljima */
.form-control-plaintext .input-group-text{display: inline; background-color: inherit; border: 0; padding: 0.375rem 0.15rem;}

/* POPUP BEGIN
#popup {display: none; position: absolute; top:0; left: 600px; width: 200px; margin-top: -4px; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; padding: 2px 12px; color:#212529;background-color: #fff; }
#popup-top {top:0; left:0; width:100%; display:block; height:16px;margin-bottom:2px; cursor:move;}
#popup-top div {}
#popup-content{display: block;padding:5px 0;}
#popup-pointer { display: none; position: absolute;    left: -10px;    top: 5px;    width: 10px;    height: 19px;    background: url(../../images/note/pointer.gif) left top no-repeat; }
#popup-pointer-left { display: none; position: absolute;  left: 100%;    top: 5px;    width: 10px;    height: 19px;    background: url(../../images/note/pointerRight.gif) left top no-repeat; }
#popup-close {  float:right; width:16px;height:16px; vertical-align:top; cursor:pointer; font-size: 1.2rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff;opacity: .5;}
#popup-close:before { content: "x"}
 */
.popup {display: none; position: absolute; top:0; left: 600px; width: 200px; margin-top: -4px;  border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; padding: 2px 12px; color:#212529;background-color: #fff;  }
.popup-top {top:0; left:0; width:100%; display:block; height:10px;margin-bottom:2px; cursor:move;}
.popup-content{display: block;padding:5px 0; font-size: 12px;}
.popup-pointer { display: none; position: absolute;    left: -10px;    top: 5px;    width: 10px;    height: 19px;    background: url(../../images/note/pointer.gif) left top no-repeat; }
.popup-pointer-left { display: none; position: absolute;  left: 100%;    top: 5px;    width: 10px;    height: 19px;    background: url(../../images/note/pointerRight.gif) left top no-repeat; }
.popup-close {  float:right; width:16px;height:16px; vertical-align:top; cursor:pointer; font-size: 1.2rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff;opacity: .5;}
.popup-close:before { content: "x"}
.popup-animation {-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;transition: 0.3s ease;-webkit-transition-delay: 0ms;-moz-transition-delay: 0ms;transition-delay: 0ms;}
.popup-right {-webkit-transform: translateX(8px);-moz-transform: translateX(8px);transform: translateX(8px);}
.popup-left {-webkit-transform: translateX(-8px);-moz-transform: translateX(-8px);transform: translateX(-8px);}
.popup-animation {-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;transition: 0.3s ease;-webkit-transition-delay: 0ms;-moz-transition-delay: 0ms;transition-delay: 0ms;}
.popup-right {-webkit-transform: translateX(8px);-moz-transform: translateX(8px);transform: translateX(8px);}
.popup-left {-webkit-transform: translateX(-8px);-moz-transform: translateX(-8px);transform: translateX(-8px);}
/* ovu za sad jos ne koristim
.popup-bottom {-webkit-transform: translateY(8px);-moz-transform: translateY(8px);transform: translateY(8px);}*/
/* ovo je css nacin za crtanje trokuta tj pointera bez slike
#popup:before{border: solid; border-color: #333 transparent;border-width: 6px 6px 0 6px;bottom: 20px; content: "";left: 50%;position: absolute;z-index: 99;} */
/* POPUP END */

.hover_opacity_black{}
.hover_opacity_black:hover, .hover_opacity_black_hover{background: url(../../images/opacity/black15.png) repeat;}
.border_blue_2{border: 2px solid transparent;}
.border_blue_2_selected{border: 2px solid #225a68 !important;}


/* safety diagram begin */
.diagram_threat,.diagram_threat_hover{cursor: pointer; border:2px solid mediumblue;position: absolute; width:120px; height: 120px;text-align:center;vertical-align: middle;font-size: 10px; border-radius:15px;background-color: #fff;z-index: 6;}
.diagram_root,.diagram_root_hover{cursor: pointer;border:2px solid darkorange;position: absolute; width:120px; height: 120px;text-align:center;border-radius:60px;vertical-align: middle;font-size: 10px; background-color: #fff;z-index: 6}
.diagram_consequence,.diagram_consequence_hover{cursor: pointer;border:2px solid red;position: absolute; width:120px; height: 120px;text-align:center;vertical-align: middle;font-size: 10px;border-radius:15px; background-color: #fff;z-index: 6;}
.diagram_threat span, .diagram_root span, .diagram_consequence span,.diagram_threat_hover span, .diagram_root_hover span, .diagram_consequence_hover span{text-align:center;vertical-align:middle;display: table-cell;position:relative;width:120px; height: 120px;}
.diagram_threat div, .diagram_consequence div, .diagram_threat_hover div,.diagram_consequence_hover div{overflow-x: hidden;overflow-y: hidden;text-align:center;vertical-align:middle;/*width:120px;*/ color: #fff; height: 24px; font-weight:bold; background-color: mediumblue; border-radius:0 0 15px 15px; padding-top: 2px; }
.diagram_consequence div, .diagram_consequence_hover div{background-color: #FF0000;   }

.diagram_barrier_up,.diagram_barrier_up_hover{cursor: pointer;border:1px solid #000;position: absolute; width:20px; height: 40px;text-align:center;vertical-align: middle;font-size: 10px; border-radius:2px;background-color: #ffff99;z-index: 6}
.diagram_barrier,.diagram_barrier_hover{cursor: pointer;border:1px solid #000;position: absolute; width:120px; height: 80px;text-align:center;vertical-align: middle;font-size: 10px; border-radius:5px;background-color: #fff;z-index: 6}
.diagram_barrier span,.diagram_barrier_hover span{text-align:center;vertical-align:middle;display: table-cell;position:relative;width:120px; height: 80px;}

.diagram_barrier_ef,.diagram_barrier_ef_hover{cursor: pointer;border:1px solid #000;position: absolute; width:100px; height: 80px;text-align:center;vertical-align: middle;font-size: 10px; border-radius:5px;background-color: #ffff81;z-index: 6}
.diagram_barrier_ef span,.diagram_barrier_ef_hover span{text-align:center;vertical-align:middle;display: table-cell;position:relative;width:100px; height: 80px;}
.diagram_barrier_ef_barrier,.diagram_barrier_ef_barrier_hover{cursor: pointer;border:1px solid #000;position: absolute; width:15px; height: 40px;text-align:center;vertical-align: middle;font-size: 10px; border-radius:2px;background-color: #a5a5aa;z-index: 6}

.diagram_barrier_causes{padding: 2px 0 1px 0; cursor: pointer;border:1px solid #FF800A;background-color: #FFFFFA;position: absolute; width:120px; text-align:center;vertical-align: middle;font-size: 10px; border-radius:5px;z-index: 6}
.diagram_barrier_cause, .diagram_barrier_cause_hover, .diagram_barrier_cause_border, .diagram_barrier_cause_qa80,.diagram_barrier_cause_prim_1, .diagram_barrier_cause_prim_2, .diagram_barrier_cause_border_hover, .diagram_barrier_cause_qa80_hover,.diagram_barrier_cause_prim_1_hover, .diagram_barrier_cause_prim_2_hover{text-overflow:ellipsis;text-align:center;vertical-align:middle;display: inline-block;position:relative;width:116px;padding: 1px; overflow-x: hidden; white-space: nowrap; line-height: 12px;font-weight: normal;}
.diagram_barrier_cause_hover, .diagram_barrier_cause_border_hover,.diagram_barrier_cause_prim_1_hover, .diagram_barrier_cause_prim_2_hover,.diagram_barrier_cause_qa80_hover{font-weight: bold;}
.diagram_barrier_cause_border{border-top:1px solid #FF800A;}
.diagram_barrier_cause_qa80,.diagram_barrier_cause_qa80_hover{color: #005580;}
.diagram_barrier_cause_prim_1,.diagram_barrier_cause_prim_1_hover{color: #FF0000;}
.diagram_barrier_cause_prim_2,.diagram_barrier_cause_prim_2_hover{color: #ff7a01;}


.diagram_line_h{border-top:1px solid #000;position: absolute; height: 0; z-index: 5}
.diagram_line_v{border-right:1px solid #000;position: absolute; width: 0;z-index: 5}

.diagram_effe_0,.diagram_qa78_1{background-color: #51a351;}
.diagram_effe_25{background-color: #A0DA6C;}
.diagram_effe_50{background-color: #FFFF99;}
.diagram_effe_75,.diagram_qa78_50{background-color: #FF800A;}
.diagram_effe_100,.diagram_qa78_99{background-color: #FF0000;}
.diagram_qa78_100{background-color: #a5a5aa;}

.diagram_threat_hover,.diagram_root_hover,.diagram_barrier_hover,.diagram_barrier_up_hover,.diagram_barrier_ef_hover,.diagram_consequence_hover,.diagram_barrier_ef_barrier_hover{border-color:#d14;background-color:#f1e8e6;}
.diagram_threat_hover div,.diagram_consequence_hover div{background-color: #d14;}


.diagram_menu, .diagram_menu_hover{line-height: 18px;font-size: 12px;color: #000;cursor: pointer; padding: 3px 8px;background-color:transparent; border: 1px solid transparent;}
.diagram_menu_hover{background-color:#f1e8e6; border: 1px solid #c24733;}
/* safety diagram end */

/* SELECT S HTML INSIDE BEGIN */
.specialSelectTable,.specialSelectTable_hover{    font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size:11px;    border:1px solid #DDD;    background-color:white;    -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.specialSelectTable_hover{    background-color: #f1e8e6;	border: 1px solid #c24733;}
.specialSelectOptionsWraper{    display:none;    position:absolute;    z-index:2;    border:1px solid #DDD;    background-color:#F1F3F5;    margin-top:18px;}
.specialSelectOptionsWraperWidth{    white-space:nowrap;    visibility:hidden;    height:1px;    overflow-y:hidden;     padding:0 7px;}
.specialSelectOption,.specialSelectOption_hover{    white-space:nowrap;    padding: 1px 2px 1px 1px;    cursor:pointer;    margin:3px 2px 3px 2px;    border: 1px solid #F1F3F5; text-align: left; }
.specialSelectOption_hover{    color : #333;	background-color: #f1e8e6;	border: 1px solid #c24733;	padding: 2px 1px 0px 2px;}
.specialSelectOptionSelected{    white-space:nowrap;    padding: 2px 8px 1px 5px;    cursor:pointer;}
.specialSelectDownTd,.specialSelectDownTd_hover{    cursor:pointer;	border: 1px solid #DDD;    vertical-align: middle;    margin:1px;    padding: 2px 5px 1px 5px;    background-color:#F1F3F5;}
.specialSelectDownTd_hover{	border: 1px solid #c24733;    padding: 3px 4px 0px 6px;    background-color: #f1e8e6;}
/* SELECT S HTML INSIDE END */


.listHeaderLinkTd,.listHeaderLinkTdAsc,.listHeaderLinkTdDesc,.sortTd,.sortTdAsc,.sortTdDesc {
    background-position:right;
    background-repeat:no-repeat;
    cursor:pointer;
}
.listHeaderLinkTd,.sortTd {
    background-image: url(../../images/table/headerSort.gif);
}
.listHeaderLinkTdAsc,.sortTdAsc {
    background-image: url(../../images/table/headerSortAsc.gif);
}
.listHeaderLinkTdDesc,.sortTdDesc {
    background-image: url(../../images/table/headerSortDesc.gif);
}

.detailListTable{width:100%}
.ap49InsertRightTable,.ap49DetailRightTable{width:100%}

/* fontawesome begin */
.pointer{cursor:pointer}
.fa-8{font-size: 8px;}
.fa-11{font-size: 11px;}
.fa-12{font-size: 12px;}
.fa-14{font-size: 14px;}
.fa-15{font-size: 15px;}
.fa-16{font-size: 16px!important;width:16px;text-align:center;}
.fa-18{font-size: 18px!important;}
.fa-20{font-size: 20px!important;}
.fa-25{font-size: 25px!important;}
.fa-32{font-size: 32px!important;}
.fa-40{font-size: 40px;}
.fa-48{font-size: 48px;}
.fa-64{font-size: 64px;}
.fa-128{font-size: 128px;}
.fa-180{font-size: 180px;}
.fa-1024{font-size: 1024px;}

.fa-red{color:red;}
.fa-green{color:#28a745;}
.fa-yellow{color:yellow;}
.fa-blue{color: #3273dc;}
.fa-creme{color:lemonchiffon;}
.fa-orange{color:#FF9E31;}
.fa-peach{color:peachpuff;}
.fa-dodgerblue{color:dodgerblue;}
.fa-beige{color:beige;}
.fa-palegreen{color:palegreen;}
.fa-black{color:black;}
.fa-lightsteelblue{color:lightsteelblue;}
/* fontawesome end */

/* ovo radi samo zeza otvaranje submenia .metro_home_columns {columns: 232px;column-gap:0;} */
/* igranje s display:grid .metro_home_columns {display:flex; flex-wrap:wrap;flex-direction: row; justify-content: flex-start;  align-items: flex-start;align-content: flex-start; } */

/* test autocomplete begin */
.autocomplete {
    position: relative;
    display: inline-block;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
/* test autocomplete end */

/* test custom gregor begin */
#cpanelHome {text-align: center;  vertical-align: middle;}

#cpanelHome div.icon { margin-top: 15px; margin-bottom: 15px; margin-left: 7px; margin-right: 7px;}
#cpanelHome div.icon a, #cpanelHome div.icon div.likeA{
    display: block; float: left;
    height: 118px;
    width: 118px;
    vertical-align: middle;
    text-decoration : none;
    padding: 2px 5px 1px 5px;
    color : #808080; cursor:pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color:  rgba(0,0,0,.03);
}
#cpanelHome div.icon a:hover {
    background-position: center;
    background-repeat: no-repeat;
    color : #333;
    padding: 3px 4px 0px 6px;
    background-color: #f1e8e6;
    border: 1px solid #c24733;
}
#cpanelHome div.icon div.likeA_hover {
    background-position: center;
    background-repeat: no-repeat;
    display: block; float: left;
    height: 118px;
    width: 118px;
    vertical-align: middle;
    text-decoration : none;
    padding: 3px 4px 0px 6px;
    color : #333; cursor:pointer;
    background-color: #f1e8e6;
    border: 1px solid #c24733;
}
#cpanelHome div.icon img,#cpanelHome div.icon i { margin-top: 13px;}
#cpanelHome div.icon span { cursor:pointer; font-size:11px; display: block; padding: 3px 0 0 3px; width:110px;overflow:hidden;}
/* hidden div za prikaza menia kad se klikne na file */
#cpanelHome div.explorerFileHidden{z-index:10; position:absolute;width: 118px; top:50px; left: 10px;font-size:11px;}
#cpanelHome div.explorerFileHidden a, #cpanelHome div.explorerFileHidden div.likeA {
    display: block; float: left;
    vertical-align: middle;
    text-decoration : none;
    border: 1px solid #DDD;
    margin:1px;
    padding:2px;
    /**background-color:#F1F3F5;*/
    background-color:white;
    width: 97%;
    color: #6666ff; cursor:pointer;
}
#cpanelHome div.explorerFileHidden a:hover {
    color : #333;
    background-color: #f1e8e6;
    border: 1px solid #c24733;
    margin:1px;
    padding:2px;
    width: 97%;
}
#cpanelHome div.explorerFileHidden div.likeA_hover {
    display: block; float: left;
    vertical-align: middle;
    text-decoration : none;
    color : #333;
    background-color: #f1e8e6;
    border: 1px solid #c24733;
    margin:1px;
    padding:2px;
    width: 97%; cursor:pointer;
}
#cpanel48 div.icon span {
    width: 110px;
    word-break: break-all;
}
#cpanel32 div.icon span {
    width: 93px;
    word-break: break-all;
}
/* test custom gregor end */

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

