@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 200;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../webfonts/OpenSans-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../webfonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../webfonts/OpenSans-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Open Sans Bold'), local('OpenSans-OpenSans-Bold'), url(../webfonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../webfonts/OpenSans-ExtraBold.ttf) format('truetype');
}
/*
    OpenSans-BoldItalic.ttf
    OpenSans-ExtraBoldItalic.ttf
    OpenSans-Italic.ttf
    OpenSans-LightItalic.ttf
    OpenSans-SemiBoldItalic.ttf
*/

.siz-30 {
    width: 30px;
}

.siz-60 {
    width: 60px;
}

.siz-60 {
    width: 60px;
}

.cl-1, .cl-2, .cl-3, .cl-4, .cl-5, .cl-6, .cl-7, .cl-8, .cl-9, .cl-10 {
    border: 1px solid lightblue;
}

.w100 {
    width: 100%;
}

h1 {
    font-size:1.8rem;
    font-weight: 500;
    font-family: Open Sans,Consolas, monaco, monospace;
}

h2 {
    font-size:1.5rem;
    font-weight: 400;
    font-family: Open Sans,Consolas, monaco, monospace;
}

h3 {
    font-size:1.2rem;
    font-weight: 300;
    font-family: Open Sans,Consolas, monaco, monospace;
}

h4, body, html {
    font-size:1rem;
    font-weight: 300;
    font-family: Open Sans,Consolas, monaco, monospace;
}

h5 {
    font-size:0.8rem;
    font-weight: 200;
    font-family: Open Sans,Consolas, monaco, monospace;
}

.tbtn {
    padding: 0rem 0.4rem;
    background-color: #5395dc;
    border-color: #ffffff;
    border-radius: .2rem;
    color: #fff;
    border: 1px solid transparent;
    min-width: 30px;
}

.tbtn:hover {
    background-color: #007fff;
}

.tbtn:active {
    border: 1px solid;
    border-color: #056b38;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


body, html {
    height: 100%;
}
.bg {
    /* The image used */
    /*background-image: url("../img/main_page.jpg");*/

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color : #ffffff;
    font-size: 120px;
}

.date-back {
    background-color: #75c4b0;
}

.hidden_border{
    border-top: hidden;
}

.frow {
    height: 100px;
}

.frow,table {
    height: 100px;
}

.feeders {
    border: 1px solid #AAA;
    text-align:center;
    vertical-align: top;


}


#mainwindow {
    height: 600px;
}

.feeders {
    background-color: #EEEEEE;
}

.feeder {

}

.feeder-pointer:hover{
    opacity: 0.7;
    cursor:pointer
}

.nozzle-pointer:hover{
    opacity: 0.7;
    cursor:pointer
}

#head {
    position:relative;
    left:30px;
    top:50px;
    background-color: #AAEEEE;
    width:76%;
    height:100px;
    border: 1px solid #73AD21;
}

.nozzles {
    background-color: #9999CC;
}

.nozzles:hover {
    background-color: #EEEEAA;
    cursor:pointer;
}

.camera {
    background-color: #b992d2;
}
#customFile .custom-file-input:lang(en)::after {
    content: "Select file...";
}

#customFile .custom-file-input:lang(en)::before {
    content: "Click me";
}

/*when a value is selected, this class removes the content */
.custom-file-input.selected:lang(en)::after {
    content: "" !important;
}

.custom-file {
    overflow: hidden;
}
.custom-file-input {
    white-space: nowrap;
}

.feeder-back{
    background: #f3f180;
}

.neoden-back{
    background-image: url("../img/neoden8.jpg");
    background-position: center;
    background-size: 670px;
    margin-right: 11%;


}
.popover {

    max-width: 650px;
    height: auto;
}

.feeder-input {
    border: none;
    background: transparent;
}
.btn-arrow-end b,
.btn-arrow-start b,
.btn-arrow-right b,
.btn-arrow-left b {
    color:violet;
    font-size:1.5rem;
}
.btn-arrow-end,
.btn-arrow-start,
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding: 0px 18px 0px 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

.btn-arrow-start {
    padding-right: 36px;
}

.btn-arrow-end {
    padding-left: 36px;
}
.btn-arrow-end:before,
.btn-arrow-start:after,
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
    /* make two squares (before and after), looking similar to the button */

    content: "";
    position: absolute;
    top: 4px;
    /* move it down because of rounded corners */

    width: 27px;
    /* same as height */

    height: 28px;
    /* button_outer_height / sqrt(2) */

    background: inherit;
    /* use parent background */

    border: inherit;
    /* use parent border */

    border-left-color: transparent;
    /* hide left border */

    border-bottom-color: transparent;
    /* hide bottom border */

    border-radius: 0px 4px 0px 0px;
    /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */

    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-end:before,
.btn-arrow-start:after,
.btn-arrow-end:before,
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-start:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */

    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-end:before,
.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */

    left: -13px;
}
.btn-arrow-start:after,
.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */

    right: -13px;
}

.btn-arrow-start:after,
.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */

    z-index: 1;
}
.btn-arrow-end:before,
.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */

    background-color: #fcfcfc;
}



