﻿/* Akira CSS by Shawn Drew */

/* general */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    /*padding-top:20px;*/
    padding-bottom: 20px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

h1 {
    padding-bottom: 0.2em;
}

.meta {
    color: #999;
    font-size: .9em;
    display: block;
}

    .meta em {
        font-style: normal;
        font-weight: bold;
    }

/* login */

#login-page.container {
    width: 320px;
}

/* dashboard */

.summary {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
}

    .summary ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: table-row;
    }

    .summary li {
        margin: 0;
        padding: 19px;
        display: table-cell;
        border-right: 1px solid #eee;
    }

        .summary li:last-child {
            border: none;
        }

    .summary a {
        display: block;
        font-size: 1.2em;
        line-height: 1.4em;
        text-transform: uppercase;
        color: #000;
    }

    .summary .count {
        display: block;
        font-size: 1.75em;
        font-weight: bold;
    }

/* dashboard - ie fixes */

.ie7 .summary {
    display: block;
}

    .ie7 .summary ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: block;
    }

    .ie7 .summary li {
        float: left;
    }

.ielt9 .summary .last {
    border: none;
}

/* tasks */

.tasks {
    margin: 0;
    padding: 0;
}

    .tasks li {
        list-style-type: none;
        padding-bottom: 0.3em;
    }

    .tasks input {
        vertical-align: baseline;
    }

    .tasks .meta {
        padding-left: 18px;
    }

    .tasks.done {
        opacity: 0.8;
    }

/* messages */

.messages {
    margin: 0;
    padding: 0;
}

    .messages .messages {
        padding-top: 19px;
    }

    .messages li {
        list-style-type: none;
        padding-bottom: 0.3em;
    }

    .messages .well {
        padding: 19px;
    }

    .messages .messages .well {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-left: 3px solid #eee;
        border-left: 3px solid rgba(0, 0, 0, 0.05);
    }

/* blank slate */

.blank-slate {
    text-align: center;
}

/* files */

.files li {
    list-style-type: none;
}

.files .meta {
    padding-left: 18px;
}

