﻿.thumbnail {
            height: 280px !important;
            
        }

        .btn-droppable {
            width: 180px;
            height: 30px;
            padding-left: 4px;
        }

        .btn-draggable {
            width: 160px;
        }

        .emage {
            height: 215px;
        }

        h1 {
            padding: .2em;
            margin: 0;
        }

        #products {
            float: left;
            width: 350px;
            margin-right: 2em;
           
        }

        #cart {
            width: 350px;
            float: left;
            
        }

            #cart ol {
                margin: 0;
                padding: 1em 0 1em 3em;
            }

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    line-height:3.4285;
}

#ng-view {
    position: relative;
    padding-top: 80px;
}

div.row div.span2 {
    margin-top:5px;
}
.col-sm-1-5 {
    width: 12.66666667%;
  }
.view {

}
.pagenav{
    text-align:center;
}
.white {
    color: white;
}

.white:hover{
    color: white;
}
.purchaseCol1
{
    padding-left:5px;
}
.purchaseBand
{
    background-color:#96C2E1;line-height:45px;vertical-align:middle;
}
.purchaseBand2
{
    background-color:#E0EDF6;line-height:45px;vertical-align:middle;border-top: 1px solid;
}
.purchaseBand3
{
    background-color:#E0EDF6;line-height:45px;vertical-align:middle;border: 2px solid;border-color: rgb(2, 127, 244);width:200px;padding:2px;
}
.pointer {
    cursor: pointer;
}
.card {
    background-color: #fff;
    height: 165px;
    width: 100%;
    position: relative;
}
.cardHeader {
    background-color:#e3e3e3 !important;
    font-size:13pt;
    color:black;
    color: rgb(113,113,113);
    height:54px; 
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom:2px solid #8E8E8E !important;
}
.tdtext
{
    color: rgb(113, 113, 113); 
    font-size: 13px; 
    font-family:"FontAwesome", "Open Sans", Verdana, Arial, Helvetica, sans-serif !important;
    font-style: normal; 
    font-weight: bold; 
    text-decoration: none; 
    text-align: left; 
    padding: 0px 5px;

}
.cardContainer {
    width:100%;
}
.cardBody {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12pt; 
    font-weight: normal;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 6px;
    color: rgb(142, 142, 147) !important;
    min-height:75px;
    cursor:default;
}
.cardBodyRight {
    margin-left:5px;
}
.tdPlus
{
    width: 20px !important; 
    height: 35px !important; 
    background-image: url(background/faPlus_middle.png);
    background-size:16px 30px;
    border:none !important;
    background-repeat:no-repeat;
    background-position-y:3px;
}
.tdlistHome
{
    border-left:solid !important; 
    border-left-width:1px !important;
    border-left-color:rgb(170, 170, 170) !important;
    border-right:solid !important;
    border-right-width:1px !important;
    border-right-color:rgb(170, 170, 170) !important;
    border-bottom:solid !important; 
    border-bottom-width:1px !important;
    border-bottom-color:rgb(170, 170, 170) !important; 
    /*line-height: 40px !important;*/
    padding:10px;
}
.thlistHome
{
    border:solid !important; 
    border-color:rgb(170, 170, 170) !important;
    border-width:1px !important;
    line-height: 40px !important;
    padding-left:10px;
}
.printAlign{
    width:980px;
    align-items:center;
}
.gridBottom
{
    width: 100%;
    height: 37px;
    border: 1px solid rgb(170, 170, 170);
    border-radius:7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    background-color: #fff;
    font-family:"FontAwesome", "Open Sans", Verdana, Arial, Helvetica, sans-serif !important;
    font-size:13px;
    /*border-color:#d4d4d4 !important;*/
}
.cardImage {
    height:100px;margin-top:10px;
    text-align:center;
}

.lastRow {
    background-color: #ccc;
}

.purchaseTable{
    width:85%;
}
.purchaseCol{
    width:100px;
   
}
.indent {
    margin-left:5px;
}

