.wrong,.login-container,.login-container>div>div .btn-success {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 417px;
}

.login-container {
    height: 100%;
    display: table;
    padding: 10px
}

.login-container>div {
    display: table-cell;
    vertical-align: middle
}

.login-container>div>div {
    padding: 100px 0;
    max-width: 500px;
    margin: auto
}

.goToPlanDetails {
    background: transparent !important;
    color: #337ab7 !important;
    border: none !important;
    display: none;
}

.wrong, .login-container, .login-container>div>div .btn-success {
    width: 100%;
}

.mgb-small {
    margin-bottom: 20px;
}

.bgdg {
    background: #6c6c6c;
}

.mg0 {
    margin: 0;
}
.mg-auto {
    margin: auto;
}
.pd0 {
    padding: 0 !important;
}

.pause-play {
    width: 34px;
    height: 26px;
    font-size: 10px;
    display: none;
}

.repeated {
    background: #ffd9d9 !important;
}

#users-table a,
#users-table a:hover,
#users-table a:active,
#users-table a:focus,
#users-table a:visited {
    color: inherit;
    text-decoration: none;
}

.pad15 {
    padding: 15px;
}

.pad10 {
    padding: 10px;
}

.material-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bgwhite {
    background: white;
}

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

.epoptia-container {
    width: 80%;
    margin: auto;
}

.table-responsive {
    height: 500px;
}

.error {
    border: 1px solid #a94442;
}

.form-control-feedback.glyphicon-eye-open:before {
    content: ""
}

.password-field .glyphicon-eye-open.absolute {
    top: 10px;
    right: 10px;
    cursor: pointer
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.form-group.password-field {
    margin-bottom: 0;
}

.logo-login {
    width: 500px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    padding: 18px;
}

table#users-table th, table#roles-table th {
    white-space: nowrap;
}

.upload-images-bth {
    height: 37px;
    margin-left: 5px;
}

.no-internet {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 0;
}

.alert-triangle {
    animation: blink 1s linear infinite;
    color: #FF851B;
    font-size: 18px;
}

.quick-search-results {
    max-height: 250px;
    overflow-y: auto;
}

.quick-search-results ul {
    margin: 10px 0;
}

.quick-search-results ul > li {
    padding: 5px 0;
    border-bottom: 1px solid #fafafa;
    cursor: pointer;
}

.quick-search-results ul > li:hover {
    background: #fafafa;
}

.quick-search-results ul > li:last-of-type {
    border-bottom: 0;
}

.dsn {
    display: none;
}

.dsb {
    display: block;
}

.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon i {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    top: 0;
}

