﻿body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #F3F3F4;
    font-size: 13px;
    color: #676a6c;
}

.login-err-info {
    color: red;
    font-weight: bold;
    margin-left: 5px;
    font-size: 15px;
    padding-top:10px;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    min-height:350px;
}

.form-signin-heading {
    margin-top: 15px;
    margin-bottom:30px;
    padding-left:0px;
    text-align:center;
}
.checkbox {
    margin-top: 15px;
    margin-bottom:10px;
}


.btn {
    margin-right: 4px;
    margin-left: 0px;
    font-size:15px !important;
}

.btn.btn-primary
{
    background-color: #1ab394 !important;
    border-color: #1ab394;
    color: #FFFFFF;
    border-radius: 3px;
}

.btn.btn-primary:hover
{
    background-color:#18A689 !important;
}


.login-controls{
    width:100% !important;
    height:39px !important;
    margin-bottom: 15px;
}

.custom-header
{
    width:88.7%;
    position:absolute;
    top:0px;
    right:0px;
}

.nav.navbar-right > li > a
{
    color:#999c9e!important;
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px !important;
    font-weight:600;
}

.custom-margin-top{
    margin-top:10%;
}
.margin-top-5{
    margin-top: 5px;
}

.container{
    width:100%;
    padding-right:0px;
    padding-left:0px;
}


.tab-menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-menu-li {
    float: left;
    width:11%;
    min-height:50px;
    border-bottom-width: 0;
    /*margin: 3px 3px 0px 0px;*/
    padding: 14px 10px 10px 10px;
    color: #a7b1c2;
    font-size:13px;
    font-weight:bold;
    border-radius: 4px 4px 0px 0px;
    text-align:center;
    margin-bottom:-1px;
    background-color:#E6E6E6;
    margin-right:3px;
    height:auto;
    overflow:hidden;
}

.tab-menu-li:hover{
    /*background-color:#E6E6E6;*/
    color:#555555;
    cursor:pointer;
}

#mainView {
	clear: both;
	padding: 0 1em;
    border:1px solid #dddddd;
}

.active {
    color: #1AB394;
    border:1px solid #dddddd;
    /*font-size:13px;*/
    font-weight:bold;
    background-color:#ffffff;
    border-radius: 4px 4px 0px 0px;
}


#viewTabs.active{
    position:relative;
    top:1px;
    border-bottom:none;
}

.btn-arrive-toggle{
    padding: 7px 17px !important;
    font-size:13px !important;
}

.txt-top-menu{
    /*color: #e4e4e4 !important;*/
    color:#000000 !important;
    font-weight: normal;
}

.txt-filter {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-weight:bold;
}

.icon_padding {
    padding-right: 5px;
}
.txt-filter-status
{
   font-size:12px;
   width:50%;
}

.label-success{
    background-color: #1AB394 !important;
}
.custom-pager {
    cursor: pointer;
    float:right;
}

.icon-padding
{
    padding-right:5px;
}

.datepicker-font{
    color:#555 !important;
}

.svg-color
{
    fill:white;
}

.svg-color:hover
{
    fill:#555555;
}

.pagination>li
{
    border:none;
}

.logo{
    color:#1AB394;
    font-size:25px;
    font-weight:bold;
    font-family:monospace;
    padding-left:30px;
}

.table
{
    margin-top:14px;
}

.filter-header
{
    padding-left: 0px;
    padding-right: 0px;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px),  (max-device-width: 480px) {
	#tbl-filter td
    {
        width:33% !important;
        padding-left:20px;
    }

    .multiSelect .buttonLabel
    {
        display: initial !important;
        padding:0px 0px 0px 0px;
    }

    .custom-multiselect
    {
        width:33% !important;
    }

  .tab-menu-li
  {
      width:20% !important;
  }
  .ibox-title
   {
       margin-top:35px !important;
   }

  .user-menu-header
  {
      position:absolute;
      top:40px;
  }
  .dropdown-menu.datepicker .btn{
    /*padding: 14px 14px !important;*/
    margin-left: -10px !important;
}
}

.custom-multiselect
{
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    width:270px;
}

.toggle-bg.on {
    background: #00dc61;
    border-color: #00c356;
}

.toggle-alternate {
    clear: both;
    margin: 1em 0 0;
    width: 4.48em;
}

.toggle-bg {
    background: white;
    border-radius: 2em;
    border: 0.12em solid #e6e6e6;
    display: block;
    float: left;
    height: 2em;
    position: relative;
    width: 3.2em;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
}

.toggle-bg label.on {
    left: .75em;
    color: white;
    text-shadow: 0 0.1em 0 #00dc61;
}
.toggle-alternate label {
    font-weight: 300;
    font-size: .9em;
    text-transform: uppercase;
    position: absolute;
    top: 0.55em;
}

.toggle-alternate input {
    width: 6.24em;
}
.toggle-bg input {
    margin: 0;
    padding: 0;
    width: 4.8em;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
}

.toggle-alternate input ~ :checked ~ .switch {
    left: 2.46em;
}
.toggle-bg input ~ :checked ~ .switch {
    left: 1.18em;
}
.toggle-bg input:checked ~ .switch {
    left: 0;
}
.switch.on {
    box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
}
.switch {
    background: white;
    border-radius: 2em;
    border: 0.1em solid #d9d9d9;
    display: block;
    float: left;
    height: 1.9em;
    width: 1.9em;
    left: -.1em;
    position: relative;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 1;
}

