
.riskalyze{   
    margin-top:35px;
    border-radius: 5px;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);  
    width: 200px;
    height: 46px; 
    padding: 11px 15px 10px 15px;

    font-size:11px;
    color:#404042;
}
.riskalyze a{
    color:#404042 !important;
}
@media(min-width:768px)
{
    .riskalyze{
        font-size:10px;
    }
    div.sidebar{
        background:rgba(31,66,106,0.96);         
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);  
        color:white;
        font-weight:bold;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        z-index: 11;
            
    }
    div.sidebar .header{
        text-align:center;
        padding:15px 20px;
        background:white;
    }
    div.sidebar ul{
        list-style-type: none;
        padding-left:0;
        margin-top:0;
        margin-left:0;
    }
    div.sidebar ul a{
        font-size: 13px;
    }
    div.body-sidebar{
        padding: 20px;
    }
    .sidebar .riskalyze{
        width: 100%;
    }
    .dropdown-menu{
        margin-top: 0 !important;
        background: none;
        border: 0;
        padding: 0;
        margin-left: 15px;
        box-shadow: none;        
        position: relative;
        margin-bottom: 10px;
    }
    .dropdown-menu li a{
        margin-bottom: 3px !important;
        font-size: 13px !important;
    }
    .dropdown-menu li a:hover{
        background: none;
        color:white !important;
    }
}
@media(min-width:992px)
{    
    .riskalyze{
        font-size:11px;
    }
    .btn-group.open .dropdown-toggle{
        box-shadow: none;
    }
    div.sidebar ul a{
        font-size: 14px;
    }
     .dropdown-menu li a{
        margin-bottom: 3px !important;
        font-size: 13px !important;
    }
}

@media(min-width:1200px)
{
    div.sidebar{       
        width:300px;            
    }
     .riskalyze{
        font-size:14px;
    }
    div.sidebar .header{       
        padding:35px 30px;        
    }
    div.sidebar ul{        
        margin-top:15px;
    }
    div.body-sidebar{
        padding: 34px;
    }
     .dropdown-menu li a{
        margin-bottom: 3px !important;
        font-size: 14px !important;
    }
}


div.sidebar .header img{
    margin:0 auto;
}

div.sidebar ul a,
div.sidebar ul button{
    font-size:18px;
    background: none;
    border: 0;
    padding: 0;
    display:block;
    margin-bottom:10px;
}
div.sidebar ul a:hover,
div.sidebar ul button:hover{
    text-decoration: none;
}
div.sidebar a,
div.sidebar button{
    color:white;
}

.riskalyze span:last-child{
    display: block;
}
.riskalyze .glyphicon{
    float:right;
    margin-top:-1px;
    margin-right: -8px;
    font-size:19px;
}

.sidebar .info{
    margin-top:30px;
    font-size:12px;
}
.design{
    margin-top:30px;
    font-size:12px;
    color:white;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}

.copyright{
    color:white;
    margin-top: 30%;
    font-size:12px;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}
.copyright a{
    text-decoration: underline;
    color:white;
}