/*****************************
*           POPUP
******************************/

.seoriss-popup-wrapper{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    padding: 25px 0px;
}

.seoriss-popup{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    max-width: 100vw;
    background-color: #FFFFFF;
}

/*========= HEAD ===========*/

.seoriss-popup .head{
    padding: 10px;
    background-color: #1F1F1F;
    color:#FFFFFF;
    text-align: center;
    position: relative;
}

.seoriss-popup .head .close-button{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    padding: 10px 10px;
}

/*======== BODY ===========*/

.seoriss-popup .body{
    padding: 10px;
}

.seoriss-popup .footer{

}

.popup-background-shadow{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.65;
    display: block;
    z-index: 730;
}

/********************************
        CONFIRMATION POPUP
*********************************/

#confirm-popup{
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 9999;
    display: none;
    width: 400px;
    background-color: #FFFFFF;
    height: 200px;
    text-align: center;
}

#confirm-popup .head{
    background-color: #1F1F1F;
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 20px;
}

#confirm-popup .message{
    margin-bottom: 20px;
}

#confirm-popup .confirm-button{
    padding: 5px 10px;
    box-shadow: 1px 1px 1px #A9A9A9;
    cursor: pointer;
}

.confirm-button.yes{
    background: #1B74C7;
    border: 1px solid #005EA1;
    color: #FFFFFF;
}

.confirm-button.no{
    border: 1px solid #CFCFCF;
    margin-left: 10px;
}

.background-shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.65;
    display: block;
    z-index: 9998;
}

/********************************
        SEORISS_OBJECT FORM
*********************************/

.seoriss-field{
    margin-top: 10px;
}


/********************************
        SEORISS LAYOUT
*********************************/


body {
    font-family: Tahoma;
    background-size:100%;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

img {
    border: 0px;
}

#wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-color: #FFFFFF;
}

#top-bar-wrapper {
    position: relative;
    border: 0px;
    width: 100%;
    height: 37px;
    background-color: #181818;
    background-position:center;
    box-shadow: 0px 1px 5px 1px;
    z-index: 9999999;
}

#head-wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

#menu-wrapper {
    display: block;
}

#frame-wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 116px);
    margin-left: auto;
    margin-right: auto;
}

#left-side-wrapper {
    position: relative;
    text-align: justify;
    width: 700px;
    display: table-cell;
}

#right-side-wrapper {
    position: relative;
    width: 300px;
    display: table-cell;
    vertical-align: top;
}

#center-wrapper {
    position: relative;
    text-align: justify;
}

#bottom-wrapper {
}


/********************************
        SEORISS PAGINATION
*********************************/


.pagination-loader{
    position: relative;
    min-width: 250px;
    height: 200px;
    background-image: url('../images/content_loader.GIF') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}