/**
 *     Kiwisites SMS
 *     Copyright (C) 2018 www.kiwisites.co.nz
 * 
 *     This program is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation, either version 3 of the License, or
 *     (at your option) any later version.
 * 
 *     This program is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 * 
 *     You should have received a copy of the GNU General Public License
 *     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#PopupContact_BoxContainer_sc {
    height: 506px;
    width: 274px;
    background: url('mobilephone.png') center center no-repeat;
    border: none;
    padding: 0;
    position: fixed;
    z-index: 9999999 !important;
    cursor: default;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    display: none;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: -253px;
	/*top:235px;*/
	webkit-box-shadow: 0px 0px 10px 7px #666666;
	moz-box-shadow: 0px 0px 10px 7px #666666;
	box-shadow: 0px 0px 10px 7px #666666;
	background-color:#414041;
}

#PopupContact_BoxContainerHeader_sc {
    height: 55px;
    border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    -khtml-border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -webkit-border-top-left-radius: 25px;
    -khtml-border-top-left-radius: 25px;
}

#PopupContact_BoxContainerHeader_sc a {
    color: rgb(255, 255, 255);
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

#PopupContact_BoxTitle {
    float: left;
    width: 180px;
    margin: 5px;
    color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 12pt;
    font-weight: bold;
}

#PopupContact_BoxClose_sc {
    float: right;
    width: 30px;
    margin: 8px 5px 5px 5px;
}

#PopupContact_BoxContainerHeader_sc a:hover {
	color:#FF7800;
}

#PopupContact_BoxContainerBody_sc {
    margin: 15px;
	background-color:#fff;
}

#PopupContact_BoxContainerBody_sc h2 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #333;
}

#PopupContact_BoxContainerBody_sc p {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #333;
}

#PopupContact_BoxContainerFooter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #cecece;
    z-index: 1;
    display: none;
}

#PopupContact_BoxLabel {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    padding-top: 4px;
}

#PopupContact_BoxLabel_Page {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    padding-top: 10px;
    line-height: 0.5em;
    font-size: 14px;
}

#PopupContact_BoxAlert {
    font-family: Arial, sans-serif;
    font-size: 1.0em;
    color: #FF0000;
    padding-top: 4px;
}

.PopupContact_TextBox {
    width: 100%;
    color: #000000 !important;
	font-size:14px !important;
	border-radius:0 !important;
	padding:2px !important;
	font-family: "Arial", san-serif;
	line-height:1em !important;
}

.PopupContact_TextArea {
    width: 100%;
    height: 10em;
    color: #000000 !important;
	font-size:14px !important;
	border-radius:0 !important;
	padding:2px !important;
	font-family: "Arial", san-serif;
	line-height:1em !important;
}

.PopupContact_Button {
    color: #000000;
    width: 100%;
}

#PopupContact_BoxLabel_Page input.PopupContact_Button[type="button"] {
	padding:0;
	border-radius:10px;
	border:2px solid #FF7800;
	font-weight:bold;
	background-color:#FF7800;
	cursor:pointer;
	transition:background 0s;
	color:#fff;
	padding-bottom:2px !important;
	padding-top:2px !important;
}

#PopupContact_BoxLabel_Page input.PopupContact_Button[type="button"]:hover {
	background-color:#FF7800;
	border:2px solid #FF7800;
	color:#fff;
	transition:background 0s;
	padding-bottom:2px !important;
	padding-top:2px !important;
}

.MessageBtn {
    z-index: 9999999;
    /* background: #333; */
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#MessageBtn {
	
}

@media (max-height:720px) {
	#PopupContact_BoxContainer_sc {
		height: 397px;
		width: 222px;
		background: url('mobilephonewee.png') center center no-repeat;
		margin-top: -198px;
		background-color:#414041;
	}
	#PopupContact_BoxContainerHeader_sc {
		height: 20px;
	}
	.PopupContact_TextArea {
		height:6em;
	}
	#PopupContact_BoxClose_sc {
		width: 27px;
		margin: 3px 5px 5px 5px;
	}
}


