.margin-bottom-15
{
    margin-bottom: 15px;
}
.margin-top-15
{
    margin-top: 15px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-0
{
    margin-top: 0px;
}

.margin-bottom-10
{
    margin-bottom: 10px;
}
.margin-left-15
{
    margin-left: 10px;
}
.choose *
{
    background: #1e8834;
    color: white;
}
.display-block{
    display: block;
}
.pointer{
    cursor: pointer;
}
.list-style-none ul {
    list-style-type: none;
}
@media (min-width: 768px){
    .modal-xxl {
        width: calc(100% - 60px);
    }
}
.input-group .input-group-addon.disabled{
    background: #eeeeee;
}
.table-form-question tr > th {
    vertical-align: middle !important;
    text-align: center;
}
.modal_scroll {
    overflow-y:auto;
}
.report table tr th{
    text-align: center;
    vertical-align: middle;
}
#reloadPage {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 99999999;
    text-align: center;
    /* display: none; */
}
#reloadPage i{
    position: fixed;
    top: 40%;
    opacity: 1;
    color: black;
}

.padding-4{
    padding: 4px !important;
}
.padding-1{
    padding: 1px !important;
}
table.table-form-question tr td:first-child a {
    font-weight: 600;
}
/*radio checkbox*/
/* The container */
.input-checkbox {
    /*display: block;*/
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 10px;
}

/* Hide the browser's default checkbox */
.input-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.input-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #9a9a9a;
}

/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.input-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-checkbox  input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.input-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.input-checkbox input[disabled] ~ span.checkmark {
    opacity: 0.6;
}
/*end radio checkbox*/
/*sipas*/
input.other_idea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: dotted 2px;
    width: 400px;
}
input.other_idea:focus{
    outline: none;
}

label.input-checkbox{
    font-size: medium !important;
    font-weight: 500 !important;
}



/*/radio*/
/* Create a custom checkbox */
.input-checkbox .checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #9a9a9a;
}

/* On mouse-over, add a grey background color */
.input-checkbox:hover input ~ .checkmark_radio {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-checkbox input:checked ~ .checkmark_radio {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.input-checkbox .checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-checkbox  input:checked ~ .checkmark_radio:after {
    display: block;
}

/* Style the checkmark/indicator */
.input-checkbox .checkmark_radio:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;

}
.input-checkbox input[disabled] ~ span.checkmark_radio {
    opacity: 0.6;
}
/*end radio checkbox*/
/*sipas*/


label.input-checkbox{
    font-size: medium !important;
    font-weight: 500 !important;
}
/*end sipas*/

.fullScreenLeft{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1030;
    background: #fff;
}
.fullScreenRight{
    position: fixed;
    top: 0px;
    left: 30%;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1030;
    background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}