/*
-------------------------------------------------
Genel
-------------------------------------------------
*/
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;

}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #ECEFF4;
    padding: 10px !important;
    box-sizing: border-box;
}

.SRremark {
    padding: 5px;
    border: 1px solid #000;
    margin-top: 5px;
    font-size: 12pt;
}

.SRremark div {
    font-size: .8em;
}

.warning {
    background-image: url(images/warning.png);
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    color: red;
    font-weight: bold;
    border-top: 1px solid #d3d3d3;
    background-color: #eee;
    border: 1px solid #d3d3d3;
    text-align: left;
}

.login-warning {
    width: 290px;
    padding: 15px;
    text-indent: 0;
    background-image: none;
    line-height: normal;
    height: auto;
    border-radius: 6px;
    margin-top: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.login-success {
    width: 290px;
    padding: 15px;
    text-indent: 0;
    background-image: none;
    line-height: normal;
    height: auto;
    border-radius: 6px;
    margin-top: 10px;
    color: #509810;
    background-color: #f2dede;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    text-align: left;
}

.notice {
    height: 50px;
    line-height: 50px;
    color: black;
    border-top: 1px solid #d3d3d3;
    background-color: #eee;
    border: 1px solid #d3d3d3;
    text-align: left;
}

.icon-comments {
    position: relative;
    top: 3px;
    left: 10px;
    font-size: 24px;
    margin-right: 20px;
}

.user-icon {
    padding: 5px;
    font-size: 60px;
}

.user-icon-small {
    padding: 10px 5px;
    font-size: 30px;
}

.image-icon-small {
    width: 40px;
    height: 40px;
}

#gen-note-container .user-icon {
    padding: 10px 5px;
    font-size: 30px;
}

#gen-note-container .image-icon {
    width: 40px;
    height: 40px;
}

.redLetters {
    color: red;
}

.greenLetters {
    color: green;
}

.mini_table {
    width: 100%;
    border-spacing: 0px;
}

.noti_bubble {
    position: absolute;
    top: -6px;
    padding: 1px 1px 1px 1px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 0.70em;
    width: 10px;
    height: 16px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 1px 1px 1px gray;
}

.mini_table tr td {
    border-bottom: 1px solid #aaa;
    border-right: 0px;
    font-size: 10px;
    text-indent: 10px;
    padding: 5px;
}

.mini_table tr:hover {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #e5ebf3;
    cursor: default;
}

.mini_table tr.selected {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #e5ebf3;
}

.file-link {
    margin-left: 5px;
    text-decoration: none;
    font-size: 8pt;
    color: #000000;
}

.file-link-delete {
    margin-left: 8px;
    margin-bottom: -4px;
}

.file-link:hover, .file-link-delete:hover {
    cursor: pointer;
}

.attachment-input {
    margin-top: 10px;
}

#attachment-form > div > input[type="text"] {
    width: 175px;
}

