﻿* {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {

    background-color: transparent;
}
.bgmain {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    height: 100%;
    width: 100%;
}

.btn-info {
    color: #ffffff;
    background-color: #FF8C00;
    border-color: #BD6800;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #E88205;
    border-color: #CC7102;
}

.navbar-text {
    margin-left: 0;
    margin-right: 0;
}

.info li {
    display: inline;
    list-style-type: none;
    border-right: 1px dotted #DDDDDD;
    margin-right: 6px;
    padding-right: 6px;
    font-size: 12px;
}
.info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

ul.info a {
    color: #FF8C00;
}
ul.info a:hover, ul.info a:focus, ul.info a:active, ul.info a.active {
    color: #E88205;
}

ul.info {
    padding-left: 0;
}

@media (max-width: 520px) {
    .info li {
        display: block;
        list-style-type: none;
        border-right: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
      padding-top: 40px;
  xpadding-bottom: 10px;
}


.navbar-default-footer {
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*background-color: #f5f5f5;*/
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.text-muted {
    margin: 20px 0;
}

.form-login {
    max-width: 330px;
    padding: 0px 15px 5px 15px;
    margin: 0 auto;
}

    .form-login .form-login-heading {
        margin-bottom: 10px;
    }

    .form-login .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-login .form-control:focus {
            z-index: 2;
        }

    .form-login input[type="text"], .form-login input[type="password"] {
        margin-top:5px;
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.animate-enter, .animate-leave
{ 
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space:nowrap;
} 
 
.animate-leave.animate-leave-active, .animate-enter {
    opacity: 0;
    width: 0px;
    height: 0px;
}
 
.animate-enter.animate-enter-active, .animate-leave {
    opacity: 1;
    width: 150px;
    height: 30px;
}

.highlighted {
    background-color: #007196;
    color: #fff;
}

ul.card-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.card-list:before, ul.card-list:after {
    content: " ";
    display: table;
}

div .card {
    float: left;
    width: 33.3%;
}

.card {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    position: relative;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 10px;
    margin-bottom: 20px;
}

.card-container {
    border: 1px solid #dddddd;
}

.card-header {
    background-color: #008cba;
    color: white;
    padding: 6px 15px 6px 15px;
}

.card-body {

}

.card-body  .btn {
    width: 50%;
    background: white;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.card-body .btn-delete {
    border-left: 1px solid #dddddd;
    color: red;
}

.card-body .btn-delete:hover {
    background-color: rgba(255, 0, 0, 0.09);
}

.card-body .btn-edit:hover {
    background-color: rgba(0, 140, 186, 0.09);
}

.card-body h4, .card-body h5, .card-body p {
    padding-left: 12px;
    padding-right: 12px;
}

.card-body h4 {
    font-weight: 400;
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .full-width-xs {
        width: 98%;
    }

    div .card {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .full-width-xs {
        width: 98%;
    }

    div .card {
        width: 100%;
    }
}