body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    overflow-x: hidden;
 }

body.anonymus
{
    background-color:#f3f3f1;
}

.container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/*////////////////HELPING CLASSES*/


.text-white
{
    color:#fff!important;
}


/*////////////////HELPING CLASSES*/




/*///////////////MAIN TABLE*/

.table th
{
    text-align:center;
    vertical-align: middle!important;
}

.table td
{
    vertical-align: middle!important;
}

.table .text-warning
{
    color:#ffa306;
}

.table .text-success
{
    color:#6dd80e;
}

.table .text-danger
{
    color:#ff0c07;
}


.start-date
{
    /*display:block;*/
    min-width:75px;
}

#issues-table tbody tr:hover {
    background-color: #f2f2f2;
}

#issues-table tbody tr:nth-child(2n) {
    background-color: #fcf7f4;
}

.chosen-container-single .chosen-default {
     height: 34px !important;
     background: #fff !important;
     line-height: 31px !important;
     padding-left: 10px !important;
     border: 1px solid #ccc !important;

    font-size: 16px !important;
    color: #b5b5b5 !important;
    font-weight: normal !important;
 }

.chosen-single {
    height: 34px !important;
    background: #fff !important;
    font-size: 14px !important;
    color: #555 !important;;
    line-height: 31px !important;
    padding-left: 10px !important;
    border: 1px solid #ccc !important;
    padding-top: 1px !important;
}

.chosen-container-single .chosen-single span {
    padding-left: 7px;
}

.chosen-container-single .chosen-single div b {
    color: #555 !important;
    background: url(chosen-sprite.png) no-repeat 5px 5px !important;
}

.comment-textarea {
    display: none;
    margin-bottom: 10px;
}

#comment-update-success,
#comment-update-error {
    display: none;
    margin-top: 15px;
}

.hourglass-icon
{
    opacity:0.6;
}

/*///////////////MAIN TABLE*/

/*////////////////COMMENTS*/

.media-comment
{
    width:80%;
}

/*////////////////COMMENTS*/

/*////////////////BOOTSTRAP TOOLTIPS*/

.tooltip
{
    color: #000!important;
    opacity: 1!important;
}

.drag-item .tooltip
{
    left: 20px !important;
}

.tooltip.top .tooltip-inner {
    background-color:#fcfcfc;
    padding:8px 20px!important;
    color:#000!important;
    border:1px solid #000;
    font-size:16px;
    opacity:1!important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.tooltip.bottom .tooltip-inner {
    background-color:#fcfcfc;
    padding:8px 20px!important;
    color:#000!important;
    border:1px solid #000;
    font-size:16px;
    opacity:1!important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    /*    border:1px solid #000;*/
    color:#000!important;
    opacity:1!important;
}

.tooltip.bottom .tooltip-arrow {
    border-top-color: #000;
    /*    border:1px solid #000;*/
    color:#000!important;
    opacity:1!important;
}


/*////////////////BOOTSTRAP TOOLTIPS*/





/*////////////////////LOGIN LAYOUT*/


#login-container .panel
{

    border-radius:0;
}

#tasks { display:none;}

.input-lg,.btn-lg {
    border-radius:0px;
}

#login-container .panel, 
#login-container .panel-heading
{
    background:#e2001a;
    border-color:#e2001a;
    color:white;
}

#login-form .control-label, #login-form .help-info {

    font-size: 21px;
    font-weight: normal;
}

#login-form .help-info {

    line-height: 32px;
    letter-spacing: -1px;
    margin:20px 0 15px 0;
}

#login-form #_submit
{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    color: #fff !important;
    background-color: #6dbe26;
    border-color: #6dbe26;
    width: 100%;
    border-radius: 0;
}


/*////////////////////LOGIN LAYOUT*/



.nav-brand img
{
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}



.big-dot
{
    border-radius:50%;
    width:15px;
    height:15px;
    margin:0 auto;
    position:relative;
}

.site-nav,
.nav-pills
{
    margin-bottom: 15px;
}

.nav-padding
{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-padding
{
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}

.nav-padding .form-inline .form-group {
    line-height: 43px;
}
.nav-padding .form-inline button {
    height:43px;
}
#statusSwitcher {
    height: 43px;
}

.tooltip-time
{
    color:#000000;
    text-decoration:none!important;
}

.tooltip-time:hover
{
    color:#333;
}

.big-add-issue-button
{
    display:block;
    margin:30px 0;
}