@media screen {
    .onlyPrint {
        display: none;
    }

    .dontPrint {
        display: block;
    }

    .bigPunto {
        font-size: 1.2em;
    }

    .newsBox {
        float: left;
        width: 500px;
        text-align: left;
        font-size: 1.2em;
        border: 1px solid #d3d3d3;
        padding: 10px;
        margin-left: 10px;
    }

    blockquote {
        border-left: 4px solid #eee;
        padding-left: 5px;
        font-style: italic;
    }

    a img {
        border: 0px;
    }

    legend {
        color: blue;
    }

    fieldset {
        padding: 20px;
    }

    #process_tooltip {
        background-color: #ffcc33;
        padding: 5px;
        display: none;
        position: absolute;
        top: 0px;
        left: 450px;
        z-index: 500;
        border-radius: 5px;
        margin-top: 11px;
    }

    #process_message {
        background-color: rgba(0,0,0,.8);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2000;
    }

    #process_message img {
        left: 50%;
        top: 50%;
        margin-left: -210px;
        margin-top: -210px;
        position: absolute;
    }

    .loading_svg {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;

        transform: translate(-50%, -50%);

    }

    .svg-calLoader {
        width: 230px;
        height: 230px;
        transform-origin: 115px 115px;
        animation: 1.4s linear infinite loader-spin;
    }

    .cal-loader__plane {
        fill: #425a72;
    }

    .cal-loader__path {
        stroke: #FFFFFF;
        animation: 1.4s ease-in-out infinite loader-path;
    }

    @keyframes loader-spin {
        to {
            transform: rotate(360deg);
        }
    }
    @keyframes loader-path {
        0% {
            stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
        }
        50% {
            stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
        }
        100% {
            stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
        }
    }


    #doc_header_row {
        height: 26px;
        line-height: 26px;
        width: 100%;
        color: #fff;
        background-image: url('images/doc_header_row_bg.png');
        background-repeat: repeat-x;
        text-align: center;
    }

    #doc_menu_row {
        height: 45px;
        line-height: 45px;
        width: 100%;
        background-color: #2E3F50;
        padding: 0;
        margin: 0;
    }

    #doc_menu_row a {
        color: #d2d2d2;
        text-decoration: none;
    }

    #doc_menu_row ul {
        padding: 0;
        margin: 0;
    }

    #doc_menu_row ul li, #doc_menu_row ul li ul li {
        position: relative;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        text-indent: 10px;
    }

    #doc_menu_row ul li a {
        height: 45px;
        display: block;

        text-align: left;
        line-height: 45px;

        padding-right: 20px;
    }

    #doc_menu_row ul li a:hover {
        background-color: #516375
    }

    #doc_menu_row ul ul {
        position: absolute;
        top: 45px;
        margin-left: -1px;
        visibility: hidden;

    }

    #doc_menu_row ul li:hover ul {
        visibility: visible;
        z-index: 999;
    }

    #doc_menu_row ul li ul li a {
        min-width: 160px;
        width: auto;
        height: 25px;
        line-height: 25px;
        display: block;
        text-decoration: none;
        text-align: left;
        color: #e2e2e2;
        border-bottom: 1px solid #d2d2d2;
        background-color: #2E3F50;
        padding-right: 4px;
    }


    #doc_menu_row ul .report-top-menu ul li a {
        width: 240px;
    }

    #doc_menu_row ul li.nav-right {
        float: right;
    }

    #doc_menu_row ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #doc_menu_row ul li {
        display: block;
        position: relative;
        float: left;
    }

    /* This hides the dropdowns */


    #doc_menu_row li ul { display: none; }

    #doc_menu_row ul li a {
        display: block;
        white-space: nowrap;
    }


    /* Display the dropdown */


    #doc_menu_row li:hover > ul {
        display: block;
        position: absolute;
    }

    #doc_menu_row li:hover li { float: none; }



    #doc_menu_row .main-navigation li ul li { border-top: 0; }

    /* Displays second level dropdowns to the right of the first level dropdown */


    #doc_menu_row ul ul ul {
        left: 100%;
        top: 0;
    }

    /* Simple clearfix */



    #doc_menu_row ul:before,
    #doc_menu_row ul:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }

    #doc_menu_row ul:after { clear: both; }


    .nav-avatar img {
        width: 24px;
        height: 24px;
        border-radius: 50%;

        margin-left: 0 !important;
        padding: 0 !important;
    }

    .nav-avatar .user-icon {
        font-size: 18px;
        display: inline !important;
        margin-right: 3px;
        line-height: 40px;
    }
    .nav-avatar > .user-icon + span {
        position: relative;
        top: -3px;
    }

    #doc_menu_row .log_no_input {
        background-color: #455A6E;
        border-radius: 10px;
        color: #8EA8C3;
        border: 0;
        padding: 5px;
        padding-left: 10px;
        outline: none;

    }

    #doc_menu_row .log_no_input::-webkit-input-placeholder {
        color: #8EA8C3;
    }

    #doc_menu_row img {
        margin-left: -22px;
        padding: 0px;
        vertical-align: middle;
    }

    .ui-layout-pane { /* all 'panes' */
        background: #FFF;
        overflow: auto;
    }

    .ui-layout-resizer { /* all 'resizer-bars' */
        background: #ECEFF4;
        content: ' ';
    }

    .ui-layout-toggler { /* all 'toggler-buttons' */
        /*background: #ECEFF4;*/
        z-index: 1 !important;
        width: 20px !important;
        background-color: #eceff4 !important;
        height: 40px !important;

    }
    .ui-layout-resizer {
        z-index: 2 !important;
        overflow: visible !important;
    }

    .ui-layout-toggler-west-open {
        border-bottom-left-radius: 90px;
        border-top-left-radius: 90px;
        left: -20px !important;
    }
    .ui-layout-toggler-west-open:hover {
        border: thin solid #d3d3d3;
        border-right: none;
    }

    .ui-layout-toggler-west-open:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: '\f060';
        height: 40px;
        width: 20px;
        left:4px;
        top:14px;
        font-size: 14px;
        font-weight: 900;
        color: #2E3F50;

    }

    .ui-layout-toggler-west-closed {

        border-bottom-right-radius: 90px;
        border-top-right-radius: 90px;
        background-color: #3d3e27 !important;
        left:-8px
    }

    .ui-layout-toggler-west-closed:hover {
        border: thin solid #d3d3d3;
        border-right: none;
    }

    .ui-layout-toggler-west-closed:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: '\f061';
        height: 40px;
        width: 20px;
        left: -6px;
        top:12px;
        font-size: 14px;
        font-weight: 900;
        color: #fff;

    }



    .ui-layout-toggler-east-open {
        border-bottom-right-radius: 90px;
        border-top-right-radius: 90px;
        left: 5px !important;

    }

    .ui-layout-toggler-east-open:hover {
        border: thin solid #d3d3d3;
        border-left: none;
    }

    .ui-layout-toggler-east-open:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: '\f061';
        height: 40px;
        width: 20px;
        left:-4px;
        top:14px;
        font-size: 14px;
        font-weight: 900;
        color: #2E3F50;

    }


    .ui-layout-toggler-east-closed {
        border-bottom-left-radius: 90px;
        border-top-left-radius: 90px;
        background-color: #afb1ac !important;

    }

    .ui-layout-toggler-east-closed:hover {
        border: thin solid #d3d3d3;
        border-right: none;
    }


    .ui-layout-toggler-east-closed:after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: '\f060';
        height: 40px;
        width: 20px;
        left: 1px;
        top:12px;
        font-size: 14px;
        font-weight: 900;
        color: #fff;

    }



    #doc_actions_row {
        height: 55px;
        line-height: inherit;
        width: 100%;
        color: #000;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #aaa;
        background-image: url('images/doc_actions_row_blue_bg.png');
        background-repeat: repeat-x;
        text-indent: 10px;
    }

    .pane_menu li {
        list-style: none;
        width: 100%;
        cursor: pointer;
        padding: 0px;
        border-width: 0px;
        height: 28px;
        line-height: 28px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .pane_menu li div {
        background-position: left;
        background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;
        line-height: 28px;
        margin-left: 10px;
        border-width: 0px;
    }

    .pane_menu {
        width: 100%;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
    }

    .pane_menu li:hover {
        background-color: #e5ebf3;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }

    /* Buttons on the top of all pages below menu */
    .pageButton {
        text-align: center;
        padding: 5px;
        float: left;
        min-width: 80px;
        cursor: pointer;
        height: 42px;
        line-height: normal;
        margin-top: 2px;
    }

    .pageButton:hover {
        background-image: url(images/page_button_hover_bg.png);
        background-repeat: repeat-x;
    }

    .doc_pane_title {
        background-color: #ECEFF4;
        color: #000;
        height: 24px;
        line-height: 24px;
        text-indent: 10px;
        border-bottom: 1px solid #ECEFF4;
        font-size: 1.17em;
    }

    .pane_band {
        font-weight: normal;
        background-color: #ECEFF4;

        text-indent: 10px;
        margin: 0px;
        color: #000;
    }

    .pane_band a {
        text-decoration: none;
        color: #000;
        line-height: 25px;
    }

    .temizle {
        clear: both;
    }

    th {
        font-weight: bold;
    }

    .form_title {
        cursor: move;
    }

    .form_body {
        background: #e0dfe3;
        border-left: 3px double #66667e;
        border-bottom: 3px double #66667e;
        border-right: 3px double #66667e;
        padding: 5px;
    }

    .form_inner {
        background-color: #f8f8fa;
        border: 1px solid #919b9c;
        margin: 5px;
        padding: 5px;
    }

    .form_footer {
        margin: 5px;
        text-align: right;
    }

    /* ---------------- DROPDOWNS -------------  */
    .dropdowns {
        font-family: sans-serif;
        position: relative;
        font-size: 12px;
        margin-left: 0px;
        background-color: #fff;
        border: 1px solid #000;
        padding: 2px;
    }

    .dropdowns ul li {
        display: block;
        text-decoration: none;
        /*width:300px;*/
        height: 20px;
        line-height: 20px;
        text-align: left;
        text-indent: 10px;
        color: #000;
        font-size: 10px;
        overflow: hidden;
        list-style: none;
    }

    .dropdowns ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .dropdowns ul li {
        list-style: none;
    }

    .dropdowns ul li:hover {
        background-color: silver;
        list-style-image: none;
    }

    /* ---------------- SIDE FORM -------------  */
    .side_form {
        background-color: #d3d3d3;
        width: 100%;
        border-spacing: 1px;
        margin: 10px 0;
    }

    .side_form tr td {
        background-color: #fff;
    }

    .side_form select,
    .side_form input,
    .side_form textarea {
        overflow: hidden;
        border: 1px solid #fff;
        width: 98%;
        font-family: 'microsoft sans serif', calibri, sans-serif;
        font-size: 12px;
    }

    .side_form tr:hover select,
    .side_form tr:hover input,
    .side_form tr:hover textarea {
        overflow: hidden;
        border: 1px solid #a3a3a3;
    }

    .form_field_label {
        padding: 5px;
        text-indent: 3px;
        font-family: 'microsoft sans serif', calibri, sans-serif;
        font-size: 12px;
        width: 40%;
    }

    /* ---------------- GRIDS -------------  */
    .grid_head_tr {
        height: 25px;
    }

    .grid_head_td {
        background-color: #a0a0a0;
        padding: 2px;
    }

    .grid_head_tr th {

        background-color: #ECEFF4;
        font-weight: normal;
        line-height: inherit;
        color: #000;
        cursor: default;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        text-align: left;
        font-size: 1.17em;
    }

    #grid_list_status {
        background-color: #eee;
        text-indent: 10px;
        color: #222;
        font-size: 1em;
        border-top: 1px solid #99bbe8;
        padding: 3px;
        line-height: 25px;
        height: 25px;
    }

    .grid_body_tr:hover td {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        background-color: #e5ebf3;
        cursor: default;
    }

    .grid_body_tr td div {
        overflow: hidden;
        width: 100%;
        height: 15px;
    }

    .grid_body_tr td {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    .grid_selected td {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        background-color: #e5ebf3;
    }

    .grid_odd {
        background-color: #f2f7ff;
    }

    .grid_even {
    }

    /* ---------------- /GRIDS -------------  */
    .incorrectEntry {
        border: 1px dotted #cc0033;
        background-color: #ffcccc;
    }

    /* timeEntry styles */
    .timeEntry_control {
        vertical-align: middle;
        margin-left: 2px;
    }

    * html .timeEntry_control { /* IE only */
        margin-top: -4px;
    }

    #parameters_div {
        display: block;
    }

}

