/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#header {
    /*background:#ededed;*/
    /*padding:10px;*/
}
#content {
    padding-bottom:40px; /* Height of the footer element */
}
#footer {
    width:100%;
    height:30px;
    position:absolute;
    bottom:0;
    left:0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    background-color: #3073AD;
}

.center {text-align: center; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto;}

.text-white h4 {
    margin-bottom: 0rem;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

.awesomplete {
    display: block !important;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    body {
        font-size: 0.7rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 0.3rem;
    }

    .container {
        max-width: 98%;
    }

    .col-p-1, .col-p-2, .col-p-3, .col-p-4, .col-p-5, .col-p-6, .col-p-7, .col-p-8, .col-p-9, .col-p-10, .col-p-11, .col-p-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-p-12 {
        width: 100%;
    }
    .col-p-11 {
        width: 91.66666667%;
    }
    .col-p-10 {
        width: 83.33333333%;
    }
    .col-p-9 {
        width: 75%;
    }
    .col-p-8 {
        width: 66.66666667%;
    }
    .col-p-7 {
        width: 58.33333333%;
    }
    .col-p-6 {
        width: 50%;
    }
    .col-p-5 {
        width: 41.66666667%;
    }
    .col-p-4 {
        width: 33.33333333%;
    }
    .col-p-3 {
        width: 25%;
    }
    .col-p-2 {
        width: 16.66666667%;
    }
    .col-p-1 {
        width: 8.33333333%;
    }

    .col-p-pull-12 {
        right: 100%;
    }
    .col-p-pull-11 {
        right: 91.66666667%;
    }
    .col-p-pull-10 {
        right: 83.33333333%;
    }
    .col-p-pull-9 {
        right: 75%;
    }
    .col-p-pull-8 {
        right: 66.66666667%;
    }
    .col-p-pull-7 {
        right: 58.33333333%;
    }
    .col-p-pull-6 {
        right: 50%;
    }
    .col-p-pull-5 {
        right: 41.66666667%;
    }
    .col-p-pull-4 {
        right: 33.33333333%;
    }
    .col-p-pull-3 {
        right: 25%;
    }
    .col-p-pull-2 {
        right: 16.66666667%;
    }
    .col-p-pull-1 {
        right: 8.33333333%;
    }
    .col-p-pull-0 {
        right: auto;
    }
    .col-p-push-12 {
        left: 100%;
    }

    .col-p-push-11 {
        left: 91.66666667%;
    }
    .col-p-push-10 {
        left: 83.33333333%;
    }
    .col-p-push-9 {
        left: 75%;
    }
    .col-p-push-8 {
        left: 66.66666667%;
    }
    .col-p-push-7 {
        left: 58.33333333%;
    }
    .col-p-push-6 {
        left: 50%;
    }
    .col-p-push-5 {
        left: 41.66666667%;
    }
    .col-p-push-4 {
        left: 33.33333333%;
    }
    .col-p-push-3 {
        left: 25%;
    }
    .col-p-push-2 {
        left: 16.66666667%;
    }
    .col-p-push-1 {
        left: 8.33333333%;
    }
    .col-p-push-0 {
        left: auto;
    }

    .col-p-offset-12 {
        margin-left: 100%;
    }
    .col-p-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-p-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-p-offset-9 {
        margin-left: 75%;
    }
    .col-p-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-p-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-p-offset-6 {
        margin-left: 50%;
    }
    .col-p-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-p-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-p-offset-3 {
        margin-left: 25%;
    }
    .col-p-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-p-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-p-offset-0 {
        margin-left: 0%;
    }

    /* Always insert a page break after the element */
    .always-page-break-after,
    .always-pba {
        page-break-after: always;
    }

    /* Avoid page break after the element (if possible) */
    .avoid-page-break-after,
    .avoid-pba {
        page-break-after: avoid;
    }

    /* Insert page breaks after the element so that the next page is formatted as a left page */
    .left-page-break-after,
    .left-pba {
        page-break-after: left;
    }

    /* Insert page breaks after the element so that the next page is formatted as a right page */
    .right-page-break-after,
    .right-pba {
        page-break-after: right;
    }

    /* Always insert a page break before the element */
    .always-page-break-before,
    .always-pbb {
        page-break-before: always;
    }

    /* Avoid page break before the element (if possible) */
    .avoid-page-break-before,
    .avoid-pbb {
        page-break-before: avoid;
    }

    /* Insert page breaks before the element so that the next page is formatted as a left page */
    .left-page-break-before,
    .left-pbb {
        page-break-before: left;
    }

    /* Insert page breaks before the element so that the next page is formatted as a right page */
    .right-page-break-before,
    .right-pbb {
        page-break-before: right;
    }

    /* Avoid page break inside the element (if possible) */
    .avoid-page-break-inside,
    .avoid-pbi {
        page-break-inside: avoid;
    }
}

.selectize-control.contacts .selectize-input > div {
    padding: 1px 10px;
    font-size: 13px;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    color: #f7fbff;
    text-shadow: 0 1px 0 rgba(8,32,65,0.2);
    background: #2183f5;
    background: -moz-linear-gradient(top, #2183f5 0%, #1d77f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2183f5), color-stop(100%,#1d77f3));
    background: -webkit-linear-gradient(top,  #2183f5 0%,#1d77f3 100%);
    background: -o-linear-gradient(top,  #2183f5 0%,#1d77f3 100%);
    background: -ms-linear-gradient(top,  #2183f5 0%,#1d77f3 100%);
    background: linear-gradient(to bottom,  #2183f5 0%,#1d77f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2183f5', endColorstr='#1d77f3',GradientType=0 );
    border: 1px solid #0f65d2;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.selectize-control.contacts .selectize-input > div.active {
    background: #0059c7;
    background: -moz-linear-gradient(top, #0059c7 0%, #0051c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0059c7), color-stop(100%,#0051c1));
    background: -webkit-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
    background: -o-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
    background: -ms-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
    background: linear-gradient(to bottom,  #0059c7 0%,#0051c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059c7', endColorstr='#0051c1',GradientType=0 );
    border-color: #0051c1;
}
.selectize-control.contacts .selectize-input > div .email {
    opacity: 0.8;
}
.selectize-control.contacts .selectize-input > div .name + .email {
    margin-left: 5px;
}
.selectize-control.contacts .selectize-input > div .email:before {
    content: '<';
}
.selectize-control.contacts .selectize-input > div .email:after {
    content: '>';
}
.selectize-control.contacts .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}

.border-2 {
    border-width:2px !important;
}

.border-3 {
    border-width:3px !important;
}

.border-4 {
    border-width:4px !important;
}

.toast {
    border: 0px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.35);
}
