/* 
    Document   : comp_eventms
    Created on : 11.6.2013, 16:27:21
    Author     : Tomas
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
font-family: SourceSans;
src: url("../res/Aller_Rg.ttf");
}

body {
    font-family: SourceSans, Helvetica, Arial, sans-serif;
    font-size: .9em;
}

h2 {
    font-size: 115%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.comp-par-notice a {
    color: black;
}

#comp-page-content {
    margin: 0px;
    padding: 0px;
}

.comp-section {
    margin: 0px;
    padding: 0px;
}

.comp-w-background-a, .comp-w-background-b {
    position: relative;
    padding: .75em;
    color: black;
    background-color: #A5D7B5;
}

.comp-w-background-b {
    color: #333333;
    background-color: white;
}

.comp-w-product {
    position: relative;
    margin-top: .75em;
    padding: .5em;
    min-height: 60px;
    color: white;
    background-color: #63C38C;
    border-radius: .5em;
    border: white 2px solid;
    
    -moz-box-shadow:    inset 0 0 5px #3A9461;
    -webkit-box-shadow: inset 0 0 5px #3A9461;
    box-shadow:         inset 0 0 5px #3A9461;
    
}

.comp-w-product a {
    color: black;
}

.comp-w-background-b .comp-w-product {
    position: relative;
    
    color: #333333;
    background-color: white;
    border-color: #AAAAAA;
    border-width: 2px;
    
    -moz-box-shadow:    inset 0 0 5px gray;
    -webkit-box-shadow: inset 0 0 5px gray;
    box-shadow:         inset 0 0 5px gray;
}


._comp-w-product-content {
    padding-left: 0px;
}

.comp-w-product-linkable ._comp-w-product-content {
    padding-right: 0px;
/*    background-image: url("../images/arrow2.png");
    background-repeat: no-repeat;
    background-position: 100% 0%;*/
} 

.comp-w-product-linkable ._comp-w-arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 5px;
    margin-right: 0px;
    width: 32px;
    height: 32px;
    display: none;
}

._comp-w-product-content b {
    color: black;
}

._comp-w-product-content h2 {
    margin: 0px;
    margin-bottom: .5em;
    padding: 0em;
    font-size: 110%;
    /*font-weight: normal;*/
}

.comp-icon, ._comp-w-product-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

._comp-w-product-icon {
    display: none;
    position: absolute;
    top: 5px;
    margin: 5px;
    margin-left: 0px;
}


.comp-link-button {
    display: block;
    
    width: 105px;
    min-height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    
    text-decoration: none !important;
    border-style: solid;
    border-color: gray;
    border-top-color: lightgray;
    border-width: 1px;
    border-radius: .5em;
    /*padding: .5em 1.5em;*/
      
    background-color: #E70573 !important;
    color: white !important;
    
    border-color:  #9F0451;
    background: -moz-linear-gradient(center bottom , #E70573 0%, #E70573 15.04%, #FF198A 100%) repeat scroll 0 0 #E70575;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF198A), color-stop(100%, #E70573));  /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,	#FF198A 0%, #E70573 100%);  /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top,	#FF198A 0%, #E70573 100%);  /* W3C */ 

}

#tm-no-one-click {
    margin-bottom: 0;
    padding-bottom: 0;
}

#tm-one-click {
    display: none;
}


@media only screen and (min-width: 240px) {
   .comp-icon, ._comp-w-product-icon {
       display: block;
   }
   
   .comp-w-product {
       
   }
   
   ._comp-w-product-content {
       padding-left: 60px;
   }

   .comp-w-product-linkable ._comp-w-product-content {
        padding-right: 30px;
   } 

    .comp-w-product-linkable ._comp-w-arrow {
        display: block;
    }
   
    .comp-link-button {
        font-size: 16px;
        line-height: 32px;
        min-height: 32px;
    }
   
}

@media only screen and (min-width: 320px) {
    
   .comp-link-button {
       width: 140px;
       min-height: 28px;
       line-height: 28px;
       font-size: 12px;
       font-weight: bold;
   }
   
}


@media only screen and (min-width: 480px) {
 
   .comp-icon, ._comp-w-product-icon {
       height: 75px;
       width: 75px;
   }
   
   .comp-w-product {
       min-height: 85px;
   }
   
   ._comp-w-product-content {
       padding-left: 85px;
   }

    .comp-link-button {
        font-size: 16px;
        line-height: 32px;
        min-height: 32px;
    }

}


