html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    margin: 0;
    font: 11px/16px Arial, Helvetica, sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: underline;
}

p {
    margin: 0;
}

ul {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a:hover {
    text-decoration: underline;
}

a:active {
    background-color: transparent;
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #1e1b1b;
}

header, footer, article, section, hgroup, nav, figure, aside {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea {
    -webkit-appearance: none;
}

textarea,
input[type=submit],
input[type=text] {
    -webkit-border-radius: 0;
}

input[type=image],
button {
    padding: 0;
    border: none;
}

input[type="submit"]::-moz-focus-inner {
    border: 0
}

input[type="submit"] {
    cursor: pointer;
}

@font-face {
    font-family: OpenSans_Regular;
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans_Bold;
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}

.wrapper {
    background-image: url(../images/bg-img.png);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:100vh;
}

.page {
    max-width: 1192px;
    margin: 0 auto;
    border: 3px solid #b31f41;
}

#header {
    position: relative;
    padding: 27px 25px 0 0;
    background: #ffffff;
    overflow: hidden;
}

.row {
    margin: 0;
}

.logo {
    float: right;
    text-align: right;
    position: absolute;
    top: 26%;
    right: 2%;
}

.logo p {
    color: #898989;
    font: 10px/12px 'OpenSans_Regular';
}

.logo a {
    text-decoration: none;
}

.logo a:hover {
    text-decoration: underline;
}

.banner {
    width: 35%;
    padding: 15px 0 16px 15px;
    background: #898989;
}

.banner p {
    font: 13px/12px 'OpenSans_Bold';
    color: #fff;
}

#main {
    overflow: hidden;
    background: #ffffff;
    padding: 124px 105px 103px 105px;
}

.main-holder p {
    margin-bottom: 20px;
    color: #504f4f;
    font: 16px/19px 'OpenSans_Bold';
}

.main-bottom .btn {
    width: 16%;
    float: right;
    background: #b31f41;
    color: #fff;
    font: 11px/13px 'OpenSans_Bold';
    border: 2px solid #cacaca;
    padding: 15px 5px;
    border-radius: 2px;
}

.main-form {
    overflow: hidden;
}

.main-form .form label {
    color: #b31f41;
    font: 12px/14px 'OpenSans_Bold';
    margin-bottom: 6px;
}

.main-form input {
    width: 87%;
    height: 58px;
    border: 2px solid #bbbbbb;
    font: 30px/32px 'OpenSans_Regular';
    color: #898989;
    padding-left: 15px;
    margin-bottom: 24px;
}

.main-form .control-group {
    margin-bottom: 22px;
}

.main-form p {
    font: 8px/10px 'OpenSans_Regular';
    color: #898989;
    float: right;
    margin-bottom: 170px;
}

.bootstrap-select.btn-group .dropdown-menu li {
    display: block;
}

.main-form .btn {
    width: 17%;
    float: right;
    background: #b31f41;
    color: #fff;
    font: 11px/13px 'OpenSans_Bold';
    border: 2px solid #cacaca;
    padding: 14px 5px;
    border-radius: 2px;
}

.main-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.main-form .btn-group > .btn:first-child {
    width: 87%;
    float: left;
    height: 58px;
    border: 2px solid #bbbbbb;
    font: 30px/32px 'OpenSans_Regular';
    color: #898989;
    padding: 5px 5px 10px 15px;
    background: #fff;
}

.main-form .bootstrap-select.btn-group .dropdown-menu {
    width: 87%;
    height: 121px;
}

.main-form .bootstrap-select.btn-group .dropdown-menu {
    min-width: 0;
}

.main-form .bootstrap-select.btn-group .dropdown-menu li a {
    font: 30px/32px 'OpenSans_Regular';
    color: #898989;
}

.login-holder {
    padding: 146px 0 274px 0;
}

.login-form {
    overflow-x: hidden;
    max-width: 520px;
    padding: 26px 10px 54px 10px;
    text-align: center;
    width: 66%;
    margin: 0 auto;
    border: 3px solid #b31f41;
    background: #fff;
}

