/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2017, 10:49:41 PM
    Author     : tshuba
*/

.ui-widget {
    font-family: inherit !important;
}

ul,ol {
    margin-bottom: 0px !important;
}

.panel-body {
    padding-bottom: 5px !important;
}

section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

div.heading-title {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 5px !important;
    }
}

.tee-time {
    color: darkgreen;
    font-weight: 600;
}

@media only screen and (max-width: 320px) {
    .btn {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 321px) {
    .btn {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media only screen and (min-width: 376px) {
    .btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.profile-image {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3); 
    /*order: 1px solid #000;*/
    max-height: 150px;
    max-width: 150px;
}

.panel-body .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
}

.panel-body .row label {
    margin-bottom: 0px !important;
    line-height: 1 !important;
}

.panel-body .row span {
    line-height: 1 !important;
}

.container-padded-top {
    margin-top: 36px !important;
}

.mydropdown.ui-selectonemenu {
    font-family: inherit !important;
    width: 100%;
    /*border-color: #bbb;*/
    border-radius: 0px !important;
    line-height: 24px;
    background: none;
    padding-right: 0 !important;
}
.mydropdown.ui-selectonemenu .ui-selectonemenu-label {
    font-size: 14px;
    font-family: inherit;
    border-radius: 0px !important;
    /*text-indent: 8px;*/
}
.mydropdown.ui-selectonemenu .ui-selectonemenu-trigger {
    background: none;
    background-color: white;
    width: 34px !important;
    border-radius: 0px;
    border-left-color: #ccc;
    padding: 0;
    outline: none;
}
.mydropdown.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    /*margin-top: 4px;*/
    margin-left: 11px;
}
.mydropdown.ui-selectonemenu .ui-state-default .ui-icon {
    background-image: none;
    text-indent: 0;
    overflow: visible;
}

.mydropdown.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
    box-shadow: none;
}

.mydropdown.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover {
    box-shadow: none;
}

.mydropdown.ui-selectonemenu.ui-state-focus {
    border: 1px solid #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.mydropdown.mydropdown-caret.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon::before {
    color: black;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    color: #b3b3b3;
}

.mydropdown.mydropdown-user.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon::before {
    color: black;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    color: #b3b3b3;
}

.mydropdown .ui-inputfield {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mycalendar.form-control {
    padding: 0 !important;
}

.mycalendar.form-control .ui-inputfield {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 5px;
    margin-top: 3px;
    border: none;
    width: 99%;
}

.wizardWellMJLink {
  text-decoration: none;
  font: inherit;
  color: inherit;
  a {
    text-decoration: none;
    font: inherit;
    color: inherit;
  }
  &:hover, &:visited, &:active {
    text-decoration: none;
    color: inherit;
  }
}

a.wizardWellMJLink .clearWellMJ:hover {
  border: 1px solid #42DCA3;;
}

.card {
  border: 1px solid #666;
}

.card-block {
  border-top: 1px solid #D9D9D9;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.wellMJ {
  min-height: 20px;
  margin-bottom: 5px;
  background-color: #ffffff; 
  border: 1px solid #666;
}

.wellMJgreen {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 5px;
  background-color: #93DB70;
  border: 1px solid #93DB70;
}

.wellMJ blockquote {
  border-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15);
}

.wellMJ-lg {
  padding: 24px;
  border-radius: 6px;
}

.wellMJ-sm {
  padding: 9px;
  border-radius: 3px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.profile-image-rounded {
    border-radius: 50%;
    height: 80px;
    width: 85px;
}