/* 
    Document   : custom
    Created on : 2014-03-07, 10:02:22
    Author     : mbonk
    Description:
        Purpose of the stylesheet follows.
*/
.ui-content {
    padding: 1em;
    padding-left: 2em;
    padding-right:2em;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

input[type="checkbox"] {
  -moz-appearance:none ;
  background-color: #00746b!important;
  color: white;
}
.divide{
    margin-top: 45px;
    margin-bottom: 45px;
}
.opr{
    width: 150px!important;
    background-color: #00746b!important;
    border-radius: 0px!important;
    color: #fff!important;
    text-shadow:none!important;
}
.opr:hover{
    background-color: #5bc4bf!important;
}
input.oprr{
    background-color: #00746b!important;
    color:#fff!important;
    border:none!important;
    padding:10px!important;
}
.fl{
    float:left;
    margin-right: 40px;
}
.ft{
    width: 48%;
    float: left;
}
body .ui-page-theme-a{
    background-color: #fff!important;
    margin: 0!important;
    padding-top:20px!important;
}
.custom{
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
}
.custom .img{
    height:122px;
    width:300px;
}
.custom .img10{
    height:77px;
    width:282px;
}
.custom .img2{
    height:304px;
    width:300px;
}
.custom .img6{
    height:36px;
    width:233px;
}
.custom .img7{
    height:79px;
    width:300px;
}
.custom .img8{
    height:91px;
    width:92px;
}
.custom .img9{
    height:129px;
    width:250px;
}
.custom .img3{
    height:112px;
    width:300px;
}
.custom .img4{
    bottom:0;
    position:relative;
    height:52px;
    width:177px;
}
.custom .img5{
    height:31px;
    width:313px;
}
.ml{
    margin-left:auto;
    margin-right:auto;
}
ul{
    background-color: transparent!important;
    border-radius: 0px!important;
    border-width: 0!important;
    border-color: transparent!important;
    
}
.ui-shadow{
    box-shadow: none!important;
}
.ui-body-inherit{
    background-color: #00746b!important;
    margin-bottom: 15px!important;
    border-radius: 0px!important;
    color: #fff!important;
}
.custom-btn{
    float:right;
    color: #f9edc7!important;
    background-color: #5bc4bf!important;
    border-right: 3px #00746b solid!important;
    border-bottom: 3px #00746b solid!important;
    width: 80px!important;
    padding: 3px 10px 3px 10px!important;
    font-weight: normal!important;
    border-radius: 0px!important;
    font-size: 18px;
    margin-bottom:25px;
}