﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: "GothamBook";
    src: url('GothamBook.ttf');
}

@font-face {
    font-family: "GothamMedium";
    src: url('GothamMedium.ttf');
}

.btnsize{
    width:100px;
}


.btnsize-sm {
    width: 50px;
}


.btnsize_md {
    width: 150px;
}

.btnsize_lg {
    width: 200px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #fff;
}
    a:hover {
        color: #fff;
    }
/*3d buttons effects*/
.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 2px;
    margin-right: 2px;
}

    .btn3d:active:focus,
    .btn3d:focus:hover,
    .btn3d:focus {
        
        outline: medium none;
    }

    .btn3d:active,
    .btn3d.active {
        top: 2px;
        
        outline: medium none;
    }

    .btn3d.btn-administrative {
        color: #fff;
        box-shadow: 0 0 0 1px #98615f inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #98615f, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #55151e;
    }

        .btn3d.btn-administrative:active,
        .btn3d.btn-administrative.active {
            color: #fff;
            box-shadow: 0 0 0 1px #98615f inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #55151e;
        }

    .btn3d.btn-operational {
        color: #fff;
        box-shadow: 0 0 0 1px #7e8f62 inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #7e8f62, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #52604A;
    }

        .btn3d.btn-operational:active,
        .btn3d.btn-operational.active {
            color: #fff;
            box-shadow: 0 0 0 1px #7e8f62 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #65794c;
        }


    .btn3d.btn-personal {
        color: #fff;
        box-shadow: 0 0 0 1px #aa9594 inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #aa9594, 0 8px 8px 1px rgba(0, 0, 0, .2);
        background-color: #867270;
    }

        .btn3d.btn-personal:active,
        .btn3d.btn-personal.active {
            color: #fff;
            box-shadow: 0 0 0 1px #aa9594 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
            background-color: #aa9594;
        }




    .btn3d.btn-magic {
        color: #fff;
        box-shadow: 0 0 0 1px #6e7294 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #6e7294, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
        background-color: #43466e;
    }

        .btn3d.btn-magic:active,
        .btn3d.btn-magic.active {
            box-shadow: 0 0 0 1px #6e7294 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
            background-color: #43466e;
        }


/**************************/


.btn-primary {
    color: #fff;
    background-color: #55151e;
    border-color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #691e2a;
        border-color: #fff;
    }


.btn-info {
    color: #fff;
    background-color: #747264;
    border-color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #787560;
    border-color: #fff; 
   
}


.btn-warning {
    color: #fff;
    background-color: #43466e;
    border-color: #fff;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #3f4371;
        border-color: #fff; 
    }


.btn-default {
    color: #fff;
    background-color: #52604A;
    border-color: #fff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #52604c;
        border-color: #fff; 
    }





.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
 /* font-size: 12px; */
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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;
    background-image: url("../images/wla_bg.png");
    background-size:cover;
    font-family:GothamBook;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
    background-color: #000;
    height:50px;
}


/*Primary colors*/
.color_Primary_1 {
    background-color: #55151e;
}

.color_Primary_2 {
    background-color: #747264;
}

.color_Primary_3 {
    background-color: #52604A;
}

.color_Primary_4 {
    background-color: #43466e;
}


/*Alternative colors*/
.color_Alternative_1 {
    background-color: #462f2e;
}

.color_Alternative_2 {
    background-color: #867270;
}

.color_Alternative_3 {
    background-color: #617068;
}

.color_Alternative_4 {
    background-color: #b3bbb7;
}

.color_Alternative_5 {
    background-color: #55576a;
}


.color_success {
    background-color: #4caf50;
}

.color_white {
    color: #fff;
}