.login-form .holder {
    width: 69%;
    margin: 0 auto;
    margin-bottom: 3px;
}

.login-form .holder p {
    color: #898989;
    font: 19px/20px 'OpenSans_Regular';
    text-align: right;
    margin-bottom: 15px;
    padding-right: 26px;
}

.login-form .holder .tittle {
    background: #898989;
    padding: 8px 5px;
    font: 10px/12px 'OpenSans_Bold';
    color: #fff;
    text-align: center;
    padding-right: 0;
}

.login-form .form-horizontal {
    overflow: hidden;
}

.login-form .form-horizontal label {
    color: #b31f41;
    font: 12px/14px 'OpenSans_Bold';
    margin-bottom: 6px;
    float: left;
    padding-left: 39px;
}

.login-form .form-horizontal input {
    width: 83%;
    height: 58px;
    border: 2px solid #bbbbbb;
    font: 30px/32px 'OpenSans_Regular';
    color: #898989;
    padding-left: 15px;
    margin-bottom: 20px;
}

.login-form .form-horizontal .btn {
    width: 37%;
    float: right;
    background: #b31f41;
    color: #fff;
    font: 11px/13px 'OpenSans_Bold';
    border: 2px solid #cacaca;
    padding: 14px 5px;
    border-radius: 2px;
}

.login-form .form-horizontal p {
    margin-bottom: 13px;
    font: 11px/12px 'OpenSans_Regular';
    color: #898989;
    float: right;
    padding-right: 26px;
}

.login-form-button {
    padding-right: 38px;
}

.main-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 55px;
    padding: 0 136px;
}

.main-box .box {
    display: inline-block;
    width: 22%;
    height: 211px;
    background: #b31f41;
    cursor: pointer;
}

.modal-box h1 {
    font: 16px/18px 'OpenSans_Bold';
    color: #5f5f5f;
    margin-bottom: 55px;
    text-align: center;
}

.modal-bottom .btn {
    width: 16%;
    float: right;
    background: #b31f41;
    color: #fff;
    font: 11px/13px 'OpenSans_Bold';
    border: 2px solid #cacaca;
    padding: 15px 5px;
    border-radius: 2px;
}

.modal-bottom .modal-footer {
    border-top: none;
}

.modal-bottom .modal-header {
    border-bottom: none;
    text-align: center;
    font: 14px/16px 'OpenSans_Bold';
    color: #fff;
    margin-bottom: 1.5%;
}

.modal-content {
    background: #b31f41;
    padding-top: 24px;
    padding-bottom: 44px;
}

.modal-footer .btn {
    background: #7c8181;
    width: 25%;
    float: none;
    margin-right: 3%;
}

.modal-box {
    margin-top: -7%;
}

.modal-box .modal-bottom {
    margin-top: -5%;
    margin-right: -2%;
    margin-bottom: -8%;
}

.modal {
    top: 30%;
}

.modal-dialog {
    width: 660px;
}

.modal-footer {
    text-align: center;

}

ul,
li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.row {
    margin: 0;
}

.stap3 #header {
    padding: 19px 20px 0 0;
}

.stap3 #header .banner li {
    position: relative;
    margin-right: 14px;
}

.stap3 #header .banner li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 13px;
    background: #ffffff;
    right: -10px;
    top: 1px;
}

.stap3 #header .banner li:last-child:after {
    display: none;
}

.stap3 #main .btn {
    padding: 14px 5px;
    width: 16%;
    float: right;
    background: #b31f41;
    color: #fff;
    font: 11px/13px 'OpenSans_Bold';
    border: 2px solid #cacaca;
    padding: 15px 5px;
    border-radius: 2px;
}

.stap3 #main h1 {
    font: 16px/17px 'OpenSans_Bold';
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 53px;
}

.stap3 #main .movable-items {
    margin: 0 auto;
    width: 67.2%;
    margin-bottom: 27px;
    height: 211px;
}