.responsive{
    height:700px;
    width: 1200px;
    overflow:scroll;
}
thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}


.modal-content.wide-box{
    width: 1240px; !important;
    height: 800px;
    position: absolute;
    left: -28%;
    top: -28%;

}

.select-feeder {
    width: 400px;
    height: 400px;
    padding: 8px 16px;
    border:solid 2px #000000;
}

.big-checkbox {
    width: 25px;
    height: 25px;
}

.version{
    font: italic small-caps bold 12px/30px Georgia, serif;
}

.list-group{
    max-height: 200px;
    max-width: 600px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}

.modal-height{
    height: 800px !important;
}
.column-height{
    height: 650px;
}

.window-border{
    width:  500px;
    border-right: solid 1px #000000;
}
.wide-components{
    width:1150px;
}

.input-background{
    background: #ffffff;
}

.table-border{
    border-right: solid 5px #22408c;
}

.input-spacing{
    padding-right: 5px;
}

.table-scroll {
    display: block;
    height: 600px;
    overflow-y: auto;
}
.table-scroll-search {
    display: block;
    height: 400px;
    overflow-y: auto;
}

.btn-spacing{
    padding: 14px;
}

.container-comps{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wide-search{
    width: 1370px;
}

.modal-special {
    position: absolute;
    top: 0%;
    left: 20%;
    transform: translate(-40%, -50%);
}
.alert-empty{
    background: #e06d6d;
}

.table-spacing{
    padding-left: 30px;
}

.table-select tr:hover {filter: brightness(80%);}

.feeder-full{
    background: #71c3c3;
}
.feeder-error {
    background: #ee5f5b;
}
.feeder-warning{
    background: #f5eb1f;
}
.feeder-new{
    background: #6fcb83;
}
.feeder-skip{
    background: #c6c6ca;
}
.icon-container {
    height: 32px;
    width: 32px;
}



.icon-container-rotate{
    height: 32px;
    width: 32px;
    transform: rotate(90deg);
}
.rectangle-error {
    height: 34px;
    width: 150px;
    background-color: #ee5f5b;
    text-align: center;
    padding: 3px;
    border: 0.2px solid #000000;
}
.rectangle-total {
    height: 34px;
    width: 150px;
    background-color: #fff;
    text-align: center;
    padding: 3px;
    border: 0.2px solid #000000;
    
}
.rectangle-full {
    height: 34px;
    width: 150px;
    background-color: #71c3c3;
    text-align: center;
    padding: 3px;
    border: 0.2px solid #000000;
}
.rectangle-new {
    height: 34px;
    width: 150px;
    background-color: #6fcb83;
    text-align: center;
    padding: 3px;
    border: 0.2px solid #000000;
}
.rectangle-warning {
    height: 34px;
    width: 150px;
    background-color: #c6c6ca;
    text-align: center;
    padding: 3px;
    border: 0.2px solid #000000;
}

.new-assigned {
    background: #6fcb83 !important;
    background-color: #6fcb83 !important;
}
.full-class {
    background: #9bd6d1;
}
.search-container{
    width: 400px;
    height: 50px;
}

.error-msg{
    background: #de7979;
    opacity: 1;
    animation: fade 1s linear;

}
.warning-msg{
    background: #dec579;
    opacity: 1;
    animation: fade 1s linear;

}

@keyframes fade {
    0%{ opacity: 0 }
    100% { opacity: 1 }
}

.soft-container{
    height: 32px;
    width: 32px;
    margin-right: 25px;
}

.soft-container-long{
    height: 54px;
    width: 54px;
    position: relative;
    top: -8px;
    margin-right: 25px;

}
.attached-component{
    background: #00ff77; !important;
}

.rectangle-new-feeder {
    height: 40px;
    width: 50px;
    background-color: #6fcb83;
    text-align: center;
    padding: 7px;
    border: 1px solid gray;
}
.rectangle-load-feeder {
    height: 40px;
    width: 50px;
    background-color: #71c3c3;
    text-align: center;
    padding: 7px;
    border: 1px solid gray;
}
.rectangle-empty-feeder {
    height: 40px;
    width: 50px;
    background-color: #EEEEEE;
    text-align: center;
    padding: 7px;
    border: 1px solid gray;
}

.rectangle-full-feeder {
    height: 40px;
    width: 50px;
    background-color: #9bd6d1;
    text-align: center;
    padding: 7px;
    border: 1px solid gray;
}

.color-container{
    margin-top: 1%;
    margin-right: 1%;

}


#user_manual {
    position: fixed;
}

.quick-start {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

#neoden-news{
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

.guide {
    overflow: auto;
    height: 600px;
}

.meniu-background{
    background: rgba(234, 238, 238, 0.95);
}

.login-container{
    position: center;
    width: 50%;
    height: 50%;
}

.news-container{
    margin: 12px;
}

.about-container{
    margin: 15px;
    text-align: justify;
}

.feeder-icon{

    width: 24px;
    height: 24px;
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;


}

canvas {

}