html, body {
    font-family      : "PT Sans", Helvetica, Arial, Tahoma, sans-serif;
    background-color : #408080;
}

input, select {
    max-width : 100% !important;
}

.clear {
    clear : both;
}

.list-row {
    padding    : 5px 3px;
    border-top : 1px solid #ddd;
}

.list-row:hover {
    background-color : #f5f5f5;
    border-top       : 1px solid #dfdfdf;
}

.container, .navbar, .row-fluid {
    width     : 100%;
    max-width : 1200px;
    margin    : 0 auto;
}

.container {
    margin-top : 15px;
}

.language-switcher {
    margin-right : 10px;
}

hr {
    margin : 20px 0 0;
}

.container {
    background-color      : #fff;
    -webkit-border-radius : 4px;
    -moz-border-radius    : 4px;
    border-radius         : 4px;
    box-shadow            : 1px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow       : 1px 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow    : 1px 2px 6px rgba(0, 0, 0, 0.5);
}

.holder {
    padding : 15px;
}

.navbar .brandLogo {
    background : url(../theme/panel-logo.png) no-repeat center;
    width      : 80px;
    height     : 18px;
}

.panel {
    margin-bottom      : 20px;
    background-color   : #fff;
    border             : 1px solid #ddd;
    border-radius      : 4px;
    -webkit-box-shadow : 0 1px 1px rgba(0, 0, 0, 0.02);
    box-shadow         : 0 1px 1px rgba(0, 0, 0, 0.02);
}

.panel-body {
    padding : 15px;
    overflow-y: auto;
}

.panel-heading {
    padding       : 0 15px;
    border-bottom : 1px solid #eaeaea;
}

.panel-heading.panel-search {
    background-color : #fafafa;
    padding-bottom   : 20px;
    padding-top      : 1px;
    overflow-y: auto;
}

.panel-heading.panel-padded {
    padding-bottom : 10px;
    padding-top    : 10px;
}

.panel-login {
    width              : 400px;
    margin             : 100px auto 0;
    -webkit-box-shadow : 0 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow         : 0 1px 10px rgba(0, 0, 0, 0.4);
    padding-bottom     : 10px;
    background         : #fff url("../theme/login-logo.png") no-repeat top center;
}

.panel-login .panel-heading {
    height : 100px;
}

.panel-login .form-control {

    width : 355px;
}

.service-group {
    width : 50px;
}

.container form {
    margin : 0;
}

.pagination {
    text-align : center;
}

.table th a {
    color : #333;
}

form .form-row {
    margin-bottom : 10px;
}

tr.is-copy {
    background : #faa732;
    color      : #fff;
}

tr.is-deleted {
    background : #da4f49;
    color      : #fff;
}

.button-pane {
    background : -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(68, 68, 68, 0.1) 100%); /* FF3.6+ */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(68, 68, 68, 0.1))); /* Chrome,Safari4+ */
    background : -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(68, 68, 68, 0.1) 100%); /* Chrome10+,Safari5.1+ */
    background : -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(68, 68, 68, 0.1) 100%); /* Opera 11.10+ */
    background : -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(68, 68, 68, 0.1) 100%); /* IE10+ */
    background : linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(68, 68, 68, 0.1) 100%); /* W3C */
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a444444', GradientType=0); /* IE6-9 */

    color      : #bbb;
    cursor     : pointer;
    text-align : center;
    padding    : 10px 0;
}

.button-pane:hover {
    background : -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(136, 136, 136, 0.1) 100%); /* FF3.6+ */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(136, 136, 136, 0.1))); /* Chrome,Safari4+ */
    background : -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(136, 136, 136, 0.1) 100%); /* Chrome10+,Safari5.1+ */
    background : -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(136, 136, 136, 0.1) 100%); /* Opera 11.10+ */
    background : -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(136, 136, 136, 0.1) 100%); /* IE10+ */
    background : linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(136, 136, 136, 0.1) 100%); /* W3C */
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a888888', GradientType=0); /* IE6-9 */

    color      : #444;

}

.button-pane a {
    display         : block;
    text-decoration : none;
    color           : #999;
    text-shadow     : 0 1px 0 #fff;
}

.button-pane:hover a, .button-pane a:hover {
    color : #444;

}

.alert {
    margin-top : 10px;
}

h4.dictionary {
    margin-top  : 5px;
    margin-left : 20px;
}

.form-inline .form-row label {
    text-align    : right;
    padding-right : 5px;
    line-height   : 28px;
}

.form-inline .form-row label.checkbox {
    line-height : 20px;
}

.table td.numeric {
    text-align : right;
    white-space: nowrap;
    padding-left: 20px;
}

.table td.date, .table th.date {
    width : 120px;
}

.table td.money, .table th.money {
    width : 120px;
}

