/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 27, 2016, 2:17:21 PM
    Author     : veboman
*/
@import url("spinner.css");

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src:  url("../fonts/OpenSans/OpenSans-Regular-webfont.eot");
    src: local('Open Sans'), local('OpenSans'), url("../fonts/OpenSans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format('woff'),
        local('Open Sans'), local('OpenSans'), url("../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src:  url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot");
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("../fonts/OpenSans/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") format('woff'),
        local('Open Sans Semibold'), local('Open Sans Semibold'), url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src:  url("../fonts/OpenSans/OpenSans-Italic-webfont.eot");
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url("../fonts/OpenSans/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff") format('woff'),
        local('Open Sans Italic'), local('Open Sans Italic'), url("../fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src:  url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot");
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url("../fonts/OpenSans/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff") format('woff'),
        local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype");
}



@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 300;
    src:  url("../fonts/Oswald/oswald-light-webfont.eot");  /* IE9 Compat Modes */
    src: local("Oswald Light"), local("Oswald-Light"), url("../fonts/Oswald/oswald-light-webfont.eot?#iefix") format("embedded-opentype"),   /* IE6-IE8 */
        local("Oswald Light"), local("Oswald-Light"), url("../fonts/Oswald/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;

    src: url("../fonts/Oswald/oswald-regular-webfont.eot"); /* IE9 Compat Modes */
    src: local("Oswald Regular"), local("Oswald-Regular"), url("../fonts/Oswald/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"),  /* IE6-IE8 */
        local("Oswald Regular"), local("Oswald-Regular"), url("../fonts/Oswald/-g5pDUSRgvxvOl5u-a_WHw.woff") format("woff");
}




body{
    background-color: #fbfbfb;
    color:#605C5F!important;
    font-family: "Open Sans"!important;
    min-height: 100%!important;
    margin-bottom: 160px!important; 

}

body.login{
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

/*override by instance*/
body *{
    font-size: 14px;

}

#wrapper{
    background-color: #fbfbfb;
    min-height: 100%!important;
    padding: 0px;
}

#main {
    text-align: center;
}

#footer {

    clear: both!important;  
    background-color: #fbfbfb;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;

}

a, a:focus, a:hover{
    color:#605C5F!important;
    text-decoration: none!important;
}

.button{

    border-style: solid;
    border-width: 2px;
    border-radius: 10px;

    text-transform: uppercase;
    background-color: white;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;


    padding: 15px;
    line-height: 30px!important;
    vertical-align: middle;

    font-weight: bold;
    width: 200px;


    /*override by instance*/
    color:#BC2031;
    border-color: #BC2031;

}

.button:hover{

    color:white!important;
    text-shadow: 0 0 1px white;

    /*override by instance*/
    border-color:   #BC2031 ;
    background: #BC2031;


}

.input_section{
    display: block;
    padding: 10px 5px;
    width: 100%;
    position: relative;
    text-align: left;

}

.input_section label{
    font-size: 15px;
    font-family: "Open Sans";
    /*color: #E5DDD4;*/
    font-style: italic;
    line-height: 1.2;
    text-align: left;
}
.input_section input{
    display: block;
}


input{

    border-style: solid;
    border-width: 3px;
    border-color: #E5DDD4;
    border-radius: 10px;
    background-color: #FFFFFF;
    line-height:60px!important;

    width: 100%;

    padding: 5px;

}

input:focus{
    outline: none;
    border-style: solid;
    border-width: 3px;

    border-radius: 10px;
    /*override*/
    border-color: #BC2031;

}
input[type="text"], input[type="password"], .go{
    height: 60px!important;
    margin-top: 5px!important;
}

input[disabled="disabled"]{
    background-color: #fbfbfb;
}

.row_centered {
    text-align:center!important;
}

.col_centered {
    display:inline-block!important;
    float:none!important;
    vertical-align: middle!important;

}

