﻿body {
    /*background-color: #f0f0f0;*/
    font-family: 'Segoe UI', Tahoma, Arial, Verdana;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    background: #e9e9e9 url(images/tiny_grid.png) repeat 0 0;
}


.bodybck {
    background-color: #f0f0f0;
}

.main-container {
    padding-top: 40px;
}

.login-container {
    padding-top: 80px;
}

.underlined {
    border-bottom: 1px solid #DDD;
    padding-bottom: 4px;
}

.label-select {
    color: #000000;
}

/*
	=======================================
	Bootstrap custom
	=======================================
*/

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-bottom-color: transparent;
                border-top-color: #ddd;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

/*
	=======================================
	Base admin
	=======================================
*/

.shortcuts {
    text-align: center;
}

    .shortcuts .shortcut {
        width: 110px;
        display: inline-block;
        padding: 15px 0;
        margin: 0 5px 1em;
        vertical-align: top;
        text-decoration: none;
        background: #F3F3F3;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
        background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
        border: 1px solid #ddd;
        box-sizing: border-box;
        border-radius: 5px;
    }

        .shortcuts .shortcut .shortcut-icon {
            width: 100%;
            margin-top: .25em;
            margin-bottom: .35em;
            font-size: 32px;
            color: #555;
        }

        .shortcuts .shortcut:hover {
            background: #E8E8E8;
            background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
            background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
            background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
            background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
        }

        .shortcuts .shortcut:active {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .shortcuts .shortcut:hover .shortcut-icon {
            color: #666;
        }

    .shortcuts .shortcut-label {
        display: block;
        margin-top: .75em;
        font-weight: 400;
        color: #666;
    }

.ajax-progress {
    float: right;
    display: none;
}

.edit-container {
    padding-top: 55px;
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        width: 100%;
        border-radius: 0px;
    }
}

.input-group {
    width: 100%;
}

.historytable th {
    padding: 4px;
    border: 1px solid #c5c5c5;
    color: #385F95;
    font-weight: bold;
}

.historytable tr {
    border-bottom: 1px solid #c5c5c5;
}

.historytable td {
    padding: 4px;
    min-width: 200px;
}

/*
	=======================================
	Ticket table properties
	=======================================
*/

.ticket-table {
    vertical-align: middle;
    /*table-layout: fixed;*/
    width: 100%;
}
    /*.ticket-table > tr
{
	vertical-align: middle;
}*/

    .ticket-table th, .ticket-table td {
        /*overflow: hidden;*/
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: middle;
        padding: 2px;
        /*white-space: nowrap;*/
    }

    .ticket-table tr > td:first-child {
        width: 110px;
        max-width: 150px;
    }

.ticket-label {
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: 18px;
    color: #000;
    /*width: 100px;*/
    /*max-width: 150px;*/
    /*height: 24px;*/
    /*font-weight: bold;*/
}

.ticket-label-required {
    color: #000;
}
    .ticket-label-required:after {
        content: " *";
        font-weight: bold;
        color: red;
    }

.ticket-field {
    margin-top: 2px;
    margin-bottom: 10px;
    /*min-height: 24px;
	min-height: 34px;
	vertical-align: middle;*/
}

.ticket-field-disabled {
    display: block;
    width: 100%;
    height: auto;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #eee;
    opacity: 1;
}

.ticket-checkbox {
    width: 20px;
}

.nobackground {
    background: none;
}

.modal-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.public-visible ul.select2-choices {
    background-image: none;
    background-color: #e6f2fa;
}

.public-visible {
    background-color: #e6f2fa;
}

.input-validation-error {
    border: 1px solid #a94442;
    border-radius: 4px;
}

.scroll-menu {
    overflow-x: auto;
    max-height: 450px;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

/*
	=======================================
	Hints results
	=======================================
*/

.hints-summary {
    padding: 12px 0 10px 0;
    /*border-bottom: 1px solid #e4e6e8;*/
    overflow: hidden;
    /*padding: 15px 0;*/
    /*float: left;*/
    /*width: 728px;*/
    border-bottom: 1px solid #eff0f1;
}

.search-results {
    margin-bottom: 20px;
}

.search-results-tags {
    margin-bottom: 20px;
}

.post-tag {
    font-size: 12px;
}

.post-tag {
    color: #39739d;
    background-color: #E1ECF4;
    border-color: transparent;
}

.post-tag {
    position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    transition: all .15s ease-in-out;
}

/*
	=======================================
	Hints results
	=======================================
*/

.dz-filename {
    margin-top: 05px;
}
.dz-details{
    line-height:100%;
}

.dropzone, td.fc-other-month {
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,.03)),color-stop(0.75,rgba(0,0,0,.03)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px;
}

    .dropzone .dz-default.dz-message {
        background-size: 100%;
        height: 43px;
    }

    .dropzone, .dropzone * {
        box-sizing: border-box;
    }

