/*@import url(https://fonts.googleapis.com/css?family=PT+Sans);*/
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);*/

/* used colors
    #fff - background
    #444 - text color
    #00A0EB - blue header and links and menu color and line borders
    #FF6D29 - link hower orange
    #ff0000 - required color
    #FF6D29 - H4
    #ECFBFF - blue hower menu left
*/

@font-face{
	font-family: 'PT Sans';
	src: url('../fonts/ptsans_regular/PTS55F-webfont.eot');
	src: url('../fonts/ptsans_regular/PTS55F-webfont?iefix') format('eot'),
	     url('../fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
	     url('../fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
	     url('../fonts/ptsans_regular/PTS55F-webfont.svg#webfont') format('svg');
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
    background: #fff;
    font-family: 'PT Sans', 'PT Sans', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.2;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 7px 7px;
}

th {
	color: #444;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}

code {
	background-color: #222;
	color:#ccc;
	border: none;
}

blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #00A0EB;
        text-decoration: underline;
}

a:hover {
	color: #FF6D29;
}

a:focus {
	outline: none;
}

a.button { 
    background-color: #00A0EB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
    background-color: #FF6D29;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.6;
}

h6 {
    margin-bottom:0px !important;
}

fieldset {
	display: block;
	border: none;
	/*border-top: 1px solid #ccc;*/
        border: none;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #00A0EB;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
    color: #ff0000;
}

h1 {
    color: #000;
    font-size: 35px;
    font-family: 'PT Sans', Arial, sans-serif;
    margin: 0;
}

h2 {
    color: #000;
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0 0 5px;
    margin: 0;
    font-family: 'PT Sans', Arial, sans-serif;
}

h3 {
    color: #00A0EB;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-family: 'PT Sans', Arial, sans-serif;
    margin-top:5px !important;
}

h4 {
    font-family: 'PT Sans', Arial, sans-serif;
    color: #FF6D29;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
    width: 960px;
    margin: 0 auto;
}

#container {
	background-color: #fff;
}

header {
	padding: 5px 2px;
	background: #FAFAFA;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover {
    color: #000;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    /*text-transform: lowercase;*/
}

header h1 a span { 
    color: #00A0EB;
}

.smallSpan { 
    font-size: 18px !important;
}

header h2 {
	color: #444;
	font-size: 13px;
	position: relative;
	top: -1px;
	letter-spacing: 0;
}

header h2 span { 
	color: #00A0EB;
}

.navbarLocal {
	/*background-color: #222; JG*/
        background-color: #FAFAFA;
        border-top: none;
        border-bottom: none;
	/*border-bottom: 5px solid #00A0EB; outer div should have border instead */
	/*height: 45px;*/
        min-height: 41px;
        margin-bottom: 0px;
}

.navbarLocalLineOnly {
	/*background-color: #222; JG*/
        background-color: #FAFAFA;
        border-top: none;
	border-bottom: 5px solid #00A0EB;
        margin-bottom: 0px;
        height: 10px;
}

.navbarLocal ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbarLocal ul li {
	float: left;
	display: block;
	padding: 0;
}

.navbarLocal ul li a {
    color: #444;
    display: block;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;
    padding: 13px 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbarLocal ul li.selected a,
.navbarLocal ul li.selected a:hover { 
    background-color: #00A0EB;
    color: #fff; 
    font-weight:bold;
}


.navbarLocal ul li a:hover {
    color: #00A0EB;
    text-decoration: none;
    background: none;
}

img.header-image { padding-top: 10px;
    margin-bottom: -3px;
}

#body {
    background: none;
    margin: 0px 2px 0;
    padding: 0;
    clear: both;
}

#content {
    padding-left: 15px;
    margin-top: 3px;
    height: auto !important;
}

article {
    padding: 0px 10px 20px 5px;
}

.noLeftPadding {
    padding: 0px 0px 10px 0px;
}