.stap3 #main .movable-items .col-md-3 {
    background: #b31f41;
    margin-right: 22px;
    width: 21.4%;
    height: 211px;
}

.stap3 #main .movable-items .col-md-3:last-child {
    margin: 0;
}

.stap3 #main .receiving-elements {
    margin: 0 0 21px 0;
}

.stap3 #main .receiving-elements .col-md-4 {
    width: 25.4%;
    margin-right: 87px;
    padding: 0;
}

.stap3 #main .receiving-elements .col-md-4:last-child {
    margin: 0;
}

.stap3 #main .receiving-elements .col-md-4 .element {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bebebe;
    border-radius: 3px;
    border: 3px solid #8e8e8e;
    /*  height: 203px; */
    height: 211px;
    position: relative;
    margin-bottom: 10px;
}

.stap3 #main .receiving-elements .col-md-4 .element p {
    font: 13px/14px 'OpenSans_Bold';
    color: #ededed;
    margin: 0;
}

.stap3 #main .receiving-elements .col-md-4 .element span {
    font: 13px/14px 'OpenSans_Bold';
    color: #ededed;
    align-self: flex-end;
    position: absolute;
    right: 11px;
    bottom: 8px;
}

.stap3 #main .receiving-elements .col-md-4 h4 {
    text-align: center;
    font: 16px/12px 'OpenSans_Bold';
    color: #717171;
}

.stap3 #main .receiving-elements .col-md-4 .dropped {
    background: black;
}

.stap3 #main .movable-items .draggabled {
    height: 211px;
    width: 20%
}

.stap3 #main .movable-items .revert {
    width: 22.4%;
    height: 211px;
}

@media only screen and (max-width: 1196px) {
    .wrapper {
        padding: 20px 0;
    }

    .banner p {
        font-size: 9px;
    }

    #main {
        padding: 40px 50px;
    }

    .main-form input {
        width: 100%;
    }

    .main-form .btn-group > .btn:first-child {
        width: 100%;
    }

    .main-form .bootstrap-select.btn-group .dropdown-menu {
        width: 100%;
    }

    .main-form p {
        margin-bottom: 13px;
    }

    .modal-box {
        margin-top: 0;
    }

    .main-box {
        padding: 0 45px;
    }

    .stap3 #main .movable-items {
        width: 78.2%;
    }

    .stap3 #main .receiving-elements .col-md-4 {
        margin-right: 2%;
        width: 31.4%;
    }

    .stap3 #main .btn {
        width: 17%;
    }

    .stap3 #main h1 {
        margin-bottom: 25px;
        font-size: 13px;
    }

    .main-form .btn-group > .btn:first-child {
        font-size: 25px;
    }

    .main-form .bootstrap-select.btn-group .dropdown-menu li a {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        width: 54%;
    }

    .banner p {
        font-size: 8px;
    }

    #main {
        padding: 20px 30px;
    }

    .main-holder p {
        font-size: 14px;
    }

    .main-bottom .btn {
        width: 30%;
    }

    .login-form {
        width: 94%;
        padding: 26px 0;
    }

    .login-form .holder .tittle {
        font-size: 9px;
    }

    .login-form .holder {
        width: 76%;
    }

    .login-form .form-horizontal input {
        height: 48px;
    }

    .login-form .form-horizontal .btn {
        width: 35%;
    }

    .main-form input {
        width: 100%;
        font-size: 17px;
        height: 40px;
    }

    .main-form .btn-group > .btn:first-child {
        width: 100%;
        margin-bottom: 24px;
        font-size: 17px;
        height: 40px;
    }

    .main-form p {
        margin-bottom: 40px;
    }

    .main-form .btn {
        width: 30%;
    }

    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        margin-top: -1%;
    }

    .main-form .bootstrap-select.btn-group .dropdown-menu {
        width: 100%;
    }

    .main-box {
        padding: 0 11px;
    }

    .main-box .box {
        height: 170px;
    }

    .modal-bottom .btn {
        width: 35%;
    }

    .modal-dialog {
        width: 95%;
        left: 3%;
        margin: 0;
    }

    .modal-content {
        padding-top: 5px;
        padding-bottom: 27px;
    }

    .stap3 #main .movable-items .col-md-3 {
        height: 170px;
    }

    .stap3 #main .receiving-elements .col-md-4 .element {
        height: 170px;
        margin-left: -2%;
    }

    .stap3 #main .movable-items {
        width: 89.2%;
    }

    .stap3 #main .movable-items .col-md-3 {
        width: 20.4%;
        margin-right: 4%;
    }

    .stap3 #main .movable-items {
        margin-bottom: 15px;
    }

    .stap3 #main .receiving-elements .col-md-4 .element p {
        text-align: center;;
    }

    .stap3 #main .btn {
        width: 30%;
    }
	/*NUBIX MOBIEL OPTIMIZATION*/
	.login-form .form-horizontal .btn{font-size:9px;}
	a.language_choice{margin-right: 7px !important;}
	
	.main-box{min-height: 176px}
	.main-box .box img{height: 130px !important;}
	
	
}