/* New Style */

.login_main_pane {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #637f8c;
    margin: -15px;
}

.ui-layout-east, .ui-layout-center, .ui-layout-west {
    top: 60px !important;
    padding: 10px;
    border-radius: 5px;
}

.ui-layout-north {
    margin: -10px !important;
    box-shadow: 1px 2px 5px 2px rgba(10, 9, 9, 0.47);
}




.ui-layout-north.ui-layout-pane {
    overflow: visible;}

button {
    font-weight: 500;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    padding: 6px 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #ffffff;
    border: 1px solid #dddee0;
    cursor: pointer;
}

button:hover {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #f2f2f2 !important;
    border-color: #c7cacd !important;
}

textarea {
    padding: 6px 12px;
    background-color: #ffffff;
    border-color: #dddee0;
    resize: none;
    outline: 0;
    color: rgba(0, 0, 0, 0.87) !important;
    box-sizing: border-box;
}

select, input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    color: #555;
    outline: 0;
    box-sizing: border-box;

}

select {
    height: 28px;
    padding: 4px 0px;
    text-indent: 0px;
}

.ui-dialog select {
    height: 31px;
}

#devStatus select {
    height: inherit;
}

.worklog-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.menu-icon {
    font-size: 14px;
    display: inline !important;
}

.login-form {
    border: 0;
    width: 250px;
    padding: 30px 0 0 0;
    border-style: dashed;
    background-color: #637f8c;
    /*border-radius: 10px;*/
    text-align: center;
    position: relative;
}

