html {
    position: relative;
    min-height: 100%;


}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    /*font-family: "PT Sans", sans-serif;*/

    color:#4a4a4a;
    width: 100%;

    /*word-break: keep-all;*/
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /*line-break: loose;
    line-break: strict;
    line-break: anywhere;*/
}

a:focus{
    outline: none!important;
}

body.modal-open{
    position: revert;
}

.navbar a
{
    /*font-size: larger;*/
}

.navbar-default
{
    background-color: #0288d1;
    border-color: #0288d1;
}

.navbar-default .navbar-nav>li>a
{
    color: #fff !important;
}

.navbar-brand
{
    color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover {
    background-color: #0288d1;
}
.navbar-default .navbar-toggle {
    border-color: #0288d1;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
    background-color: #076ea7;
    border-color: #076ea7;
}

.dropdown-menu-nav>li>a:focus, .dropdown-menu-nav>li>a:hover
{
    background-color: #0f7ebd;

}
.dropdown-menu-nav
{
    background-color: #076ea7;
    border-color: #076ea7;
}

.dropdown-menu-nav>li>a
{
    color: #fff !important;
}


.wrapper{
    flex: 1 0 auto;
    padding: 0;
}



.header {
    /*effect the animation effect */
    /*transform: translateZ(-1px);*/
    height: 200px;
    width: 100%;
    background: #04a9f4;

}

#maincontainer{
    padding-top: 50px;
    height: 100%;
    padding-bottom: 20px;
    background: #04a9f4;
}

/*.rocketimage
{
    background: url("/images/rocketspace.svg") no-repeat;
    background-size: cover;
    background-size: 300px;
    background-position: 10px 20px;
    background-origin: content-box, content-box;
}*/

#maincontainerimage{
    padding-top: 80px;
    height: 100%;
    padding-bottom: 40px;
    background: #04a9f4;
    background: url("/images/background_elephant.svg") center no-repeat;
    background-size: cover;
}


#maincontainerDashboard{
	padding-top: 50px;
    height: 100%;
    background: #04a9f4;
}

h2.title{
    font-weight:300;
}



.title
{
    color: white;

}

p.title
{
    color: #b3e5fc;

}

.top-buffer { margin-top:30px; }
.middle-buffer { margin-top:15px; }

#contentcontainer{
    min-height: 100%;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.quickcreates{
    margin-top: 20px;
    width: 350px;
    margin-left:auto;
    margin-right: auto;
}

.quickkey{
    margin-top: 30px;
    width: 350px;
    margin-left:auto;
    margin-right: auto;
}

.quicktext{
    height: 50px;
    font-weight: 700;

    font-size: 20px;
    text-align: center;
}


.quickbutton
{
    border: 0;
    margin-top: 10px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 14pt;
    background: #F58E7A;
    border-radius: 50px;

}

.custom1{
    /*border-radius: 30px 0px  0 30px !important;*/
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    width: 260px !important;
    text-align: center;
    border: 0;
}


.custom2{
    font-size: x-large !important;
    border-radius: 9px;
    background: #F58E7A;
    height: 50px;
    width: 90px;
    color: white;
    border: 0;
}

.custom3{
    border-radius:  230px;
    background: #F58E7A;
    height: 50px;
    width: 80px;
    color: white;
    border: 0;
}


.custom4{
    border-radius:  230px;
    background: #F58E7A;
    height: 30px;
    width: 30px;
    color: white;
    border: 0;
}

.custom5{
    border-radius:  230px;
    background: #F58E7A;
    /*width: 200px;*/
    height: 50px;
    font-size: large;
    color: white;
    border: 0;
}

.custom6{
    border-radius:  230px;
    background: #F58E7A;
    margin-top: 20px;
    width: 200px;
    height: 40px;
    font-size: large;
    color: white;
    border: 0;
}

.custom7{
    width: 167px;
    font-size: 16px;
    background: #F58E7A;
    color: white;
    border: 1px solid #F58E7A;
    margin-top: 0;
    border-radius: 9px;
    margin-right: -13px;
}






.input-group-rounded .input-group-field {
    border-radius: 5000px 0 0 5000px;
    padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
    border-radius: 0 5000px 5000px 0;
    font-size: 0.8rem;
}

