﻿
/* @import url('file:///C:\APPS\Questionizer_WebSite\RACA_WebSite\wwwroot\css\site.css'); */
.alert{
    margin-bottom: 0px !important;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

a.btn2{
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.iconrabo {
    color: #000000;
    opacity: .5;
}

    .iconrabo:hover {
        opacity: .95;
    }

.iconrabo2 {
    color: #DCD5D5 !important;
    opacity: .5 !important;
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}

    .iconrabo2:hover {
        opacity: .75 !important;
    }

.img_round_rabo {
    border: 3px solid #DCD5D5;
}

.roundedrabo {
    border-radius: 15px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.section1 {
    padding: 57px 0;
    background-color: #21211f !important;
    margin-bottom: 2rem;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.8em;
}

.section2 {
    padding: 57px 0;
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.8em;
}

.education_title {
    color: rgba(204,204,204,1);
    font-weight: bold;
}

.education_description {
    color: rgba(204,204,204,1);
    margin-left:10px;
  
}

.educationul > li {
    margin-bottom: 10px !important;
}

.no-bullets {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.starsul > li {
    min-height: 30px;
    padding: 3px 0px;
}

    .starsul > li:hover {
        background: #F2F2F2;
    }

    .starsul > li .star-title {
        display: inline-block;
        width: 60%;
        /*color: rgba(255,255,255,.5);*/
    }

    .starsul > li .star-score {
        float: right;
    }

        .starsul > li .star-score .glyphicon {
            color: #DFE0E0;
            font-size: 14px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .starsul > li .star-score .glyphicon.filled {
                color: #22A39F;
            }

    .starsul > li .half {
        position: relative;
    }

        .starsul > li .half::before {
            position: relative;
            z-index: 9;
            width: 47%;
            color: #22A39F;
            display: block;
            overflow: hidden;
        }

        .starsul > li .half::after {
            content: '\e006';
            position: absolute;
            z-index: 8;
/*            color: #bdc3c7;*/
            top: 0;
            left: 0;
        }


        .starsul > li:hover .star-score .glyphicon {
            margin-left: 2px;
        }

/*           START STAR WHITE           */
.starswhite > li {
    min-height: 30px;
    padding: 3px 0px;
}

    .starswhite > li:hover {
        background: #2B2B28;
    }

    .starswhite > li .star-title {
        display: inline-block;
        width: 60%;
        color: rgba(204,204,204,1);
    }

    .starswhite > li .star-score {
        float: right;
    }
      
        .starswhite > li .star-score .glyphicon {
            color: #B0AD13 !important;
            font-size: 14px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .starswhite > li .star-score .glyphicon.filled {
                color: #22A39F;
            }

            .starswhite > li .star-score .glyphicon.empty {
                color: #50504D !important;
            }

.starswhite > li .half {
    position: relative;
}

    .starswhite > li .half::before {
        position: relative;
        z-index: 9;
        width: 47%;
        color: #B0AD13;
        display: block;
        overflow: hidden;
    }

    .starswhite > li .half::after {
        content: '\e006';
        position: absolute;
        z-index: 8;
        color: #50504D;
        top: 0;
        left: 0;
    }


    .starswhite > li:hover .star-score .glyphicon {
        margin-left: 2px;
    }
/*              END STAR WHITE           */

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.5) !important;
}

.container-fluidrabo {
    width: 100%;
}

.rowrabo {
    display: flex;
    flex-wrap: wrap;
}

.btn-google {
    background: #dd4b39;
    color: #fff;
    width: 100%;
}

.btn2 {
    /*background-color: DodgerBlue;*/
    /*background-color: #64A7AD;*/
    /*background-color: #2D6187;*/
    background-color: #59819F;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

    /* Darker background on mouse-over */
    .btn2:hover {
        /*background-color: RoyalBlue;*/
        /*background-color: #4F848C;*/
        /*background-color: #27ABB8;*/
        background-color: #2d6187;
    }

.form-group > label {
    font-weight: bold;
    color: #6C757D;
}

.modal-body {
    background-color: #EFFAD2;
}
.nav-link > svg {
    margin: 0px 10px 0px 0px;
}

.nav-link {
    color: #59819F;
}
    .nav-link:hover {
        color: #2d6187;
    }

.nav_rabo > .nav-item {
    border: 1px solid transparent;
}
.nav_rabo > .nav-item.active {
    border: 1px solid #59819F;
    border-radius: 10px;
}

.nav_rabo > .nav-item:hover {
    border: 1px solid #59819F;
    border-radius: 10px;
}

.sidebar {
    background-color: #EFFAD2 !important;
}
.rounded-pill {
    background: #72BB65 !important;
    padding: 10px !important;
}

.modal-header {
    padding: 2px 16px;
    background-color: #72BB65;
    color: white;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #72BB65;
    color: white;
    min-height: 55px;
}

.loader {   
    /*border: 10px solid #f3f3f3;*/
    border: 10px solid #59819F;
    border-radius: 50%;
    /*border-top: 10px solid #3498db;*/
    border-top: 10px solid #2d6187;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* The Close Button */
.close {
    /*color: white;*/
    color: #59819F;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0px !important;
}

    .close:hover,
    .close:focus {
        /*color: #000;*/
        color: #2d6187;
        text-decoration: none;
        cursor: pointer;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;    
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

    .modal-header > h2 {
        margin-top: 10px;
    }

    .modal-body {
        padding: 2px 16px;
    }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #2196F3;*/
    background-color: #2d6187;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    height: 28px;
    width: 55px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

    .tooltip_rabo {
        position: relative;
      }
      
      .tooltip_rabo .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
      }
      
      .tooltip_rabo .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
      }
      
      .tooltip_rabo:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
      }

.row {
    max-width: 100% !important;
} 

.m-md-3{
    margin: 0px !important;
}

.dropdown-toggle{
    background-color: rgba(255, 255, 255, 0);
    border-width:0px;
}

.form-group>label {
    bottom: 34px;
    left: 15px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    transition: 0.2s;
    pointer-events: none;
  }
  
  .form-control:focus~label {
    bottom: 55px;
    background-color: #EFFAD2;
  }
  
  .form-control:valid~label {
    bottom: 55px;
    background-color: #EFFAD2;
  }

  .big-checkbox {
      width: 30px; 
      height: 30px;
      margin-left: 10px !important;
}

  .form-check-inline{
      width: 100%;
  }


  .img_rabo {
    max-width:100%;
    max-height:85px;
    width:auto;
    height:auto;
}

.img_rabo2{
    vertical-align: baseline !important;
}

.btna{
    text-decoration: none !important;
}

.btna:hover{
    color:#ffffff;
    text-decoration: none !important;
}

.btna:active {
    text-decoration: none !important;
  }
  .form-rabo{
      padding: 10px;
      border-radius: 5px;
  }

  .total-row{
      background-color: #2196F3 !important;
  }