/*
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 : Aug 1, 2016, 1:43:26 PM
    Author     : Minh Nguyen
*/

@import url(fonts/open-sans/open-sans.css);

.box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7ecf3 #e7ecf3 rgba(0, 0, 0, 0.17) !important;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
}

.bg-ivy-gradient {
    border-width: 0px;
}

.box-title {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px !important;
    font-weight: 600;
}

.box-header.with-border {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}