.login-form .logo {
    width: 100%
}

.login-form input {
    width: 100%;
    margin-bottom: 8px;
    height: 35px;
    font-size: 13px;
}

.login-form input[type=text], .login-form input[type=password] {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
}

.login-form input[type=text]::placeholder, .login-form input[type=password]::placeholder {
    color: #ffffff;

}

.login-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #637f8c inset;
    -moz-box-shadow: 0 0 0 100px #637f8c inset;
    box-shadow: 0 0 0 100px #637f8c inset;
    -webkit-text-fill-color: #ffffff !important
}

.login-form input[type=submit], 
.login-form button {
    background-color: #3f5b67 !important;
    height: 35px;
    color: #90aebb !important;
    border: 0;
    font-size: 13px !important;
    cursor: pointer;
    border-radius: 0 !important;
    display: block;
    width: 100%;
    text-transform: uppercase;;
}

.login-form button:hover {
    background-color: #3f5b67;
    color: #90aebb;
}

.login-form .btn-ouath {
    margin-top: 50px;
    text-decoration: none;
    line-height: 22px;
    display: block;
    padding: 6px 12px;
    background-color: #3f5b67;
    height: 35px;
    color: #90aebb;
    border: 0;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 8px;
    outline: 0;
    box-sizing: border-box;
}

.footer {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    height: 30px;
    background-color: #3f5b67;
    color: #90aebb;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    padding-top: 10px;
}

.footer a {
    color: #90aebb;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.feedback-button {
    
}

.aParent div {
    float: left;
    clear: none;
}

.fstd-filter {
    z-index: 0 !important;
}

div.ui-datepicker {
    font-size: 9px;
}

.schedule-west-pane {
    width: 180px !important;
}

#movement_contents > ul {
    overflow: hidden;
    overflow-y: scroll;
}

.legend {
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #F8F8F8;
    list-style: none;
    margin: 0;
}

.legend li {
    margin-bottom: 5px;
}

.legend small i {
    padding: 0 10px;
    display: inline-block;
}

.legend small.yellow i {
    color: #cdbe51;
}

.legend small.green i {
    color: #84cd3d;
}

.legend small.red i {
    color: #cd0000;
}

.simorg-alert {
    padding: 20px;
    font-weight: bolder;
    text-align: center;
}
.simorg-alert i {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

.simorg-alert-warning {
    border: thin dashed #cd0000;
    color: #333;
    background-color: rgba(205, 0, 0, .1);
}

.simorg-alert-warning i {
    color: #cd0000;
}


.simorg-alert-info {
    border: thin solid #bee5eb;
    color: #0c5460;
    background-color: #d1ecf1;
    border-radius: 6px;
}

.simorg-alert-warning i {
    color: #cd0000;
}

/* comments */
.form-comments {
    display: flex;
    flex-direction: column;
}

.form-comments.commenter {
    border-top: thin solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}

.form-comments .comment {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 5px;
}

.form-comments .comment .profile-photo {
    margin-right: 10px;

}

.form-comments .comment .profile-photo img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.form-comments .comment .profile-photo i {
    margin: 0;
    padding: 0;
}

.form-comments .comment .profile-photo {
    margin-top: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 5px;
}

.form-comments .comment .comment-content strong.sender {
    color: #4F7193;
}

.form-comments .comment .comment-content {
    width: 100%;
}

.form-comments .comment .comment-content p {
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 5px;
    background-color: #efefef;
    padding: 10px;
    text-align: justify-all;
}
.form-comments .comment .comment-content p > span {
    white-space: pre-line;
}

.form-comments .comment .comment-content small {
    font-style: italic;
    padding-right: 15px;
    padding-top: 4px;
    float: right;
}

.form-comments .comment .comment-content textarea {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: thin solid #ccc;
    width: 100%;
    height: 70px;
    padding: 10px;
}

.form-comments .comment .comment-content button {
    float: right;
    margin-top: 4px;
}

.issue-detail-title span {
    line-height: 22px;
}

.issue-detail-title a {
    float: right;
    margin-right: 10px;
    line-height: 22px;
    text-indent: 20px;
    font-size: 14px;
    cursor: pointer;
}

.issue-detail-title:after {
    content: '';
    display: block;
    clear: both;
}

.issue-detail-container {
    padding: 6px
}

.issue-detail-form-container {
    display: none;
}

.issue-detail-form-container {
    padding: 10px;
}

.worklog-textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
}

