﻿
.bootgrid-table td {
    white-space: nowrap;
}

.bootgrid-table th {
    white-space: nowrap;
}

table thead span {
    font-size: 12px;
}

/*.block-flat .content {
    overflow: auto;
}*/

.navbar-default .navbar-brand span {
    white-space: nowrap;
    font-size: 16px;
}

.table-responsive {
    border: 0;
    overflow: hidden;
}
/*.cl-sidebar {
    display: inline;
}*/

/* Bootstrap and style override for more compact form layout */

.form-group {
    margin-top: 0;
    margin-bottom: 0;
}

.form-group label.required:after {
    content: " *";
    color: red;
}

/* Bootstrap overrides for nicer dialog */

.modal-body-tabpages {
    background-color: #f6f6f6;
}

.nav-tabs {
    border-bottom: 0;
}

.tab-content {
    margin-bottom: 0;
}

.modal {
    /*! adjust transition time */
    -webkit-transition: all ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

    .modal.in .modal-dialog {
        /*! editthis transform to any transform you want */
        -webkit-transform: scale(1.0, 1.0) !important;
        -ms-transform: scale(1.0, 1.0) !important;
        -moz-transform: scale(1.0, 1.0) !important;
        -o-transform: scale(1.0, 1.0) !important;
        transform: scale(1.0, 1.0) !important;
    }

    .modal.fade .modal-dialog {
        /*! disable sliding from left/right/top/bottom */
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.logo-img {
    background: url("/Content/CleanZone/images/logo.png") no-repeat;
    padding-top: 0;
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 0;
}

.cl-mcont .row {
    margin-top: 0;
}

.form-horizontal .checkbox {
    margin-top: -3px;
}

.luscinia-imageupload-thumbnail {
    height: 128px;
    margin-bottom: 8px;
    display: block;
    min-width: 128px;
    max-width: 100%;
}

.luscinia-imageupload-thumbnail-large {
    height: 400px;
    margin-bottom: 8px;
    display: block;
    min-width: 128px;
    max-width: 100%;
}

.luscinia-imageupload-thumbnail-small {
    height: 64px;
    margin-bottom: 8px;
    display: block;
    min-width: 64px;
    max-width: 100%;
}

/* Bootstrap slider layout */

.slider.slider-vertical {
    margin-right: 13px;
}

.slider-selection {
    background: #4D90FD;
    border: 1px solid #437DDC;
    box-shadow: none;
}

.slider-handle {
    opacity: 1;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #ffffff, #f9f9f9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
    /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ffffff, #f9f9f9);
    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #ffffff, #f9f9f9);
    /* Opera 11.10-12.00 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
    height: 23px;
    width: 23px;
    transition: box-shadow 200ms ease-in-out;
}

    .slider-handle:hover {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
    }

.slider.slider-horizontal .slider-handle {
    margin-top: -7px;
}

.slider.slider-vertical .slider-handle {
    margin-left: -6px;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px;
        }

            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-handle {
            margin-left: -5px;
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                margin-left: 0;
            }

    .slider input {
        display: none;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    background-image: -webkit-linear-gradient(top, #FBFBFB, #f9f9f9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.39);
    background-repeat: repeat-x;
    opacity: 1;
    border: 0px solid rgba(4, 4, 4, 1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .slider-handle.round {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

/* Signature */

.bsignature {
    border: solid 3px;
    margin-top: 10px;
    cursor: url('portal_pencil_cursor.png') 0 27, auto;
    margin: 15px;
    background: white;
}

.m-signature-pad--body {
    border: solid 1px;
    height: 260px;
    width: 440px;
    background: rgb(240, 240, 240);
    margin-top: 12px;
}

.signatureclear {
    width: 100px;
    height: 40px;
    margin-top: 5px;
    margin-left: 26%;
    background: green !important;
}

/*.wysihtml5-sandbox {
    border: 1px solid #ccc;
} 
.wysihtml5-sandbox:focus {
    border: 1px solid #2598f9;
}*/

.bootgrid-footer .search, .bootgrid-header .search {
    margin-bottom: 5px;
}

.bootgrid-hr-commands {
    width: 80px;
}

/* Messages pop out height */
.navbar-default .navbar-nav > li.button .dropdown-menu .nano {
    height: 200px;
}

.dropdown-menu > li > a, .dropdown-menu li > a {
    white-space: normal;
}

.select2-container .select2-choice abbr {
    right: 34px;
}

.interactive-alert {
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f6f6f6;
}

/* Dropzone overwrites */

.dropzone {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 64px;
    background-color: #f5f5f5;
}

div.dropzone {
    border-style: solid;
    border-width: thin;
    border-color: #ddd;
    padding: 0px;
}

/* /Dropzone overwrites*/

label.selected {
    background-color: #f5f5f5;
}

.search {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
  width: 180px;
}

.search .glyphicon {
    top: 0;
}

.stream {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stream .panel {
    border-radius: 0;
}

.stream-user-info div {
    display: inline;
}

.stream-header {
  margin: 15px 0;
  vertical-align: middle;
    top: 0;
}

.stream-header .actionBar {
  text-align: right;
}

.stream-item .panel-heading .button-placer {
    margin-bottom: -5px;
    margin-right: -4px;
}

.stream-item .panel-heading .dropdown-menu {
    right: 0;
    left: auto;
}

th.bs-checkbox {
    width: 30px;
}

/*
    Filebrowser custom css
*/
table tr.filebrowser-new-item {
    background-color: lightgreen;
}

table tr.filebrowser-updated-item {
    background-color: lightblue;
}

input.input-item {
    padding-right: 54px;
    width: 100%;
    padding-left: 23px;
}

img.file-image {
    margin-left:4px;
    margin-right:4px;
    height: 15px;
    width: 15px;
}

i.input-icon {
    margin-right: -23px;
    position: relative;
}

button.file-btn {
    display: inline-block;
	font-weight: normal;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	touch-action: manipulation;
    cursor: pointer;
	user-select: none;
    background-image: none;
    border: 1px solid transparent;
	color: #fff;
    line-height: 1.5;
    box-shadow: 1px 1px 2px rgba(0,0,0,.12),1px 1px 0 rgba(255,255,255,.2) inset;
    -webkit-border-radius: 0;
    outline: none;
    margin-top: 3px !important;
    margin-bottom: 5px !important;
    padding: 4px 0px 4px 0px;
}

button.file-btn-accept {
    margin-left: -50px !important;
}

/*
    Summernote filebrowser custom css
*/

.note-icon-file:before {
    content:"\f15b";
    font-family: FontAwesome;
}


/*Cleanzone extension*/

.col-menu-1 {
    padding-bottom: 10px;
    padding-top: 7px;
}

.col-menu-1 > li:first-child ul {
    border-right: 1px solid #E8E8E8;
}

.col-menu-1 > li > ul > li a {
    padding-left: 32px;
}

.col-menu-1 > li > ul {
    padding: 0;
}

.col-menu-1 > li > ul > li {
    list-style: none;
}

.dropdown-menu > li > ul > li a {
    cursor:pointer;
}