﻿


/* =================================================
 Globas
*/
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; /* -webkit-appearance: none;*/
    -webkit-overflow-scrolling: touch;
}
body {
    font-size: 12px;
    font-family: Helvetica,Arial,Verdana, sans-serif;
    -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
li [class*=fa-]
{
    margin-right: 5px;
}
.form-control
{
    font-size: 11px;
    padding: 5px;
    height: auto;
}
.form-control > select
{
    font-size: 12px;
    padding: 6px;
    height: auto;
}
.breadcrumb-line
{
    padding-right: 0px;
    border-bottom: 0px solid #ddd;
}
.breadcrumb-elements > li
{
    font-size: 12px;
}
.breadcrumb-elements > li > a
{
    padding: 8px 10px;
}
.breadcrumb-elements > li > a > span > input[type=checkbox]
{
    margin: 0px;
}
.table th
{
    background-color: #e5e5e5;
}
.sidebar-content
{
    background-color: #333;
}


.panel-footer > .heading-elements
{
    position: static;
    margin-top: 5px;
    margin-bottom: 5px;
}
a i
{
    padding-right: 1px;
}
.icons-list > li
{
    font-size: 12px;
}
.btn i[class*=fa-], .btn span[class*=fa-]
{
   /* margin-right: 5px;*/
}
.btn
{
    font-size: 12px;
}
.breadcrumb-line
{
    padding: 10px 0px;
}

.breadcrumb-line .btn-group .btn
{
    height: auto;
    min-width: 100px;
    padding-bottom: 5px;
    margin-left: 1px;
}

.content
{
    padding: 10px;
}
.media-list-linked .media-link
{
    padding: 7px 12px;
}
.contact-details
{
    padding: 10px;
}
.dropdown-menu>li>div>a {
    padding: 8px 15px
}
.dropdown-menu>li>div>a {
    clear: both;
    font-weight: 400;
    color: #333;
}

 .dropdown-menu>li>div>a {
    display: block;
   /* padding: 3px 20px;*/
    line-height: 1.5384616;
    white-space: nowrap;
}
.dropdown-menu>li>div>a:focus,
.dropdown-menu>li>div>a:hover {
    text-decoration: none;
    color: #333;
    background-color: #f5f5f5;

}
.navbar-nav>li>div>a {
   padding: 8px 15px;
   clear: both;
    font-weight: 400;
    color: #fff;

    display: block;
   /* padding: 3px 20px;*/
    line-height: 1.5384616;
    white-space: nowrap;

}
/* =================================================
   =============== MENU =========================== */
.form-control
{
    width: auto;
    height: 30px;
}
.table-form > tbody > tr > td > .form-control,
td > .form-control {
    height: 25px;
    min-width: 50px;
    background: #f0f0f5;
}
select
{
    /*-webkit-appearance: menulist;*/
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select[multiple], select[size]
{
    height: 200px;
    padding: 0px;
    font-size: 11px;
}
.page-header
{
    margin: 40px 0 5px;
    height: 55px;
}
.content-wrapper
{
    padding-bottom: 0px;
}
.pace
{
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 70px;
    overflow: hidden;
}

 .dropdown-menu>li:last-child {
    margin-bottom: -7px;
    /*height:0px;*/
    
}
select[multiple] option + option, select[size] option + option {
  margin-top: 0px;
   
}

select[multiple] option, select[size] option {
    padding: 7px 7px;
    border-radius: 0px;
    border-bottom: #cacaca 1px solid;
}
    select[multiple] option + option, select[size] option + option {
         margin-top:0px;
    }
select[multiple], select[size] {
    border: #cacaca 1px solid;
}
select[multiple]:focus, select[size]:focus {
    border: #cacaca 1px solid;
}
page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    padding: 0px 10px 10px 20px;
}

    page[size="A4"] {
        width: 21cm;
        /*height: 29.7cm;*/
        height: 30.2cm;
    }

        page[size="A4"][layout="landscape"] {
            width: 29.7cm;
            height: 21cm;
        }

    page[size="A3"] {
        width: 29.7cm;
        height: 42cm;
    }

        page[size="A3"][layout="landscape"] {
            width: 42cm;
            height: 29.7cm;
        }

    page[size="A5"] {
        width: 14.8cm;
        height: 21cm;
    }

        page[size="A5"][layout="landscape"] {
            width: 21cm;
            height: 14.8cm;
        }

@media print {
    body, page {
        margin: 0;
        box-shadow: 0;
    }
}
.btn-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}
.tt__fileupload
{
    width:100% !important;
}

.ajax__fileupload {
    padding: 4px;
    border: #D3D3D3 1px solid;
    overflow: auto;
}

