﻿
.btn{
    transition:all 0.3s ease-in-out;
}

.scrolling-table-container {
    height: 378px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.center {
    margin: auto;
   max-width: 500px;
  
    padding: 10px;
}

.dashboard {
    
      margin: auto; 
   
}
.dashboard-badge {
    margin-top: 7px;
    margin-right: 7px;
    float: right;
    min-width: 48px;
    line-height: 1.2;
}
.dashboard .btn {
  text-align:left;
 }
    .dashboard .btn-label {
        text-align: center;
        left:-2px;
        padding-right:10px;
        min-width:48px;
    }

.dashboard .btn:hover {
   
  
/*text-align:left;*/
/*padding:10px;
margin-bottom:10px; 
background:#fff;
color:#000;
font-size:15px;
 border:2px solid blue;*/
}

.dashboard .row {
    /*text-align:left;*/

 padding:5px;
}

.dashboard .badge {
background:#fff;
border:1px solid #777;
color:#000;

}

 #logo-login {
width: 70%;
display: block;
margin: auto;
 
   
  }

  #logo-main {
margin-left:10px;
height:80px;
display: block;

/*margin: auto;*/
   
   
  }

  .ListDiv 
{
    width:100%;
   max-height: 500px;
    float: left;
    overflow: auto;
    overflow-x: hidden;
}

.ListDiv250 
{
    width:100%;
    max-height: 250px;
    float: left;
    overflow: auto;
    overflow-x: hidden;
}


  .table-borderless tbody tr td, 
  .table-borderless tbody tr th, 
  .table-borderless thead tr th {
    border: none;
}
  .table-borderless td{
      border: none;
  }

 #map_canvas {
    min-width: 368px;
    height:500px;
     
}
/*for use with labels*/
 .form-control-noborder {
    display: block;
    width: 100%;
    height: 34px;
   font-size: 14px;
    line-height: 1.428571429;
    color: #666;
    vertical-align: middle;
    background-color: #ffffff;
     border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


 .ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

 .navbar-default {
   background-color: #f8f8f8;
}


 .login-main{
     background-color:rgba(0,0,1,0.1);
     padding:30px;
     border-radius:10px;
 }

 
#myNavbar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-top-color:#ccc;
    border-bottom-color:#ccc;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#myNavbar .navbar-nav > li > a{
    /*padding:15px;*/
   
    font-size:15px;
}

#myNavbar .dropdown-menu
{

background-color:#fff;
font-size:15px;
}

#myNavbar .dropdown-menu > li
{

}

.claimButton
{
    margin-left:-350%;
   
 
}

.actionbutton {
    margin-left: -36px
}

    .actionbutton .btn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
        display: block;
        width: 100%;
        border: none;
        text-align: left;
    }

.claimAssign {
    
}

    .claimAssign .btn-labeled {
        text-align: left;
        margin-left: 0px;
    }

.claimButton .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

.claimButton .btn-labeled
{
    text-align:left;
    margin-left:0px;
}

.loading
    {
         font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }

.usermenu .dropdown-menu {
    z-index: 1001;
}



.container-fluid {
    margin-left: 10px;
    margin-right: 10px;
}

 .row {
    margin: 0px;
    padding: 0px;
}

/*Invoice Info */
.btn-arrow-right, .btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-left {
    padding-right: 18px;
    padding-left: 18px;
}

    .btn-arrow-right:before, .btn-arrow-right:after, .btn-arrow-left:before,
    .btn-arrow-left:after {
        /* make two squares (before and after), looking similar to the button */
        content: "";
        position: absolute;
        top: 4px; /* move it down because of rounded corners */
        width: 22px; /* same as height */
        height: 22px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px;
        /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

.btn-arrow-right:before, .btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before, .btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before, .btn-arrow-left:before {
    /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after, .btn-arrow-left:after {
    /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after, .btn-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before, .btn-arrow-left:after {
    /* hide arrow tails background */
    background: #fff;
}

.invoiceStatus {
    font-size: 12px !important;
}

    .invoiceStatus .btn:not(:disabled) {
        pointer-events: none !important;
        font-size: inherit;
    }


.div-overflow {
    width: 100%;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

/*TELERIK CONTROLS*/
.RadUpload .ruBrowse {
    height: auto !important;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}