.create
{
    height: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.createbutton
{
    height: 70px;
    width: 100%;
    background-color: #04a9f4; /* Green */
    color: white;
    font-size: 14pt;
    font-weight: 300;

}

.creatediv{
    width: 100%;
    /*  border-style: solid;
     border-width: 2px;
     border-color: black;*/
    /*background: #04a9f4;*/
    height: 70px;
    /*text-align: center;*/
    vertical-align: middle;
}

.createtitle{
    line-height: 100px;
    font-size: 18pt;
    font-weight: bold;
    color: #777;
}

.createtitleUsed{
    font-size: 14pt;
    font-weight: bold;
    color: #777;
    margin-top: 50px;
}


.createtext{
    color: #95989A;
    margin-bottom: 20px;
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 115px;
    background-color: #f5f5f5;
    margin-top: 40px;
}

.footer a{
    color:#777;
    font-size: larger;
}

.login{
    margin-top: 30px;
    margin-bottom: 30px;
}

.loginbutton{
    display: block;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F58E7A;
}

.tabsettings{
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabsettings a{
    color:#04a9f4;
}

.tabsettings .active a,
.tabsettings .active a:hover {
    background-color: #04a9f4 !important;
}


.creationblock{
    height: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* Experiments 

.btn.active, .btn:active
{
    box-shadow: none;
    -webkit-box-shadow: none;
}

label.btn.active.ailanguagebutton {
  background-color:#04a9f4;
}

.btn-primary
{
    background-color: #0288d1;
    border-color: #0288d1;
}


.buttom-custom{
    background-color: transparent;
    color: #04a9f4;
    font-size: medium;
}

.buttom-custom:focus, .btn:focus
{
    outline: 0 !important;

}

.buttom-custom2{
    background-color: #fbfbfb;
    color: #04a9f4;
    font-size:medium;
}

.buttom-custom2:focus
{
    outline: 0 !important;

}

*/

/* Remove box-shadow on active buttons */
.btn.active, .btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Active button label with custom style */
label.btn.active.ailanguagebutton {
    background-color: #04a9f4;
    color: white;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

/* Primary button style */
.btn-primary {
    background-color: #0288d1;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background-color: #0277bd;
    transform: translateY(-2px);
}

.btn-primary:active {
    transform: scale(0.98);
}




/* Beautiful Custom Transparent Button */
.buttom-custom {
    background-color: transparent;
    color: #ffffff;
    /* font-size: 1rem; */
    font-weight: 600;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

/* Hover animation with gradient overlay */
.buttom-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: #04a9f4;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.buttom-custom:hover::before {
    left: 0;
}

.buttom-custom:hover {
    color: white;
    transform: scale(1.03);
}

/* Focus styles with animated ring */
.buttom-custom:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 188, 212, 0.3);
    transition: box-shadow 0.25s ease-in-out;
}


/* Custom filled button */
.buttom-custom2 {
    background-color: #fbfbfb;
    color: #04a9f4;
    font-size: 1rem;
    padding: 8px 16px;
    border-radius: 8px;
    border: 2px solid #04a9f4;
    transition: all 0.3s ease;
    font-weight: 500;
}

.buttom-custom2:hover {
    background-color: #04a9f4;
    color: white;
}

.buttom-custom2:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(4, 169, 244, 0.4);
}



.button-close {
    border: none;
    background-color: #B33A3A;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
    &:hover {
        background-color: #b32121;
        color: #ffffff;
    }
}

 /* End of Experiments */

.optionbox{
    height: 38px;
    width:100%;
    background: #f0f0f0;
    margin: 5px 0;
}

.optiontext{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.custom-form
{
    display: inline-block;
    width:70px;
    border-radius: 4px;
    height: 36px;
    margin: 2px;
    text-align: right;


}

.switchnew {
    position: relative;
    display: inline-block;
    top:9px;
    margin-right: 2px;
    width: 40px;
    height: 20px;
    box-shadow: 10px;
    grid-column: 1;

}


.custom-slider
{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.switchnew input {display:none;}

.slider {

    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;


}


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



input:checked ~  .slider {
    background-color: #04a9f4;
}

input:focus ~ .slider {
    box-shadow: 0 0 1px #04a9f4;
}

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

.slider.round {
    border-radius: 34px;

}

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

}

.settingscontent{

    display: block;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto;
}


textarea{
    resize:vertical;

}

.emailcontent{
    display: block;

}

.inlinespace{
    margin-top: 10px;
    margin-bottom: 10px;
}

.links
{
    margin-top: 40px;
    margin-bottom: 40px;

}


.links a
{

    color: #04a9f4;
    font-weight:500;
}

.links .well
{
    background: #fbfbfb
}
.content{
    height: 400px;
    background: #777;
    margin-top: 40px;
}

.middle{
    display: block;

    width: 100%;
    line-height: 20px;
    padding: auto;
    background: #fbfbfb;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.middle .input-group-addon
{
    background: #fbfbfb
}

.links .btn-default
{
    background: #F58E7A;

    color: white;

    border: 0;

}


.btn-default[disabled]
{
    background-color: #bfbfbf;
    opacity: 0.5;

}

.links .btn-default:hover{
    background: #e6e6e6;
}

.middle a
{
    align-content: center;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:70px;
    right: 20px;
    display: none;
    color: white;
    background: #04a9f4;

}

.back-to-top:hover{
    background: #4bb1cf;
}

.dashboardpanel
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.dashboardpanel_sub
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.dashboardpanel_sub .panel-heading
{
    background: #fbfbfb
}
.custom
{
    background: #F58E7A;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    border:0;
    width: 100px;

}

.form-main-block
{
    display: block;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 0;
    border-radius:28px;

}

/*.form-main-block-image{
    display: block;
    margin: 10px auto;
    cursor: pointer;
}*/


/*-----------------*/

.form-main-block-image, .img-placeholder{
    display: block;
    margin: 10px auto;
    cursor: pointer;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 0.6;
    padding: 3px;
    background-color: white;
    border-radius: 30px;
}


.form-main-block-image:hover  {
    opacity: 0.9;
    background-color: #04a9f4;
}


input.form-main-block-image-button
{
    cursor: pointer;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 0.5;
    padding: 5px;
    background-color: transparent;
    border-radius: 10px;
    margin: 2px;
}
input.form-main-block-image-button:focus {outline:0;}
input.form-main-block-image-button-active
{
    cursor: pointer;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1.0;
    margin: 2px;
    padding: 5px;
    background-color: #04a9f4;
    border-radius: 10px;
}

input.form-main-block-image-button:hover  {
    opacity: 0.9;
    background-color: #04a9f4;
}


.styleinline {
    display: block !important;
    margin-top: -21px;
    margin-left: 45px;
}



/*-----------------*/


/*form-main-block-image:hover{
    background-color: #4a4a4a;
}*/

.form-main-block-delete{

    display:block;
    vertical-align:middle;;
    margin-top: auto;
    margin-bottom: auto;
    margin: 10px auto;
    color: #04a9f4;


}

.btn-default:hover{
    color:#04a9f4;
}

.btn-default:hover > .irec-icon{
    background: url('/images/ireclogohover.png');
    height: 14px;
    width: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    vertical-align: middle;
}


svg:hover path {
    fill: #04a9f4;
}


.btn-default:focus{
    outline: 0 !important;
}



.submissionblock{

    display:block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius:28px;
    height: 100%;
    max-width:100%;
    max-height:100%;

}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.block
{
    background: #f5f5f5;
    display:block;
    vertical-align: middle;

    padding-top: 10px;
    padding-bottom: 5px;
    height: 130px;
}


.form-main-block-content{
    height: 100%;
    display: block;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.form-main-block-text{
    margin: 10px 0;
}

.form-control{
    border-radius: 9px;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.form-control disabled{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.result{
    margin-bottom: 10px;
}


.progress-bar{
    background: #04a9f4 /*!important*/;
    transition: background .6s ease, width .6s ease;
}


.multiplebuttonactive
{
    background: #fff !important;
    color: black;
}

.multiplebuttonactive.active
{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0px;
    background-color: #04a9f4 !important;
    color: white;
}

.button-custom-image {
    background-color: #04a9f4;
    border: none;
}

.button-custom-image:hover, .button-custom-image:active {
    color: white;
    background-color: #77D1DF;
}

.button-custom {
    background-color: white;
    border: 0;
}

.button-custom:hover, .button-custom:active {
    background-color: white;
    border: 0;
}

.button-custom:focus
{
    outline: 0 !important;

}




.hideLongTexts {
    white-space: nowrap;
    width: 100%;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Just for Image Enlaregemt */
/* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
}

.myImg:hover {opacity: 1.0;}

/* The Modal (background) */
.modalImg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1234; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(62,64,66); /* Fallback color */
    background-color: rgba(62,64,66,0.6); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modalImg-content {
    margin: auto;
    display: block;
    width: 40%;
    max-width: 1100px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1100px;
    text-align: center;
    color: rgba(0,0,0,0);
    padding: 10px 0;
    height: 150px;
}


.caption{
    min-height: 100px;
    max-height: 100px;
    background: #f5f5f5;
}


.captionlinks
{
    padding: 9px;
}

/* Add Animation - Zoom in the Modal */
.modalImg-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: fixed;
    top: 70px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
/* @media only screen and (max-width: 700px){ */
@media(max-width:768px){
    .modalImg-content {
        width: 100%;
    }

}

@media(max-width:400px){
    .infoMessage {
        top: 12%!important;
    }
}

@media(max-width:768px){
    .InviteDetails {
        display: block !important;
        justify-content: normal !important;
    }
}
@media(max-width:768px){
    .InviteDateDetails {
        margin-top: 37px !important;
        margin-left: 130px !important;
    }
}

.equalspace {
  margin: 11px 0;
}

.noToggle{
    position: relative;
    left: 5px;
}


a#dropdownMenu
{
    display: inline-block;
    color: white;
    min-width: 40px;
}


/* YES NO FIELD TESTVERSION*/

input.cmn-toggle-yes-no ~  label {
    padding: 2px;
    width: 120px;
    height: 60px;
}
input.cmn-toggle-yes-no ~ label:before,
input.cmn-toggle-yes-no ~ label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
}
input.cmn-toggle-yes-no ~ label:before {
    background-color: #dddddd;
    content: attr(data-off);
    transition: transform 0.5s;
    backface-visibility: hidden;
}
input.cmn-toggle-yes-no ~  label:after {
    background-color: #8ce196;
    content: attr(data-on);
    transition: transform 0.5s;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked ~  label:before {
    transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked ~  label:after {
    transform: rotateY(0);
}

/* SECOND TRY */

.checkbox label:after,.checkboxRadio label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    cursor: pointer;
}


.wronganswer
{
    border: 2px solid #ff0000 !important;
    color: #ff0000 !important;
    cursor: default;
}

.wronganswer .cr-icon
{
    color: #ff0000 !important;
}


.correctanswer
{
    border: 2px solid #9fe383 !important;
    color: #9fe383 !important;
}

.correctanswer .cr-icon
{
    color: #9fe383 !important;
}

.missingCorrectAnswer
{
    border: 2px dashed #9fe383 !important;
    color: #9fe383 !important;
}

.checkboxRadio{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkboxRadio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    cursor: pointer;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .checkboxRadio .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .9em;
    line-height: 0;
    top: 50%;
    left: 23%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.sn-checkbox-open-in-new-window > label > input[type="checkbox"] {
    display: block !important;
}

.sn-checkbox-use-protocol {
    display: none !important;
}

.checkbox label input[type="checkbox"], .checkboxRadio label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox .tooltiptext {
    border: 1px solid #4b4b4b;
    border-color: #4b4b4b;
    visibility: hidden;
    width: 120px;
    background-color: #fafafa;
    color: #4b4b4b;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.checkbox .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/*.checkbox:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}*/

.tooltip-bottom
{
    top: 135%;
    left: 10%;
    margin-left: -60px;
}






.checkbox label input[type="checkbox"] ~  .cr > .cr-icon, .checkboxRadio label input[type="checkbox"] ~  .cr > .cr-icon,
.radio label input[type="radio"] ~ .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked ~  .cr > .cr-icon,.checkboxRadio label input[type="checkbox"]:checked ~  .cr > .cr-icon,
.radio label input[type="radio"]:checked ~  .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled ~  .cr, .checkboxRadio label input[type="checkbox"]:disabled ~  .cr,
.radio label input[type="radio"]:disabled ~  .cr {
    opacity: .5;
}

/* -----------------------*/


.center-block
{
    height:48px;
}

.customform{
    margin-bottom: 10px;
}



/* ---------TEST--------------*/

.thumbnail {
    padding:0px;
}
.panel {
    position:relative;
}
/*.panel>.panel-heading:after,.panel>.panel-heading:before{
    position:absolute;
    top:11px;left:-16px;
    right:100%;
    width:0;
    height:0;
    display:block;
    content:" ";
    border-color:transparent;
    border-style:solid solid outset;
    pointer-events:none;
}
.panel>.panel-heading:after{
    border-width:7px;
    border-right-color:#f7f7f7;
    margin-top:1px;
    margin-left:2px;
}
.panel>.panel-heading:before{
    border-right-color:#ddd;
    border-width:8px;
}*/

/* ---------TEST--------------*/

#questions div.hide{
    display: none;
}
#questions div.current{
    display: block;
}

.deadline{
    background-color: white !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    border-radius: 1rem;
    padding-bottom: 10px;
}

.cardposition {
    height: 160px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 360px;
    margin: auto;
    margin-top: 20px;
    border-radius: 1rem;
    /*min-width: 330px;*/
    /*padding: 10px;*/

}
.cardpositionwinner {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
    border-radius: 1rem;
    padding-bottom: 2px;
    /*padding: 10px;*/

}



.cardpositionlist{
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 360px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 1rem;
    /*min-width: 330px;*/
}

.positionscore
{
    /*display: inline-block;*/
    border-right: 1px solid #f3f0f0;
    text-align: center;
    height: 120px;
    float: left;
    width: 100px;
}

.positiondetails
{
    display: inline-block;
    height: 120px;
    padding-left: 20px;
    padding-top: 10px;
}

.opendecision
{
    background-color: #c1c1c1;
    color: #6b6b6b;
    font-size: 16px;
}

.closeddecision
{
    background-color: #c1c1c1;
    color: #6b6b6b;
    font-size: 16px;
}


.positiondetails > h4
{
    white-space: nowrap;
    width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (min-width : 350px) and (max-width: 400px) {
    .chart-container {
        height: 300px !important;
        width: 100%;

    }


    .create
    {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
    }
    .createtext{
        color: #95989A;
        margin-bottom: 20px;
        min-height: 90px;
    }



    .cardposition {
        height: 160px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 360px;
        margin: auto;
        margin-top: 20px;
        border-radius: 1rem;
        /*min-width: 330px;*/
        /*padding: 10px;*/

    }
    .cardpositionwinner {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 400px;
        margin: auto;
        margin-top: 20px;
        border-radius: 1rem;
        padding-bottom: 2px;
        /*padding: 10px;*/

    }



    .cardpositionlist{
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 360px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 1rem;
        /*min-width: 330px;*/
    }

    .positiondetails > h4
    {
        white-space: nowrap;
        width: 10em;
        overflow: hidden;
        text-overflow: ellipsis;
    }



}


@media screen and (max-width: 350px) {

    .chart-container {
        height: 300px !important;
        width: 100%;

    }
    .create
    {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
    }
    .createtext{
        color: #95989A;
        margin-bottom: 20px;
        min-height: 90px;
    }


    .cardposition {
        font-size: smaller;
        height: 160px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 360px;
        margin: auto;
        margin-top: 20px;
        border-radius: 1rem;
        /*min-width: 330px;*/
        /*padding: 10px;*/

    }
    .cardpositionwinner {
        font-size: smaller;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 400px;
        margin: auto;
        margin-top: 20px;
        border-radius: 1rem;
        padding-bottom: 2px;
        /*padding: 10px;*/

    }



    .cardpositionlist{
        font-size: smaller;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 360px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 1rem;
        /*min-width: 330px;*/
    }



    .positiondetails > h4
    {
        white-space: nowrap;
        width: 8em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media screen and (max-width: 900px) {
    h1.title { font-size: 30px !important; }
}


@media (max-width: 992px)
{
    .navbar .navbar-text
    {
        padding-left: 15px;
    }


}

.pagination > li.overflow span:before
{
    content: "...";
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    cursor: pointer !important;

}

.pagination>li>a, .pagination>li>span
{
    cursor: pointer !important;
}

/*Floating Button*/

.float{
    position:fixed;
    width:90px;
    height:60px;
    bottom: 50px;
    right: 25px;
    background-color:#04a9f4;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 300;
}

.my-float{
    margin-top:22px;
}

.breadcrumb
{
    cursor: pointer !important;
}


.tag-badge-delete
{
    outline: none !important;
    border: 1px solid;
    background-color: #ffffff;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    border-color: #a9a9a9;
    color: #a9a9a9;
}

.tag-badge-delete:hover
{
    color: #d9534f;
    border-color: #d9534f;
}


.tag-category
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-color: #a9a9a9;
    color: #a9a9a9;
    border-radius: 30px;
    transition: color .5s ease;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}


#checkboxes input[type=checkbox]{
    display: none;
}

#checkboxes input[type=checkbox]:checked + .tag-category{
    border-color: #0ec2ed;
    color: #0ec2ed;
}


#checkboxes input[type=checkbox]:checked + .tag-category > .tag-badge-delete
{
    border-color: #0ec2ed;
    color: #0ec2ed;
}

.tag-primary
{
    color: #0ec2ed;

}

#checkboxes input[type=checkbox]{
    display: none;
}



.tag-exam
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-color: #a9a9a9;
    color: #a9a9a9;
    border-radius: 30px;
    transition: color .5s ease;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag-question
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-color: #0ec2ed;
    color: #0ec2ed;
    border-radius: 30px;
    transition: color .5s ease;
    cursor: default;
}

.tag-yellow
{
    border-color: #f4cc47 !important;
    color: #f4cc47 !important;
}




#checkboxes input[type=checkbox]:checked + .tag-exam{
    border-color: #0ec2ed;
    color: #0ec2ed;
}

#checkboxes input[type=checkbox]:checked + .list-group-item{
    background-color: #04a9f4;
    color: #FFFFFF;
}

#checkboxes .list-group-item
{
    cursor: pointer;
    transition: color, background-color .5s ease;
}

.tag
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-color: #04a9f4;
    border-radius: 30px;
    cursor: auto;
}

.tag-badge
{
    outline: none !important;
    border: 1px solid;
    background-color: #ffffff;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #04a9f4;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    border-color: #04a9f4;
}

.tag-badge:hover
{
    color: #d9534f;
    border-color: #d9534f;
}

a.list-group-item
{
    cursor: pointer;
}

.danger{
    color: #a94442;
}

.warning{
    color: #8a6d3b;
}

.success{
    color: #3c763d;
}

.statistic-dg {
    color: #296c05 !important;
    background-color: #deedde;
}

.statistic-lg {
    color: #669801 !important;
    background-color: #ebfad1;
}

.statistic-y {
    color: #cc9900 !important;
    background-color: #fff6cc;
}

.statistic-or {
    color: #e5622d !important;
    background-color: #ffebcc;
}

.statistic-dr {
    color: #a94442 !important;
    background-color: #f1dada;
}
@media(max-width:768px){
    .space-of-main-buttons {
        padding: 6px 9px !important;
    }
}

.danger a, .warning a, .success a
{
    color: inherit !important;
    text-decoration: underline;
}

.cc-banner .cc-message {
    text-align: center !important;
}

.hiddenRow {
    padding: 0 10px !important;

}

.showhr
{
    text-decoration: none;
}

.aser
{
    display: none;
    max-width: 100px;
    background-color: #fff;

}

td.hideLongTexts
{
    white-space: nowrap;
    min-width: 130px;
    width: 130px;
    max-width: 130px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.hideLongTexts::before
{
    content: " \21EA ";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
}



th.fixedwidth
{
    max-width: 150px;
    width: 150px;
}

th.fixedwidthsmaller
{
    max-width: 130px;
    width: 130px;
}

tr.aser td{
    border-top: 0px !important;
    width: 130px;
}

.customownchart
{
    height: 50vh !important;
    width: 80vw !important;
}


.chart-container {
    height: 500px;
    width: 100%;

}

#keywords
{
    /*width: 80%;*/
    /*min-height: 100%;*/

    /*margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;*/
}
.demo
{
    /*min-height: 400px;*/
}
.jqcloud-word {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.subTitleParticipation
{
    text-align: center;

}

.subTitleStats
{
    text-align: center;
  color: #04a9f4;
}

.score{
    text-align: center;
}


#furtherAnalysis td
{
    word-break: break-word;
    word-wrap: break-word;
    max-width: 150px;
    width: 150px;
}

.scorelist td
{
    word-break: break-word;
    word-wrap: break-word;
    max-width: 150px;
    width: 150px;
}

.scorelist th
{
    word-break: break-word;
    word-wrap: break-word;
    max-width: 150px;
    width: 150px;
}

.scorelist td:nth-child(2), td:nth-child(3), th:nth-child(2), th:nth-child(3)
{
    text-align: center;
}


.scorelist .usernametr
{
    display: none;
}

.scorelist .usernametr>td:nth-child(1)
{
    padding-left: 20px;
    width: 130px;
    max-width: 130px;
}

.scorelist .usernametr>th:nth-child(1)
{
    padding-left: 20px;
    width: 130px;
    max-width: 130px;
}


.scorelist .aser th:nth-child(2)
{
    text-align: center;
}

#scoreadminlist td
{
    word-break: break-word;
    word-wrap: break-word;
    max-width: 150px;
    width: 150px;
}

#scoreadminlist th
{
    word-break: break-word;
    word-wrap: break-word;
    max-width: 150px;
    width: 150px;
}

#scoreadminlist td:nth-child(2), td:nth-child(3), th:nth-child(2), th:nth-child(3)
{
    text-align: center;
}

#scoreadminlist td:nth-child(1)
{
    text-align: left;
    max-width: 150px;
    width: 150px;
}


#scoreadminlist .aser th:nth-child(2), th:nth-child(3)
{
    text-align: center;
}


#furtherAnalysisAdmin td
{
    word-break: break-all;
    word-wrap: break-word;
}

#furtherAnalysisAdmin th
{
    word-break: break-all;
    word-wrap: break-word;
}



.dot {
    height: 10px;
    width: 10px;
    background-color: #ff8700;
    border-radius: 50%;
    display: inline-block;
}

.error  {
   position: relative;
    bottom: 3px;
    margin: 0 4px;
    background-color: #ff5200 ;

}

#loader-inFuture
{
    position: relative;
    margin: 0 auto;
    z-index: 1;
    border: 5px dotted #3498db;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}



#loader {

    position: relative;
    margin: 0 auto;
    z-index: 1;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loaderReport {
    position: fixed;
    top: 30%;
    left: calc(50% - 60px);
    margin: 0 auto;
    z-index: 1234;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.tiny-loader {
    height: 30px !important;
    width: 30px !important;
    border-width: thick !important;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-fade {
    opacity: 1;
    width: 100%;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 2s;
    animation-name: animatebottom;
    animation-duration: 2s
}

@-webkit-keyframes animatebottom {
    from { width:100%; opacity:0 }
    to { width: 100%; opacity:1 }
}

@keyframes animatebottom {
    from { width:100%; opacity:0 }
    to { width: 100%; opacity:1 }
}

#questions div.hide{
    display: none;
}
#questions div.current{
    display: block;
}

.progress-bar{
    background: #04a9f4 /*!important*/;
    transition: background .6s ease, width .6s ease;
}

.grid-container
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 40px;

}

.grid-element-answer
{
    display: grid;
    grid-template-columns: min-content min-content auto;
    grid-gap: 5px;
    padding: 2px;
    margin-bottom: 5px;
}
.grid-item-answer {
	line-break: strict;
}


.statsanimation
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    transition: opacity .3s ease;
}

.examanimation
{
    opacity: 1;
    display: block;
    transition: opacity .3s ease;
}

.participationanimation
{
    opacity: 1;
    display: block;
    transition: opacity .3s ease;
}


.checkr-ribbon-icon {
    background: url('/images/ribbon_icon.svg');
    height: 16px;
    width: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;

}


.customknowledgetype
{
    padding: 0px;
}

.irec-icon
{
    background: url('/images/ireclogo.png');
    height: 14px;
    width: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    vertical-align: middle;
}
.examcard
{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: #f4f4f4;
    float: left;
    opacity: 0.7;
    transition: .5s ease;
}
.examcard:hover,.examcard:active
{
    opacity: 1.0;
    box-shadow: 0 0 7px #04a9f4;
    text-decoration:none;
}



.examcard h3
{
    text-align: center;
    text-decoration:none;
    color: #4a4a4a;
}


.addicon
{
  height: 80px;
  width: 80px;
  margin: 10px auto 5px;
}

.addCompetitionIcon
{
    height: 70px;
    width: 80px;
    margin: 8px 69.757px 5px 69.757px;
    font-size: 50px;
    text-align: center;
    display: block;
}

.examSymbolIcon
{
  height: 50px;
  width: 50px;
  margin: 5px auto 0px;
}

.overviewexams:hover
{
    text-decoration:none;
    cursor: pointer;
    color: #04a9f4;
}

#loader {

    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: 150px;
    height: 150px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-fade {
    opacity: 1;
    width: 100%;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 3s;
    animation-name: animatebottom;
    animation-duration: 3s
}

@-webkit-keyframes animatebottom {
    from { width:100%; opacity:0 }
    to { width: 100%; opacity:1 }
}

@keyframes animatebottom {
    from { width:100%; opacity:0 }
    to { width: 100%; opacity:1 }
}

#questions div.hide{
    display: none;
}
#questions div.current{
    display: block;
}

.progress-bar{
    background: #04a9f4 /*!important*/;
    transition: background .6s ease, width .6s ease;
}

.grid-container
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 40px;
}