article h2 { 
    font-weight: bold;
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    /*font-style: italic;*/
    padding: 0 0 10px 0;
}

article .article-info a { 
    color: #444;
}

.sidebarLocal {
    float: left;
    width: 98%;
    margin-left: 10px;
    /*background-color: #FAFAFA;*/
}

.sidebarLocal h4 {
    padding-bottom: 2px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    /*color: #666;*/
    color: #00A0EB;
    padding: 7px 7px;
    border-bottom: 1px solid #00A0EB;
}

.sidebarLocal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebarLocal ul li {
    margin-bottom: 9px;
    line-height: 1.9em;
}

.sidebarLocal li ul {
    list-style: none outside none;
    margin: 0px;
    border-top:1px solid #007DB8;
}

.sidebarLocal li ul li {
    display: block;
    border-top: none;
    padding: 7px;
    margin: 0px 0px 0px 15px;
    line-height: 1.5em;
    font-size: 13.5px;
    cursor:pointer;
}
.sidebarLocal li ul li:hover {
    background-color: #ECFBFF;
}

.sidebarLocalSelected {
    background-color: #ECFBFF !important;
}

.sidebarLocal li ul li.text { 
    border-bottom: none;
}

.sidebarLocal li ul li a {
    font-weight: normal;
    color: #444;
    text-decoration: none;
    display:inline-block;
    width: 100%;
}

.sidebarLocal li ul li a:hover {
    color: #000;
}

.sidebarLocal li ul li a.readmore {
   color: #00A0EB;
   font-weight: bold;
}

.sidebarLocal li ul li a.readmore:hover {
	color: #FF6D29;
}

.clear {
	clear: both;
}

footer {
    background: #FAFAFA;
    border-top: 10px solid #00A0EB;
    height:100%;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 0px 0px 30px;
}

footer .footer-content ul {
	width: 100%;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
    font-size: 13px;
    text-decoration: underline;
}

footer .footer-content li a:hover { 
	color: #909090;
}

footer .footer-content h4 {
   color: #80D7FF;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #444;
}

/* custom */
.error {
    color: #FF6D29;
}

/* bootstratp overrides */
.row {
    margin-right: 0px; 
    margin-left: 0px; 
}

.navbar-collapse {
    padding-right: 0px; 
    padding-left: 0px;
}

@media (min-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 0px; 
        padding-left: 10px; 
    }
}

.minWidth {
    min-width: 400px;
}

.dropdown-menu li {
    width: 100%;
    background: #FAFAFA;
}

.sub-menu {
    background: none !important;
    color:#444 !important;
    font-style: normal !important;
    font-weight: normal !important;
    padding: 4px 10px !important;
    text-transform:none !important;
}

.sub-menu:hover {
    background: #ECFBFF !important;
    color:#444 !important;
}

.sub-menu-title {
    background: none !important;
    color:#444 !important;
    font-weight: bold;
    text-transform:none !important;
}

.sub-menu-title:hover {
    background: none !important;
    color:#444 !important;
}

.sub-menu-title-a {
    padding: 8px 10px !important;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -40px;
    display: block;
    position: relative;
}

/* Set the fixed height of the footer here */
#push,
#footerWrap {
    height: 40px;
}