.zebra-list {
    margin: 0 0 18px 0;
    padding: 0;
}

    .zebra-list li {
        border: 1px solid #DDD;
        padding: 8px;
        border-bottom: none;
    }

        .zebra-list li:nth-child(odd) {
            background-color: #F9F9F9;
        }

        .zebra-list li:first-child {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

        .zebra-list li:last-child {
            border-bottom: 1px solid #DDD;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

.input-validation-error {
    color: #f00 !important;
    border-color: #f00 !important;
}

.header-content {
    color: #515151;
}

    .header-content img {
        vertical-align: text-bottom;
    }

.container {
    padding-bottom: 1px;
}

.footer {
    height: 46px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.footer-up {
    background-color: #f5f5f5;
    height: 6px;
}

.footer-bottom {
    background-color: #e3e3e3;
    height: 40px;
}

.footer-bottom-left {
    padding-top: 12px;
    float: left;
    width: 50%;
    text-align: center;
}

.footer-bottom-right {
    padding-top: 12px;
    text-align: center;
}

form {
    margin: 0px;
}

.block-content {
    display: block;
}

    .block-content label {
        display: inline-flex;
        width: calc(40% - 12px);
    }

    .input-append, .block-content select, .block-content input, .block-content input[type="submit"], .block-content .fileUploader, .block-content .form-controls {
        padding-right: 0px;
        width: 60%;
        margin-bottom: 3px;
    }

        .input-append input {
            width: 90%;
        }

    .block-content textarea {
        width: 56.3%;
    }

.span5 .block-content label {
    display: inline-flex;
    width: 50%;
}

.span5 .block-content select, .span5 .block-content input, .span5 .block-content input[type="submit"] {
    padding-right: 0px;
    width: 47%;
}

.span5 .block-content textarea {
    width: 46.8%;
}

.block-content input[type="checkbox"], .block-content input[type="radio"] {
    width: auto;
    margin: 0;
    margin-bottom: 5px;
}

select.btn-mini, input[type=text].btn-mini {
    height: auto;
    line-height: 14px;
}

/*this one is optional (see below)*
select.btn {
        -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
}*/


.ajax-absolute-loader {
    /*filter:alpha(opacity=20);*/
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: gray;
    display: none;
}

    .ajax-absolute-loader img {
        margin: auto;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -50px;
        margin-left: -50px;
        display: block;
    }

.admin-panel-center {
    text-align: center;
    margin: 0 auto;
    width: 440px;
    height: 30px;
    padding-top: 3px;
}

.jstree-default.jstree-focused {
    background: transparent !important;
}

td {
    /*text-align: center !important;*/
    vertical-align: middle !important;
}

    td.align-left {
        text-align: left !important;
    }

    td select, td input[type="text"] {
        width: 100% !important;
        padding: 4px 0px 4px 0px !important;
        margin: 10px 10px 0 0;
    }

    td input[type="checkbox"] {
        width: auto !important;
        padding: 0 !important;
    }

    td input[type='radio'] {
        width: auto !important;
        margin: 0 0 2px 0;
    }

th.align-left {
    text-align: left !important;
}

th {
    /*text-align: center !important;*/
    vertical-align: middle !important;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid ul {
    margin: 0;
}

/*.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}*/

.nav-list li.active a:first-line {
    background-color: #0088cc !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.nav-header a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    color: #999999 !important;
}

.nav-header ul a {
    color: #0088cc !important;
}






.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

    .modal.fade {
        -webkit-transition: opacity .3s linear, top .3s ease-out;
        -moz-transition: opacity .3s linear, top .3s ease-out;
        -o-transition: opacity .3s linear, top .3s ease-out;
        transition: opacity .3s linear, top .3s ease-out;
        top: -25%;
    }

        .modal.fade.in {
            top: 10%;
        }

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #000000;
    color: white;
    /*background-color: #ffffff;*/
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .popover-title:empty {
        display: none;
    }

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: black;
        border-bottom-width: 0;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: black;
        border-left-width: 0;
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: black;
        border-top-width: 0;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: black;
        border-right-width: 0;
    }

caption {
    text-align: left;
}

    caption span.label {
        width: 99.2%;
    }

a.disabled, .nav-header ul a.disabled {
    /*pointer-events: none;*/
    /*cursor: default;*/
    color: #999999 !important;
}

.nav-list ul li:hover {
    background-color: #EEEEEE;
}

.nav-list ul li a:hover {
    text-decoration: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.table-filter {
    margin-top: -44px;
} 

.table-filter td {
    text-align: center;
}

.table-filter input[type="text"], .table-filter select {
    margin: 0 !important;
    width: 200px !important;
}

.table-filter span {
    color: gray;
    font-weight: bold;
    font-size: 10px;
}

table td, table th {
    text-align: left;
}

.bold {
    font-weight: bold !important;
}

.gray {
    color: gray !important;
}

.darkgray {
    color: darkgray !important;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.text-center {
    text-align: center !important;
}

.fileUploadBtn {
    position: relative;
    overflow: hidden;
}

    .fileUploadBtn input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
    }

.fileUploader {
    display: inline-block;
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.file-path {
}

.block-content .fileUploader input:first-child {
    width: 86%;
}

/*a piece of 3 bootstrap*/

.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    height: 30px;
    padding: 10px 15px 10px 15px;
    margin: -15px -15px 15px;
    font-size: 17.5px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #428bca;
}

    .panel-primary .panel-heading {
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

.panel-warning {
    border-color: #fbeed5;
}

    .panel-warning .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #fbeed5;
    }

.panel-danger {
    border-color: #eed3d7;
}

    .panel-danger .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info .panel-heading {
        color: #3a87ad;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

/**/

.margin-t-30 {
    margin-top: 30px;
}

.wrapped-text {
    white-space: normal !important;
}

.not-wrapped-text {
    white-space: nowrap;
}


td hr {
    margin: 0;
}

.hidden {
    display: none;
}



.auto-width {
    width: auto !important;
}

.debt-row:hover {
    cursor: pointer;
}


.selected-debt td:first-child {
    border-bottom-color: #94D19D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #94D19D;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-color: #94D19D;
    border-left-style: solid;
    border-left-width: 1px;
}

.selected-debt td:last-child {
    border-bottom-color: #94D19D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #94D19D;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #94D19D;
    border-right-style: solid;
    border-right-width: 1px;
}

.selected-debt td:not(:first-child):not(:last-child) {
    border-bottom-color: #94D19D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #94D19D;
    border-top-style: solid;
    border-top-width: 1px;
}

.table-body-striped tbody:nth-child(even) {
    background-color: #f9f9f9;
}

.table-body-hover tbody:hover {
    background-color: #f5f5f5;
}

.rotated {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
    display: block;
    white-space: nowrap;
    width: 10px;
}

.margin-l-160 {
    margin-left: 160px;
}

.custom-fixed-table input {
    margin: 0 !important;
}

.custom-fixed-table {
    width: 110%;
    table-layout: fixed;
    max-width: 110%;
}

    .custom-fixed-table th, .custom-fixed-table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }


/*DynamicReps*/

/*#template-table-container td, #instance-table td {
    width: 40px;
    height: 20px;
}*/

#template-table-container table, #instance-table {
    width: 100%;
    table-layout: fixed;
}

    #template-table-container td select, #instance-table td input[type="text"], #template-table td input[type="text"] {
        resize: none;
        padding: 4px;
        margin: 0;
    }


/*#template-table-container tr:first-of-type td input {
    margin-top: 5px;
}

#template-table-container tr:first-of-type td:hover {
    cursor: pointer;
}


#template-table-container tr td:first-child input {
    margin-left: 5px;
    width: 98% !important;
}
#template-table-container tr td:first-child {
    cursor: pointer;
}
*/


.middle-row-cell {
    border-top: green solid 2px !important;
    border-bottom: green solid 2px !important;
}


.middle-column-cell {
    border-left: green solid 2px !important;
    border-right: green solid 2px !important;
}

.bottom-left-top-cell {
    border-top: green solid 2px !important;
    border-bottom: green solid 2px !important;
    border-left: green solid 2px !important;
}

.bottom-right-top-cell {
    border-top: green solid 2px !important;
    border-bottom: green solid 2px !important;
    border-right: green solid 2px !important;
}

.single-cell {
    border: green solid 2px !important;
}

.left-top-right-cell {
    border-top: green solid 2px !important;
    border-left: green solid 2px !important;
    border-right: green solid 2px !important;
}

.left-bottom-right-cell {
    border-bottom: green solid 2px !important;
    border-left: green solid 2px !important;
    border-right: green solid 2px !important;
}

a.disabled, button.disabled {
    pointer-events: none;
}

select[readonly] {
    pointer-events: none;
}

.fixed-menu-edit-template {
    position: fixed;
    background-color: rgb(245,245,245);
    padding: 0;
    bottom: 60px;
    right: 0;
    height: 350px;
    width: auto;
}

#template-form {
    margin-bottom: 300px;
}

#show-menu {
    display: inline-block;
    position: relative;
    top: 130px;
    left: -61px;
    width: auto;
    cursor: pointer;
}


