/*
body {
		font-family: "Tahoma", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 16px; 
}
*/

.container {
    padding: 0;

}

.container-fluid {
    padding: 0px 20px 40px 20px;
}

pre {
    direction: ltr;
}

.sidebar-nav {
    padding: 9px 0;
}


legend {
    font-weight: bold;

}


.cl_message1 a {
    text-decoration: none;
    color: red;
    font-size: 26px;
}

.mobile_phone {
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
}

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') left center no-repeat;
}


.app_main_count {
    font-weight: bold;
    font-size: 80px;
    padding-top: 0px;
    padding-bottom: 0px;

}

.bg-primary:hover {
    color: #000;
}


textarea {
    font-size: 15px;
}


.project_name_reminder {
    text-align: center;
}

/* Bootstrap Corrections */


/*
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
*/

.first_raiting_agent {
    font-weight: bold;
}

.panel .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
}

.panel .nav-pills > li > a {
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: bold;
}

.text-info-stat {
    color: #31708f;
}


.chart_show {
    min-width: 50px;
    height: 300px;
    margin: 0 auto;
    direction: ltr;
}


.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#select_error {
    color: red;
    font-weight: bold;
    padding-right: 6px;
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}


/* Validation Message */

form input.error, form select.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

form input.error:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}


form label.error {
    color: red;
    margin-right: 7px;
    font-size: small;
    vertical-align: middle;
}

.relative_maximum {
    position: relative;
    height: 204px;
    width: 60px;
    margin: -20px;
    padding: 0;
}

.relative_maximum:hover, .relative_maximum:focus {
    background-position: 0 0;
}

.rotate_text {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */

    margin-top: 45px;
    font-size: 16px;
    font-weight: bold;
    color: gray;
}

/* Google Map*/
#map-canvas {
    height: 300px;
    margin: 0px;
    padding: 0px
}


#map-canvas img, .google-map-canvas img {
    max-width: none;
}


/* Upload File Button*/
/** Styling input[type=file] **/
.btn-file {
    position: relative;
    overflow: hidden;
    margin-right: 4px;
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

/* Fix for IE 7: */
* + html .btn-file {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}


/*
table {
    clear: both;
    font-size: 12px;
}

thead th {
   text-align: center; 
   font-weight: bold;
}


tbody td {
	padding: 0;
	margin: 0;
	height: 10px;
		
}
*/

.ajax_loader {
    position: absolute;
    left: 2px;
    top: -1px;
    height: 37px;
    width: 38px;
}

.filter_label {
    margin-top: 8px;
    margin-bottom: 3px;
    font-weight: bold;
}


/* Tables Calsses */
.datatables_text_center {
    text-align: center;
}

.datatables_bold {
    font-weight: bold;
}

.datatables_max_1 {
    max-width: 180px;
    overflow: hidden;
}

.datatables_vertical_center {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.popover-content {
    direction: rtl;
    text-align: right;
    font-size: 13px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*
    background:transparent url('../images/loading.gif') 50% 50% no-repeat ;
    */
    background: url('../images/loading_big.gif') 50% 50% no-repeat;
}


.loading_chart {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/loading_big.gif') 50% 50% no-repeat;
}

.all_screen_message {
    position: fixed;
    top: 40%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}

/* Public Report*/
.public_report_container {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.public_report_container_loggedIn {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.badge {
    min-width: 10px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #428bca;
}

.badge_error {
    background-color: #b94a48;
}


/*Image Rotate */
.screenshot {
    /*
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    */
    overflow: hidden;
}

.screenshot img {
    box-shadow: -24px 21px 47px rgba(110, 120, 120, .5);
    -webkit-transform: rotateX(61deg) rotateZ(-43deg);
    -moz-transform: rotateX(61deg) rotateZ(-43deg);
    -ms-transform: rotateX(61deg) rotateZ(-43deg);
    -o-transform: rotateX(61deg) rotateZ(-43deg);
    transform: rotateX(61deg) rotateZ(-43deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 70%;
    /*
    height: 210px;
    width: 280px;
    */

}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #78b840;
}


.dataTables_wrapper {
    direction: rtl;
}

.dataTables_length {
    float: right;
}

.dataTables_filter {
    float: left;
    text-align: left;
}

#DataTables_Table_0_last {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;

    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

#DataTables_Table_0_first {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;

    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;

    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.dataTables_info {
    float: right;
}

.dataTables_paginate {
    float: left;
    width: 50%;
    text-align: left;
}


.routedAgent {
    display: block;
    font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
    .kolumny {
        -moz-column-count: 3; /* Firefox */
        -webkit-column-count: 3; /* Safari and Chrome */
        column-count: 3; /**/
        width: 800px;
    }

    .kolumny_sub {
    }

    .dropdown-menu {
        text-align: right;
        direction: rtl;
    }
}


@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .kolumny {
        height: 200px;
        overflow: scroll;
    }

    .mobile_hide {
        display: none;
    }
}


@media print {
    body {
        margin: 0;
        padding: 0;
        color: #000;
    }

    a, .btn, .navbar, .sidebar-nav, .subnavbar, .hidden-print, .collapse, .subnav-collapse {
        display: none !important;
    }

    .public_report_container, .public_report_container_loggedIn {
        padding-top: 0;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .dataTables_filter, .dataTables_length {
        display: none !important;
    }

    .thumbnail {
        border: 0px;
        margin: 0;
        padding: 0;
    }

    /* Reports */
    #terms {
        /*
        display:block !important;
        */
    }

    #app_mlay_list {
        display: block !important;
    }

    #sold_app_list {
        display: block !important;
    }


}

.button-icon {
    display: none;
    font-size: 1.6em;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
}

.fa-chevron-left.button-icon {
}

.fa-chevron-left.fa-check {
}

@media (max-width: 500px) {
    .button-text {
        display: none;
    }

    .button-icon {
        display: block;
    }


    .col-xs-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.dataLableClColChart {
    text-align: center;
    float: left;
}

.dataLableClColChartSecondLine {
    direction: rtl;
}

.dataLableCommingFromChart {

}

.dataLableCommingFromChartSecondLine {
    font-size: 0.8em;
    float: right;
}


.commentIcon {
    color: green;
    font-size: 30px;
    float: right;
    padding-left: 10px;
}

.commentIcon img {
    max-width: 30px;
    vertical-align: top;
}