.table caption {
    text-align : right;
    color      : #c0c0c0;
}

.table th.right {
    text-align: right;
}

#found_registries {
    margin-top : 10px;
}

.error-user {
    background-color : #f2dede;
}

.table td.error {
    background-color : #f2dede;
}

.datepicker {
    cursor : pointer !important;
}

.monthPicker{
    cursor : pointer !important;
}

.ui-autocomplete-loading {
    background : white url('../theme/autocomplete-preloader.gif') right center no-repeat;
}

.panel-heading-nav {
    margin-bottom : -1px;
    margin-left   : 20px
}

.diagnose-tree input[type="checkbox"]{
    margin: 0 3px;
    vertical-align: text-top;
}

input.uneditable-input {
    cursor: default;
    background-color: #f6f6f6;
    color: #aaa;
}

tr.category {
    background : #fafafa;
}
a.accord{
    cursor:pointer;
}
ul.accord{
    list-style-type:none;
    *display:none;
}
#reportsInd{
    list-style-type: none;
    margin: 0;
}
#reportsInd li{
    padding: 3px;
}
#reportsInd li:hover{
    background: #dcdcdc;
}
#modallimit{
    position: fixed;
    width: 1000px;
    max-height: 641px;
    top: 10px;
    left: 50%;
    margin-left: -500px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: -1px 1px 5px 0px rgb(150, 147, 147);
    -moz-box-shadow: -1px 1px 5px 0px rgb(150, 147, 147);
    box-shadow: -1px 1px 5px 0px rgb(150, 147, 147);
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.openLimit, .closeLimit{
    display: inline-block;
    margin-left: 0!important;
    -webkit-border-top-left-radius: 4px!important;
    -moz-border-radius-topleft: 4px!important;
    border-top-left-radius: 4px!important;
    -webkit-border-bottom-left-radius: 4px!important;
    -moz-border-radius-bottomleft: 4px!important;
    border-bottom-left-radius: 4px!important;
}
.closeLimit{
    display: none;
}
.TrLimit{
    height: 0px!important;
    overflow: hidden;
}
.activeTrLimit .openLimit{
    display: none;
}
.activeTrLimit .closeLimit{
    display: inline-block;
}
.activeTrLimit + tr{
    height: auto!important;
}
.TrLimitDiv{
    max-height:300px;
    overflow: auto;
    display: none;
}
.codename{
    text-decoration: none;
    width: 50%;
    display: inline-block;
    position: relative;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.15);
}
.search-switcher{
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 120px;
    height: 20px;
    overflow: hidden;
    border: 1px solid rgba(153, 153, 153, 0.6);
    margin-bottom: -5px;
    border-radius: 4px;
}
.search-switcher-in{
    width: 200%;
    position: absolute;
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}
.search-switcher-in.no-active{
    left:0;
}
.search-switcher-in.active_search{
    left:-100%;
}
.codename:first-child:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 20px;
    background: rgb(153, 153, 153);
    right: 0px;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-right: none;
    top: -1px;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 255, 255)), to(rgb(230, 230, 230)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    top: -1px;
}
.codename:nth-child(2):after{
    position: absolute;
    content: '';
    height: 100%;
    width: 20px;
    background: rgb(153, 153, 153);
    left: 0px;
    border-radius: 0 4px 4px 0;
    border: 1px solid rgba(153, 153, 153, 0.6);
    border-left: none;
    top: -1px;
    background-color: rgb(245, 245, 245);
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 255, 255)), to(rgb(230, 230, 230)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(230, 230, 230));
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
.search-switcher input{
    display: none;
}

tr.dirty{
    background: #7b9394;
}
.activeSort{
    border-bottom: 2px dotted;
    text-decoration: none!important;
}
.activeSort:hover{
    border-bottom: 2px solid;
    text-decoration: none!important;
}

.navigation li{
    list-style-type:none;
}
input.datetimepicker, input.datepicker {
    cursor: pointer;
    background-color: #fff;
    box-shadow: none;
}

input.uneditable-input {
    background-color: #fff;
    color: #424242;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cacaca;
    box-shadow: none;
}

input.uneditable-input:focus {
    box-shadow: none;
}
.spin{
    width:100%;
    height:100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    top:0;
    left:0
}

.selection_container_item {
    margin: 15px 0 15px 0;
}

.support_widget_text {
    right: -160px;
    right: -125px\0;
    top: 200px;
    -webkit-transform-origin: top left;
    -webkit-transform: rotate(90deg);
    -mox-transform-origin: top left;
    -moz-transform: rotate(90deg);
    transform-origin: top left;
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    position: fixed;
    background: #013466;
    padding: 5px;
    border: 2px solid white;
    border-top: none;
    font-weight: bold;
    color: white !important;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: arial, FreeSans, Helvetica, sans-serif;
    font-size: 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}