.ordersTable {
    width:85%;
}

.orders th, .customers th , .leads th, .events th{
    width:20%;
    cursor: pointer;
}

.ordersTable tr:first-child th, .customersTable tr:first-child th , .eventsTable tr:first-child th{
    background-color: #027FF4;
    color: #fff;
    font-weight: bold;
}

.gridContainer td {
    vertical-align: middle;
}


#submitCustomer {
    margin-left:50px;
    margin-top: -8px;
}

footer {
    margin-top:10px;
    font-weight: bold;
}


/* Bootstrap overrides */

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*
}

.navbar-inner {
    padding-left: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-inner.toolbar {
    background-color: #fafafa;
}

.navbar-inner.footer {
    background-color: #fafafa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {    
    color: #176dee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image:linear-gradient(#F9F9F9,#CDCDCD);
    outline:none !important;
}

.navbar-fixed-top .nav li a {
    color: #FFFFFF;
}

.navbar-fixed-top .nav li a:hover {
    color: #ccc;
    font-size: 1.2em;
}

.navbar .nav > li  {
    cursor:pointer;
    float:left;
}

.navbar .nav > li > a {
    font-weight:bold;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.navbar .nav > li.toolbaritem > a {
    color: black;
    font-weight:bold;
    -webkit-text-shadow: none;
    text-shadow: none;
    outline:none !important;
}

.navbar-fixed-top ul.nav > li > a.elipsis:hover {
    font-size:1.0em;
}
.navbar-fixed-top ul.nav ul.dropdown-menu > li > a:hover {
    font-size:1.0em;
}

.nav a:focus, .navbar-header a:focus {
    outline:none !important;
}

.errorMessage {
    position:absolute;
    padding: 5px;
    background-color: #E03930;
    color:black;
}

.pagination li {
    cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    font-weight:bold;
    color: #176dee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image:linear-gradient(#F9F9F9,#DCDCDC);
}
.dropdown-menu > li > button {
    background-image:none;
    background-position-x:0px;
    background-position-y:0px;
    background-repeat:no-repeat;
    color: #176dee;
}

.dropdown-menu > li > button:hover,
.dropdown-menu > li > button:focus{
    font-weight:bold;
    font-size:14px;
    color: #176dee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image:linear-gradient(#F9F9F9,#DCDCDC);    
    background-position-x:0px;
    background-position-y:0px;
    border-radius:0px;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 00px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 1px 00px rgba(0, 0, 0, 0);
          box-shadow: 0 1px 00px rgba(0, 0, 0, 0);
}

.close {
    font-size:15pt;
    opacity: 1.0;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn.active {
  background-color: #f7f7f7;
}

/* ng-cloak */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng.ng-cloak {
    display: none;
}

.novalidate {
    border-left: none !important;
}

input.ng-invalid, select.ng-invalid {
  border-left: 5px solid #E03930;
}
input.ng-valid, select.ng-valid {
  border-left: 5px solid #57A83F;
}

.errorMessage {
    position:absolute;
    padding: 5px;
    background-color: #E03930;
    color:black;
}

.editIcon {
    margin-top: 2px;
}

.pagination li {
    cursor: pointer;
}

.slide-animation {
    margin-bottom:20px;
}

     .sidenav {
        width: 0;
        overflow: hidden;
        position: fixed;
        right: 200px;
        top: 80px;
        bottom: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        border-radius: 15px;
        box-shadow: 0 8px 17px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 8px 17px rgba(0,0,0,.2);
        background: #e3e3e3;
        z-index: 10;
         height: 470px !important;
        /*padding:0px,0px,0px,0px;*/
    }
        .sidenav.open {
                width: 320px;
    height: 550px !important;
    right: 30px!important;
    border-style: solid;
    border-width: 1px;
    border-color: black;
        }
.nav a {
  color: black !important;
  font-weight:normal;
  font-family:Arial;
  /*text-shadow: 0 0 1px grey;*/ }
.headerlogostyle {
  display: block;    
  height: auto;
  width:100%;
}

.logincontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .logincontainer {
    width: 100%;
    min-height: 600px;   
  }
}
@media (min-width: 992px) {
  .logincontainer {
    width: 100%;    
  }
}
@media (min-width: 1200px) {
          .cls50 {
        width: 100% !important;
    }
  .logincontainer {
    width: 100%;    
  }
}



.bottomadvtstyle {
  background-color: white;
  text-align: center;
  color: black;
  /*border: 2px solid lightgray;
  border-radius: 5px;*/
}

.login-panel-heading {
  color: white !important;
  background-color: #337ab7 !important;
  
  padding: 01px 02px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; 
  text-align: center;
}

.panel-body-login-field {
  padding: 10px;
}

.panel-body-login-bottom {
  padding-top: 5px;
  padding-bottom: 10px;
}

.gridtable {
    width: 100%;
    height:50%;
}
.gridtd {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:4px;
    line-height:25px !important;
}

.gridtr {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font:italic;
}


.dialogdemoBasicUsage #popupContainer {
  position: relative; }

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px; }

