/* Your custom styles */
main {
    /*height: 5000px;*/
}

body {
    background-color: #eee;
}

.th-bold {
    font-weight: bold;
}

.waitinglist-item {
    padding-bottom: 3rem !important;
}

.waitinglist-badge {
    padding-top: 0.45rem !important;
}

.searchlist-main {
	padding-bottom: 10px;
}

.searchlist-group-item {
	padding-bottom: 2rem;
}

.searchlist-anonymise-message {
	margin-top: 10px;
}

.searchlist-anonymise-container {
	background-color: #1a6398;
	color: white; 
	border-radius: 10px;
	margin:10px;
	padding: 10px;
}

#loading
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:1000;
}
  
#loadingcontent
{
    display:table;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
  
#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.circle {
    width: 40px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+77 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 77%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    border-radius: 50%;
    animation: anim 0.5s infinite linear;
    position: relative;
}
.circle:after {
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    content: "";
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

@keyframes anim {
    {}
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

html {min-height: 100%;}

body {
    height: 100%;
    margin: 0;
}

.overlay {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.loader {
    border: 8px solid rgba(243,243,243,0.8);
    /*border-top: 16px solid #3498db;*/
    border-radius: 25%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}



.glyphicon-left {
    margin-right: 7px;
}

.side-nav .logo-sn {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-left: 1rem;
}

    .side-nav .logo-sn img {
        height: 38px;
    }

.side-nav .search-form input[type=text] {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.inner-page {
    margin-top: 100px;
}

a.my-class {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

    a.my-class:active {
        color: #666666
    }

    a.my-class:link {
        color: #999999
    }

    a.my-class:visited {
        color: #CCCCCC
    }

.login {
    margin: 0 23%;
    max-width: 80%;
}

.top-nav-icons {
    margin-right: 200px;
    margin-left: 20px;
}

.top-nav-icons a:hover {
    color:#aaaaaa;
}

.secondary-menu {
    color: #ffffff;
}

.secondary-menu:hover {
    color: #aaaaaa;
}

.ez-menu:hover {
    color: #aaaaaa;
}
.ez-search-item {
    padding-bottom: 15px;
}


.form-dark .font-small {
    font-size: 0.8rem; }

.form-dark [type="radio"] + label,
.form-dark [type="checkbox"] + label {
    font-size: 0.8rem; }

.form-dark [type="checkbox"] + label:before {
    top: 2px;
    width: 15px;
    height: 15px; }

.form-dark .md-form label {
    color: #fff; }

.form-dark input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #00C851;
    -webkit-box-shadow: 0 1px 0 0 #00C851;
    box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=text]:focus:not([readonly]) + label {
    color: #fff; }

.form-dark input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #00C851;
    -webkit-box-shadow: 0 1px 0 0 #00C851;
    box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=password]:focus:not([readonly]) + label {
    color: #fff; }

.form-dark input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #fff;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.form-dark input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #00c851 #00c851 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }

@media(min-width: 1440px) {
    body {
        margin-left: 160px;
    }
}


.form-gradient .font-small {
    font-size: 0.8rem; }

.form-gradient .header {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem; }

.form-gradient input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fd9267;
    -webkit-box-shadow: 0 1px 0 0 #fd9267;
    box-shadow: 0 1px 0 0 #fd9267; }

.form-gradient input[type=text]:focus:not([readonly]) + label {
    color: #4f4f4f; }

.form-gradient input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fd9267;
    -webkit-box-shadow: 0 1px 0 0 #fd9267;
    box-shadow: 0 1px 0 0 #fd9267; }

.form-gradient input[type=password]:focus:not([readonly]) + label {
    color: #4f4f4f; }