.ajax__fileupload_selectFileContainer {
    height: 24px;
    line-height: 24px;
}

.ajax__fileupload_selectFileButton {
    display:block;
    height: 24px;
    line-height: 24px;
    width: 80px;
    text-align: center;
    background-color: #212121;
    color: #D0D0D0;
    cursor: pointer;
    margin-right: 4px;
    font-size: 13px;
}

.ajax__fileupload_selectFileButton:hover {
    background-color: #000000;
    color: #ffffff;
}

.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126);
}

.ajax__fileupload_ProgressBarHolder 
{
    margin-right: 70px;
    _margin-right: 0;
}

.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #000099;
}

.ajax_fileupload_cancelbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #990033;
}

.tt__fileupload .ajax__fileupload_dropzone {
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    text-align: center;
    _text-align: left; /* IE Only */
    margin-bottom: 2px;
    height:350px !important;
}

.ajax__fileupload_queueContainer 
{
    border: #A9A9A9 1px solid;
    border-width: 1px; 
    margin-top:2px; 
    padding:4px;
    clear: both;
}

.ajax__fileupload_progressBar {
    padding-left:4px; 
    background-color: #CCFFCC; 
}

.ajax__fileupload_footer {
    margin-top: 2px;
    line-height: 20px;
    height: 20px;
}

.ajax__fileupload_fileItemInfo {
    line-height: 20px;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
}

.ajax__fileupload_fileItemInfo .filename {
    font-weight: bold;
}

.ajax__fileupload_fileItemInfo .uploadstatus {
    font-style: italic;
}

.ajax__fileupload_fileItemInfo .removeButton {
    cursor: pointer;
    background-color: #900;
    color: white;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    float: left;
}

.ajax__fileupload_fileItemInfo .uploadedState {
    color: #060;
    background-color: #fff;
}

.ajax__fileupload_fileItemInfo .uploadingState {
    color: #FF9900;
    background-color: #fff;
}

.ajax__fileupload_fileItemInfo .pendingState {
    color: #009;
    background-color: #fff;
}

.ajax__fileupload_fileItemInfo .errorState {
    color: #ffffff;
    background-color: #ff0000;
}

.ajax__fileupload_fileItemInfo .cancelledState {
    color: #900;
    background-color: #fff;
}

/*Check*/
.ajax__fileupload_selectFileContainer {
	display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80px;
    /*float: left;*/
}

.tt__fileupload_selectFileContainer input {
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}



.ajax__fileupload_fileItemInfo 
{
    position: relative;
    z-index: 0;
}
.ajax__fileupload_fileItemInfo div
{
    display: inline-block;
}
.ajax__fileupload_fileItemInfo div.removeButton 
{
    position: absolute;
    top: 0;
    right: 0;
}
#autocollapse.collapsed .navbar-header {
    float: none;
}

#autocollapse.collapsed .navbar-toggle {
    display: block;
}

#autocollapse.collapsed .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

    #autocollapse.collapsed .navbar-collapse.collapse {
        display: none !important;
    }

#autocollapse.collapsed .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
}

    #autocollapse.collapsed .navbar-nav > li {
        float: none;
    }

        #autocollapse.collapsed .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

.bg-warning {
    background-color: #e30713; /*#008FC3*/
}



.navbar-inverse {
    background-color: #281713;
    border-color: #37474F;
}

.btn-warning,
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.btn-warning:focus {
    color: #fff;
    background-color: #e30713;
    border-color: #e30713;
}

@media (max-width: 1024px) {

    .menu-text, #lb_user {
        display: none;
    }

    .navbar-right {
        margin-top: 0px !important;
    }

    .menu-icon {
        padding: 5px;
        font-size: 24px;
    }



    .navbar-nav li.dropdown {
        margin-top: 10px;
    }

        .navbar-nav li.dropdown a.menu-icon {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: #333;
            border-color: #fcfcfc;
            border-width: 1px;
            /* border-radius: 100% !important; */
            /* background: green; */
            /* display: inline-block; */
            /* line-height: 100px;*/
        }
}

.report-wrapper {
    background-color: darkgrey;
    min-height: 700px;
    height: calc(100vh - 35px);
}

.report-area {
    background-color: white;
    margin: auto;
    width: 780px;
    min-height: 700px
}

.page {
    width: 210mm;
    min-height: 297mm;
    padding: 0mm;
    margin: 1mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    padding: 0px;
    height: 257mm;
    /*
             border: 1px red solid;
           outline: 2cm #FFEAEA solid;*/
}

.navbar-fixed-top {
    z-index: unset;
}