.title_section{
    padding-bottom: 5px;
    padding-top: 20px;
}

.title_section *{
    font-size: 50px!important;

}

.title_section i:hover{
    /*override by instance*/
    color: #BC2031;
}
.title_section i{
    margin-right: 10px;
    /*color: rgb(229, 221, 212);*/
}
.title{

    font-family: "Oswald";
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid  rgb(229, 221, 212);
    /*override by instance*/
    color: #BC2031;

}

.instruction{

    padding:10px;
    padding-bottom: 30px;

    /*override by instance*/
    font-size: 14px;
}

.error{
    line-height: 1.2em;
    /*height: 1.2em;*/
    clear: both;
}
.error, .error *{
    font-size: 13px!important;
    font-style: italic;
    color:red!important;
}

.error:after{
    content: "\00a0";
}



.expand_background{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat!important;

}

/*option boxes*/

.main_option_box, .option_box, .form_box, .token_box{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 221, 212);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);

    text-align: center;


}
.main_option_box{

    padding: 60px 60px 0px 60px;
    width: auto;
    height: 430px;

}

.main_option_box:hover, 
.option_box:hover,
.token_box:hover{
    background-color: rgb(242, 242, 242);
}
.main_option_box *
{
    transform: translateY(0px);
    transition: all 0.3s ease-in-out ;
}

.main_option_box:hover *{

    transform: translateY(-15px);

}



.main_option_box .instruction{
    opacity: 0;
    padding-bottom: 0px;

}
.main_option_box:hover .instruction{
    opacity: 1;
}


.main_option_box .button, 
.option_box .button{
    text-transform: none;
    display: block;
    word-wrap: break-word;
    word-break: normal;
    width: auto;
    text-align: center;
    margin: 20px 0px 10px 0px!important;
    vertical-align: middle!important;

}


.main_option_box i, 
.option_box i,
.form_box i{
    font-size: 200px!important;
    position: relative;

}

.main_option_box:hover i, 
.option_box:hover i{
    color: #BC2031!important;
}

