﻿html,
body {
    height: 100%;
    background-color: #eee;
}

/* prepišemo stil za form tag iz bootstrapa */
form {
    margin: 0 0;
    height: 100%;
}

.checkbox_type1 label {
    margin-left: 5px;
    vertical-align: middle;
    font-weight: normal;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    .proper-content {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .proper-content {
        padding-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .proper-content {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .proper-content {
        padding-top: 0;
    }
}

a.readonly {
    color: #777777;
}

    a.readonly:focus {
        text-decoration: none;
    }

    a.readonly:hover {
        text-decoration: none;
    }

.color-red {
    color: red;
}

.color-firebrick {
    color: firebrick;
}

.fontsize-medium {
    font-size: medium;
}

.fontsize-large {
    font-size: large;
}

.fontsize-larger {
    font-size: larger;
}

.fontsize-xlarge {
    font-size: x-large;
}

.verticalalign-top {
    vertical-align: top;
}

.verticalalign-textbottom {
    vertical-align: text-bottom;
}

/*.proper-content {*/
/*padding-top: 60px; porabimo v primeru da imamo nastavitev za skrivanje breadcrum vrstice
    margin-top: 35px;*/
/*padding-top: 95px;*/
/*}*/

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -31px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 30px;
}

#footer {
    position: relative;
    background-color: #f5f5f5;
    border-top: 1px solid #DDDDDD;
}

#wrap > .container {
    padding-top: 10px;
}

.container .credit {
    margin: 5px 0;
}

.form-toolbar_top {
    min-width: 300px;
    padding: 5px 20px;
    margin: 0 auto 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-type1 {
    min-width: 300px;
    padding: 15px 20px 20px;
    margin: 0 auto 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .form-type1 .highlight {
        padding: 9px 14px;
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
        border-radius: 4px;
    }

.form-type2 {
    min-width: 300px;
    padding: 0px;
    margin: 0 auto 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .form-type2 .header {
        padding: 9px 14px;
        background-color: #f7f7f9;
        border-bottom: 1px solid #e1e1e8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .form-type2 .inner {
    }

    .form-type2 .padding {
        padding: 15px 20px 20px;
    }

    .form-type2 .no-padding {
        padding: 0;
    }

    .form-type2 .footer {
        padding: 9px 14px;
        background-color: #f7f7f9;
        border-top: 1px solid #e1e1e8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

.breadcrumb {
    margin: 0 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #d4d4d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
/*skrijemo uvodni node seperator, zato ker je root element prazen*/
.breadcrumb-inner span:nth-child(2) {
    display: none;
}

.breadcrumb-inner {
    padding-left: 15px;
    padding-right: 15px;
}

    .breadcrumb-inner > .divider {
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb-inner > .active {
        color: #999999;
    }


/*setiramo spodnji margin nav vrstice na ustrezno višino*/
.navbar-static-top {
    margin-bottom: 10px;
}

.navbar-fixed-top {
}

/**************************************************************************************************************************************************/
/*sprememba za radgrid da se filter polja razširijo na 100% širine stolpca*/
.RadGrid .rgFilterRow td { /*spodnji classi omogočanjo razteg filtercontrolwidth na 100% - 35px za filter ikono"*/
    /*white-space: normal !important;*/
}

div.RadGrid .rgFilterRow .rgFilterBox {
    width: 100%;
}

div.RadGrid .rgFilterRow td {
    padding-right: 40px;
}

.AjaxLoadingPanelOverlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 999999;
}

/******************************************/
.TB_main {
}

.TB_hover {
}

.TB_focused {
}

.TB_readonly {
    background-color: #efefef !important;
}

.DATEINPUT_main {
}

.DATEINPUT_hover {
}

.DATEINPUT_focused {
}

.DATEINPUT_readonly {
    background-color: #efefef !important;
}
/*************************************************************************************************************************************************************************************/
.RadGrid_MetroTouch th.rgSorted {
    background-color: #25a0da !important;
}

.RadGrid_MetroTouch .rgFilter {
    background-position: -12px -4511px !important;
    height: 29px !important;
    width: 29px !important;
}

.RadGrid_MetroTouch .rgSelectedCell a, .RadGrid_MetroTouch .rgSelectedRow .dropdown-menu > li > a {
    color: #333 !important;
}

    .RadGrid_MetroTouch .rgSelectedCell a, .RadGrid_MetroTouch .rgSelectedRow .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff !important;
    }

.RadScheduler, .RadScheduler_MetroTouch * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .RadScheduler .rfbGroup .rfbLabel {
        font-weight: normal !important;
    }

/*.RadUpload_MetroTouch .ruRemove {
    background-position: -8px -2607px !important;
}*/

.RadUpload_MetroTouch .ruDropZone {
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.MetroTouch.RadEditor, .MetroTouch.RadEditor .reModule, .MetroTouch.RadEditor .reEditorModes, .MetroTouch.RadEditor .reWrapper {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}