/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Raleway-Regular;
    src: url('../fonts/raleway/Raleway-Regular.ttf');
}

@font-face {
    font-family: Raleway-Medium;
    src: url('../fonts/raleway/Raleway-Medium.ttf');
}

@font-face {
    font-family: Raleway-SemiBold;
    src: url('../fonts/raleway/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: Raleway-Bold;
    src: url('../fonts/raleway/Raleway-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body, html {
    font-family: Raleway-Regular, sans-serif;
    height: 100%;
}

/*---------------------------------------------*/




a {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    color: #666666;
    font-family: Raleway-Regular;
    font-size: 14px;
    line-height: 1.7;
    margin: 0px;
    transition: all 0.4s;
}

a:focus { outline: none !important; }

a:hover {
    color: #57b846;
    text-decoration: none;
}

/*---------------------------------------------*/

h1, h2, h3, h4, h5, h6 { margin: 0px; }

p {
    color: #666666;
    font-family: Raleway-Regular;
    font-size: 14px;
    line-height: 1.7;
    margin: 0px;
}

/*---------------------------------------------*/

input {
    border: none;
    outline: none;
}

textarea {
    border: none;
    outline: none;
}

textarea:focus, input:focus { border-color: transparent !important; }

input:focus::-webkit-input-placeholder { color: transparent; }

input:focus:-moz-placeholder { color: transparent; }

input:focus::-moz-placeholder { color: transparent; }

input:focus:-ms-input-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }

textarea:focus:-moz-placeholder { color: transparent; }

textarea:focus::-moz-placeholder { color: transparent; }

textarea:focus:-ms-input-placeholder { color: transparent; }

input::-webkit-input-placeholder { color: #999999; }

input:-moz-placeholder { color: #999999; }

input::-moz-placeholder { color: #999999; }

input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }

textarea:-moz-placeholder { color: #999999; }

textarea::-moz-placeholder { color: #999999; }

textarea:-ms-input-placeholder { color: #999999; }

label {
    display: block;
    margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    color: #555555;
    font-family: Raleway-SemiBold;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
}

.txt2 {
    color: #999999;
    font-family: Raleway-Regular;
    font-size: 13px;
    line-height: 1.4;
}

.txt3 {
    color: #555555;
    font-family: Raleway-Regular;
    font-size: 13px;
    line-height: 1.4;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    margin: 0 auto;
    width: 100%;
}

.container-login100 {
    align-items: center;
    background-color: #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    padding: 15px;

    width: 100%;
}

.wrap-login100 {
    background: #fff;
    border-radius: 10px;
    position: relative;
    width: 560px;
}

/*==================================================================
[ Form ]*/

.login100-form { width: 100%; }

.login100-form-title {
    color: #555555;
    display: block;
    font-family: Raleway-Medium;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;

    text-transform: uppercase;
    width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    position: relative;
    width: 100%;
}

/*---------------------------------------------*/

.input100 {
    width: 100%;
}

/*.input100 {
    background: transparent;
    color: #555555;
    display: block;
    font-family: Raleway-Medium;
    font-size: 13px;
    height: 25px;
    line-height: 1.2;
    padding: 0 5px 0 5px;
    width: 100%;
}*/

/*.input100DropDown {
    background: transparent;
    color: #555555;
    display: block;
    font-family: Raleway-Medium;
    font-size: 13px;
    line-height: 1.2;
    padding: .12em 1em !important;
    width: 100%;
}*/


.input100DropDown {
    font-size: 13px;
    width: 100%;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

/*.focus-input100 {
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -moz-transition: all 0.4s;
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    -o-transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -webkit-transition: all 0.4s;
    border: 1px solid black;
    border-radius: 3px;

    display: block;
    height: calc(100% + 2px);

    left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;

    top: -1px;
    transform: scaleX(1.1) scaleY(1.3);
    transition: all 0.4s;
    visibility: hidden;
    width: calc(100% + 2px);
}*/

/*.input100:focus + .focus-input100 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);

    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}*/

.eff-focus-selection {
    -moz-transform: scale(1);
    -ms-transform: scale(1);

    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

/*---------------------------------------------*/

.btn-show-pass {
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;

    -webkit-transition: background 0.4s;
    align-items: center;
    color: #999999;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 100%;
    padding: 0 5px;
    position: absolute;
    right: 12px;
    top: 0;
    transition: background 0.4s;
}

.btn-show-pass:hover { color: #57b846; }

.btn-show-pass.active { color: #57b846; }

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 { display: none; }

.label-checkbox100 {
    color: #999999;
    cursor: pointer;
    display: block;
    font-family: Raleway-Regular;

    font-size: 13px;
    line-height: 1.4;
    padding-left: 26px;
    position: relative;
}

.label-checkbox100::before {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    align-items: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: transparent;
    content: "\f00c";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: FontAwesome;
    font-size: 13px;
    height: 18px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.input-checkbox100:checked + .label-checkbox100::before { color: #57b846; }

/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.login100-form-btn {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    align-items: center;

    background-color: #333333;
    border-radius: 27px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Raleway-Bold;
    font-size: 16px;
    height: 55px;
    justify-content: center;

    line-height: 1.2;
    min-width: 150px;
    padding: 0 20px;
    transition: all 0.4s;
}

.login100-form-btn:hover { background-color: #57b846; }

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input { position: relative; }

.alert-validate .btn-show-pass { visibility: hidden; }

.alert-validate::before {
    -moz-transform: translateY(-50%);
    -moz-transition: opacity 0.4s;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -o-transition: opacity 0.4s;
    -webkit-transform: translateY(-50%);
    -webkit-transition: opacity 0.4s;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 3px;
    color: #c80000;
    content: attr(data-validate);
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 1.4;

    max-width: 70%;
    opacity: 0;
    padding: 4px 25px 5px 10px;
    pointer-events: none;
    position: absolute;

    right: 12px;
    text-align: left;

    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.4s;
    visibility: hidden;
}

.alert-validate::after {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #c80000;
    content: "\f12a";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.LogoBackground {
    background-image: url("../images/logos/Sort-paa-hvid.png");
    background-repeat: no-repeat;
    height: 141px;
    width: 100%;
    margin: auto;
    text-align: center;
    background-position: center;
}

.alert-validate:hover:before {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 992px) {
    .alert-validate::before {
        opacity: 1;
        visibility: visible;
    }
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* The Modal (background) */

.modal {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    display: none; /* Hidden by default */
    height: 100%; /* Full height */
    left: 0;
    overflow: none; /* Enable scroll if needed */
    padding-top: 10px; /* Location of the box */
    position: fixed; /* Stay in place */
    top: 0;
    width: 100%; /* Full width */
    z-index: 1; /* Sit on top */
}

/* Modal Content */

.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    height: 650px;
    margin: auto;
    padding: 15px;
    width: 850px;
}

/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.addRemoveTable { max-height:500px;overflow:auto; }





.ui.toggle.chekcboxred input:checked ~ .box:before,
.ui.toggle.chekcboxred input:checked ~ label:before {
    background-color: red !important;
}



.ui.toggle.chekcboxred input:focus:checked ~ .box:before,
.ui.toggle.chekcboxred input:focus:checked ~ label:before {
    background-color: red !important;
}

.checkbox{
    z-index:0 !important;
}


.onerowColumn {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:20px;
}