.option_box{
    padding-bottom: 0px;
    /*padding-top: 20px;*/
    position: relative;
    height: 280px;


}
.option_box .button{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin: auto 0px!important;
    z-index: 1;
    height: 80px;
    text-align: center;
    width: 100%;
    line-height: 1.3!important;
    vertical-align: middle!important;
    position: absolute;
    bottom:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




.option_box:hover *:not(.button){

    transform: translateY(40px);
    -o-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
}


.option_box *:not(.button){
    transform: translateY(58px);
    -o-transform: translateY(58px);
    -moz-transform: translateY(58px);
    -ms-transform: translateY(58px);
    -webkit-transform: translateY(58px);
    transition: all 0.3s ease-in-out ;
    z-index: 0!important;
}

.option_box i{
    font-size: 160px!important;

}


.form_box{
    padding: 20px;
}

@media only screen and (max-width : 767px) {
    .form_box {
        height: auto !important;
    } 
}


.form_box span{
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    word-break: break-all;
    word-wrap: break-word;
     
  -ms-word-break: break-all; /* Internet Explorer 8 */
}

.form_box_radio{
    width   : 1px;
    height: 1px;
    margin  : 0;
    padding : 0;
    opacity : 0;
    cursor: pointer;
    font-size: 10px;

}

.form_box_radio + label { 
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;


}
.form_box_radio + label i {
    font-size: 75px!important;
    padding-right: 15px;

}

.form_box_radio + label .form_box span{
    vertical-align: top;
    padding-top: 15%;
    font-size: 18px!important;

}


.form_box_radio:checked + label{
    /*override*/
    color: #BC2031;

}
.form_box_radio:checked + label .form_box{
    /*override*/
    border-color: #BC2031!important;
}

.form_box_title{
    text-align: center;
    padding: 5px;
    /*    height: 60px;*/

}
.form_box_button{
    margin-top: 20px;
    padding-top:  20px;
    padding-bottom: 0px;
    border-top: 1px solid rgb(229, 221, 212);
    text-align: center;

}

.form_box_button .button{
    margin-left: auto;
    margin-right: auto;
}

.token_box{
    padding: 20px 0px;
    margin-bottom: 20px;

}

.token_box:hover {
    /*override*/
    border-color:#BC2031;
}

/** fmt provisioning */
.fmt_steps{
    max-height: 300px;
    height: auto;
    width: 100%;

}
.fmt_steps *  {
    transition: 1s;
}

.color-dark{fill:#605c5f;}
.color-light{fill:#d9d8d5;}
.color-nocolor{fill:none;}
.color-white{fill:#fff;}

.form_box:hover .color-dark
{

    fill: #BC2031;
}


.client_code{
    text-align: center;
    background-color:rgb(229, 221, 212)!important;
    padding: 10px;
    margin:  20px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: #BC2031!important;
}

.client_code .title{
    font-family: "Open Sans";
}

.nivelation:after{
    content: "nivelation";
    color: transparent;
    font-size: 1px!important;
}

#id_inputText_activationCode{
    display: inline!important;
    float: left;   
    padding-right: 50px;
}
.go{
    margin-left: -50px;
    margin-top: 0px;
    height: auto;
    width: 50px;
    float: right;
    background-color: rgb(229, 221, 212);
    display: inline!important;
    border: 3px solid rgb(229, 221, 212);
    border-radius: 0px 10px 10px 0px;
    padding: 5px;
    vertical-align: middle;
    margin-top: 5px!important;
    margin-bottom:  5px!important;
    color: #fff;
    line-height: 50px!important;

}

.go:hover {
    color:  #BC2031!important;
}


.go i{
    font-size: 18px!important;
    font-weight: bold;
}


/************************************************
******************   LOGIN  ************************
**************************************************/
.vcenter{
    position: absolute; 
    top: 30%;
}

.theme_section .input_section label{
    color: #FFFFFF!important; 
}
.login_box{
    margin: 0px;
    border: 1px solid #E5DDD4;
    padding: 0px;
    border-radius: 10px;
    background: #FFFFFF;
    min-height:490px;
    height: 490px;
}

.login_box .input_section{
    padding: 20px;
}
.logo_login {

    border:3px solid #B3ABA1;
    background-color: #ffffff;
    z-index: 100;

    position: absolute;

    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;


}
.logo_circle {
    margin-top: -75px; 
    width: 150px;
    height: 150px;
    border-radius: 50%;   


}
.logo_rectangle {

    margin-top: -64px; 
    width: 40%;
    height: 128px;
    border-radius: 10px;



}

.logo{
    width: 200px;
    height: 80px;
    background-color: #ffffff;
    display: inline;
    float: left;
    margin: 10px 0px;
}

.logo_spinner{

    height: 100px;
    background-color: #ffffff;
}
.login_box .theme_section{
    background-color: #BC2031; /*#BC2031;*/
    width: 100%;
    position: relative;
    border-radius:  10px 10px 0px 0px;
    padding-top: 70px;
    padding-bottom: 20px;

}

.login_box .white_section{
    margin: auto ;
    width: 100%;
    padding: 40px 20px;


}

.login_box .button{
    width: 100%;


}







/************************************************
******************   FOOTER    ************************
**************************************************/
.copyright {
    padding: 10px!important;
    word-spacing: normal!important;
    line-height: 100%!important;
    display: block!important;
    line-height: 22px!important;
    position: relative!important;
    height: 120px!important;
    clear: both!important;
    font-family: 'Open Sans'!important;
    font-size: 11px!important;
    border-top:1px solid rgb(179, 171, 161);
    margin-top: 20px;
}

.footer_contact_support{
    height: 120px!important;
    padding-top: 80px;
    line-height: 100%!important;
    display: block!important;
    /*line-height: 22px!important;*/
    position: fixed!important;
    bottom: 0;


    color:#ffffff;
    margin-left: -15px;


}

.modal_content .ssp-support{
    font-size: 70px!important;
}

.modal_content .button{
    width: 200px!important;
    min-width: 200px!important;
}

.footer_contact_support i{
    font-size:18px;

}
.footer_contact_support i span{
    font-family: 'Open Sans'!important;
    font-size: 14px!important;
    margin-left: 5px;

}

.support_button{
    border-radius: 10px 10px 0px 0px;
    border-style: none;
    background-color: rgb(179, 171, 161);
    padding: 10px 15px;

}

.support_button:hover, .support_button:active{

    /*override by instance*/
    background: #BC2031;
}

.support_button *{
    display: inline;
    *display: inline;
    *zoom:1;
}



.contact_support_section{
    padding: 20px 0px;
    display: none;
    height:200px;


}


.modal_content .contact_support_section *:not(i){
    font-size: 18px!important;
}

.contact_support_section .heading{
    text-align: center;
    padding: 10px 10px 20px 10px;;
    font-weight: bold;
    /*overide*/
    color:#BC2031;

}


.contact_support_section label{

    float: right;
    padding-bottom: 10px;

}
.contact_support_section span{

    float: left;
    color: #0a8cc4!important;
    word-break: break-all;
    padding-bottom: 10px;

}
.contact_support_section a{
    color: #0c8cc4!important;
    cursor: pointer!important;
    word-break: break-all;


}


/************************************************
******************HEADER************************
**************************************************/
.header{
    width: 100%;
    border: none;
    clear:both;
    font-size: 13px!important;
    line-height: 1.5;
    background-color: #ffffff;
}

.header *{
    font-size: 12px!important;
    line-height: 1.5;
}

.top_action_bar{
    border-top: 1px solid #605C5F;
    background-color: rgb(242, 242, 242);
    height: 24px;
    font-size: 10px;
    font-family: "Open Sans";
    color: rgb(137, 137, 137);
    line-height: 1.2;


}

.top_action_bar .container{
    height: 100%;
}

.top_action_bar i{
    font-size: 14px!important;
}
.top_action_box, .user_session_box{
    float: right;
    height: 100%;
    text-align: right;
}
.user_session_box{
    vertical-align: middle;
    margin-top: 20px;



}

.top_action_section{
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #fff;
    height: 100%;
    display: inline-block;
    display: -moz-inline-box;
    *zoom: 1;
    *display: inline;
    margin: 0;

}

.top_action_section:hover>:not(.dropdown),
.top_action_section:hover #id_commandLink_logout,
.top_action_section:hover.language_drop_down:after{
    color: #BC2031;
}


.top_action_section label{
    padding-right: 10px;
    cursor: pointer!important;
}


.line{
    width: 100%;
    border: none;
    height: 3px;
    background-color: #BC2031;
    margin: 0px;
}

/*Logout section*/
#id_commandLink_logout span{
    padding-left: 8px;
}



#id_form_logout{
    display: inline;
    padding-right: 10px;

}


/*Langugae swichting*/
.language_drop_down {
    position:relative;
    transition: all 0.3s ease-in-out ;

    cursor: pointer!important;
}
.language_drop_down span {
    padding-right: 40px; 
    text-align: left;
}

.language_drop_down:after {
    content:'\e91a';
    font-family: 'SSP-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    top:5px;
    right: 15px;
    position:absolute;
    pointer-events:none;
    transition: all 0.3s ease-in-out ;
}


.language_drop_down:before {
    position:absolute;
    pointer-events:none;
}


.language_drop_down .dropdown {
    position: absolute;
    top: 100%;
    margin: 0px!important;
    left: -1px;

    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    padding-left: 0px!important;
    width: 100%!important;
    width: calc(100% + 2px)!important;
    text-align: left;
    transition: all 0.3s ease-in-out ;
}


.language_drop_down .dropdown li{
    background-color: rgb(242, 242, 242);
    border-bottom: 1px solid rgb(226, 226, 226);
    display: block;
    height: 30px!important;
    padding-left: 15px!important;
    line-height: 30px!important;


}
.language_drop_down .dropdown li a {
    display: block;
    text-decoration: none;
    width: 100%;
    line-height: 30px!important;
}

/* Hover state */
.language_drop_down .dropdown li:hover{

    background-color: white;

}

.language_drop_down .dropdown li:hover a{
    /*.language_drop_down.active span:hover{*/
    color: #BC2031;

}

/* Active state */
.language_drop_down.active, 
.language_drop_down.active .dropdown {
    border: 1px solid  rgb(179, 171, 161);
    border-right: 1px solid  rgb(179, 171, 161)!important;
    border-top: none;  
}

.language_drop_down.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    border-top:  1px solid rgb(226, 226, 226);
}