@media only screen and (max-width: 480px) {
    .logo {
        position: relative;
        float: none;
    }

    .banner {
        padding: 10px 5px 10px 5px;
        text-align: center;
    }

    #main {
        padding: 15px 15px;
    }

    .main-holder p {
        font-size: 12px;
    }

    .main-bottom .btn {
        width: 35%;
    }

    .login-form .form-horizontal input {
        width: 100%;
    }

    .login-form .form-horizontal input {
        height: 40px;
        font-size: 17px;
    }

    .login-form .form-horizontal label {
        padding-left: 0;
        float: none;
    }

    .login-form-button {
        padding-right: 0;
    }

    .login-form .form .btn {
        float: none;
    }

    .login-form .form .btn {
        width: 43%;
    }

    .login-form .form p {
        padding-right: 0;
        float: none;
        margin-bottom: 20px;
    }

    .login-form .holder p {
        padding-right: 0;
        font-size: 12px;
    }

    .login-holder {
        padding: 30px 0;
    }

    .login-form .form-horizontal p {
        padding-right: 0;
    }

    .main-form .form label {
        display: block;
        text-align: center;
    }

    .main-form input {
        margin-bottom: 17px;
    }

    .main-form .btn-group > .btn:first-child {
        margin-bottom: 17px;
    }

    .main-form .btn {
        width: 35%;
    }

    .main-form p {
        margin-bottom: 13px;
    }

    .main-form .bootstrap-select.btn-group .dropdown-menu li a {
        font-size: 17px;
    }

    .main-box {
        padding: 0;
        margin-bottom: 40px;
    }

    .main-box .box {
        height: 115px;
    }

    .main-box {
        margin-bottom: 45px;
    }

    .modal-box h1 {
        margin-bottom: 25px;
        font-size: 13px;
    }

    .modal-bottom .btn {
        width: 37%;
    }

    .modal-bottom .modal-header {
        padding: 0;
    }

    .modal-header h4 {
        font-size: 14px;
    }

    .modal-content {
        padding-top: 10px;
        padding-bottom: 14px;
    }

    .stap3 #main .movable-items .col-md-3 {
        height: 115px;
    }

    .stap3 #main .movable-items {
        height: 115px;
    }

    .stap3 #main .receiving-elements .col-md-4 .element {
        height: 115px;
    }

    .stap3 #main .movable-items {
        margin-bottom: 40px;
    }

    .stap3 #main .receiving-elements .col-md-4 .element p {
        font-size: 9px;
    }

    .stap3 #main .receiving-elements .col-md-4 h4 {
        font-size: 13px;
    }

    .stap3 #main .btn {
        width: 35%;
    }
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.chosenbox {
    pointer-events: none;
    opacity: 0.0;
}


.main-form .bootstrap-select.btn-group .dropdown-menu {
    width: 87%;
    /* height: 89px; */
}

.main-form .bootstrap-select.btn-group .dropdown-menu {
    width: 87%;
    height: 121px;
}