.cke_top
{
    display:none!important;
}


.ungranteduser-nav
{
    height:100px;
    position:relative;
}

.add-issue-button
{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.ungranteduser-nav .left-link
{
    padding-top: 30px;
    padding-right: 10px;
    display: block;
    float: left;
}



.cke_editable
{
    font-size:20px!important;
}

.table .form-control
{
    margin-bottom:15px!important;
}

.date-form
{
    position:relative;
    max-width:75px;
    float: left;
    /*padding-right:20px;*/
}

.date-form #dataDatepicker1_clear
{
    position: relative;
    bottom: 20px;
    left: 27px;
    color: #ff0c07;
    opacity: 0.4;
    cursor: pointer;
}

.date-form #dataDatepicker2_clear
{
    position: relative;
    bottom: 20px;
    left: 27px;
    color: #ff0c07;
    opacity: 0.4;
    cursor: pointer;
}

.clear-query
{
    position: absolute;
    top: 6.5px;
    right: 48px;
    color: #ff0c07;
    opacity: 0.4;
    cursor: pointer;
    z-index:999;
}

.date-form #dataDatepicker1_clear:hover
{
    opacity:1;
}

.date-form #dataDatepicker2_clear:hover
{
    opacity:1;
}

.input-group-btn.title-search
{
    vertical-align:top!important;
}

#dataDatepicker1
{
    margin-top: -26px;
    display: block;
    opacity: 0;
}

#dataDatepicker2
{
    margin-top: -26px;
    display: block;
    opacity: 0;
}

.status-th
{
    width: 10px;
    font-weight: normal;
}

.author-th
{
    width: 100px;
    font-weight: normal;
}

.category-th {
    font-weight: normal;
}

.time-header i
{
    margin-bottom: 15px;
}

.time-header {
    width: 70px;
}

#ui-datepicker-div
{
    z-index:99!important;
}

.id-th,
.close-date-th
{
    position:relative;
    padding-bottom:20px!important;
}

.id-th .glyphicon,
.close-date-th .glyphicon
{
    position:absolute;
    top:-10px;
    left:40%;
    display:none;
}

.close-date-th {
    width: 2%;
}

.id-th {
    width: 10px;
}

.start-date-th {
    width: 65px !important;
    text-align: center;
}

.title-th
{
    width: 20%;
    min-width: 150px;
}

.reporting-person-th
{
    width: 15%;
    min-width: 200px;
}

.hotel-th {
    width: 20%;
    min-width: 250px;
}

.issue-description
{
    font-size:16px;
}

.issue-details {
    font-size: 18px;
}
.issue-details dt {
    font-weight: normal;
    text-align: left;
}


.panel-issue-details hr
{
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
}

.heading-title
{
    width:30%;
}

.heading-content
{
    width:70%;
}


.heading-content,
.heading-title
{
    display:table-cell;
}


.issue-buttons
{
    padding: 20px 0 0 0 ;
}

.issue-link:hover {
    text-decoration: none;
}
.issue-link:hover > span:hover {
    text-decoration: underline;
}

#work_time_time {
    display: inline-block;
}


#issue_add_form input[type=file] {
    position: absolute;
    opacity: 0 !important;
    z-index: 0;
}

#issue_edit_form input[type=file] {
    position: absolute;
    opacity: 0 !important;
    z-index: 0;
}

#issue_edit_form {
    margin-top: 10px !important;
}

#add-attachment,
#add-attachment-logo,
#add-attachment-scan {
    position: relative;
    margin-bottom: 10px;
    margin-top: -15px;
    z-index: 999;
}

#add-attachment {
    width: 140px;
}

#add-attachment, #edit-attachment {
    margin-top: 0px;
}

#edit-attachment {
    position: relative;
    margin-bottom: 10px;
    margin-top: -15px;
    z-index: 999;
}

#files-container {
    position: relative;
    margin-bottom: 10px;
}

.file-panel-issue-add {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#file-panel-logo,
#file-panel-scan {
    width: 100%;
}

#attachments-download-table {
    max-width: 50%;
    margin-top: 20px !important;
}

#tab-podstawowe,
#tab-dodatkowe,
#tab-moduly {
    margin-top: 10px !important;
}

#tab-moduly {
    margin-left: 2cm;
}

#hotel_add_form input[type=file] {
    position: absolute;
    opacity: 0 !important;
    z-index: 0;
}