.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px; }

.dialogdemoBasicUsage button {
  width: 200px; }

.dialogdemoBasicUsage div#status {
  color: #c60008; }

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0; }

.Component {
    font-family: Verdana;
}
.popUp{
    background-color: rgb(227, 227, 227);
    border-color: rgb(227, 227, 227);
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
    box-shadow: 0px 27px 55px 0px rgba(0, 0, 0, 0.3), 0px 17px 17px 0px rgba(0, 0, 0, 0.15);
}
.priorityPopUp{
    width: 300px;
}
.apptListPopUp{
    width: 550px;
    max-height:550px;
}
.apptInfoPopUp{
     width: 550px;
    max-height:590px;
}
.apptSlotPopUp
{
    width: 420px;
    max-height:620px;
}
.priorityPopupIn
{
    background-color: white; 
    border-color: rgb(210, 210, 210); 
    border-width: 1px; 
    border-style: solid; 
    border-radius: 7px; 
}
.popupTextAction
{
    border-top-color: rgba(0, 0, 0, 0.2); 
    border-bottom-color: rgba(0, 0, 0, 0.2); 
    border-right-color: rgba(0, 0, 0, 0.2); 
    border-style: solid; 
    border-left-width: 5px; 
    border-bottom-width: 1px; 
    border-top-width: 1px; 
    border-right-width: 1px;    
    border-radius: 4px; 
    color: rgb(85, 85, 85); 
    font-size: 13px; 
    font-family: 'Segoe UI'; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    text-align: left;
    width: 166px;
    background-color:white;
}
.companyDetailPopUp
{
    width:885px;
    height:650px;
    overflow:hidden;
}
.companyDetailHeader
{
    width:100%;
    padding:20px 25px 0px 25px;
    height:100px;
    overflow:hidden;
}
.companyDetailContent
{
    width:100%;
    padding:0px 25px 10px 25px;
    height:520px;
    overflow:hidden;
}
button.popupTextAction:hover{
    
    background-color: rgb(227, 227, 227); 
}
button.popupTextAction:disabled{
    
    background-color:white;
    cursor:not-allowed; 
}
.simplebar 
{
	overflow-y: scroll;
}
.simplebar.horizontal 
{
	overflow-x: scroll;
	overflow-y: hidden;
    visibility:hidden !important;
}
.simplebar-track
{
    background-color:#ccc;
    width:7px !important;
    border-radius:7px;
}
.simplebar-track.horizontal
{
    visibility:hidden !important;
}
.simplebar-scrollbar
{
    right:0px !important;
}
a.ng-binding
{
    text-decoration:none;
    color: rgb(142, 142, 147);
}
.md-button
{
    background-color:rgba(158,158,158,0.2) !important;
}
.md-button:hover
{
    background-color:rgba(158,158,158,0.6) !important;
}
md-dialog
{
    max-width:100% !important;
    max-height:100% !important;
}
.md-dialog-container
{
    overflow:auto !important;
    height:100% !important;
}


