@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/*@font-face{font-family:'kos';src:url("fonts/kos.eot?81573548");src:url("fonts/kos.eot?81573548#iefix") format("embedded-opentype"),url("fonts/kos.woff2?81573548") format("woff2"),url("fonts/kos.woff?81573548") format("woff"),url("fonts/kos.ttf?81573548") format("truetype"),url("fonts/kos.svg?81573548#kos") format("svg");font-weight:normal;font-style:normal}*/


body {
font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #404040;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

label {
    display: block;
    padding-left: 0px;
    text-indent: 0px;
    font-weight: 400;

}
input {
    width: 10px;
    height: 13px;
    padding: 0;
    margin:0;
    margin-right:10px!important;
    position: relative;
}
.container {margin-top:20px;}
.header {border:none; margin-bottom:0px;}

.btn-success, .btn-success:active {
    background: #f37033;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border-radius: 2px;
    text-decoration: none;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    border: none;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    margin-left: 0px;
    margin-bottom: 20px;
}
.btn-success:hover, .btn-success:active:hover {
    background: #e6520e;
}

.btn-success::after {
    speak: none;
    content: "";
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
   /* margin-left: 15px; */
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
}

body {
  background-color:#ffffff;
}

input[type=checkbox].css-checkbox {
              position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
            }

            input[type=checkbox].css-checkbox + label.css-label {
              padding-left:30px;
              height:25px; 
              display:inline-block;
              line-height:25px;
              background-repeat:no-repeat;
              background-position: 0 0;
              font-size:14px;
              vertical-align:middle;
              cursor:pointer;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;

            }

            input[type=checkbox].css-checkbox:checked + label.css-label {
              background-position: 0 -25px;
            }
            label.css-label {
        background-image:url(checkbox-goecker.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

.form-text {
width: 100%;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    margin: 0px 0 30px 0;
    font-size: 18px;
    line-height: 25px;
    height: auto;      
}

.alert-success {
 
    background-color: #f6f6f6;
    border-color: #eeeeee;
    color:#000000;
}