.dropzone {
    /*min-height: 150px;*/
    min-height: 100px;
    border: 1px dashed rgba(0,0,0,.3);
    border-radius: 5px;
    /*background: #fff;*/
    padding: 10px;
}

    .dropzone .dz-preview .dz-image{
        height:100px;
        width:100px;
    }

    .font-lg {
        font-size: 120% !important;
    }



/*
	============================================
	New interface
	============================================
*/

.modal-header {
    padding: 15px;
}

.xp-ticketbody {
    background-color: #f1f1f1;
}

.xp-disabled {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    margin: 0px;
    padding: 0px 8px;
    box-sizing: border-box;
    border-radius: 0px;
    border: none rgb(243, 242, 241);
    background: none rgb(243, 242, 241);
    /*color: rgb(161, 159, 157);*/
    color: rgb(131, 129, 127);
    width: 100%;
    min-width: 0px;
    text-overflow: ellipsis;
}

.xp-disabled-area {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
    margin: 0px;
    padding: 6px 8px;
    box-sizing: border-box;
    border-radius: 0px;
    border: none rgb(243, 242, 241);
    background: none #FAFAFA; /*#F3F2F1;*/
    color: #817F7D;
    width: 100%;
    min-width: 0px;
    min-height: 100px;
    text-overflow: ellipsis;
    outline: 0px;
    line-height: 17px;
    flex-grow: 1;
    overflow: auto;
}

.read-more {
    min-height: 10em;
    max-height: 30em;
    overflow: hidden auto;
}

.xp-text {
    min-height: 2em;
    padding: 0.5em;
}

.xp-extendedtext {
    min-height: 10em;
    max-height: 30em;
    overflow: hidden;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.nav-tabs {
    background-color: #f1f1f1;
}

.nav-tabs active {
        background-color: #fff;
    }

.ticket-field {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.ticket-field-disabled {
    display: block;
    width: 100%;
    height: auto;
    min-height: 18px;
    padding: 0px 6px 6px 0px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: none;
    -webkit-box-shadow: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    opacity: 1;
}

.xp-section {
    background-color: #fff;
    padding: 5px 15px 5px 15px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132), 0 0.6px 1.8px 0 rgba(0,0,0,.108);
}

.padding-10 {
    padding-right: 10px;
    padding-left: 10px;
}
.padding-left-5{
    padding-left:1.5rem;
}
.form-control {
    border-radius: 0px;
}

.x-grid-row-notarized {
    background-color: rgba(25,162,154,0.25);
}
.notarizationIcon {
    float: left !important;
    min-width: 16px !important;
    height: 16px !important;
    margin: 1px 1px 0 0 !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    background-repeat: no-repeat;
    background-image: url("images/iuScribo_Icon.png") !important;
}
.customField-item-label {
    padding: 0.3rem;
    font-size: 1.1rem;
    font-style: italic;
}
.half-rule {
    margin-left: 0;
    text-align: left;
    width: 100%;
    background-color: #f2f2f2;
	border-top: 1px solid #D9D9D9;
}

.note-author {
    text-shadow: 0 3px 3px #bfbfbf;
    margin-top: 3px;
}

.note-container {
    background-color: #FAFAFA;
    padding: 1rem
}

.note-body {
    padding-right: 0.5rem
}

.x-fs-1-5 {
    font-size: 1.5rem;
}

.x-mb-3 {
    margin-bottom: 1rem;
}

.x-p-3 {
    padding: 1rem;
}

.x-lh-base {
    line-height: 1.5;
}

.download-app-btn-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.download-app-btn-item {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

    .download-app-btn-item img {
        display: inline-block;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    .download-app-btn-item.google-play img {
        width: 13.5rem;
    }

    .download-app-btn-item.apple-app-store img {
        width: 11rem;
    }

.app-icon-container img {
    border-radius: 20%;
    width: 90px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}

    .app-icon-container .app-name {
        font-size: 1.75rem;
    }

.min-height-400 {
    min-height: 400px;
}