﻿
html, body {
    font-family: Sans;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.container {
    width: 95%;
}
.form-inline > div {
    display:inline-block;
}
.dropdown-menu{
    padding:0;
}
.colors {
    background-image: url(/assets/Images/Colors.jpg);
    background-size: 100% 100%;
}

.navbar {
    border: none;
    background-color: #b1e1f2;
    margin-bottom: 50px;
}

    .navbar > .colors {
        height: 5px;
    }
.navbar > .container {
   width:97%;
}
.logo {
    text-align: center;
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 15px;
}

.navbar .logo > a > img {
    height: 80px;
    margin: 0 auto;
}

.links {
    bottom: -30px;
    position: absolute;
    left: 300px;
}


.tooltip-inner {
    font-size: 16px;    
    white-space: nowrap;
}

.links-tooltip {
    bottom: -45px;
    position: absolute;
    left: 300px;
}

    .links-tooltip li {
        margin: 0 15px;
        color: white;
    }

.show-tooltip {
    color: black !important;
}

.links > li > a {
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 15px;
    padding: 8px;
    cursor: pointer;
}

    .links > li > a:hover, .links > li > a:focus {
        background-color: rgba(6, 61, 120, 0.10) !important;
    }

    .links > li > a > img {
        width: 40px;
        height: 40px;
    }

    .links > li > a > span {
        margin-left: 10px;
    }


.lang {
    cursor: pointer;
}

    .lang > b {
        background-color: #1b9cc4;
        width: 27px;
        height: 27px;
        padding: 4px;
        border-radius: 0;
        color: #f2f2f2;
        display: inline-block;
        font-size: 14px;
    }

ul.navbar-right {
    padding: 5px 15px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.navbar-right > li > a {
    padding: 5px;
}

.navbar-right .glyphicon {
    font-size: 20px;
    color: #1b9cc4;
    margin: 0 3px;
}

.tenant {
    text-align: center;
}

.img {
    height: 140px;
    float: left;
    width: 120px;
}

.img-sm {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 20px;
}
.info {
    height: 140px;
    float: left;
    margin: 0 15px;
}
.img > div , .info > div{
    position: relative;
    top: 15%;
    float: left;
}

.img > .image {
    position: relative;
    height: 80%;
    top: 10%;
}

.img h4, .img h5 {
    text-align: left;
    margin-left: 15px;
}

.img > div > img, .img-sm > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.icons.col-sm-2 {
    width: 100px !important;
    padding-right: 0;
}

.icons img {
    width: 35px;
    float: left;
}

.employee-info {
    font-size: 18px;
}

    .employee-info > .row {
        margin-bottom: 15px;
    }

    .employee-info .col-sm-offset-2 {
        margin-left: 100px !important;
    }

    .employee-info .col-sm-offset-1 {
        margin-left: 50px !important;
    }

    .employee-info .col-sm-8 {
        margin-top: 7px;
    }

.employee-header {
    padding: 5px 20px;
    background-color: #7a898e;
    color: #ffffff !important;
    border-radius: 15px;
}

    .employee-header > h3 {
        margin-top: 5px;
    }

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, input.ng-invalid.ng-dirty, select.ng-invalid.ng-dirty {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

    .validation-summary-errors > ul {
        list-style: none;
        padding-left: 5px;
    }

.validation-summary-valid {
    display: none;
}

.modal-dialog {
    width: 60%;
}

.tab-content {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
    padding: 20px;
}
.canceled > td {
    background-color: #dc0808 !important;
}
/*loading bar*/
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 12340;
    overflow: hidden;
}
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29c81a;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29c81a 1px 0 6px 1px;
  -ms-box-shadow: #29c81a 1px 0 6px 1px;
  -webkit-box-shadow: #29c81a 1px 0 6px 1px;
  box-shadow: #29c81a 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*start of angucomplete*/

.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
}

    .angucomplete-selected-row, .angucomplete-row:hover {
        background-color: lightblue;
        color: #ffffff;
    }

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}
/*End of angucomplete*/
/*Modal*/
.modal-sm {
    width: 450px;
}

.modal-body .form-horizontal {
    display: table;
    width: 100%;
}

    .modal-body .form-horizontal .form-group {
        display: table-row;
    }

        .modal-body .form-horizontal .form-group > label {
            display: table-cell;
            white-space: nowrap;
            width: 1%;
            padding-right: 10px;
        }

        .modal-body .form-horizontal .form-group .form-control {
            display: table-cell;
            white-space: nowrap;
            width: 100%;
        }
/*end modal*/

@media(min-width:768px) {
    .links > li > a > span {
        display: none;
    }

    .logo-sm {
        display: none;
    }
}

@media (max-width: 768px) {
    .logo-sm img {
        height: 50px;
    }

    .links {
        bottom: auto;
        position: relative;
        left: auto;
    }

        .links > li > a {
            border-radius: 0;
            background-color: #e2e2e2;
            margin-left: 5px;
        }

    .logo {
        display: none;
    }
}
