﻿.sam-add-button {
}

/*.login-modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .login-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.login-modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

/*Dodatne boje koje se koriste u headeru*/
.txt-color-white{
    color:#FFFFFF!important

}
/*Dodatne boje koje se koriste u headeru*/
.bg-color-lightGray {
    background-color: #f5f5f5!important
}

/*Dodatne boje koje se koriste u headeru*/
.bg-color-gray {
    background-color: #666666!important
}

.bg-color-blue1{
    background-color:#21618C!important

}

.bg-color-stickypaper {
    background-color:#ffffcc!important;
}

/*Dodatne boje koje se koriste u headeru*/
.bg-color-white{
    background-color:#FFFFFF!important

}


.bg-color-darkorange{
    background-color:darkorange!important

}

.txt-color-lightgreen{
    color:limegreen!important

}
.blue-button {
  background-color: #21618C;
  color: white;
}

.bold {
    font-weight:bold;
}


/*Font awesome ikona koja se vidi u headeru*/
.header-icon {
vertical-align: middle;
margin-top:10px;
}


.level-critical{
color:red;
font-weight:bold;
}

.level-low{
color:gold;
}

.level-high{
color:orange;
}

.no-padding {
   padding: 0 !important;
}

.no-margin {
   margin: 0 !important;
}

.pad-right-9 {
padding-right:9px;
}

.inlineblock {
    display:inline-block;
}

/* Koristenje FA Ikona u butonima*/
    .k-button .fa {
        font-size: inherit;
        line-height: inherit;
        width: auto;
        height: auto;
        margin-left: 0;
    }

    /* Kendo panel bijele boje */
   .kp-transparent-colored {
    /*color: #50607f;
    border-color: #d0d9df;*/
    background-color: transparent;
}

.window-content {
    /*padding-bottom:100px;*/
    width:100%;
    /*height:400px;*/
    overflow:auto;
}

.window-footer {
    width: 98%; 
    height: 50px; 
    position:absolute; 
    display:block; bottom:0; 
    /*background-color: #e3e3e3;*/ 
    border-top: solid #e5e5e5 1px;
    /*margin-top: 150px;*/
    padding-top:5px;
}
.center-screen {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
}

​ #login-page {
    background: #fff;
    overflow: visible;
}



#login-page .container {
    border: none;
}

#login-page #header {
    margin: 0;
    height: 71px;
    border-bottom: 1px solid #eee !important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: #f4f4f4 !important;
}

#login-page #main {
    padding-top: 20px;
}

#login-page #header #logo {
    margin-top: 22px;
    margin-left: 0;
}

    #login-page #header #logo img {
        width: 137px;
    }

#login-page-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px;
}

    #login-page-header-space > :first-child {
        font-size: 13px;
        margin-right: 14px;
        vertical-align: -3px;
        font-weight: 400;
    }

    #login-page-header-space .btn {
        font-weight: 700;
        text-transform: uppercase;
    }

    #login-page-header-space > * {
        display: inline-block;
    }

#login-page #main {
    background: #fff;
    margin: 0;
}

#login-page .hero {
    background-image: url(/content/img/gradient/login.png);
    background-repeat: no-repeat;
    background-position: 0 137px;
    height: 360px;
    width: 100%;
    float: left;
}

#login-page h4.paragraph-header {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    width: 270px;
}

#login-page h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px;
}

#login-page .login-header-big {
    font-weight: 400;
}

#login-page .login-desc-box-l {
    min-height: 350px;
    width: 50%;
}

#login-page .login-app-icons {
    vertical-align: top;
    margin-top: 90px;
    width: 300px;
}

@media (min-width:768px) and (max-width:880px) {
    #login-page #header {
        padding: 0 5px !important;
    }
}

@media only screen and (min-width:0) and (max-width:679px) {
    #login-page #header {
        padding: 0 5px !important;
    }

        #login-page #header #logo img {
            width: 135px;
        }

        #login-page #header #logo {
            margin-top: 22px;
        }
}