.footer-link{
    float: left; 
    padding-bottom: 10px; 
    position: relative;
    text-align: center; 
    bottom: 0px; 
    width: 100%;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.default-error-width {
    width:600px;
}

.default-login-width {
    width:300px;
}

.default-login-width2 {
    width:400px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #00A0EB !important;
    border-color: #00A0EB !important;
}

.text-bold {
    font-weight: bold;
}

.width-auto {
    width: auto !important;
}

.alert_margin_bottom {
    margin-bottom:10px !important;
}

tr.border-bottom-none td {
	border-bottom: none !important;
}

.form-control-inline {
    width:auto;
    display:inline;
}

.no-wrap {
    white-space: nowrap;
}

.h4 {
    font-family: 'PT Sans', Arial, sans-serif;
    color: #FF6D29;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0;
}

.clickable {
    cursor: pointer;
    cursor: hand;
}

.date-width-default {
    width: 90px !important;
}

.date-width-default2 {
    width: 100px !important;
}

.btn-width-default {
    width: 240px !important;
}

.h3 {
    color: #00A0EB;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-family: 'PT Sans', Arial, sans-serif;
    margin-top:5px !important;
}

.important-info {
    color: red;
}

.h5 {
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #444;
}

/* Flags */
.flag_container {
    /*padding-top:10px;*/
}

.flag_base {
    width: 35px;
    height:26px;
    cursor:pointer;
    background-position: center;
    background-repeat: no-repeat !important;
}

.flag_base:hover {
    border: 3px #00A0EB solid;
}

.flag_base.selected {
    border: 3px #00A0EB solid;
}

.flag_base.flag_lv {
    background-image: url(../images/flags/flag_lv.png);
}

.flag_base.flag_en {
    background-image: url(../images/flags/flag_en.png);
}

.flag_base.flag_ru {
    background-image: url(../images/flags/flag_ru.png);
}

.whitespace-normal {
    white-space: normal !important;
}

.table-div-chart-one {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 800px;
    width: 102%;
}

.inner-table-chart-one {
    width:100%;
}

.outer-table-chart-one {
    width: 3300px;
    table-layout: fixed;
}

.td-left-border-grey {
    border-left-style: solid !important;
    border-left-color: #ccc !important;
    border-left-width: 1px !important;
}

.td-left-border-white {
    border-left-style: solid !important;
    border-left-color: white !important;
    border-left-width: 1px !important;
}

.no-padding {
    padding: 0px !important;
}

.margin-bottom-right-15 {
    margin-bottom: 15px;
    margin-right: 15px;
}

.margin-bottom-left-15 {
    margin-bottom: 15px;
    margin-left: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

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

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.no-border {
    border-style: none !important;
}

.only-left-border {
    border-top-style: none !important;
    border-bottom-style: none !important;
    border-right-style: none !important;
    border-left-style: solid !important;
}

table.no-border tr td {
    border-style: none !important;
}

.solid-border-bottom, table.solid-border-bottom tr td {
    border-bottom-style: solid !important;
}

.login-field-big {
    min-height: 50px;
    font-size: 22px;
    text-align: center;
}

.login-field-password {
    min-height: 50px;
    font-size: 18px;
    text-align: center;
}

.login-field-average {
    min-height: 44px !important;
    font-size: 22px;
    text-align: center;
}

tr.success > td {
    background-color: #dff0d8 !important;
}

tr.warning > td {
    background-color: #fcf8e3 !important;
}

tr.danger > td {
    background-color: #ebcccc !important;
}

tr.info > td {
    background-color: #d9edf7 !important;
}

a.documents-list-link {
    color: #0066cc;
    text-decoration: none;
}

a.documents-list-link:hover {
    color: #0080ff !important;
    background-color: #bce8f1;
    text-decoration: underline !important;
}

.btn-ss-blue {
    margin-top: 3px;
    background-color: #00A0EB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-ss-blue:hover {
    color: #FFFFFF;
    background-color: #FF6D29;
}

.btn-ss-blue-active {
    color: #f2f2f2 !important;
    background-color: #006999 !important;
}

.login-image {
    background-image: url(../images/background.jpg);
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0px;
    background-size: cover;
}

.login-image-spec {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0px;
    background-size: cover;
}

.logo-image {
    max-width: 90%;
    max-height: 102px !important;
    min-width: 50%;
}

table.padding-top-bottom-5 > tbody > tr > td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-nav-border {
    border-bottom: 5px solid #00A0EB;
    margin-bottom: 20px;
}

table.table-padding-7 tbody tr td {
    padding-bottom: 7px;
    padding-top: 7px;
}

.btn-ss-disabled {
    margin-top: 3px;
    background-color: #bad4de;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

tr.tr-vertical-centred > td {
    vertical-align: middle !important;
}

.form-control {
    height: 31px;
}

tr.tr-th-center > th {
    text-align: center;
}

table.center-all > tbody > tr > th, table.center-all > tbody > tr > td {
    text-align: center;
}

.loader {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: wait;
    background-color: rgba(153, 221, 255, 0.5);
}

.loader-img {
      position: absolute;
           top: 45%;
          left: 50%;
       z-index: 101;
    max-height: 50px;
       display: block;
}

.trip-form-data ,
#advanceSettlementFormHeaderData {
       border-top: 1px solid #ccc;
     padding-left: 15px;
    padding-right: 15px;
}

.trip-form-container {
           border: 2px solid #ccc;
       min-height: 56px;
     padding-left: 0px;
    padding-right: 0px;
}

.trip-filter-container {
           border: 2px solid #ccc;
          padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.trip-form-header ,
#advanceSettlementFormHeader {
        font-size: 20px;
       min-height: 56px;
     padding-left: 15px;
    padding-right: 15px;
           cursor: pointer;
}

.default-input-h {
    height: 31px;
}

tr.tr-light-grey > td {
    background-color: #f2f2f2;
}

.btn-default-selected {
    background-color: #f2f2f2;
}

.trip-point {
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    /*width: 400px;*/
}

.trip-point-draggable {
    background-color: #eee;
}

.trip-point-end {
    background-color: #ccc;
}

.trip-point-start {
    background-color: #ccc;
}

.trip-point-transit {
    vertical-align: middle;
    height: 56px;
}

.trip-point-info {
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.transport-editor {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.transport-editor div.container {
    z-index: 101;
    margin: auto;
    height: 130px;
    width: 90%;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    position: relative;
    top: 40%;
}

.transport-editor .row {
    margin-bottom: 7px;
}

.grey-link {
    text-decoration: none;
    color: #f2f2f2;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
}

.lightblue-link {
    text-decoration: none;
    color: #ccc;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
}

.overflow-dropdown {
    position: fixed;
    z-index: 101;
    background: #FFFFFF;
}

.search-dropdown {
    position: relative;
}

.found-user-li, .found-acc-li, .found-contact-li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
    border-width: 0 0 1px 0;
    border-color: #cccccc;
    border-style: solid;
}

.dark-link {
    text-decoration: none;
    color: #222;
}

.found-users-ul, .found-acc-ul {
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #cccccc;
    list-style-type: none;
    margin: 0 0 0 0;
}

.added-travellers-ul {
    list-style-type: none;
}

.delete-user-a {
    margin-right: 10px;
}

.added-traveller-li {
    margin-top: 7px;
    margin-bottom: 7px;
}

.trip-form-marker ,
#advanceSettlementFormMarker {
      margin-top: 18px;
    margin-right: 28px;
           color: #ccc;
}

.input-disabled-white {
    background-color: white !important;
    border: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    font-weight: bold;
    color: #00A0EB;
    font-size: 16px;
}

.trip-costs-title {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ccc;
    margin-bottom: 7px;
    padding-bottom: 3px;
}

.trip-costs-unit {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    margin-bottom: 7px;
    padding-bottom: 3px;
}

/*hide spinner in input type = number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.btn-covering-source-on {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px 2px 0 2px;
}

.btn-covering-source-off {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border-style: solid;
    border-color: white;
    border-width: 2px 2px 0 2px;
}

.border-bottom-ss-blue {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ccc;
}

.border-bottom-ss-blue-thin {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
}

.department-expenses-row {
    margin-top: 7px;
}

.table-ss-blue tr th {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ccc;
    background-color: white;
}

.table-ss-blue tr td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.trip-point-view {
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #ccc;
}

.ss-blue {
    color: #00A0EB;
}

.input-ok {
    background-color: #ECFBFF;
}

.input-text-h4 {
    font-size: 16px;
    font-weight: bold;
}

.span-input {
    border: none;
    background: none;
    font-size: 14px;
    font-family: 'PT Sans', Arial, sans-serif !important;
}

.ui-state-active > input {
    color: white !important;
}

.ui-state-default > input {
    color: black;
}

.minimize-link {
    text-decoration: none;
    color: #ccc;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 11px;
}

.table-top-blue {
    border-top: 2px solid #ccc;
}

.help-box {
    position: fixed;
    z-index: 102;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-height: 55px;
    width: 250px;
    background-color: white;
}

.info-button {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 22px;
}

#manName, #manSurn {
    letter-spacing: 1px;
}

.contacts-text {
  font-size: 20px;
  color: #ccc;
}

.warning-text {
    color: #ccc;
}

.tr-highlight:hover {
    background-color: #f0f0f0;
}

.cal-row td {
    width: 14.286%;
    height: 90px;
    background-color: #f7f7f7;
    border: 1px solid #dbd3d2;
    vertical-align: top !important;
}

.cal-row td:hover {
    background-color: #efe5e3 !important;
}

.cal-table {
    margin-top: 10px;
}

.cal-date {
    font-size: 16px;
    font-weight: bold;
}

.cal-date-grey {
    font-size: 16px;
    color: #baadab;
}

.cal-data {
    font-weight: bold;
    margin: 5px -7px 0 -7px;
    padding: 5px 3px 5px 10px;
}

.cal-data-t {
    background-color: #218bbc;
    color: white;
}

.cal-data-h {
    background-color: #20bd57;
    color: white;
}

.cal-data-c {
    background-color: #c19c1c;
    color: white;
}

.cal-data-r {
    background-color: #7d7d7d;
    color: white;
}

.cal-data-l {
    background-color: #ff3333;
    color: white;
}

.cover-bad {
    border-color: red !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.calendar-name {
    background-color: #cccccc;
    font-size: 11px;
    color: black;
    margin: -5px -3px 0 -10px;
}

.check-user-container {
    max-height: 600px;
    overflow-y: auto;
}

.address-bk-search th:nth-child(1), .address-bk-search th:nth-child(2) {
    width: 17.5%;
}

.address-bk-search th:nth-child(3), .address-bk-search th:nth-child(4) {
    width: 22.5%;
}

.address-bk-search th:nth-child(5) {
    width: 10%;
}

.address-bk-search th:nth-child(6) {
    width: 10%;
}

.address-img-td img {
    max-height: 110px;
    max-width: 110px;
    margin-left: 15px;
    position: absolute;
}

.address-img-td {
    padding-top: 20px;
}

.address-img-td span {
    color: #222;
    font-size: 14px;
    margin-left: 15px;
}

.loader-img {
    margin: auto !important;
}

.found-user-tr:hover {
    background-color: #eee;
}

.restore-password-link {
    color: #5bc0de;
    font-size: 20px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    background-color: azure; /* #f0ffff */
    text-decoration: none;
}

.restore-password-link:hover {
  color: #20a8a2;
}

.signature-underline {
  border-bottom: black dotted 1px;
}

.order-bordered td, .order-bordered th {
  border: #ccc solid 1px !important;
}

.trip-order-header div {
  font-size: 12px;
}
.trip-order-header img {
  max-height: 150px;
  max-width: 300px;
}

.leave-string {
  font-style: italic;
  color: #888;
}

.phone-book-selected td {
  background-color: #f0f0f0;
}

.accordion-label {
    margin-left: 4px; 
    margin-right: 14px; 
    font-weight: bold;
}

.input-font {
    font-size: 14px !important;
}

.expense-editor {
    border: 2px solid #cccccc;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 7px;
}

tr.selected-exp-tr td:not(.exp-edit) {
    cursor: pointer;
    background-color: #ECFBFF;
}

.exp-edit {
    background-color: #ECFBFF;
}
.exp-edit div {
    background-color: white;
}

/*.tr-hidden-delete {
    position: absolute;
    right: 5px;
    margin-top: -25px;
}*/

tr.ex-row-tr td {
    height: 50px;
}

tr.ex-row-tr-days-money td {
    height: 50px;
}

.tr-sum-table input {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 14px;
}

.input-no-border {
    border: 1px solid #efefef;
    padding: 4px 8px 4px 8px;
    background: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px;
}

.td-bordered {
    border: solid 1px #ccc !important;
}

.tr-exp-err {
    font-weight: bolder;
    color: red;
}

.inactive-text {
    color: grey;
}

.cal-container {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.info-img-space {
    height: 80px;
}

#info_img {
    /*max-width: 100%;*/
    max-height: 270px;
}

.address-bk-info td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter-table select {
    max-width: 400px;
}

.filter-table input#acc_searcher {
    width: 200px;
}