.issue-detail .worklog {
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.issue-detail input.issue-detail-input {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 5px;
}

.issue-detail .worklog:hover {
    background-color: #efefef;
}

.issue-detail .worklog .worklog-content {
    width: 100%;
    padding-left: 10px;
}
.issue-detail .worklog .worklog-content p span {
    white-space: pre-line;
}

.issue-detail .worklog .worklog-info {
    display: block;
}

.issue-detail .profile-photo .user-icon {
    font-size: 32px;
}

.issue-detail .worklog .worklog-buttons {
    float: right;
    text-align: right;
    margin-right: 5px;
}

.issue-detail .worklog .worklog-buttons a {
    color: #828282;
    display: none;
}

.issue-detail .worklog .duration {
    text-align: right;
    display: block;
}

.issue-detail .worklog:hover .worklog-buttons a {
    display: inline;
}

.issue_attachment {
    padding: 8px 8px 8px 10px;
    display: flex;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #efefef;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}

.attachment_file {
    overflow: hidden;
    align-self: center;
}

.attachment_downloads_buttons {
    text-align: right;
    width: 90px;
}

.comment_buttons {
    padding-left: 6px;
    display: none;
}

.comment:hover .comment_buttons {
    padding: 9px 6px;
    display: inline;
}

.comment_buttons a {
    text-decoration: none;
    color: #333;
}

.issue-histories ul {
    margin: 0;
    padding: 0;
}

.issue-histories ul li {
    list-style: none;
    padding: 10px;
    border-bottom: thin solid #eee;
    position: relative;
    line-height: 2.0em;
}

.issue-histories ul li:hover:before {
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: #ECEFF4;
}

.issue-histories ul li:hover {
    background-color: #f9f9f9;
}

.issue-histories ul li strong {
    font-weight: 600;
    color: #333333;
}

.issue-histories ul li del {
    padding: 3px 6px;
    background-color: #cd0000;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 9px !important;
    white-space: normal;
    display: inline-block;

}

.issue-histories ul li ins {
    padding: 3px 6px;
    background-color: #78cd47;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 9px !important;
    white-space: normal;
    display: inline-block;

}

.worklog .profile-photo img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.responsible-personal {
    display: flex;
    margin-bottom: 3px;
    border-top: thin dashed #efefef;
    border-bottom: thin dashed #efefef;
    padding: 5px;

}

.responsible-personal:hover {
    background-color: #f6f6f6;
}

.responsible-personal i {
    margin-right: 5px;
    font-size: 15px;
    color: #b21c17;
    cursor: pointer;
}

#counter-add-form {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 90%;
    border: 1px solid #000;
    padding: 10px;
}

.counter-selected-span {
    display: block;
}

.counter-input {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}

.counter-last-record {
    text-align: right;
}

.counter-read-number, .related-person-div {
    display: flex;
    margin-bottom: 3px;
    border-top: thin dashed #efefef;
    border-bottom: thin dashed #efefef;
    padding: 5px;
}

.counter-read-number:hover {
    background-color: #f6f6f6;
}

.counter-read-number i {
    margin-right: 5px;
    font-size: 15px;
    color: #b21c17;
    cursor: pointer;
}

#hardware-center ul, #hardware-center li {
    list-style-type: none;
    color: #000000;
    border: 1px solid #d6d6d6;
}

#hardware-center ul, #sTree2, #sTreePlus {
    padding: 0;
    background-color: #eff1f3;
}

#sTree2 li, #sTreePlus li, #hardware-center ul#sortableListsBase li {
    padding-left: 36px;
    margin: 5px;
    border: 1px solid #d6d6d6;
    background-color: #cbcbcb;
}

#hardware-center li div {
    padding: 7px 5px;
    background-color: #ffffff;
}

#hardware-center li, #hardware-center ul, #hardware-center div {
    border-radius: 3px;
}

#hardware-center img.descPicture {
    display: block;
    width: 100%;
    margin: 0 7px 30px 0;
    float: left;
    cursor: pointer;
}

#hardware-center img.descPicture.descPictureClose {
    width: 150px;
}

#sTree2, #sTreePlus {
    margin: 10px auto;
}

#sTree2 li {
    cursor: move;
}

.device-configuration #sTree2 li {
    cursor: pointer;
}

.c2 {
    padding: 2px 5px;
    cursor: pointer;
}

.c3 {
    color: #f77720;
    padding: 2px 5px;
    cursor: pointer;
}

.form-modal {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px;
    min-width: 200px;
}

.addSpan {
    float: right;
    margin-right: 10px;
    line-height: 22px;
    text-indent: 20px;
    cursor: pointer;
    background-position: left;
    background-repeat: no-repeat;
}

