/* 
    Document   : customization
    Created on : 10-05-2015, 15:16:37
    Author     : mortenmatras
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.themeDialogbox{
    display:none;
    border:1px solid silver;
    margin:5px;
    position:absolute;
    left:20px;
    width:306px;
    background-color:#F5F5F5;
    z-index:8000;
}

#contactpart .panel-heading {
    background: rgb(233, 233, 233) none repeat scroll 0% 0%;
    border: medium none;
}

#contactpart .panel-heading .panel-title {
    color: rgb(83, 95, 105);
}

.xn-logo{
    padding:7px!Important;
}

.themeDialogCloser {
    overflow: auto;
    float: right;
    font-size: larger;
    padding: 14px 16px;
    background-color: #A32424;
    color: #FFF;
    cursor: pointer;
}
.themeDialogCloser:hover {
    background-color: #C14343;
}

.dialogcloser{
    position: absolute;
    right: 10px;
    font-size: larger;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    z-index: 1;
    padding: 10px;
    border-radius: 100%;
    transition: box-shadow 0.1s ease-in-out;
    font-size: 20px;
}

.dialogcloser:hover {
    background: white;
    box-shadow: 0 0 5px 0 #e1e1e1;
}

.dcDark {

}

iframe {
    overflow:hidden;
}
.input-group-addon:first-child {
    display:none;
}

.image-portion{
    margin-top:90px;
}

.admin-image img {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 1px 0 #666666;
    box-shadow: 0 0 1px 0 #666666;
}

.admin-image{
    width: 100%;
    height:auto;
}
.pad-left{
    display: block;
    float: none !important;
    text-align: center;
}
.admin-image img{
    border-radius:100%;
    -webkit-box-shadow: 0 0 1px 0 #666666;
    box-shadow: 0 0 1px 0 #666666;
}
.img-text-register {
    width:100%;
    height:auto;
    color:#666;
    line-height:22px;
    font-size:14px;
    padding-top:15px;
    text-align:center;

}
.img-text-register span {
    padding: 10px 15px;
    display: block;
    font-size: 11px;
    line-height: 12px;
}

.logobox{
    text-align:center;
}
.affiliatesearchlogo{
    float:right;
}