.splitted-menu-active-link {
}

.splitted-menu-link:first-of-type {
    border-right: 1px solid #e3e3e3;
    margin-right: 0;
}

.splitted-menu-link:last-of-type {
}


#splitted-menu-links-container {
    display: table;
    width: 100%;
}

[data-active-splitted-link="1"] {
    border-bottom: 1px solid #e3e3e3;
}

.splitted-menu-link:not([data-active-splitted-link="1"]):hover {
    background-color: rgb(200,200,200);
}

.splitted-menu-link:link {
    display: table-cell;
    line-height: 30px;
    text-decoration: none;
}

#buttons-panel > div {
    text-align: center;
    width: 100%;
}

.delete-filter {
    margin: 10px 0 0 10px;
    display: block;
}

.representation-input:read-only, .name-input:read-only, .value-input:read-only {
    cursor: pointer;
    background-color: rgb(250, 250, 240);
}

.representation-input:-moz-read-only, .name-input:-moz-read-only, .value-input:-moz-read-only {
    cursor: pointer;
    background-color: rgb(250, 250, 240);
}

.icon-copy {
    background-image: url("images/copy_icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

#instance-table-container table, #template-table-container table {
    width: auto !important;
}

#instance-table-container textarea, #template-table-container textarea {
    margin: 0;
    padding: 0;
    resize: none;
    max-width: 220px;
    min-width: 80px;
}

#instance-properties-container textarea, #template-properties-container textarea {
    width: 100%;
    margin: 0;
    padding: 0;
    resize: none;
}

/*DynamicReps*/

#faq .faqHeader {
    font-size: 23px;
    margin: 12px;
}

#faq .panel-heading [data-toggle="collapse"] i {
    float: right;
    color: #F58723;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#faq .panel-heading [data-toggle="collapse"].collapsed i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    float: right;
    color: #454444;
}

#faq .panel-title a {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: auto;
    display: inline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 17.6000003814697px;
    text-decoration: none;
    width: auto;
}

    #faq .panel-title a:hover {
        text-decoration: underline;
    }

#faq .panel {
    padding-bottom: 0;
    margin-bottom: 5px;
}

#faq .panel-heading {
    margin-bottom: 0;
    height: 18px;
}

#faq .panel-body {
    margin: 10px;
}

#faq h4 {
    margin: 0px;
}


/* Table sorter
*/

table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url(images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(images/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }


.loader-block {
    background-image: url(/Content/images/ajax-loader-big.gif);
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.full-address-container {
    display: inline-block
}

.field-validation-error {
    color: #b10000;
    font-size: smaller;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px ridge #ff0000;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

#security-settings-block select {
        width: 300px;
    }

.required:after 
{
    content: "\00a0*";
    font-weight: bold;
    color: red; 
}

.allBoxesTrigger {
    font-size: larger;
    font-weight: bold;
}

.pagination {
    margin: 0;
}