.language_drop_down.active:after {
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
}


/* MODAL dialog */

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;  Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal_content {
    background-color: #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 30px;
    padding-bottom:  60px!important;
    border: 1px solid #BC2031;
    border-radius: 10px;/* Could be more or less, depending on screen size */
    height: auto;
    width: 600px;
    z-index: 50;
    text-align: center;

}

.modal_content *{
    font-size: 14px!important;
}
.modal_content.errors{
    border-color:  #BC2031;
}
.modal_content.warning{
    border-color:  #FF9C00;

}
.modal_content.info{
    border-color:  #0a8cc4;
}
.modal_content.support{
    /*override*/
    border-color:  #0a8cc4;

}

.modal_content i{
    font-size: 50px!important;
}

.info i{
    color: #0a8cc4!important;
}
.errors i{
    color: #BC2031!important;
}
.warning i{
    color: #FF9C00!important;
}
.support i{
    /*override*/
    color: #0a8cc4!important;
}
p.warn_msg span,
.errors p span,
p.info_msg span{
    padding: 20px;

}
.modal_content .button_section{
    display: block;
    padding-top: 20px;
    vertical-align: bottom;

}
.modal_content .button{
    text-transform: capitalize;
}
.modal_content .close{
    text-align: right;
    padding-bottom:  20px;
    vertical-align: top;

}
.modal_content .close i.ssp-close{

    color: #b3b4b4!important;
    cursor: pointer!important;
    font-size:20px!important;
}

