/** General **/

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f8f8f8;
}

html {
    min-height: 100%;
    position: relative;
    background-color: #f8f8f8;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

div {
  box-sizing: border-box;
  }

h1, h2, h3, h4, h5, h6, span, a{
    font-family: 'Open Sans', sans-serif;
}

h3, .h3 {
    font-size: 22px;
}

p{
    color: #333;
}

a {
    color: #808080;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.file-caption-main {
    width: 100%;
    z-index: 0;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1c738d;
    width: 100%;
    z-index: 1;
    height: 40px;
}

.top-bar h4{
  color: white;
  text-align: center;
  font-weight: 600;
}

.top-bar img{
  width: 20px;
  line-height: 1.5;
  margin-top: 26px;
}

.tp5{
    margin-top:5px;
}

.tp10{
    margin-top:10px;
}

.tp20{
    margin-top: 20px;
}

.btm5{
    margin-bottom:5px;
}

.btm10{
    margin-bottom:10px;
}

.btm20{
    margin-bottom: 20px;
}

.p7{
    padding: 7px;
}

.page-home {
    width: 100%;
    height: auto;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 50%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(254,254,254,1)), color-stop(100%, rgba(209,209,209,1)));
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 50%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 50%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 50%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 50%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=1 );
    overflow: hidden;
}

/*
.page {
    width: 100%;
    background: #f8f8f8;
    min-height: 300px;
    height: 100%;
}

.page-services {
    width: 100%;
    background: #f8f8f8;
    min-height: 1400px;
    height: 100%;
}

.page-ebilling {
    width: 100%;
    background: #f8f8f8;
    min-height: 800px;
    height: 100%;
}

.page-ebooking {
    width: 100%;
    background: #f8f8f8;
    min-height: 1800px;
    height: 100%;
}

.page-form {
    width: 100%;
    background: #f8f8f8;
    min-height: 2300px;
    height: 100%;
}

.page-support {
    width: 100%;
    background: #f8f8f8;
    min-height: 600px;
    height: 100%;
}

.page-login{
    width: 100%;
    background: #f8f8f8;
    height: 100%;
    margin: 0px auto;
}

.page-open-ticket-detail{
    width: 100%;
    background: #f8f8f8;
    min-height: 1100px;
    height: 100%;
}

.page-close-ticket-detail{
    width: 100%;
    background: #f8f8f8;
    min-height: 1100px;
    height: 100%;
}
*/

.no-padding{
    padding: 0;
}

.main-content{
    margin: 40px auto;
    margin-bottom: 72px;
    height: auto;
}

section#enotice {
    padding-top: 3px;
}

section#my-bookings {
    padding-top: 3px;
}

section#open-tickets{
    padding-top: 3px;
}

section#close-tickets{
    padding-top: 3px;
}

section#home-cleaning{
    padding-top: 15px;
}

section#movers{
    padding-top: 15px;
}

section#service-repair-aircon{
    padding-top: 15px;
}

section#add-booking{
    padding-top: 15px;
}

section#new-ticket{
    padding-top: 15px;
}

section#open-ticket-detail{
    padding-top: 15px;
}

section#close-ticket-detail{
    padding-top: 15px;
}

section#new-visitor{
    padding-top: 15px;
}

section#request-free-quote{
    padding-top: 15px;
}

/** General **/


/** Index  **/

.profile-info{
    text-align: center;
}

a.icon-link{
  text-decoration:none;
}

a.icon-link:hover{
  text-decoration:none;
}

.img-icons{
  position:relative;
}

.img-icons img{
  margin: auto;
  /*width: 85px;*/
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}

h4.icon-title{
  color:#1c738d;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
}

.badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red !important;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: -4px;
    margin: auto;
}

.bottom-menu{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both;
  z-index: 999;
}

ul.bottom-ul{
  padding: 0;
}

.btm-tab li{
  list-style:none;
  padding: 10px 0;
  text-align: center;
  background-color:#1c738d;
}

.btm-tab li.active{
  background-color:#00BCD4;
}

.btm-tab li:hover{
  background-color:#00BCD4;
}

.btm-tab li a{
    color: white;
    cursor: pointer;
    text-decoration:none;
    display:block;
}

.btm-tab img{
    width: 22px;
    margin: 3px 0;
}

@media (min-width: 1200px){
.container-home {
    width: 1170px;
    padding: 0 200px !important;
    margin: auto;
}
}