.carddemoBasicUsage .card-media {
  background-color: #999999; }

.myprofilemdcard {
    box-shadow:1px 1px 3px 3px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
}

.myprofileDDboxes {
    height:35px;
    font-size:16px;
    border-radius:6px;
    width:90%;
}
.md-title{
    font-size:12pt !important;
}
.fa-close::before
{
    content:''!important;
    background: url('background/blocked.png');/*url of image*/
    height: 17px;/*height of image*/
    width: 17px;/*width of image*/
    background-size: 15px 15px; 
    background-repeat: no-repeat;
    background-position-x:0px;
    background-position-y:2px;
    position: absolute;
}
.fa-remove
{
    cursor:pointer;
}
.fa-remove::before
{
    content:''!important;
    background: url('background/close.png');/*url of image*/
    height: 17px;/*height of image*/
    width: 17px;/*width of image*/
    background-size: 15px 15px; 
    background-repeat: no-repeat;
    background-position-x:0px;
    background-position-y:2px;
    position: absolute;
}
.ddsearch
{
    border:1px solid darkgrey;
    width:100%;
    border-radius:5px;
    margin-top:5px;
    font-size:10pt;
    -webkit-appearance: none; 
   -moz-appearance: none;
   background: transparent;
   background: url(background/downarrow.png) 98% / 6% no-repeat #fafafa;
   padding:2px;
   line-height:normal;
}
.ddsearch::-ms-expand { 
     /*  remove default arrow on ie10 and ie11 */
     border:none;
     background:none;
     display: none;
}
.selected {
    background-color:#efeded !important;
    color:black;
    font-weight:bolder;
}
.md-contact-chips input::-webkit-input-placeholder {
    color:black !important;
}
.md-contact-chips input:-moz-placeholder { /* Firefox 18- */
    color:black !important;
}

.md-contact-chips input::-moz-placeholder {  /* Firefox 19+ */
    color:black !important;
}

.md-contact-chips input:-ms-input-placeholder { 
    color:black !important;
}
.md-dialog-container md-dialog md-dialog-actions {
    display: block !important;
}

.md-dialog-container md-dialog md-dialog-actions button {
    float: right !important;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    }
  .my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    /*float: left;*/
    list-style: none;
    }
  .my-legend .legend-scale ul li {
    font-size: 100%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    }
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
    }
  .my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
  .my-legend a {
    color: #777;
    }
  .clsmegininput{
      margin-top: 16px !important;
  }
   .clsmegindiv{
     margin-bottom: 20px !important;
  }
   .panel-title > a[aria-expanded="true"]:before {
    float: right !important;
    content:"\f056";
}
.m-l-10{
    margin-left:10px;
}
.m-r-10{
    margin-right:10px;
}