#hotel_edit_form input[type=file] {
    position: absolute;
    opacity: 0 !important;
    z-index: 0;
}

.hotel-information-line {
    margin-bottom: 5px !important;
}

.well-hotel-info {
    background-color: #f9f9f9;
}

#issue_submit {
    width: 170px;
    height: 40px;
    float: right;
}

#issue_issueDescription {
    height: 150px !important;
}

.nav-button {
    width: 100px;
    height: 33px;
    margin-right: -8px;
    margin-left: -8px;
    margin-top: 9px;
}

#user-info-top {
    float: right;
    /* margin-top: 23px; */
    /* margin-right: 33px; */
    position: absolute;
    top: 23px;
    right: 23px;
    /* z-index: 100000; */
}

.issue-detail-info {
    font-size: 18px;
}

.edit-comment, .post-comment {
    width: 85px !important;
    margin-top: 10px;
}

.detail-line {
    margin-top: 0px !important;
    border-top: 1px solid #d8d8d8;
}

.logged-user-info {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    color: red;
    font-size: 16px;
}

#username-nav {
    font-size: 16px;
}

.page-preloader, .page-preloader-main {
    position: absolute;
    display: none;
    margin: 0 auto;
    top: 40%;
    left: 45%;
    z-index: 9999;
}

.page-background {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 999;
}

.sortable .pull-right i {
    width: 10px;
    height: 20px;
    font-size: 20px;
    display: none;
}

.desc .pull-right i {
    width: 10px;
    height: 20px;
    font-size: 20px;
    display: none;
}

.asc .pull-right i {
    width: 10px;
    height: 20px;
    font-size: 20px;
    display: none;
}

.tab {
    font-size: 0;
}

.tab-center {
    /*float: left;*/
    /*position: relative;*/
    /*display: inline;*/
    /*padding-right: 3px;*/
    /*padding-left: 3px;*/
    font-size: 14px;
    color: #c9412c;
}

.tab-right {
    /*float: left;*/
    /*position: relative;*/
    /*display: inline-block;*/
    font-size: 14px;
    padding: 0;
    /*box-sizing: border-box;*/
}

.tab-left {
    /*float: left;*/
    /*position: relative;*/
    /*display: inline;*/
    font-size: 14px;
    padding: 0;
}

i .glyphicon .glyphicon-sort {
    display: none;
}

.hotel-button-group {
/**/
}

.sort-clock {
    /*position: relative;*/
    /*padding-right: 15px;*/
    position: relative;
    right: 13px;
    top: -5px;
    z-index: 1000;
}

#panel-start-finish {
    width: 520px;
}

#start-finish-date {
    display: none;
    position: absolute;
    z-index: 1000;
}

#both_dates_clear {
    position: relative;
    top: -20px;
    left: 25px;
    z-index: 5000;
}

#person-error-msg,
#person-success-msg {
    display: none;
}

.delete-person {
    cursor: pointer;
}

.edit-person {
    cursor: pointer;
}

.hotel-information-item {
    margin-right: 15px;
}

#section_form {
    padding-top: 20px;
    padding-left: 25px;
}

#comment-alert {
    display: block;
    position: fixed;
    width: 450px;
    top: 5px;
    right: 5px;
    z-index: 1001;
}

.comment-success {
    display: block;
    margin-bottom: 3px;
}

#inner-container {
    margin-left: 1cm;
    margin-right: 1cm;
    margin-top: 1cm;
}

#view-issue-modal #inner-container {
    margin-top: -10px;
}

form select#exampleFormControlSelect1 {
    background-image: url('../images/rgb.jpg');
    width: 34px;
    height: 34px;
    margin-left: 10px;
    background-position: center;
    background-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
}

#add-task-list-add, #add-task-list-edit {
    margin-top: 0px;
    float: right;
    margin-right: 0 !important;
    width: 140px;
}

#task-list-container-add, #task-list-container-edit {
    display: none;
    width: 100%;
}

.delete-option {
    cursor: pointer;
}

#add-new-option-btn, #add-new-option-btn-edit {
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
}

#remove-new-option, #remove-new-option-edit {
    float: left;
    margin-left: 10px;
    font-size: 22px;
    margin-top: 10px;
    cursor: pointer;
}

.edit-option, .edit-option-edit {
    cursor: pointer;
}

.accept-option, .accept-option-edit {
    cursor: pointer;
    color: green;
}

