﻿table.table tr.pager td input {
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    vertical-align: middle;
}

table.table tr.pager td span.selected-count {
    left: 4px;
    top: 2px;
    padding: 0;
}

table.table tr.pager td span {
    padding: 0 3px 0 3px;
}


.canvas-logo {
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: white;
    padding: 18px 0;
}


body.mini-navbar .canvas-logo {
    display: none;
}

div.action-list-view label {
    margin-left: 5px;
    margin-right: 5px;
}

div.securable-tree {
    overflow: scroll;
    height: 500px;
}

.top-navigation .navbar-brand {
    background: #fff;
    float: left;
    height: 80px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.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 6px;
        border-radius: 0 6px 6px 6px;
    }

    .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: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .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;
        }


#toast-container > .toast-warning:before {
    content: "";
}

#toast-container > .toast-error:before {
    content: "";
}

#toast-container > .toast-info:before {
    content: "";
}

#toast-container > .toast-success:before {
    content: "";
}

.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

#summernote_content_wrapper {
    height: 450px;
    width: 550px;
}

table.table td {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

@media (max-width: 767px) {

    table.table td {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
    }
}

.message-dialog {
    min-width: 400px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    background-color: #fff;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    color: rgb(103, 106, 108);
}

.site-navigation .nav-tabs > li.active > a,
.site-navigation .nav-tabs > li.active > a:hover,
.site-navigation .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    background-color: #0A4372;
    cursor: default;
}

.modal-content .nav-tabs > li.active > a,
.modal-content .nav-tabs > li.active > a:hover,
.modal-content .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    background-color: #0A4372;
    cursor: default;
}


.breadcrumb > .active {
    color: #0A4372;
}

label.align-right {
    float: right;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}

div.param-blocks {
    display: inline;
    max-width: 650px;
}

    div.param-blocks div.form-row {
        display: inline-block;
        margin-bottom: 5px;
        margin-left: 10px;
        white-space: nowrap;
        width: 125px;
        height: 20px;
    }

        div.param-blocks div.form-row select {
            width: 125px;
        }

div.param-box {
    padding: 10px 0px 0px 0px;
}

div.form-row {
    margin-bottom: 5px;
    white-space: nowrap;
}

    div.form-row span.lbl {
        display: inline-block;
        width: 150px;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.tooltip-inner {
    white-space: pre-wrap;
}


@media (min-width: 768px) {
    .modal-lg {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

textarea.txt-lg {
    height: auto;
    min-height: 200px;
}

.overflow-modal {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow-modal-levels {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pager-left {
    padding-left: 0;
    margin: 20px 0;
    text-align: left;
    list-style: none;
}

table.table tr.pager-left td input {
    padding: 3px 3px 3px 3px;
    cursor: pointer;
    vertical-align: middle;
}

table.table tr.pager-left td span.selected-count {
    left: 4px;
    top: 2px;
    padding: 0;
}

table.table tr.pager-left td span {
    padding: 0 3px 0 3px;
}



.checkboxlist-offset label {
    margin-left: 15px;
}


.form-no-left-pad {
    padding-left: 0px !important;
}

.form-no-right-pad {
    padding-right: 0px !important;
}

.control-small-pad {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.report-result div a {
    display: inline-block;
    margin-bottom: 5px;
}

.item-result {
    background: #fff;
}

.error-text {
    color: red;
}

/*div.modalBackground {
    background-color: #030000;
    filter: alpha(opacity=10);
    opacity: 0.2;
    zoom: 1;
}*/

@media (min-width: 992px) {
    .parm-lg {
        height: 45px;
    }

    .orphan-instructions {
        width: 550px;
    }
}


@media (min-width: 992px) {
    .grid-item-report {
        font-size: 50%;
    }

    .item-noresult {
        font-size: 200% !important ;
    }
}

@media (min-width: 1200px) {
    .grid-item-report {
        font-size: 68%;
    }

    .item-noresult {
        font-size: 130% !important ;
    }
}
