﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {

}

.k-sprite {
    background-image: url(themes/common/coloricons-sprite.png);
    background-position: 0 -16px;
}

.label-neutral,
.badge-neutral {
    background-color: #ffc40d;
}

.label-disabled {
    background-color: purple;
}

#fusion-webapi-tree .label {
    line-height: 15px;
}

#fusion-webapi-menu-type {
    margin-left: 30px;
}

.k-sprite {
    float: left;
}

.k-treeview .k-in {
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

.http-verb {
    width: 55px;
    float: left;
    text-align: center;
    margin-right: 4px;
}

span.k-in > span.highlight {
    background: black;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
}

.k-treeview {
    padding: 0px;
}

.k-in {
    padding: 0px;
}

#fusion-webapi-tree a {
    color: black;
}

#fusion-webapi-tree .k-state-selected {
    color: white;
}

#webApiDetailsContent {
    padding-top: 10px;
}

#webApiTreeViewContent {
    padding-top: 20px;
}


.footer {
    text-align: center;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

    .footer p {
        margin-bottom: 0;
        color: #777;
    }

.k-widget, .k-widget * {
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#splitter {
    border: 0 !important;
}


.k-splitbar-horizontal {
    width: 1px !important;
    border: 0 !important;
}

.k-splitter .k-splitbar {
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0;
}


body {
    overflow: hidden;
}

#splitter {
    border: 0;
}

.k-splitbar-horizontal {
    width: 1px !important;
    border: 0 !important;
}


body {
    overflow: auto;
}

.k-window-titlebar {
    height: 30px !important;
}

.k-i-copy {
    background-image: url(/Nirog.Fusion.WebApi/Content/images/copy.png);
}

.row {
    padding-left: 0px;
}

.CodeMirror {
    width: 90%;
}

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.CodeMirror {
    width: 100%;
}

.CodeMirror-merge {
    position: relative;
    border: 1px solid #ddd;
    white-space: pre;
}

    .CodeMirror-merge, .CodeMirror-merge .CodeMirror {
        height: 350px;
    }

.CodeMirror-merge-2pane .CodeMirror-merge-pane {
    width: 47%;
}

.CodeMirror-merge-2pane .CodeMirror-merge-gap {
    width: 6%;
}

.CodeMirror-merge-3pane .CodeMirror-merge-pane {
    width: 31%;
}

.CodeMirror-merge-3pane .CodeMirror-merge-gap {
    width: 3.5%;
}

.CodeMirror-merge-pane {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

.CodeMirror-merge-pane-rightmost {
    position: absolute;
    right: 0px;
    z-index: 1;
}

.CodeMirror-merge-gap {
    z-index: 2;
    display: inline-block;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    background: #f8f8f8;
}

.CodeMirror-merge-scrolllock-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.CodeMirror-merge-scrolllock {
    position: relative;
    left: -50%;
    cursor: pointer;
    color: #555;
    line-height: 1;
}

.CodeMirror-merge-copybuttons-left, .CodeMirror-merge-copybuttons-right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
}

.CodeMirror-merge-copy {
    position: absolute;
    cursor: pointer;
    color: #44c;
}

.CodeMirror-merge-copybuttons-left .CodeMirror-merge-copy {
    left: 2px;
}

.CodeMirror-merge-copybuttons-right .CodeMirror-merge-copy {
    right: 2px;
}

.CodeMirror-merge-r-inserted, .CodeMirror-merge-l-inserted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12MwuCXy3+CWyH8GBgYGJgYkAABZbAQ9ELXurwAAAABJRU5ErkJggg==);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.CodeMirror-merge-r-deleted, .CodeMirror-merge-l-deleted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12M4Kyb2/6yY2H8GBgYGJgYkAABURgPz6Ks7wQAAAABJRU5ErkJggg==);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.CodeMirror-merge-r-chunk {
    background: #ffffe0;
}