.modal_content i.ssp-close:hover{
    color: #BC2031;
}

.hidden{
    display: none;
}
.visible{
    display: block;
}

/*need help instaing*/
.help_section{
    padding-top: 30px;

}
.help_section .title{
    font-size: 30px;
    border: none;
}
.help_section .instruction{
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 30px;

}
.help_section i{
    font-size: 30px!important;
}

.help_section .platforms{
    padding-bottom: 30px;
}
.help_section .platforms a:hover{

    color: #BC2031!important;
}

.help_section .platforms .disabled,
.help_section .platforms .disabled:hover{
    pointer-events: none !important;
    cursor: default !important;
    color: rgb(229, 221, 212)!important;
}


/*ERROR pages*/

.error_page{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    text-align: center;
    width: 100%;

}

.error_page .vcenter{
    margin-top: 12%;
    position: relative!important;
}

.error_page #main,
.error_page #wrapper {
    display: inline-block;
    display: -moz-inline-box;
    *zoom: 1;
    *display: inline;
    background-color: transparent!important;
}



.error_page #footer {

    height: 300px!important;
    text-align: center;
    background: transparent!important;
}

.error_page .gif{
    display: block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}


.error_text .msg{
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
}


.error_404{
    background-image:  url("../images/404-static-image.png");
}
.error_500{
    background-image:  url("../images/500-static-image.png");
}


.error_500 #main,
.error_500 #wrapper{
    display: block!important;  
}


.error_404 .gif{
    background-image:  url("../images/404.gif");

}
.error_500 .gif{
    background-image:  url("../images/500.gif");

}