/* align icon */
.left-addon i  { left:  0;}
.right-addon i { right: 0;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.dropdown-menu.inner .media-left img {
    width: 120px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.cpanel label {
    font-size: 12px;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#epoptia-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1051;
    opacity: 0.7;
    top: 0;
    display: none;
}

#loading-icon {
    z-index: 999;
    position: fixed;
    color: rgba(11,147,20,0.95);
    right: 0;
    left: 0;
    top: 40%;
    margin: auto;
}

textarea {
    resize: vertical;
}

.media, .media-body {
    overflow: visible;
}

.epoptia_record, .epoptia_record a {
    color: #045FB4 !important;
}

.qq-uploader {
    overflow: hidden;
}

.file-name {
    font-size: 10px;
    background: grey;
    color: white;
    padding: 5px;
    border-radius: 12px;
    bottom: -5px;
    left: 0;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.uploaded-file {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 100px;
}

.delete-file, .remove-file {
    top: 5px;
    right: 5px;
}

.se-list {
    padding: 5px;
    border: 2px dotted grey;
    border-radius: 5px;
    margin: 5px;
}

.se-list li {
    border: 1px solid grey;
    padding: 5px;
    margin: 5px 0;
    background: white;
    position: relative;
    text-align: center;
}

.se-list li i {
    display: none;
}

.se-list.workflow li:last-of-type {
    margin-bottom: 0;
}

.se-list.workflow li:last-of-type i {
    display: none;
}

.se-list.workflow li {
    margin: 0 0 25px;
}

.se-list.workflow li i {
    font-size: 20px;
    color: green;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.se-info-list {
    margin: 0;
}

.se-info-list li {
    float: left;
    border: 0px;
    padding: 0px;
    margin: 0px;
    color: white;
    font-size: 10px;
}

.se-info-list li:last-of-type {
    color: black
}

.se-info-list li div {
    width: 25px;
    line-height: 23px;
}

.ui-widget.ui-widget-content {
    z-index: 10001 !important;
}

.header-title {
    color: #0052cc;
}

.uploaded-files {
    width: 100%; min-height: 60px; background: #fdfdfd; margin:0px; border: 1px dashed #ccc; padding: 5px;
}
.uploaded-files > li {
    margin: 5px;
}

.lmast-name {
    width: 450px;
    white-space: initial;
    margin: 5px 0;
}

.default {
    background: #555555;
}

.fline-progress {
    background: #FF851B !important;
}

.fline-progress .line-dot {
    /*border-color: #FF851B !important;*/
}

.fline-pause {
    z-index: 5;
}

.fline-pause:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 0;
    border: 12px solid rgba(255, 255, 255, 0);
    border-left: 12px solid #FF851B;
    border-top: 10px solid #FF851B;
    z-index: -1;
}

.breadcrumb {
    background: none;
    font-size: 25px;
}

.calendar-link {
    color: inherit;
    display: block;
    padding: 2px;
}

.calendar-link:hover, .calendar-link:active, .calendar-link:focus, .calendar-link:visited {
    text-decoration: none;
    color: inherit;
}

.calendar-link:hover {
    background: #ededed;
}

.block {
    color: white;
    position: absolute !important;
    font-size: 10px;
    font-weight: bold;
    background: #222d32;
}

.block .fa-paperclip {
    color: white;
}

.block.done-fline .fa-paperclip, .block.fline-progress .fa-paperclip, .block.paused-fline .fa-paperclip {
    color: black;
}

.cursor-move {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer;
}

.line-dot {
    width: 15px;
    height: 10px;
    border: 2px solid #222d32;
    background: white;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
}

.line-dot.output {
    bottom: -8px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.line-dot.input {
    top: -8px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius:0;
}

.line-dot.input.input-left, .line-dot.output.output-right {
    top: 41%;
    bottom: auto !important;
}

.line-dot.input.input-left {
    left: -86px;
    transform: rotate(-90deg);
}

.line-dot.output.output-right {
    right: -86px;
    transform: rotate(-90deg);
}


.block i.fa-times {
    top: -13px;
    font-size: 22px;
    color: #de5735;
    right: -7px;
    cursor: pointer;
}

.block i.fa-minus {
    top: 10px;
    font-size: 22px;
    color: #de5735;
    right: -10px;
    cursor: pointer;
}

.block i.fa-minus {
    display: none;
}

/*.block.group i.fa-minus {*/
    /*display: inline-block;*/
/*}*/


.block i.fa-cogs {
    cursor: pointer;
    bottom: 0;
    left: 0;
    font-size: 13px;
    z-index: 100;
}

.block .title {
    display: table;
    width: 80px;
    height: 65px;
}

.block .title > div {
    display: table-row;
}

.block .title > div > div {
    display: table-cell;
    vertical-align: middle;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
}

.strict-or {
    left: -8px;
    top: -10px;
}

.strict-or i {
    font-size: 15px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.strict-or i.fa-exclamation {
    background: #ff6300;
}

.strict-or i.fa-exchange {
    background: #ff544b;
}

.new-link-line, .link-line {
    position: absolute;
    z-index: 100;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    border: 1px dashed black;
}

.arrow {
    height: inherit;
}

.arrow:after, .arrow:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background: black;
    bottom: 24px;
}

.arrow:after {
    transform: rotate(55deg);
    right: -3px;
}

.arrow:before {
    transform: rotate(125deg);
    left: -3px;
}

.selected-line {
    background: grey;
    box-shadow: 0 9px 7px 3px grey;
}

.paused-fline {
    background: linear-gradient(to right bottom, #FF851B 50%, #222d32 50%)
}

.paused-fline.group {
    background: linear-gradient(to right bottom, #FF851B 50%, #1ABB9C 50%) !important;
}

.paused-fline .input, .paused-fline .input-left {
    /*border-color: #FF851B;*/
}

.done-fline {
    background: #4CAF50;
}
.done-fline .line-dot {
    /*border-color: #4CAF50 !important;*/
}

.out-of-time {
    width: 10px;
    height: 10px;
    background: red;
    right: 3px;
    top: 3px;
    border-radius: 50%;
}

.out-of-time-small {
    width: 4px !important;
    height: 4px;
    background: red;
    right: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
}

.checkit-se li .done-fline {
    background: #D8F6CE;
    color: #777;
}

@keyframes blink {
    50% { opacity: 0; }
}

.files-container {
    width: 100%;
    min-height: 60px;
    background: #fdfdfd;
    margin: 0;
    border: 1px dashed #ccc;
    padding: 5px;
}

.files-container li {
    margin-bottom: 5px;
}

.se-dropdown {
    max-height: 500px;
    overflow-y: auto;
}

.block.selecting{
    background: blue !important;
}

/*.block.group {*/
    /*background: #1ABB9C;*/
/*}*/

.group-node {
    width: 100px;
    line-height: 50px;
    background: red;
}

.group-dot.output-right {
    right: -107px !important;
}

.group-dot.input-left {
    left: -107px !important;
}

.days-view-list li {
    border: 0;
}

#seInfoGrid {

}

.receipe-smast-label {
    background: #5bc0de;
    color: white;
    padding: 5px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
}

.receipe-smast-label div {
    display: inline-block;
    background: black;
    width: 28px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    padding: 6px;
}

#section-to-print {
    display: none;
}

label.checkbox input[type="checkbox"] {
    opacity: 1;
}

@media print {
    body * {
        visibility: hidden;
        position: absolute;
    }

    body {
        margin: 0;
    }

    * {-webkit-print-color-adjust:exact;}
    #section-to-print, #section-to-print * {
        visibility: visible;
        text-align: left;
        position: relative;
    }

    #section-to-print > .print-container {
        page-break-after: always;
        text-align: right;
    }

    #section-to-print > .print-container .row {
        margin-bottom: 20px;
        font-size: 18px;
    }

    /*#section-to-print > table tr td.logo img {
        width: 100px !important;
    }

    #section-to-print > table tr:last-child {
        height: 68px;
    }*/

    #section-to-print .title {
        font-size: 15px;
        color: #045FB4 !important;
        font-weight: bold;
    }

    #section-to-print {
        overflow: hidden;
        margin: auto;
        width: 100%;
        font-size: 80%;
        display: block;
    }

    /*div.divFooter {
       position: fixed;
       bottom: -20px;
       left:0;
       right:0
     }*/
}