form select#exampleFormControlSelect2 {
    background-image: url('../images/k.jpg');
    width: 34px;
    height: 34px;
    margin-left: 10px;
    background-position: center;
    background-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    margin-left: 35% !important;
}

#new-task-text-comment {
    overflow: hidden;
}

#open-start-finish {
    width: 65px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
}

#open-start-finish-module {
    width: 250px;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
}

#modules_select {
    float: left;
    width: 120px;
    margin-left: 10px;
    margin-top: -5px;
}

.board-add-issue-btn {
    padding: 10px 0 10px 10px;
    cursor: pointer;
    background-color: #f2f2f2;
}

.board-add-issue-btn:hover {
    background-color: #d8d8d8;
    color: #777777;
}

.board-content {
    width: 1300px;
    left: -350px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.tooltip {
    font-weight: normal;
}

.tooltip .tooltip-inner {
    max-width: 700px !important;
    font-size: 16px !important;
    word-wrap: break-word !important;

}

::-webkit-input-placeholder {
    color: #b5b5b5; !important;
    font-size: 16px;
    font-weight: normal !important;
    opacity: 0.7;
}

::-moz-placeholder {
    color: #b5b5b5 !important;
    font-size: 16px;
    font-weight: normal !important;
    opacity: 0.7;
}

#start-finish-date-label, #id-label {
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    color: #b5b5b5;
    font-weight: normal !important;
    cursor: pointer;
}

#open-start-finish label, #open-start-finish-module label {
    font-size: 16px;
    font-weight: normal !important;
    color: #b5b5b5;
}

#sort-daysspentnew, #sort-id {
    margin-bottom: -10px;
}

.chosen-single {
    font-size: 16px !important;
    color: #b5b5b5 !important;
    font-weight: normal !important;
}

.chosen-single .chosen-default span {
    font-size: 16px !important;
    color: #b5b5b5 !important;
    font-weight: normal !important;
}

#sectionList {
    color: #b5b5b5 !important;
    font-size: 16px !important;
    padding-top: 5px !important;
}

.show-all-issues {
    margin-left: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 100px;
}

@media only screen and (min-width: 800px) {
    .container {
        margin-left: -30px;
    }
    #add-issue-modal .board-content {
        width: 790px;
        left: -100px;
    }
    #view-issue-modal .board-content {
        width: 790px;
        left: -100px;
    }
    .close-modal-view {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) {
    #add-issue-modal .board-content {
        width: 950px;
        left: -170px;
    }
}


@media (min-width: 992px) {
    .container {
        width: 900px;
        margin-left: -30px;
    }
    #view-issue-modal .board-content {
        width: 950px;
        left: -175px;
    }
    .close-modal-view {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 900px;
        margin-left: 20px;
    }
    #view-issue-modal .board-content {
        width: 1050px;
        left: -225px;
    }
    #add-issue-modal .board-content {
        width: 1100px;
        left: -220px;
    }
    .close-modal-view {
        margin-right: 60px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 900px;
        margin-left: 20px;
    }
    #view-issue-modal .board-content {
        width: 1050px;
        left: -220px;
    }
    #add-issue-modal .board-content {
        width: 1100px;
        left: -220px;
    }
    .close-modal-view {
        margin-right: 60px;
    }

}

.open-issue-link {
    color: #337ab7;
}

.open-issue-link:hover {
    text-decoration: underline;
}

#deadlineDate::placeholder {
    color: #b5b5b5;
}

.comment_form_hour, .comment_form_minute {
    width: 60px !important;
    padding-left: 8px !important;
}

.cost-top-panel {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#logout-menu {
    display: none;
    position: absolute;
    right: 0px;
    background-color: #fcfcfc;
    width: 100px;
    height: 30px;
    padding: 5px;
    padding-left: 25px;
    -webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.46);
    box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.46);
}

/* Mobile */

@media (min-width: 320px) {
    .site-nav {
        width: 1200px;
    }
    #user-info-top {
        right: -250px;
    }
}

@media (min-width: 1025px) {
    .site-nav {
        width: 100%;
    }
    #user-info-top {
        right: 23px;
    }
}

.is-important {
    position: absolute;
    right: 2px;
    top: 2px;
    color: red;
}

#issue_submit {
    width: 130px;
    height: 35px;
}

#issue_category, #issue_section,
#issue_sprint, #issue_assignedUser,
#issue_status {
    font-size: 16px !important;
    color: #b5b5b5 !important;
    font-weight: normal !important;
    padding-top: 4px;
}

