

.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #06631e;
}

.side-nav li a:not(.button) {
    color: #07ad32;
}
.map #map_holder{
}
.marg0a{
margin: 0 auto;
}
.map #map{
	float:none;
      margin: 0 auto;
  
  margin-top: 55px;
}
.side-nav li a:not(.button):hover {
    color: #07ad32;
}

header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #06631e;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #07ad32;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #07ad32;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 3px solid #06631e;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #06631e;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #07ad32;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}
.login{
	padding: 100px 500px;
}
td.actions a{
	    border: 1px solid #06631e;
    padding: 2px;
}
.gifcontrol.paused {
    background: transparent !important;
}
.gifcontrol.paused:after {
    display:none;
}
.gifcontrol.playing:after {
    display:none;
}


.loginbtnFb:hover {
    opacity: 0.9;
}
.img-responsive{
    width:100%;
}

.img-in-top {
    position: absolute;
    width: 100%;
    /*height: 80px;*/
    overflow: hidden;
    top: 0;
}
.img-in-bottom img{
    /*height: 80px;*/
    position: fixed;
    overflow: hidden;
    bottom: 0;
        width: 100%;
}
.map-cont{
overflow: hidden;
}
body{
    background: rgb(0,119,115) !important;
background: radial-gradient(circle, rgba(0,119,115,1) 0%, rgba(1,92,89,1) 35%, rgba(0,2,45,1) 100%) !important;
}

.new-message-img {
    padding-top: 160px;
}
.loginbtnFb {
    cursor: pointer;
    position: absolute;
    padding: 7px 12px;
    font-size: 17px;
    width: 255px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    background: #3b5998;
    left: 12%;
    top: 60%;
}
@media (min-width: 576px) { 
    .new-message-img {
    padding-top: 90px;
}

.loginbtnFb {
    left: 33%;
}
    }
    
#modelWish .modal-content,#modelResult .modal-content{
     background: rgb(0,0,0) !important;
}
#modelWish h3{
    padding: 20px;
    text-align: center;
    color: #fff;
}
#modelResult h3{
    padding: 20px;
    text-align: center;
    color: #fff;
}
#modelWish #message{
        cursor: pointer;
    position: absolute;
    width: 291px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    left: 2%;
    top: 23%;
    
    padding: 20px;
    margin: 20px;
    height: 104px;
}
.white{
    color:#fff;
}
#modelLogin .modal-dialog,#modelWish .modal-dialog{
    margin-top: 45%;
}
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
.inputsSet{
  font-family: sans-serif;
	margin: 0 0 1px 0;
      border-radius: 10px;
    padding: 1px 8px;
      border: 0;
    width: 100%;
    font-size: 12px;
}
#modelWish .form{
	    position: absolute;
    width: 100%;
    padding: 27% 17%;
}
.inputsSet#wish{
	height: 50px;
}
.row .addMap   {
	padding: 50px 0 0 0;
	margin: auto 0 auto auto;
	max-width: 450px;
} 
.message-txtbox{
position: absolute;
    top: 19%;
    text-align: center;
}
.message-txtbox img{
width: 85%;
}
#map{
	max-width: 450px;
	    float: right;
    position: relative;
}
.loginbtnPost {
    cursor: pointer;
}
@media (min-width: 576px) { 
    #modelWish #message{
    cursor: pointer;
    position: absolute;
    width: 576px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    left: 12%;
    top: 29%;
    padding: 20px;
    margin: 20px;
    height: 199px;
}
.inputsSet#wish{
	height: 110px;
}
.inputsSet{
	    margin: 0 0 7px 0;
    padding: 7px 8px;
    width: 100%;
    font-size: 14px;
}


#modelLogin .modal-dialog,#modelWish .modal-dialog{
    margin-top: .5rem;
}
}
#modelWish .btn{
/*
    position: absolute;
    top: 76%;
    left: 16%;
*/
        background: #7e2a1d;
/*
            width: 230px;
*/
    margin: 0 auto;
/*
    margin-bottom: 23px;
*/
}
#modelWish .btn:hover{
    background: #003546;
}
@media (min-width: 576px) { 
/*
    #modelWish .btn{
    top: 71%;
    left: 38%;
    }
*/
}
.title-of-result h3 {
    text-align: center;
    color: #fff;
    padding: 7px 10px;
    font-family: none;
    border-bottom: 2px solid;
    margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
    .extra-padding {
/*
    padding-left: 160px;
    padding-right: 160px;
*/
    }
}
.wish-text {
    border: solid 0px;
    text-align: center;
    padding: 8px;
}
.fb-share-button {
    margin: 20px 0;
}

.modal-backdrop.show {
    opacity: 1;
}
#s-share-btn{
background: #7e2a1d;
}
html, 
body {
    height: 100%;
  	    overflow: auto;
}
/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {
    .img-in-top {
        height: 100px;
    }
    .img-in-bottom {
        height: 100px;
    }
}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {
    .img-in-top {
        height: 100px;
    }
    .img-in-bottom {
        height: 100px;
    }
}*/

.img-in-top2{

    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    z-index: 11;
}
/*
home page
*/
	.home_page_background {
        background: url(/img/backgrounds/1920-x-880.jpg) !important;
        height: -webkit-fill-available;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        
    }
    @media only screen and (max-width: 992px){
        .home_page_background {
            background: url(/img/backgrounds/994-x-661.jpg) , linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important ;
            height: -webkit-fill-available;
            background-size: cover !important;
            background-repeat: no-repeat !important;
        }
    }
    @media only screen and (max-width: 768px){
        .home_page_background {
            background: url(/img/backgrounds/782-x-611.jpg), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%)  !important;
            height: -webkit-fill-available;
            background-size: 100% 100% !important;
            background-repeat: no-repeat !important;
        }
        .map-cont{
  margin: 0px 0 0px 15px;
}
      
    }
    
    @media only screen and (max-width: 480px){
        .home_page_background {
        background: url(/img/backgrounds/1240-x-1800.jpg), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
    	}
      #modelLogin .modal-dialog, #modelWish .modal-dialog {
    margin-top: 0;
}
      #modelWish .form{
    padding: 57% 17%;
}
      
      .inputsSet {
    font-family: sans-serif;
    margin: 0 0 4px 0;
    border-radius: 10px;
    padding: 7px 8px;
    border: 0;
    width: 100%;
    font-size: 12px;
}
    }
    
.btn.btn-primary{
	
}

.btn.btn-primary {
	background:linear-gradient(to right, #5bd300 5%, #00d6a1 100%)!important;
	background-color:#5bd300;
	border-radius:42px;
	border:1px solid #0a7560;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
  font-family: sans-serif;
    padding: 2px 20px;
	text-decoration:none;
	text-shadow:0px 1px 3px #2f6627;
}
.title-of-result h3,.wish-text {
  font-family: sans-serif !important;
}
.btn.btn-primary:hover {
	background:linear-gradient(to right, #00d6a1 5%, #5bd300 100%)!important;
	background-color:#00d6a1;
}
.btn.btn-primary:active {
	position:relative;
	top:1px;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}
.modal-content {
    background-color: #000;
}