@media (min-width: 992px){
.container-home {
    width: 970px;
    padding: 0 100px !important;
    margin: auto;
}
}

@media (min-width: 768px){
.container-home {
    width: 750px;
    padding: 0 50px !important;
    margin: auto;
}
}

ul.bullets {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

ul.bullets li{
    display: inline-block;
    cursor: pointer;
}

.side-menu-toggle{
    position: relative;
}

#menu-toggle{
    position: absolute;
    top: -55px;
    left: 0;
}

.back-btn{
    position: relative;
}

#back {
    position: absolute;
    top: -30px;
    left: -5px;
    color: white;
    font-size: 21px;
}

.avatar img{
    border-radius: 50%;
    width: 70%;
    margin: 0 auto;
    border: 4px solid #fff;
}

.index-profile{
    /*background: rgba(255,255,255,0.5);*/
    border-radius: 8px;
    margin: 20px;
    padding: 20px;
}

/** Index  **/

/** Services  **/

.categories {
    position: relative;
}

.service-title {
    color: white;
    position: absolute;
    top: 35%;
    left: 40%;
    text-shadow: 3px 3px 3px #333;
}

.services-details{
    padding: 0px 10px;
}

.services-details h4{
    text-align: center;
}

a.date {
    color: #018aff;
    font-weight: 400;
    position: absolute !important;
    bottom: 3px !important;
    right: 10px !important;
    font-size: 12px;
    text-shadow: none;
}

.services-panel {
    margin: 10px 0;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 1px 2px 6px #dcdcdc;
    overflow: hidden;
    position: relative;
}
/** Services **/

/** Cleaning **/
.white-nospanel {
    background-color: #ffffff;
    padding: 30px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.grey-nospanel {
    background-color: #f8f8f8;
    padding: 0;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.right-icon{
    font-size: 25px;
    position: absolute;
    right: 3%;
    top: -25%;
}

#imaginary_container{

}
.stylish-input-group .input-group-addon {
    background: white !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-right: 0;
    border-left: 0;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
/** Cleaning **/

/** Movers **/
ul.box-border{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    list-style: none;
    background-color: white;
}
.mobile-space{
    margin-top:20px;
}


/** Movers **/

/** Enotice **/
.green-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #77c707;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.yellow-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #f1ed00;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.red-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #c70606;
    box-shadow: 1px 2px 6px #dcdcdc;
}

span.desc{
    font-size: 13px;
}

.grey-icons{
    color:#808080;
}

.white-icons{
    color:#ffffff;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #23527c;
    color: white;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 6px 6px 0 0;

  /* Firefox 1-3.6 */
  -moz-border-radius: 6px 6px 0 0;

  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 6px 6px 0 0;

}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0;
}

.mobile-nspace{
    margin-top:0;
}