.admin-right-firm-row {
    margin-top: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 5px;
    border: solid 1px #7d7d7d;
    border-radius: 3px;
}

.admin-right-row {
    border-top: solid 1px #ccc;
    margin-bottom: 15px;
}

.admin-right-firm-row {
    margin-bottom: 10px;
}

.add-firm-row-template, .admin-right-firm-template {
    display: none;
}

.classifier-row input {
    width: 100%;
}

.classifier-actions button {
    margin-right: 15px;
}

.classifier-row-template {
    display: none;
}

.html-row-template {
    display: none;
}

.classifier-row-new td {
    background-color: #e7f6d3;
}

.course-container .row {
    margin-bottom: 18px;
}

.required-title::after {
    content: ' *';
    color: red;
}

.course-action-row > div {
    margin-bottom: 20px;
}

.course-tr-generated > td {
    background-color: #f7f7f7;
}
.course-tr-liable > td {
    background-color: #fee1e1
}

.search-dropdown-limited {
    max-height: 500px;
    overflow-y: auto;
}
.trans-new-tr {
    display: none;
}

.agr-new-tr {
    display: none;
}

.move-left {
    width: 31px;
    box-shadow: none;
}

.ss-error {
             top: 40%;
            left: 30%;
        position: fixed;
         z-index: 304;
/*
           width: 100%;
          height: 100%;
             top: 0;
        position: absolute;
         display: block;
background-color: rgba(22,22,22,0.5);
*/
}