.grid-container-participant
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto 40px;
}

.grid-container-participant p{
    word-break: break-word;
    word-wrap: break-word;
}

.statsanimation
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    transition: opacity .3s ease;
}

.examanimation
{
    opacity: 1;
    display: block;
    transition: opacity .3s ease;
}

.grid-results
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
}

.grid-results p
{
    word-break: break-word;
    word-wrap: break-word;
}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    cursor: pointer;
    padding-top: 50px;
    overflow: auto;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #0288d1;
}

.examstatus
{
    height: 50px;
    width: 50px;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: smaller;
    margin: auto;
    position: relative;
}
.examicon
{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.examstatustext
{
    font-size: x-small;
}

.extrafield, .exam-reminder-field {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.extrafield {
    max-width: 200px;
}

.exam-reminder-field {
	max-width: max-content;
}

.extraspace
{
    padding-left: 30px;
}

.preview {
    position: relative;
    cursor: pointer;

}
.preview input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;

    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;

}

.preview input[type="checkbox"]:checked + span {
     white-space: pre-line;
 }

.preview span {
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    cursor: pointer;
}

.markcategory
{
    font-weight: bold;
}

.breadcrumb li:nth-child(3) {
    display: inline-block;
    vertical-align: middle;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    cursor: pointer;
    max-width: 200px;
}

.summerNoteMain {

    border-radius: 9px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;

}

.cutText{
    display: block;
    vertical-align: middle;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    cursor: pointer;
}

.summernote:empty:before{
    content: attr(placeholder);
    color: #a9a9a9;
    display: block; /* For Firefox */
}

.questiontitle:empty:before{
    content: attr(placeholder);
    color: #a9a9a9;
}


.questionpaneltext
{
    width: calc(100% - 220px);
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.incomplete-question {
    color: #f0ad4e;
}

#questionlist .incomplete-question {
    position: absolute;
    top: 2px;
    left: 4px;
}

.participationquestionpaneltext
{
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.long-panel-text
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.examcard h3
{
    display: -webkit-box;
	max-width: 200px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 22px;
	margin-top: 5px;
	margin-left: 6px;
}

.summerNoteMain iframe
{
    max-width: 100%;
}

.summernote
{
    padding: 6px;
}

iframe
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.summernote >.form-main-block-image, .note-editable >.form-main-block-image{
    display: block;
    margin: 10px auto;
    cursor: pointer;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1.0;
    padding: 3px;
    background-color: unset;
    border-radius: 30px;
}


.summernote > .form-main-block-image:hover, .note-editable > .form-main-block-image:hover{
    opacity: 1.0;
    background-color: unset;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


#searchbar
{
    margin: 15px 0;
}

.dotlist {
    height: 10px;
    width: 10px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
}


.examlogo
{
    background-image: url(/images/examicon.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.competitionlogo
{
    background-image: url(/images/ribbon_icon.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.addexamlogo
{
    background-image: url(/images/addiconactive.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.examLockOpen {
	background-image: url(/images/lock_open.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.row.display-flex {
    display: flex;
    flex-wrap: nowrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.pdficon
{
    background-image: url(/images/pdficon.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    width: 80px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}


.pdficon:after {
    content: attr(title);
    position: absolute;

    bottom: 0;
    color: #000;
    width: 80px;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}



.pdficon span
{
    position: absolute;

    bottom: 0;
    color: #000;
    width: 80px;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.overviewbutton>a{
    color: white !important;
    background: #04a9f4 !important;
    border: 0px !important;
}

.buttonswitch .active
{
    background: #04a9f4 !important;
    color: white;
}

.selectedanswerimage{
    display: block;
    min-height: 100%; /* for the latest browsers which support min-height */
    height: auto !important; /* for newer IE versions */
    height: 100%;
}

td > input[type="checkbox"] {
    display: none;

}

.selected{
    background-color: rgba(255,255,255,0.0)!important;
    pointer-events: none;
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.9), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}

.userselected{
    background-color: rgba(172, 172, 172, 0.67)!important;
    pointer-events: none;
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.9), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}

.notselected{
    background-color: rgba(85, 85, 85, 0.48) !important;
    pointer-events: none;
}

.correctselected{
    background-color:rgba(41, 246, 78, 0.37)!important;
    pointer-events: none;
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.9), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}

.correctMC{
	background-color: rgba(41, 246, 78, 0.37) !important;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.9), rgba(255,255,255, 0.25) 15px, transparent 15px, transparent 6px);
	background-size: 10px 10px;
}

.falseMC{
	background-color: rgba(201, 76, 76, 0.37) !important;
	background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.9), rgba(255,255,255, 0.25) 15px, transparent 15px, transparent 6px);
	background-size: 10px 10px;
}

/*.wrongselected{
    background-color: rgba(255,255,255,0.0)!important;
    border: 2px solid #00ccff !important;
    position:relative;
}
.wrongselected:before{
    position:absolute; display:block; content:''; border:2px solid #ff0000 ; height:100%; width:100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}*/

.imgContainer{
    position: relative;
}

.imgContainer button{
    position: absolute;
    z-index: 100;
    height: 50px;
    width: 50px;
    border: 0px;
    background-color: unset;
    opacity: 0.9;
    top: -21px;
    right: -21px;
}
.imgContainer button img{
    height: 30px;
    width: 30px;
}

ol{
    /* text-align: center; */
    list-style-position: inside;
}

.centerresult
{
    position: absolute;
    left:20%;
    top: 0;
}

#notificationsContainer a{
    text-decoration: none;
}

.total-characters{
    display: none;
}


 .exampreview{
    max-width: 1000px;
     margin: 0 auto;
    width: auto !important;
}

.main-button-active{
	color: #04a9f4;
}

a.main-button-active:hover{
	color: #04a9f4 !important;
}

.main-button-not-active{
	color: #333;
}

a.main-button-not-active:hover{
	color: #04a9f4 !important;
}

.chart-arrow-btn {
    color: #333;
}
@media(max-width:768px) {
    .simple-buttons-on-phones {
        position: relative !important;
        top: -3px !important;
        left: -15px !important;
    }

    .right-simple-button-on-phones {
        left: -20px !important;
    }

    .double-buttons-on-phones {
        position: relative !important;
        left: 0px !important;
    }

    .right-double-button-on-phones {
        left: -25px !important;
    }

    .update-button-pos-on-phones {
         margin-top: -80px !important;
    }

    .sorting-button-pos-on-phones {
         top: 88px !important;
    }
}

.chart-arrow-btn:disabled {
    color: #a9a9a9
}

#adminBody.modal-open {
    position: revert;
}

a.specialExamSave:hover{
	color: #333 !important;
}

.disabled-button-wrapper {
  display: inline-block;
  float:left;
}

.disabled-button-wrapper .btn[disabled] {
  pointer-events: none;
  border-color: grey;
}

.pagination > li:not(.active) > .processed:not(:hover) {
    background-color: rgba(51, 122, 183, 0.2) !important;
}

.valid-user-photo {
	color: #3c763d;
}
video.valid-user-photo  {
	border: solid 2px #3c763d;
}

.invalid-user-photo {
	color: #a94442;
}
video.invalid-user-photo  {
	border: solid 2px #a94442;
}

.suspicious {
	color: #f56310
}

.not-suspicious {
	color: #777777;
}

a.not-suspicious:hover,
a.suspicious:hover {
	color: #f56310 !important
}

a.disabled-icon {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	color: #777777;
}

.cheat-detected {
	color: red
}

.suspicious-behavior {
	color: #ff9900
}

.suspicious-photo {
	color: #f56310
}

.no-camera-access {
	color: darkred
}

.explanation-text {
	color: darkgrey;
}

p.explanation-text {
	font-size: smaller;
}

.list-group-checkbox:hover {
    background-color: #F5F5F5;
}

.dropzone-custom {
	background-color: #f4f4f4 !important;
	border: 2px #777 !important;
	border-style: dashed !important;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    min-height: 170px !important;
}

.popover {
	max-width: 500px;
} 

.popover-title { 
	text-align: center;
	font-size: 120%; 
}

.popover .popSmall {
	color:darkgrey;
	font-size: smaller;
	margin-left: 20px;
}

.popover .popLine {
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-box {
    margin-top: 1em;
    margin-bottom: 1em;
}

.comment-box > div:first-child {
    margin-bottom: 0.7em;
}

.comment-box > div > span {
    margin-bottom: 0.3em;
}

.comment-box-text {
    border: solid 1px lightgrey;
    border-radius: 4px;
}

.exam-comment-box {
    margin-top: 1em;
    margin-bottom: 1em;
}

.instruction-box {
	margin-left: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-radius: 10%;
    background-color: rgb(244, 244, 244);
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

@media(max-width:500px){
    .catDeadlineMobile1 {
        display: flow-root;
    }
    .catDeadlineMobile2 {
        max-width: 160px;
        min-width: 94px;
        border-bottom-width: 0px;
    }
    .dragIconMobile{
        margin-bottom: 35px !important;
    }
    .dateTimePickerMobile {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .previewModalMobile{
        position: relative !important;
        width: 90%;
    }
}

@media(max-width:380px){
    .navbarSmallPhones1 {
        display: none !important;
    }
    .navbarSmallPhones2 {
        display: block !important;
    }

}

@media(max-width:350px) {
    .logoOnSmallPhones {
        padding-right: 0;
    }
}

.question-type-panel {
    cursor: pointer;
}

.question-type-panel .panel-body {
    padding: 8px;
}

.question-type-panel:hover {
    background-color: #f5f5f5;
}

.question-type-image {
    width: 40px;
    border-radius: 6px;
    padding: 2px;
}

.question-type-panel:hover .question-type-image {
    background-color: #04a9f4;
}

.question-type-arrow {
    display: none !important;
}

.question-type-panel:hover .question-type-arrow {
    display: block !important;
    color: #04a9f4 !important;
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
    font-size: small !important;
}

.CodeMirror pre.CodeMirror-placeholder {
    color: #a9a9a9 !important;
}

.CodeMirror {
    /*border-radius: 9px !important;*/
    min-height: 20px !important;
    resize: vertical !important;
}

.CodeMirror-linenumber {
    font-size: 14px !important;
}

/*.CodeMirror-gutters {
    border-right: none !important;
}*/

.code-block1 {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.code-block2 {
    border: 1px solid #ddd;
    /*border-radius: 9px;*/
}

.code-panel1 {
    background-color: #f7f7f7;
    padding-top: 2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.test-case-icon {
    width: 40px;
    border-radius: 10px;
}

.test-case-heading {
    /*margin-bottom: 0;*/
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.advanced-test-setting-icons {
    font-size: smaller;
    padding-right: 2px;
    padding-left: 2px
}

.custom-toggle .btn-primary.active {
    background-color: #04a9f4 !important;
    border-color:  #04a9f4 !important;
}

.custom-label {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.5;
    font-size: smaller;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
}

.custom-label.default {
    background: #d3d3d330;
    color: darkgrey;
}

.custom-label.success {
    color: #3c763d;
    background: #dff0d8;
}

.custom-label.danger {
    color: #a94442;
    background: #f1dada;
}

.custom-label.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

span[aria-expanded=true] .rotate-90 {
    transition: .3s transform ease-in-out;
    transform: rotate(90deg);
}

span[aria-expanded=false] .rotate-90 {
    transition: .3s transform ease-in-out;
    transform: rotate(0deg);
}

pre code.hljs {
    white-space: pre;
    background: none;
}

.strike {
    text-decoration: line-through;
}


/* Blinking green dot (🟢) for recording */
.recording-status.recording::before {
    content: '🟢'; /* Green circle emoji */
    font-size: 1.2em;
    animation: blink 1s infinite;
}

/* Smooth blinking animation */
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* Spinner icon for transcription */
.recording-status.transcribing::before {
    content: '⏳';
    font-weight: bold;
    color: #0275d8;
    display: inline-block;
    animation: spin 1s linear infinite;
}

/* Rotating animation */
@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}