input.error, textarea.error {
    /* border-color: #cd0000 !important; */
    border: thin solid #cd0000 !important;
}

select.error {
    border-color: #cd0000;
}

select.error ~ .select2 .select2-selection.select2-selection--single {
    border: thin solid #cd0000 !important;
}

.mt-5 {
    margin-top: 5px;
}

.part-define-window, .part-move-window, .part-order-window, .part-receive-window,
.tool-define-window, .tool-move-window, .tool-order-window, .tool-receive-window,
.part-direct-receive-window, .tool-direct-receive-window,
.transferPartWindow, .removePartWindow {
    top: 70px !important;
    width: 1000px !important;
    max-width: 1000px !important;
}

.part-receive-window, .part-direct-receive-window,
.tool-receive-window, .tool-direct-receive-window {
    top: 25px !important;
}

.part-define-window .fields, .part-move-window .fields, .part-order-window .fields, .part-receive-window .fields,
.tool-define-window .fields, .tool-move-window .fields, .tool-order-window .fields, .tool-receive-window .fields,
.part-direct-receive-form .fields, .part-direct-receive-attachment .fields,
.tool-direct-receive-form .fields, .tool-direct-receive-attachment .fields {
    width: 475px !important;
}

.part-define-input, .part-move-input, .part-order-input, .part-receive-input,
.tool-define-input, .tool-move-input, .tool-order-input, .tool-receive-input,
.transferPartWindow .issue-input, .removePartWindow .issue-input {
    width: 300px !important;
    max-width: 300px !important;
}

.part-define-input:disabled, .part-move-input:disabled, .part-order-input:disabled, .part-receive-input:disabled,
.tool-define-input:disabled, .tool-move-input:disabled, .tool-order-input:disabled, .tool-receive-input:disabled,
.transferPartWindow .issue-input:disabled, .removePartWindow .issue-input:disabled {
    background-color: #f4f4f4 !important;
}

.transferPartWindow #searchTool {
    width: 600px !important;
    max-width: 600px !important;
}

.part-define-input label span, .part-move-input label span,
.tool-define-input label span, .tool-move-input label span {
    position: unset !important;
}

.part-order-status-expand, .part-move-from_location-expand, .part-move-to_location-expand,
.tool-order-status-expand, .tool-move-from_location-expand, .tool-move-to_location-expand {
    cursor: pointer;
    padding: 0 5px 0 0;
    margin: 0;
}

.part-history-expand,
.tool-history-expand {
    cursor: pointer;
    padding: 7px 8px 0 0;
    margin: 0;
}

#part-history-div #history-container ul,
#tool-history-div #history-container ul {
    display: none;
}

.part-define-device-plus,
.tool-define-device-plus {
    position: absolute;
    float: right;
    margin-top: -24px;
    margin-left: 310px;
    font-size: 15px;
    padding: 1px;
    cursor: pointer;
}

#partSearchContents, #part_search, #part_define_search, #part_order_search,
#toolSearchContents, #tool_search, #tool_define_search, #tool_order_search,
#configurationSearchContents, #configuration_search {
    overflow: visible !important;
}

#part_search #partSearchContents input,
#tool_search #toolSearchContents input {
    max-width: 95px;
}

#part_define_search #partSearchContents input,
#tool_define_search #toolSearchContents input {
    max-width: 130px;
}

#part_order_search #partSearchContents input,
#tool_order_search #toolSearchContents input,
#device_configuration_search #configurationSearchContents input {
    max-width: 160px;
}

#partSearchContents .part-search-button-span,
#toolSearchContents .tool-search-button-span,
#configurationSearchContents .configuration-search-button-span {
    float: left;
    margin-top: 10px;
    margin-left: calc(50% - 82px);
}

#partSearchContents .part-search-button,
#toolSearchContents .tool-search-button,
#configurationSearchContents .configuration-search-button {
    width: 80px;
}

.part-search-other {
    margin-left: 33% !important;
    color: #ff0000;
}

.part-order-table,
.tool-order-table {
    width: 100%;
}

.part-order-table thead th,
.tool-order-table thead th {
    text-align: left;
    background-color: #ECEFF4;
}

.part-order-table tfoot td,
.tool-order-table tfoot td {
    height: 50px;
    text-align: center;
}

.part-order-table input,
.tool-order-table input {
    max-width: 90%;
}

.part-order-window .part-order-fields, .part-receive-window .part-order-fields,
.tool-order-window .tool-order-fields, .tool-receive-window .tool-order-fields {
    display: inline-block;
    width: 900px !important;
    margin: 10px 0 0 30px;
}

.part-order-window .part-order-add-input,
.tool-order-window .tool-order-add-input {
    display: none;
}

.part-order-window #addOrderItem,
.tool-order-window #addOrderItem {
    width: 250px;
}

.part-order-item-div,
.tool-order-item-div {
    display: block;
}

.part-order-item-div div,
.tool-order-item-div div {
    display: block;
    padding: 1px;
    overflow: hidden;
    white-space: nowrap;
}

.part-order-item-div span,
.tool-order-item-div span {
    display: inline-block;
    width: 65px;
    font-weight: bold;
}

.part-order-comment-box .commenter,
.tool-order-comment-box .commenter {
    border-top: none;
    margin-top: 0;
}

.part-order-comment-box #comment-container,
.tool-order-comment-box #comment-container {
    padding: 0;
}