.toggle-bg input:checked {
    z-index: 0;
}
.toggle-alternate input {
    width: 6.24em;
}
.toggle-bg input {
    margin: 0;
    padding: 0;
    width: 4.8em;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
}

.app-theme{
    color: #1AB394 !important;
}

.custom-timepicker{

    width: 45%;
}

.dropdown-menu.timepicker,
.dropdown-menu.datepicker {
    padding: 10px 10px 10px 10px;    
}

.dropdown-menu .table
{
    width:30%;
}

.dropdown-menu.datepicker .btn{
    min-width: 30px;
    font-size:12px !important;
    padding: 5px !important;    
}

.popover-primaryBtn {
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #2b669a;
    min-width:75px;
    color:white !important;
    border-radius: 4px;
    height:40px;
    text-align:center;
    padding: 10px 5px;
    font-size:12px !important;
}
.popover-primaryBtn:hover{
    color: #ffffff;
    background-color: #006687;
    border-color: #004b63;
}

.popover-cancelBtn {
    background-color: #dddddd;
    color: #008cba;
    border-radius: 4px;
    min-width:75px;
    height:40px;
    padding: 10px 5px;
    font-size:12px !important;
}

.custom-popover{
    max-width:210px;
}


.btn-toggle-active {
    color: #ffffff;
    background: #FFF;

    padding:7px 17px;

    font-family: 'OpenSansBold', sans-serif;
    border: 2px solid #1ab394;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 3px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    background-color:#1AB394;
    border-color:#1AB394;
}



.btn-toggle-cancel {
    /*box-shadow: inset 0 100px 0 0 #1ab394;*/
    /*box-shadow: inset 0 100px 0 0 #1AB394;*/
    color: #FFF;
}

.btn-toggle-active:hover,
.btn-toggle-cancel:hover{
    color:#117B66 ;
}

.live-filter
{
    margin-bottom: 15px;
    float:left;
    width:20%;
}

.items-per-page
{
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
}

.margin-left-22{
    margin-left:22px;
}

.font-black
{
    color:#000000 !important;
}

.margin-bottom-10{
    margin-bottom: 10px !important;
}

.btn-custom-popover
{
    text-align:center;
}

.panel-default>.panel-heading
{
    background-color:#ffffff;
}

.panel-body{
    padding:0px;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.tbl-header{
    background-color:white !important;
    text-align:center;
}

.css-form input.ng-invalid.ng-touched {
    border-color: #FD464E;
  }

.custom-checkbox {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.padding-top {
    padding-top: 6px !important;
    padding-left:18px;
}

.lbl-date-filter
{
    margin-left:38%;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.disabled
{
    cursor: default; opacity: .5; 
}

.btn-status-active
{
 border-color:#0D5C4C;border-width: 1px 1px 1px 15px;border-style: solid; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
 background-color: #1AB394; background-image: -webkit-gradient(linear, left top, left bottom, from(#1AB394), to(#1AB394));
 background-image: -webkit-linear-gradient(top, #1AB394, #1AB394);
 background-image: -moz-linear-gradient(top, #1AB394, #1AB394);
 background-image: -ms-linear-gradient(top, #1AB394, #1AB394);
 background-image: -o-linear-gradient(top, #1AB394, #1AB394);
 background-image: linear-gradient(to bottom, #1AB394, #1AB394);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AB394, endColorstr=#1AB394);
}

.btn-status-complete
{
     border-top-color: #198E8F;border-right-color: #198E8F;border-bottom-color: #198E8F;border-left-color: #198E8F;border-width: 1px 1px 1px 1px;border-style: solid;
     background-color: #23C6C8; background-image: -webkit-gradient(linear, left top, left bottom, from(#23C6C8), to(#23C6C8));
     background-image: -webkit-linear-gradient(top, #23C6C8, #23C6C8);
     background-image: -moz-linear-gradient(top, #23C6C8, #23C6C8);
     background-image: -ms-linear-gradient(top, #23C6C8, #23C6C8);
     background-image: -o-linear-gradient(top, #23C6C8, #23C6C8);
     background-image: linear-gradient(to bottom, #23C6C8, #23C6C8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#23C6C8, endColorstr=#23C6C8);
}

.btn-status-cancel
{
 border-top-color: #AB3D49;border-right-color: #AB3D49;border-bottom-color: #AB3D49;border-left-color: #AB3D49;border-width: 1px 15px 1px 1px;border-style: solid;
 background-color: #ED5565; background-image: -webkit-gradient(linear, left top, left bottom, from(#ED5565), to(#ED5565));
 background-image: -webkit-linear-gradient(top, #ED5565, #ED5565);
 background-image: -moz-linear-gradient(top, #ED5565, #ED5565);
 background-image: -ms-linear-gradient(top, #ED5565, #ED5565);
 background-image: -o-linear-gradient(top, #ED5565, #ED5565);
 background-image: linear-gradient(to bottom, #ED5565, #ED5565);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ED5565, endColorstr=#ED5565);
}

.btn-filter
{
    padding-top:15px;
    padding-right:14px;
    float:right;
}

.filter-datepicker
{
    height:38px;
    margin-bottom: 0px;
}

.client-logo {
    /*content: url('../images/logo.png');*/    
    width:174px;
}

.admin-header
{
    float:left;
    padding-left:18px;
}

.txt-admin-panel {
    color:#DC3131;
    font-size:25px;
    padding-left:10px;
}

.confirm-title{
    margin-top:5px;
    margin-left:14px;
    font-size:14px;
}