/***********************************************************************************/
/**                         Animation                                             **/
/***********************************************************************************/
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
   /* 0%   {opacity: .0;}
    10%  {opacity: .10;}
    20%  {opacity: .20;}
    30%  {opacity: .30;}
    40%  {opacity: .40;}
    50%  {opacity: .50;}
    60%  {opacity: .60;}
    70%  {opacity: .70;}
    80%  {opacity: .80;}
    90%  {opacity: .90;}
    100% {opacity: 1;}*/
    
    0% { top: -50px;}
    100% {top: 0px;}
}



/*********************************************************************************/

@font-face {
  font-family: 'fontello';
  src: url('fontello.eot');
  src: url('fontello.eot') format('embedded-opentype'),
       url('fontello.woff') format('woff'),
       url('fontello.ttf') format('truetype'),
       url('fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.opp-buttons{
    width: 20px;
    height:20px;
}

.btnimg{
    padding-top: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
}

.btn-home {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -ms-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
    -webkit-border-radius: 14;
    -moz-border-radius: 14;
    border-radius: 10px;
    font-family: 'fontello';
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    height: 30px;
    width: 60px;
}

.btn-home:hover {
  background: #404242;
  background-image: -webkit-linear-gradient(top, #404242, #252626);
  background-image: -moz-linear-gradient(top, #404242, #252626);
  background-image: -ms-linear-gradient(top, #404242, #252626);
  background-image: -o-linear-gradient(top, #404242, #252626);
  background-image: linear-gradient(to bottom, #404242, #252626);
  text-decoration: none;
}


.btn {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -ms-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
    -webkit-border-radius: 14;
    -moz-border-radius: 14;
    border-radius: 10px;
    font-family: 'fontello';
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    height: 30px;
    width: 60px
}

.btn:hover {
  background: #404242;
  background-image: -webkit-linear-gradient(top, #404242, #252626);
  background-image: -moz-linear-gradient(top, #404242, #252626);
  background-image: -ms-linear-gradient(top, #404242, #252626);
  background-image: -o-linear-gradient(top, #404242, #252626);
  background-image: linear-gradient(to bottom, #404242, #252626);
  text-decoration: none;
}

.btn-add {
    width: 100px
}

.btn-remove{
    width: 110px;
}

body{
    font-family: 'fontello';
}

.navbar-top{
    height: 40px;
    width: 100%;
    color: white;
    background-color: #C705E8;
    padding-top: 5px;
    padding-left: 5px;
}


.btn-transparent {
    color: #ffffff;
    background-color: transparent;
    background-image: none;  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.pull-left {
  float: left !important;
}

.button-div{
    background-color: transparent;
}

.pull-right{
    float: right !important;
}

.brand{
    padding-right: 10px;
}

div.black_overlay{ 
    display: block; 
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.70; 
    filter: alpha(opacity=80); 
} 

.login-button {
    background: #C705E8;
    background-image: -webkit-linear-gradient(top, #C705E8, #C705E8);
    background-image: -moz-linear-gradient(top, #C705E8, #C705E8);
    background-image: -ms-linear-gradient(top, #C705E8, #C705E8);
    background-image: -o-linear-gradient(top, #C705E8, #C705E8);
    background-image: linear-gradient(to bottom, #C705E8, #C705E8);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.login-button:hover {
    background: #c272b9;
    background-image: -webkit-linear-gradient(top, #2E64FE, #013ADF);
    background-image: -moz-linear-gradient(top, #2E64FE, #013ADF);
    background-image: -ms-linear-gradient(top, #2E64FE, #013ADF);
    background-image: -o-linear-gradient(top, #2E64FE, #013ADF);
    background-image: linear-gradient(to bottom, #2E64FE, #013ADF);
    text-decoration: none;
}

div.c_SelectBudget{
    border-radius: 25px;
    border: 2px solid #C705E8;
    padding: 20px; 
    width: 220px;
    height: 135px; 
    margin-left: auto;
    margin-right: auto;
    display: block; 
    background-color: white; 
    z-index:1002; 
    position: relative;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 1s;
}

div.optionbuttons{
    height: 30px;
    width: 98%;
    color: white;
    padding-top: 5px;
    padding-left: 5px;  
}

.inputs {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 150px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.centered {
    position: relative;
    border-radius: 25px;
    border: 2px solid #C705E8;
    /* bring your own prefixes */
    height: 300px;  
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1002;
    padding-left: 10px;
    padding-top: 5px;
    padding-top: 5px;
    padding-right: 5px;
    background-color: white; 
    display: block; 
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 1s;
}

.inputs:focus {
    background: #fff;
    box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}

.footer{
    position : absolute;
    bottom : 0;
    height : 40px;
    margin-top : 40px;
    padding-top: 5px;
    padding-left: 25%;
    width: 100%;
    background-color: #C705E8;
    color: white;
    font-size: 10px;
}

.content{
    top: 95px;
    bottom: 50px;
    width: 100%;
    position: absolute;
    background-color: white;
    /*background-color: #A9BCF5;*/
    overflow: auto;
}

.question {
    position: relative;
    border-radius: 25px;
    border: 2px solid #C705E8;
    /* bring your own prefixes */
    height: 100px;  
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1002;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 5px;
    background-color: white; 
    display: block; 
}

div.shop{
    font-style: italic;
    position: relative;
    z-index: 1;
    background-color: #A9BCF5;
}

div.shop:before {
    border-top: 2px solid black;
    content:"";
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 60%;
    z-index: -1;
    background-color: #A9BCF5;
}

.listitems{
    width: 20%;
    display: inline-block;
}

.listbutton{
    width: 35%;
    display: inline-block;
}

.new{
    background-color: #A9BCF5;
}

.inlinebtn {
    background: #000000;
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -ms-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
    -webkit-border-radius: 14;
    -moz-border-radius: 14;
    border-radius: 10px;
    font-family: 'fontello';
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    height: 30px;
    width: 85px
}

.inlinebtn:hover {
    background: #404242;
    background-image: -webkit-linear-gradient(top, #404242, #252626);
    background-image: -moz-linear-gradient(top, #404242, #252626);
    background-image: -ms-linear-gradient(top, #404242, #252626);
    background-image: -o-linear-gradient(top, #404242, #252626);
    background-image: linear-gradient(to bottom, #404242, #252626);
    text-decoration: none;
}


/*Hidding Items*/

hr.seperatar{
    height: 3px;
    color: white;
    background-color: white;
}

.brand {
    float: left;
    display: block;
    padding: 8px 20px 12px;
    margin-left: 0px;
    line-height: 1;
    color: #ffffff;
    font-family: 'omnessemibold', Arial, Verdana; 
    font-size: 20px;
    width:200px;
    text-shadow:none;
}


@media (max-width: 895px){
    .listitems
    {
        width: 20%;
    }

    div.shop:before {
        top: 30px;
        width: 60%;
    }
    
    .listbutton{
        width: 35%;
        display: inline-block;
    }
}

@media (max-width: 640px){
    .datespan {
        display: none !important;
    }
}

@media (max-width: 778px){
    .hidden-xs{
        display: none;
    }
    
    .inlinebtn{
        width: 30px;
    }

    div.shop:before {
        top: 20px;
        width: 60%;
    }
}