.part-order-comment-box .comment,
.tool-order-comment-box .comment {
    margin: 5px 10px;
}

.part-order-comment-box .comment:first-child,
.tool-order-comment-box .comment:first-child {
    margin-top: 10px;
}

.part-order-comment-box .comment:last-child,
.tool-order-comment-box .comment:last-child {
    margin-bottom: 10px;
}

.part-order-comment-box .notice, .part-receive-attachment-box .notice, .part-order-attachment-box .notice,
.tool-order-comment-box .notice, .tool-receive-attachment-box .notice, .tool-order-attachment-box .notice {
    background-color: #eee !important;
    border: 1px solid #d3d3d3 !important;
    color: #000000 !important;
}

.part-order-comment-box .notice i, .part-receive-attachment-box .notice i, .part-order-attachment-box .notice i,
.tool-order-comment-box .notice i, .tool-receive-attachment-box .notice i, .tool-order-attachment-box .notice i {
    color: #000000 !important;
}

.part-order-comment-box .notice, .part-order-attachment-box .notice,
.tool-order-comment-box .notice, .tool-order-attachment-box .notice {
    margin: 5px 0;
}

.part-order-attachment-box .issue-attachments,
.tool-order-attachment-box .issue-attachments {
    margin-top: 5px;
    padding: 0 !important;
}

.part-order-receive-buttons,
.tool-order-receive-buttons {
    text-align: right;
    margin-bottom: 10px;
}

.part-order-comment-item,
.tool-order-comment-item {
    display: block;
    color: #ff0000;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.part-form-table span,
.tool-form-table span {
    padding: 5px 0 5px 5px;
}

.part-form-table .form_field_label,
.tool-form-table .form_field_label {
    padding: 7px 5px;
}

.part-form-table .multiple_select span,
.tool-form-table .multiple_select span {
    padding: 0 0 0 5px;
}

.part-action-buttons button,
.tool-action-buttons button {
    min-width: 70px;
    min-height: 30px;
}

.amount-currency {
    min-width: 80px !important;
    display: inline-block;
}

.ms-parent, .ms-parent button span {
    font-size: 11px !important;
}

.window-body .fields .issue_attachment {
    width: 282px;
}

.system_filter_div #system_filter {
    width: 100% !important;
}

.fields .field label {
    min-width: 120px;
}

.window-body .fields .issue_attachment .part-receive-file,
.window-body .fields .issue_attachment .tool-receive-file {
    cursor: pointer;
}

.part-receive-attachments .issue_attachment,
.tool-receive-attachments .issue_attachment {
    display: inline-flex;
    width: 215px !important;
    margin-right: 4px;
    padding: 4px 8px 4px 10px;
}

.configuration-service-request table {
    margin-top: 10px;
}

.configuration-service-request thead,
.part-total-quantity-table thead,
.tool-total-quantity-table thead {
    font-weight: bold;
    background-color: #FFFFFF;
    text-align: left;
}

.configuration-service-request thead th,
.part-total-quantity-table thead th,
.tool-total-quantity-table thead th {
    padding: 6px 3px;
}

.configuration-service-request td,
.part-total-quantity-table td,
.tool-total-quantity-table td {
    padding: 4px 2px;
}

#addPart:disabled {
    background-color: #dedede;
    cursor: not-allowed;
}

.ComboTreeItemParent ul {
    display: none;
}

.menu-badge {
    position: relative;
    font-size: 8px;
    padding: 2px;
    color: #fff;
    background-color: #cd0000;
}
.quick-menu-handler {

}
.quick-menu {
    float:right;
    margin-right:10px;
    position: relative;
}
.quick-menu-content {
    z-index: 3;
    display: none;
    position: absolute;
    margin:0;
    padding:0;
    right: -5px;
    background: #fff;
    list-style: none;
    border: thin solid #b2b2b2;
    text-align: left;
    width: 150px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);    }
.quick-menu-content li {
    margin: 0;
    padding: 0;
}
.quick-menu-content li a {
    display: block;
    padding: 3px;
    border-bottom: thin solid #eee;
}
.quick-menu-content li a:hover {
    background-color: #e1e5e8;
}
.quick-menu-content li a i {
    margin: 0 !important;
    padding: 0 !important;
    color: #333;
    text-indent: 0;
}

.related-person-info {
    width: 100%;
}

.related-person-info span {
    display: inline-block;
    min-width: 95px;
    font-size: 11px;
    font-weight: bold;
}

.issue-detail .related-person-buttons {
    float: right;
    text-align: right;
    margin-right: 5px;
}

.issue-detail .related-person-buttons a {
    color: #828282;
    display: none;
}

.issue-detail .related-person-div:hover .related-person-buttons a {
    display: inline;
}

.issue-detail .related-person-div:hover {
    background-color: #f6f6f6;
}


.sim_tooltip {
    display: inline-block;
    border-bottom: 1px dotted #2e3e50;
}

.sim_tooltip .sim_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #2e3e50;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: fixed;
    z-index: 9999;
}

.sim_tooltip:hover .sim_tooltiptext {
    visibility: visible;
}