#ss_error_t {
    overflow-y: auto;
    max-height: 400px;
     max-width: 600px;
     min-width: 200px;
    min-height: 40px;
}

.warning-sign-warning {
    font-size: 18px;
        color: #fcf8e3;
}

.warning-sign-danger {
    font-size: 18px;
        color: #ebcccc;
}

.holiday-actions-t {
    width: auto;
}

.top-align {
    vertical-align: top;
}

.holiday-actions-t input {
    top: 2px;
}

.holiday-td-disabled {
    font-style: italic;
    font-weight: bold;
    color: #444;
}

tr.success-locked > td {
    background-color: #50ff50 !important;
}

tr.holiday-red-row > td {
    color: red;
}

/* krāsa, kādā validācijas laikā ar jQuery piešķirot šo klasi tiek iekrāsoti ievadlauki ar nekorektām vērtībām, piemēram, teksts ir ievadīts skaitliskas summas ievadlaukā */
.errorColor {
    background-color: pink !important;
}

/* lai realizētu iespēju kalendārā izvēlēties tikai gadu un mēnesi:
   lai nerāda mēneša datumus, kad pievieno CSS klasi .hide-ui-datepicker-calendar
   Piemērs:
            $('#startDate').datepicker( {
                beforeShow: function(){
                    $("#ui-datepicker-div").addClass("hide-ui-datepicker-calendar");
                },
                onClose: function(){
                    $("#ui-datepicker-div").removeClass("hide-ui-datepicker-calendar");
                }
            });
*/
.hide-ui-datepicker-calendar .ui-datepicker-calendar {
    display: none;
}