@media (min-width:501px) and (max-width:768px){
    .screenMobPadding{
            padding-left: 0px!important;
            padding-right: 0px!important;
    }
    .nestedViewMarginTop{
    padding-top: 2em;
    border-top: 1px solid #e0e0e0;
}
    .accTimestyle{
    margin: auto;
    font-weight: 600;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}
      .accTitlestyle{
        margin: auto;
        font-weight: 600;
        border-left: 1px solid gray;
        border-left-style: dotted;
        padding: 10px;
        font-family: 'Lato', sans-serif;
    }
      .cardContent{
          display:flex!important;
      }
      .m-l-10{
    margin-left:10px;
}
.m-r-10{
    margin-right:10px;
}

    .cls50 {
        width: 100%;
    }
}
@media (min-width:768px){
    /*.screenMobPadding{
            padding-left: 0px!important;
            padding-right: 0px!important;
    }*/
     .nestedViewMarginTop{
    padding-top: 2em;
    /*border-top: 1px solid #e0e0e0;*/
}
      .accTimestyle{
    margin: auto;
    font-weight: 600;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

          .accTitlestyle{
        margin: auto;
        font-weight: 600;
        border-left: 1px solid gray;
        border-left-style: dotted;
        padding: 10px;
        font-family: 'Lato', sans-serif;
    }
            .cardContent{
          display:flex!important;
      }
            .m-l-10{
    margin-left:10px;
}
.m-r-10{
    margin-right:10px;
}

    .cls50 {
        width: 100%;
    }
}

@media (max-width:500px){
        .accTimestyle{
    margin: auto;
    font-weight: 600;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}
      .accTitlestyle{
        margin: auto;
        font-weight: 600;
        /*border-left: 1px solid gray;*/
        /*border-left-style: dotted;*/
        padding: 10px;
        font-family: 'Lato', sans-serif;
    }
      .cardContent{
          display:inline-grid!important;
      }

      .m-l-10{
          margin-left:0px;
      }

      .m-r-10{
          margin-right:0px;
      }
          .cls50 {
        width: 100%;
    }
          
    .mwinput {
        padding-left: 1% !important;
        padding-right: 1% !important;
    }

    .mwinputselect {
        padding-left: 1% !important;
        padding-right: 7% !important;
    }
}

.calendarList{
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 20px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.float {
        position: initial !important;
        /*width: 60px;
        height: 60px;
        bottom: 40px;*/
        z-index:2;
        right: 40px;
        /*background-color: #0C9;*/
        color: #FFF;
        /*border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;*/
    }

    .my-float {
        margin-top: 22px;
    }

    /* fix for modal dialog position in small screens */
@media screen and ( max-height: 768px ) {
    .md-dialog-is-showing {
        padding-top: 1px;
    }
}

.mddlg {
  background-image: url('../../../ngDWeb/app/img/vm_bg.png');
  background-position-x: center;
  /*width: 85%;*/
  max-width: 95% !important;
  min-width: 1100px;
  max-height: 85%;
}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 50;
    text-align: center;
    font-size: 12px;
}

#clockdiv > div{
    padding: 2px;
    border-radius: 1px;
    background: #045eab;/*#00BF96;*/
    display: inline-block;
}

#clockdiv div > span{
    padding: 4px;
    border-radius: 1px;
    background:   #09265a;  /*#00816A;*/
    display: inline-block;
}

.smalltext{
    padding-top: 1px;
    font-size: 8px;
}

.action {
  cursor: pointer;
}
.action-danger {
  color:red !important;
}
.dialog-text{
    padding-left: 10px;
    padding-top: 10px;
}

/* directory media query here start */
/* @media (max-width: 500px){
    .dispaly-s {
        flex-direction:column !important;
  }
    .flex-30, .layout-row > .flex-30{
        max-width:100% !important;
    }
}

@media (min-width: 501px) and (max-width: 768px){
 .flex-30, .layout-row > .flex-30{
        max-width:45% !important;
        margin:4px;
    }
 .dispaly-s{
         flex-wrap: wrap;
         justify-content: flex-start !important;
 }
}*/

/* G  media query here start */

 @media (max-width: 500px){
    .message-f {
        flex-direction:column !important;
  }
  .flex-100-f {
    max-width: 100% !important;
}
.md-dialog-container {
    overflow: auto !important;
   max-height: 90vh !important;
}
 .sub-con{
        width: 100% !important;
         margin-left: 0 !important; 
         margin-right: 0 !important
    }
 .sd-font{
     font-size:12px !important;
     margin-top: 0px !important;
 }
 .sd-footer{
     position:relative!important;
     max-height: 20vh !important;
    overflow:hidden!important
}
 .sd-content{
     overflow-x:hidden!important;
 }
 .sd-margin{
     margin-top:0px!important;
     margin-bottom:5px!important
 }
}
 @media (max-width: 959px){
.md-dialog-container {
    overflow: auto !important;
   max-height: 90vh !important;
}
 }