@media print {

    *{  transition: none !important;   overflow: hidden !important; }



    #parameters_div {
        display: none;
    }

    html, body {
        /* NEUTRALIZE 'layout container' styles */
        overflow: visible !important;
        width: auto !important;
        height: auto !important;
        background: #ffffff !important;
    }

    .ui-layout-pane,
    .ui-layout-resizer,
    .ui-layout-toggler {
        /* NEUTRALIZE 'layout element' styles */
        display: none !important; /* hide ALL by default */
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* SHOW ONLY the panes you want */
    .ui-layout-pane-center {
        display: block !important;
    }

    .ui-layout-east, .ui-layout-center, .ui-layout-west{
        /* NEUTRALIZE 'layout element' styles */
        top: auto !important;
    }

    /* float the east pane to create a sidebar */
    .ui-layout-pane-east, .ui-layout-pane-west {
        display: none;
    }

    .grid_body_tr td {
        border-bottom: 1px solid #000;
    }

    #grid_list_container, .ui-layout-content {
        height: auto;
        overflow: visible !important;
    }

    #grid_list_status {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 2px dashed #000;
        text-indent: 10px;
        font-size: 2em;
    }

    body {
        margin-top: 20px;
    }

    td {
        text-align: left;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    th {
        text-align: left;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }

    .onlyPrint {
        display: block;
    }

    .dontPrint {
        display: none;
    }

    .process_tooltip{
        display: none !important;
    }


    .graph{
        text-align: center !important;
    }

    .highcharts-container {
        margin: 0 auto !important;
        width: auto !important;
        text-align: center !important;

    }

    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
}

.fc-button {
    color: #fff !important;
}

.badge {
    padding: 4px 8px;
    border-radius: 6px;
}

.badge.primary {
    background-color: #1165aa;
    color: #fff;
}

.ckeditor5-action-bar {
    margin-top: 5px;
    display: none;
    text-align: right;
}



@page {
    size: A4;
    margin-top: 9mm;
    margin-bottom: 8mm;
    margin-left: 7mm;
    margin-right: 7mm;
}
@media print {
    body {
        width: 960px !important;
        overflow: hidden;
    }
    #container {
        max-width: 960px !important;
    }

}

.filter-active {
    background-color: #2E3F50;
    color: #fff !important;
    border-color: #283f5e !important;
}
.droppable-hover  {
    background: #ECEFF4 !important;
    padding:5px 0;
}

.filter-sr,
.filter-device {
    display: flex;
    border: thin solid #ececec;
    background-color: #ECEFF4;
    margin-bottom: 4px;
    padding: 6px;
    justify-items: start;
    flex-wrap: wrap;
}

.filter-sr-wrapper {
    display: flex;
    border: thin solid #ececec;
    background-color: #ECEFF4;
    margin-bottom: 4px;
    padding: 6px;
    justify-items: start;
    flex-wrap: wrap;
}

.filter-select {
   width: 100%;
    height: 35px !important;
    top: 2px;

}

.dateRange {
    width: 212px;
}

.filter-field {
    width:250px;    
    margin-right: 20px;
    margin-bottom: 10px;
}
.filter-field  .select2-search__field { 
    width: 100% !important;
}
.filter-field label.field-label {
    display: inline-block;
    font-weight: bolder;
    color: #555555;
    padding: 2px 0 10px 5px;
}
.toast-message {
    font-size: 14px;
}

.saved-filter-button {
    font-weight: 500;
    border-radius: 3px;
    outline: 0;
    /* box-shadow: 0 1px 1px rgb(90 90 90 / 10%); */
    text-align: center;
    color: rgba(0, 0, 0, 0.87) !important;
    /* 
    */
    border: 1px solid #dddee0;
    cursor: pointer;
    display:flex;
}

.saved-filter-button.current-filter {
    border: 1px solid #1165aa;
}
.saved-filter-button a.saved-filter-delete-button {
    padding: 6px 12px;
    color:#333;
    /* border-radius: 3px; */
    transition: all 0.2s ease-in-out;
    background-color: #eee;

}

.saved-filter-button a.saved-filter-delete-button:hover {
    color:#eee;
    background-color: #cd0000;
}

.saved-filter-button a.saved-filter-action {
    padding: 6px 20px;
    background-color: #ffffff;
    /* border-radius: 3px; */


    flex:1;
    
}
.saved-filter-button a.saved-filter-action:hover {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #f2f2f2 !important;
    border-color: #c7cacd !important;
}

.dropdown_button {
    position:relative;
    display:inline;
}

.dropdown_button ul {
    position: absolute;
    display:none;
    background:white;
    width:150px; 
    z-index:200;
    right:0;
    padding:10px;
    box-shadow:2px 2px 5px rgba(0,0,0,.3);
    margin:0;
    list-style:none;
}

.dropdown_button ul li {
    padding:0;
    text-align: left !important;

}

.dropdown_button ul li a {
    cursor:pointer;
    padding:5px;
    display:block;
    border-bottom:thin solid #eee;
    text-align: left !important;
}
/** Dropdown Button **/
.btn-dropdown-container {
    position: relative;
}

.btn-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: thin solid #eee;
}

.btn-dropdown-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-dropdown-content ul li a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
}

.btn-dropdown-content ul li a:hover {
    background-color: #f1f1f1;
}

/*.btn-dropdown-container:hover .btn-dropdown-content {*/
/*    display: block;*/
/*}*/