.CodeMirror-merge-r-chunk-start {
    border-top: 1px solid #ee8;
}

.CodeMirror-merge-r-chunk-end {
    border-bottom: 1px solid #ee8;
}

.CodeMirror-merge-r-connect {
    fill: #ffffe0;
    stroke: #ee8;
    stroke-width: 1px;
}

.CodeMirror-merge-l-chunk {
    background: #eef;
}

.CodeMirror-merge-l-chunk-start {
    border-top: 1px solid #88e;
}

.CodeMirror-merge-l-chunk-end {
    border-bottom: 1px solid #88e;
}

.CodeMirror-merge-l-connect {
    fill: #eef;
    stroke: #88e;
    stroke-width: 1px;
}

.CodeMirror-merge-l-chunk.CodeMirror-merge-r-chunk {
    background: #dfd;
}

.CodeMirror-merge-l-chunk-start.CodeMirror-merge-r-chunk-start {
    border-top: 1px solid #4e4;
}

.CodeMirror-merge-l-chunk-end.CodeMirror-merge-r-chunk-end {
    border-bottom: 1px solid #4e4;
}

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 300px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* BUTTONS */
.btn-info, .k-grid-update {
    color: white;
    background-color: #42709a;
    border-color: #42709a;
    font-size: 13px;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: white;
        background-color: #365b7d;
        border-color: #365b7d;
        font-size: 13px;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
        font-size: 13px;
        color: white;
    }

.btn-default {
    color: #365b7d;
    font-size: 13px;
    background-color: white;
    border-color: #9395a9;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: white;
        font-size: 13px;
        background-color: #9395a9;
        border-color: #9395a9;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: white;
        font-size: 13px;
        border-color: #cccccc;
    }

/* GRIDS */
.k-alt {
    background-color: white !important;
}

.k-grid tr.k-alt,
.k-grid tr td:active {
    border-width: 0 !important;
    border-style: none !important;
}

.k-grid tr td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    height: 32px !important;
}

.k-grid tbody tr:hover {
    border-width: 0 !important;
    border-style: none !important;
    background-color: #eeeeee !important;
}

.k-widget .k-grid {
    background-color: transparent !important;
}

.k-dropdown .k-input {
    font-size: 13px !important;
}


.k-grid-pager {
    background-color: white !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 2px solid #dddddd !important;
    font-size: 11px !important;
}

.k-pager-sizes > .k-dropdown .k-input {
    font-size: 11px !important;
}

.k-grid-header .k-header {
    background-color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #dddddd !important;
}

.k-widget, .k-block, .k-inline-block, .k-draghandle {
    border: none;
}

.k-grid, .k-grid-pager {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.k-pager-wrap {
    padding-top: 20px !important;
    height: 50px !important;
    color: black !important;
    font-weight: bold !important;
    font-size: smaller !important;
    border: none !important;
    border-color: transparent !important;
    margin-bottom: 0 !important;
}


.k-grid .k-pager-wrap .k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: black !important;
    font-weight: normal !important;
}

.k-grid tr td a {
    font-weight: bold !important;
}

.k-grid .k-footer-template td {
    background-color: white !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.k-grid-update .k-icon,
.k-grid-cancel .k-icon {
    display: none !important;
}

.k-add {
    display: none !important;
}

.k-button {
    border-radius: 0 !important;
    text-transform: uppercase !important;
}

.k-grid .k-header,
.k-grid-header {
    background-color: transparent !important;
}

.k-grid-toolbar:first-child {
    border-width: 0 !important;
}

.k-grid-toolbar {
    padding-top: 15px !important;
    padding-right: 15px !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.k-filter-row>th {
    border-top-width:  0px  !important;
    border-left-width: 0px !important;
    border-bottom-width:  0px !important;
}

.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 2.5em !important;
}

.k-current-page {
    display: none !important;   

}

.k-pager-wrap > .k-link {
    height: 2.1em !important;
}