button.pdf {
  background-image: url(../../images/pdf.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 42px;
  width: 190px;
  border: none;
}

button.pdf span {
  display: none;
}
/** Enotice **/

/** Ebooking **/

.bookings {
    position: relative;
    width: 100%;
    height: auto;
}

.booking-title {
    color: white;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    height: 100%;
    text-shadow: 3px 3px 3px #333;
}

.main-booking-title {
    color: white;
    position: absolute;
    top: 40%;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 3px 3px 3px #333;
    text-decoration: none;
}

.booking-details{
    padding: 0px 10px 10px 10px;
}

.booking-details h3{
    color: #00bcd4;
}

a.date {
    color: #018aff;
    font-weight: 400;
    position: absolute !important;
    bottom: 3px !important;
    right: 10px !important;
    font-size: 12px;
    text-shadow: none;
}

.booking-panel {
    margin: 12px 10px;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 1px 2px 6px #dcdcdc;
    overflow: hidden;
    position: relative;
}

span.rate{
    font-size: 17px;
}

span.opening-hours{
    font-size: 13px;
}
/** Booking **/

/** My Bookings **/
.white-panel{
    margin: 12px 10px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 1px 2px 6px #dcdcdc;
}

a.panel-link {
    display: block;
}
/** My Bookings **/

/** Calendar **/

.current-month{
    position: relative;
}

.arrows{
    position: absolute;
    right: 10%;
    top: 13%;
}
    .calendar {
        margin: 0px 40px;
    }

.calendar-left, .calendar-right{
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 7px;
    margin: 0 3px;
}

    .popover.calendar-event-popover {
        font-size: 12px;
        color: rgb(120, 120, 120);
        border-radius: 2px;
        max-width: 300px;
    }
    .popover.calendar-event-popover h4 {
        font-size: 14px;
        font-weight: 900;
    }
    .popover.calendar-event-popover .location,
    .popover.calendar-event-popover .datetime {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .popover.calendar-event-popover .location > span,
    .popover.calendar-event-popover .datetime > span {
        margin-right: 10px;
    }
    .popover.calendar-event-popover .space,
    .popover.calendar-event-popover .attending {
        margin-top: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgb(160, 160, 160);
        font-weight: 700;
    }
    .popover.calendar-event-popover .space > .pull-right,
    .popover.calendar-event-popover .attending > .pull-right {
        font-weight: 400;
    }
    .popover.calendar-event-popover .attending {
        margin-top: 5px;
        font-size: 18px;
        padding: 0px 10px 5px;
    }
    .popover.calendar-event-popover .attending img {
        border-radius: 50%;
        width: 40px;
    }
    .popover.calendar-event-popover .attending span.attending-overflow {
        display: inline-block;
        width: 40px;
        background-color: rgb(200, 200, 200);
        border-radius: 50%;
        padding: 8px 0px 7px;
        text-align: center;
    }
    .popover.calendar-event-popover .attending > .pull-right {
        font-size: 28px;
    }
    .popover.calendar-event-popover a.btn {
        margin-top: 10px;
        width: 100%;
        border-radius: 3px;
    }
    [data-toggle="calendar"] > .row > .calendar-day {
        width: 14.28571428571429%;
        border: 1px solid rgb(235, 235, 235);
        border-right-width: 0px;
        border-bottom-width: 0px;
        min-height: 120px;
    }
    [data-toggle="calendar"] > .row > .calendar-day.calendar-no-current-month {
        color: rgb(200, 200, 200);
    }
    [data-toggle="calendar"] > .row > .calendar-day:last-child {
        border-right-width: 1px;
    }

    [data-toggle="calendar"] > .row:last-child > .calendar-day {
        border-bottom-width: 1px;
    }

    .calendar-day > time {
        position: absolute;
        display: block;
        bottom: 0px;
        left: 0px;
        font-size: 12px;
        font-weight: 300;
        width: 100%;
        padding: 10px 10px 3px 0px;
        text-align: right;
    }
    .calendar-day > .events {
        cursor: pointer;
    }
    .calendar-day > .events > .event h4 {
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 3px;
    }
    .calendar-day > .events > .event > .desc,
    .calendar-day > .events > .event > .location,
    .calendar-day > .events > .event > .datetime,
    .calendar-day > .events > .event > .attending {
        display: none;
    }
    .calendar-day > .events > .event > .progress {
        height: 10px;
    }
/** Calendar **/

/** Add Booking **/
.form-buttons{
    margin-top:10px;
}
/** Add Booking **/

/** Support **/

.support{
    position: relative;
}

.support-panel {
    margin: 10px 0;
    padding: 20px 0;
    background-color: #5BC0DE;
    overflow: hidden;
    position: relative;
    border: 1px solid #46B8DA;
}

/*
.support-panel:hover {
    margin: 10px 0;
    padding: 50px 0;
    background-color: #31B0D5;
    overflow: hidden;
    position: relative;
    border: 1px solid #31B0D5;
}
*/

p.no-of-tic{
    font-weight: 600;
    font-size:40px;
    text-align: center;
    color: white;
}

.new-ticket-panel {
    margin: 10px 0;
    padding: 30px 0;
    background-color: #F0AD4E;
    overflow: hidden;
    position: relative;
    border: 1px solid #EEA236;
}

.open-ticket-panel {
    padding: 40px 0;
    background-color: #5CB85C;
    overflow: hidden;
    position: relative;
    border: 1px solid #4CAE4C;
}

.open-ticket-panel:hover {
    background-color: #449D44;
    border: 1px solid #449D44;
}

.close-ticket-panel {
    padding: 40px 0;
    background-color: #D9534F;
    overflow: hidden;
    position: relative;
    border: 1px solid #D43F3A;
}

.close-ticket-panel:hover {
    background-color: #C9302C;
    border: 1px solid #C9302C;
}

.new-ticket-panel:hover {
    background-color: #EC971F;
    border: 1px solid #EC971F;
}

.support-categories{
    position: relative;
}

.main-support-title {
    padding: 0px 10px;
    color: white;
    text-align: center;
}

.open-ticket-title {
    padding: 5px 5px 1px 5px;
    padding-bottom: 8px;
    text-align: center;
    border: 1px solid #5cb85c;
    font-size: 20px;
}

.close-ticket-title {
    padding: 5px 5px 1px 5px;
    padding-bottom: 8px;
    text-align: center;
    border: 1px solid #D9534F;
    font-size: 20px;
}

.support-panel-title{
    padding: 0px 10px;
    color: white;
}

.support-panel-title img{
    width: 15%;
    margin: 0 auto;
}

.support-new-title{
    padding: 0px 10px;
    color: white;
}

.support-new-title img{
    width: 7%;
    margin: 0 auto;
}

.support-new-title h4{
    text-align: center;
}

.support-panel-title h4{
    text-align: center;
}

a.date {
    color: #018aff;
    font-weight: 400;
    position: absolute !important;
    bottom: 3px !important;
    right: 10px !important;
    font-size: 12px;
    text-shadow: none;
}

/** Support **/

/** Open/Close Tickets **/
.green-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #77c707;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.blue-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #14aec8;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.purple-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #7d74ad;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.yellow-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #f1ed00;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.red-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #c70606;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.grey-bpanel{
    margin: 12px 10px;
    padding: 0px 15px 20px 15px;
    background-color: #ffffff;
    border-left: 12px solid #666666;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.tickets-details{
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 15px auto;
    width: 90%;
}

.tic{
    font-size: 60px;
    padding: 10px;
    margin: auto;
    color: #4e4e4e;
}

span.green{
    color: #77c707;
}

span.yellow{
    color: #f1ed00;
}

span.red{
    color: #c70606;
}

span.blue{
    color: #14aec8;
}

span.purple{
    color: #7d74ad;
}

.right-status {
    font-size: 25px;
    position: absolute;
    right: 3%;
    top: 45%;
    font-size: 15px;
}

span.green-bullet{
    color: #77c707;
    font-size: 21px;
    margin-right: 3px;
}

span.blue-bullet{
    color: #14aec8;
    font-size: 21px;
    margin-right: 3px;
}

span.purple-bullet{
    color: #7d74ad;
    font-size: 21px;
    margin-right: 3px;
}

span.yellow-bullet{
    color: #f1ed00;
    font-size: 21px;
    margin-right: 3px;
}

span.red-bullet{
    color: #c70606;
    font-size: 21px;
    margin-right: 3px;
}

span.grey-bullet{
    color: #666666;
    font-size: 21px;
    margin-right: 3px;
}

span.img-title{
    font-size: 11px;
}
/** Open/Close Tickets **/

/** Open/Close Ticket Detail **/
span.green-bullet-detail {
    color: #77c707;
    margin-right: 3px;
}
span.yellow-bullet-detail {
    color: #f1ed00;
    margin-right: 3px;
}
span.blue-bullet-detail {
    color: #10a9d3;
    margin-right: 3px;
}
span.purple-bullet-detail {
    color: #7f6aad;
    margin-right: 3px;
}
span.red-bullet-detail {
    color: #c70606;
    margin-right: 3px;
}
span.grey-bullet-detail {
    color: #666666;
    margin-right: 3px;
}
/** Open/Close Ticket Detail **/

/** Settings **/
.settings-title{
    padding: 5px 15px;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px #dcdcdc;
}

.settings-panel {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 1px 1px 1px #dcdcdc;
}

.right-settings{
    font-size: 18px;
    position: absolute;
    right: 3%;
    top: 15%;
    color: #ccc;
    font-weight: 400;
}

.top-bar-settings {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1c738d;
    width: 100%;
    margin-bottom: 300px;
    z-index: 1;
    height: 40px;
}

.top-bar-settings  h4{
  color: white;
  text-align: center;
}

.top-bar-settings  img{
  width: 20px;
  line-height: 1.5;
  margin-top: 26px;
}
/** Settings **/

/** Profile **/
.right-profile {
    font-size: 18px;
    position: absolute;
    right: 3%;
    top: 0%;
    color: rgb(204, 204, 204);
    font-weight: 400;
}

.right-edit {
    font-size: 18px;
    position: absolute;
    right: 3%;
    top: 50%;
    color: rgb(204, 204, 204);
    font-weight: 400;
}


.profile-title{
    padding: 5px 15px;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px #dcdcdc;
}

.profile-panel {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 1px 1px 1px #dcdcdc;
}

.profile-img{
    background: #009ec3; /* Old browsers */
    background: -moz-linear-gradient(top, #009ec3 0%, #00cfea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009ec3 0%,#00cfea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009ec3 0%,#00cfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00cfea',GradientType=0 ); /* IE6-9 */
    padding: 18px 0 0px 0;
    position: relative;
}

.profile-img img {
    border-radius: 50%;
    margin: 10px auto;
    border: 4px solid #FFF;
    width: 155px;
    height: 155px;
}

.profile-img h3{
    color: white;
    text-align: center;
    margin-top:18px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

p.profile-label{
    color:#639cff;
}

.outer{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
    position: relative;
}

.edit-image {
    position: absolute;
    right: 25px;
    top: 12px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #006c8c;
}

i.edit{
    margin: 8px;
}
/** Profile **/

/** Contacts **/
.contact-panel {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.contact-panel p{
    font-weight: 600;
}

.contact-pic img{
    border-radius: 50%;
    width: 100%;
}

.alphabet{
    font-size: 11px;
    position: absolute;
    top: 0;
    left: -7px;
    color: #00bcd4;
    font-weight: 600;
}

span.phone-no{
    font-size: 11px;
    color: #afafaf;
}

.right-phone {
    font-size: 30px;
    position: absolute;
    right: 3%;
    top: 25%;
    color: #00BCD4;
    font-weight: 400;
}
/** Contacts **/


/** Contact detail **/
.contact-detail-panel {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.contact-detail-panel p{
    font-weight: 600;
    color: #00BCD4;
}

.contact-detail-pic {
    background: #009ec3; /* Old browsers */
    background: -moz-linear-gradient(top, #009ec3 0%, #00cfea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009ec3 0%,#00cfea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009ec3 0%,#00cfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00cfea',GradientType=0 ); /* IE6-9 */
    padding: 18px 0 0px 0;
}

.contact-detail-pic img {
    border-radius: 50%;
    margin: 10px auto;
    border: 4px solid #FFF;
    width: 155px;
    height: 155px;
}

.outer{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
}

.contact-detail-pic h3{
    color: white;
    text-align: center;
    margin-top:18px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

span.position-detail{
    font-size: 12px;
    color: #fff;
    line-height: 4;
}

/** Contact detail **/

/** eBilling detail **/
.ebilling-pic {
    background: #009ec3; /* Old browsers */
    background: -moz-linear-gradient(top, #009ec3 0%, #00cfea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009ec3 0%,#00cfea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009ec3 0%,#00cfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00cfea',GradientType=0 ); /* IE6-9 */
    padding: 0;
}

.ebilling-pic img {
    border-radius: 50%;
    margin: 10px auto;
    border: 4px solid #FFF;
    width: 155px;
    height: 155px;
}

.ebilling-panel {
    margin: 12px 10px;
    background-color: #ffffff;
    padding: 7px 15px;
    box-shadow: 1px 2px 6px #dcdcdc;
    position: relative;
}

.ebilling-panel h4 {
    padding-bottom: 10px;
}

#bill-name{
    background-color: #00bbff;
}

#adv-pay{
    background: #17c382;
}

#deposit{
    background-color: #ecc02c;
}

.outer{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
}

.ebilling-pic p {
    color: white;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    font-weight: 600;
}

span.ebilling-detail{
    font-size: 12px;
    color: #fff;
    line-height: 4;
}

a.more-link{
    color: #00bcd4;
    font-weight: 600;
}

.ebilling-right-icon {
    font-size: 25px;
    position: absolute;
    right: 6%;
    top: -25%;
}

.ebilling-right-total {
    font-size: 17px;
    position: absolute;
    right: 6%;
    top: -10%;
}

.total-charges-panel {
    margin: 12px 10px;
    background-color: #ffffff;
    padding: 15px 15px;
    box-shadow: 1px 2px 6px #dcdcdc;
    position: relative;
    font-weight: bold;
}

.payment-history-panel {
    margin: 12px 10px;
    background-color: #ffffff;
    padding: 15px 15px;
    box-shadow: 1px 2px 6px #dcdcdc;
    position: relative;
}

.view-bills-panel {
    margin: 12px 10px;
    background-color: #ffffff;
    padding: 15px 15px;
    box-shadow: 1px 2px 6px #dcdcdc;
    position: relative;
}

.payment-button-panel {
    margin: 0;
    padding: 0px 10px;
    position: relative;
}


.button {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-pay-bill {
    color: #fff;
    background-color: #03b3a1;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}

.btn-pay-bill:hover {
    color: #fff;
    background-color: #00a090;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
}

/** eBilling detail **/

/** eRegistration **/
.modal-body{
    position: relative;
}

span.history-left{
    position: absolute;
    left: 38%;
    top: 8%;
}

span.history-right{
    position: absolute;
    right: 38%;
    top: 8%;
}

.outer-r {
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    margin: auto;
}

.visitor-img p {
    text-align: center;
}

.visitor-img img {
    border-radius: 50%;
    margin: 10px auto;
    border: 3px solid #88dae4;
    position: relative;
}

.visitors{
    margin: 0px 15px;
}

.add-visitor{
    position: absolute;
    right: 13%;
    bottom: 10%;
    font-size: 50px;
    color: #00BCD4;
}

.btn-grey {
    background-color: #f1f4f9;
    color: #333;
    border: 1px solid #dadada;
    margin-top:10px;
}
/** eRegistration **/

/** Manage Users **/
.user-panel {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.add-user-panel {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.add-user-panel h4 {
    text-align: center;
    font-weight: bold;
}


.user-panel p{
    font-weight: 600;
}

.user-pic img{
    border-radius: 50%;
    width: 100%;
}

.alphabet{
    font-size: 11px;
    position: absolute;
    top: 0;
    left: -7px;
    color: #00bcd4;
    font-weight: 600;
}

span.relationship{
    font-size: 11px;
    color: #afafaf;
}

.right-phone {
    font-size: 30px;
    position: absolute;
    right: 3%;
    top: 25%;
    color: #00BCD4;
    font-weight: 400;
}
/** Manage Users **/

/** User detail **/
.change-image{
    text-align: center;
    padding-bottom: 10px;
}

.user-detail-panel {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.user-detail-panel p{
    font-weight: 600;
    color: #00BCD4;
}

.user-title p{
    font-weight: 600;
    color: #333;
}

.user-detail-pic {
    background: #009ec3; /* Old browsers */
    background: -moz-linear-gradient(top, #009ec3 0%, #00cfea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009ec3 0%,#00cfea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009ec3 0%,#00cfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00cfea',GradientType=0 ); /* IE6-9 */
    padding: 18px 0 0px 0;
}

.user-detail-pic img {
    border-radius: 50%;
    margin: 10px auto;
    border: 4px solid #FFF;
    width: 155px;
    height: 155px;
}

.outer{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
}

.user-detail-pic h3{
    color: white;
    text-align: center;
    margin-top:18px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

span.position-detail{
    font-size: 12px;
    color: #fff;
    line-height: 4;
}

form.user-detail-form{
    padding-top: 15px;
}
/** User detail **/

/** Add User **/
.upload-image{
    text-align: center;
    padding-bottom: 10px;
}

.add-user-panel {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 6px #dcdcdc;
}

.add-user-panel p{
    font-weight: 600;
    color: #00BCD4;
}

.user-title p{
    font-weight: 600;
    color: #333;
}

.add-user-pic {
    background: #009ec3; /* Old browsers */
    background: -moz-linear-gradient(top, #009ec3 0%, #00cfea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009ec3 0%,#00cfea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009ec3 0%,#00cfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00cfea',GradientType=0 ); /* IE6-9 */
    padding: 18px 0 0px 0;
}

.add-user-pic img {
    border-radius: 50%;
    margin: 10px auto;
    border: 4px solid #FFF;
    width: 155px;
    height: 155px;
}

.outer{
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
}

.add-user-pic h3{
    color: white;
    text-align: center;
    margin-top:18px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

span.position-detail{
    font-size: 12px;
    color: #fff;
    line-height: 4;
}

form.add-user-form{
    padding-top: 15px;
}
/** Add User **/

/** Request free quote **/
.email-icon{
    font-size: 70px;
    color: #1c738d;
}
/** Request free quote **/

/** Payment **/
.payment-button {
    margin: 0;
    padding: 0px 2px;
    position: relative;
}

/** Payment **/
