/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

body{
	xbackground: #fff;
        background: #fff url("../images/bg.jpg");
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
}
.login_head 
{
    xbackground: rgba(0, 0, 0, 0) url("../images/login_header.png") no-repeat scroll 0 0;
    color: #0085d6;
    font-weight: bold;
    xheight: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}
.login_frm
{
     margin-bottom: 10px;margin-top: 10px;
     padding:10px;
}
/* FONT STYLES*/

/* FONT STYLES*/
h3{
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin-bottom: 25px;
}
h4{
	margin-bottom: 25px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
        }
h5{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
p{
	font-size: 13px;
	color: #555555;
	line-height: 18px;
}
/*a, a:link, a:visited{
	text-decoration: none;
	outline: none;
}*/
.green{
	color: #509743;
}
.white{
	color: #fff;
}
strong{
	font-weight: bold;
}
/* END FONTS STYLES */

/* HEADER */
#header-wrap{
	xborder-top: 3px solid #509743;
        xpadding-top: 20px;
        padding:10px;
}

header{
	width: 960px;
	margin: 0 auto;
	padding: 0;
        xbackground: rgba(0, 0, 0, 0) url("../images/service-bg.jpg") ;
        border-bottom-color:rgba(0, 0, 0, 0);
}
header h2 a{
	display: block;
	text-indent: -999999px;
	background: url(../images/logo.png) no-repeat;
	width: 214px;
	height: 77px;
	float: left;
	margin-bottom: 40px;
}


#call{
	float: right;
	border-right: 1px solid #c8c8c8;
	padding-right: 25px;
	margin-top: 20px;
}
#call h3{
	margin: 0;
}
#call h4{
	text-align: right;
	margin: 0;
}
/*

nav{
	clear: both;
	width: 960px;
	height: 50px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #3b7c33; 
	border-radius: 30px;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
	
	background-image: -webkit-linear-gradient(top, #5fae53, #3b7c33); 

	background-image: -moz-linear-gradient(top, #5fae53, #3b7c33);
	
	background-image: -ms-linear-gradient(top, #5fae53, #3b7c33);
	
	background-image: -o-linear-gradient(top, #5fae53, #3b7c33);
	border: 1px solid #336c2b;
}

nav ul li{
	float: left;
	border-right: 1px solid #336c2b;
	border-left: 1px solid #78c368;
}
nav ul li.home{
	border-left: none;
	text-indent: -9999px;
	background: url(../images/home.png) no-repeat 50% 50%;
}

nav ul li.last{
	border-left: none;
	border-right: none;
	float: right;
	margin-right: 20px;
}
nav ul li a{
	display: block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
}
nav ul li a:hover{
	background: #5fae53;
}

nav ul li.home a:hover{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #5fae53 url(../images/home.png) no-repeat 50% 50%;
}
nav ul li div input[type=text]{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #4b9241;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5ead52;
	border-top: 1px solid #346d2c;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
	padding: 5px 0 5px 20px;
	width: 200px;
}
nav ul li div input[type=text]:focus{
	outline: none;
}*/

/* TO STYLE PLACE HOLDER */
/*::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder {  
   color: #fff;   
}

nav ul li div input[type=submit]{
	background: url(../images/search.png) no-repeat 50% 50%;
	border: none;
	text-indent: -999999px;
	margin-left: 15px;
	height: 50px;
	width: 16px;
}*/

/* END HEADER */

#container{
	width:1060px;
	margin: 0 auto;
        xbackground: #fff;
	min-height:100px; 
		height:auto;
}

/* SLIDES */
#slides {
    height: auto;
	width:1080px;
    margin:  auto;
  border: 1px solid #1582ab;
    background:#fff;
	padding:25px;
	
}
.stardesign
{
	color:red;
}
#hederslides
{
	 height: 105px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 1px 1px #ccc;
	    background-color: #428bca;
    border-color: #357ebd;
	text-align: center;
    padding-top: 43px;
    font-weight: bold;
    font-size: 30px;
    color: white;
}
.slides_container 
{
    float: left;
    width: 690px;
}
.slide-right{
	position: absolute;
	top: 0;
	left: 385px;
}
 
.slide-heading{
	background: url(../images/slide-heading.png) no-repeat;
	width: 494px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 80px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.slide-right .info{
	width: 395px;
	margin-bottom: 20px;
	margin-left: 155px;
}
.slide-right .readmore{
	margin-left: 155px;
}
.readmore{
	font-style: italic;
	text-decoration: none;
	color: #509743;
	padding-left: 15px;
	background: url(images/more.png) no-repeat 0 50%;
}
.readmore:hover{
	color: #c8c8c8;
	
}
/*.pagination{
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 99;
}

ul.pagination li{
	float: left;
	margin-right: 10px;
	background: url(../images/pagination.png) no-repeat;
	background-position: top;
	width: 14px;
	height: 15px;
}
ul.pagination li.current{
	background-position: bottom;
}
ul.pagination li a{
	display: block;
	text-indent: -999999px;
}
*/
/*a.next{
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(../images/prev-next.png) no-repeat;
	background-position: top right;
	text-indent: -9999px;
}
a.prev{
	position: absolute;
	right: 50px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(../images/prev-next.png) no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
a.next:hover{
	background-position: bottom right;
}
a.prev:hover{
	background-position: bottom left;
}*/
/* END SLIDES*/

/* SERVICE */
#service{
	xmargin: 20px auto;
	height: 250px;
	padding-top: 30px;
	background: url(../images/service-bg.png) no-repeat;
}


#web{
	float: left;
        width:70%;
	xwidth: 570px;
	padding-left: 30px;
        xmargin-top: -25px;
}
#web p{
	xwidth: 260px;
	margin-bottom: 20px;
        text-align: justify;
}
#web img{
	float: right;
	margin-right: 50px;
        
}
#vector{
	/*float: right;
	padding-left: 30px;
	width: 450px;
         margin-top: -25px;*/
}

#vector p{
	width: 260px;
	margin-bottom: 20px;
}
#vector img{
	float: left;
	xmargin-right: 50px;
} 
#vector label {
    color: #0085d6;
    float: left;
    font-size: 17px;
    xfont-weight: bold;
    margin-left: 55px;
    margin-top: -40px;
}
/* END SERIVCE*/

/* MEDIA  */

#media{
	margin: 0 auto;
}

#video{
	    background: transparent url("../images/video-bg.png") no-repeat scroll 0 0;
            border-top-right-radius: 10px;
            float: right;
            font-size: 10px;
            font-size: 10px;
            xmargin-left: -42px;
            xmargin-top: 78px;
            padding-top: 10px;
            width: 225px;

}
#video h4{
	margin: 0;
}
#video h4, #video h5{
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 #387031;;
}

#video .play{
	/*float: right;
	margin-top: 5px;*/

    float: right;
    margin-right: -20px;
    margin-top: 5px;

}
.play > img 
{
    margin-right: -10px;
    margin-top: -43px;
}
#twitter{
	width: 570px;
	height: 180px;
	float: left;
	margin-right: 30px;
	xbackground: transparent url(../images/twitter-bg.png) no-repeat;
	background-position: bottom;
	padding: 0 0 20px 0;
}
#twitter p{
	padding: 0 20px;
}
#twitter .time{
	font-size: 11px;
	font-style: italic;
	color: #999999;
	margin-top: 15px;
}

a.t-link{ color: #6767c9; text-decoration: none; }
a.t-link:hover{ text-decoration: underline; }

#facebook{ 
width: 285px;
float: right;
}

/* END MEDIA*/

/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* END FIX */

/* WIDGET */
#widget-wrap{
	padding: 50px 0;
	background: #333333 url(../images/widget-bg.jpg);
}
#widget{
	width: 960px;
	margin: 0 auto;
}
h4.footer-header{
	background: transparent url(../images/footer-header.png) no-repeat;
	line-height: 58px;
	text-indent: 30px;
}
#links{
	width: 225px;
	float: left;
	margin-right: 75px;
}
#links ul{
	list-style-image: url(../images/links.png);
	margin-left: 15px;
}
#links ul li a{
	color: #cccccc;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}
#links ul li a:hover{
	color: #fff;
}
#blog{
	position: relative;
	width: 290px;
	float: left;
	margin-right: 75px;
}
#blog img{
	position: absolute; 
	top: 50px;
	left: -18px;
}
#blog p.title{
	color: #fff;
	margin-left: 110px;
	margin-bottom: 15px;
}
#blog p.date{
	margin-left: 110px;
	color: #cccccc;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 15px;
}

#blog a.readmore{
	margin-left: 110px;
}
#location{
	position: relative;
	width: 290px;
	float: right;
}
#location img{
	position: absolute; 
	top: 45px;
	left: 22px;
}
#location p.address{
	margin-top: 115px;
	border-right: 1px solid #484848;
	padding-right: 20px;
	text-align: right;
	color: #cccccc;
}
/* END WIDGET */

/* CLIENT */
#client-wrap{
	/*background: #fff url(../images/client-bg.jpg) repeat-x;
	
	border-bottom: 1px solid #c8c8c8;
        box-shadow: 0 5px 5px -6px black;*/
        xbackground-color: #555299;
        background-color: #02a7d0;
        border-bottom: 0 solid transparent;
        color: #fff;
        xpadding-top: 13px;
}
#client-wrap .logo {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    xline-height: 50px;
    line-height: 43px;
    text-align: center;
}
#client-wrap .logo .logo-lg {
    display: block;
    color: #fff;
}

#client-wrap .navbar {
     xbackground-color: #605ca8;
    background-color: #00c0ef;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 17%;
    min-height: 50px;
    transition: margin-left 0.3s ease-in-out 0s;
}
#client-wrap .navbar-custom-menu, #client-wrap .navbar-right {
    float: right;
}
#client-wrap .navbar .nav  li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#client-wrap .navbar .nav  li:hover{
    background-color: rgba(0, 0, 0, 0.1);
    color: #555;
}
#client-wrap .navbar .nav  li  a  .label {
    font-size: 9px;
    line-height: 0.9;
    padding: 2px 3px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 9px;
}
#client-wrap .navbar .nav li .dropdown-menu li a {
    color: #444444;
    overflow: hidden;
    padding: 10px;
/*    text-overflow: ellipsis;
    white-space: nowrap;*/
    border-bottom: 1px solid #f4f4f4;
    text-decoration: none;
    cursor: default;
}
#client-wrap .navbar .nav li .dropdown-menu li:hover{
    background-color:#fff;
    xcolor: #555;
}

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 3px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    background-color: #605ca8;
    height: 175px;
    padding: 10px;
    text-align: center;
}
/*#client-wrap > span {
    float: left;
    width: 40%;
}
#client-wrap > ul {
    float: right;
    width: 45%;
}
#client-wrap li {
    float: left;
    width: 20%;
}
#client-wrap img {
    float: left;
    margin-left:5px;
}
#client-wrap label {

    font-weight: bold;
    margin-left: 35px;
    margin-top: 17px;
}*/
/*#client{
	width: 960px;
	margin: 0 auto;
}

#client ul li{
	width: 20%;
	float: left;
	text-align: center;
}*/
/* END CLIENT */

/* FOOTER */
footer{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#footer-left{
	float: left;
	/*width: 55%;*/
}
#footer-left p{
	font-size: 12px;
	color: #666666;
        /*margin-left: 40px;*/
}
#footer-left a:hover{
	color: #c8c8c8;
}
#footer-right{
	float: right;
	/*width: 25%;*/
}
#footer-right ul{
	float: right;
}
#footer-right ul li{
	float: left;
	margin-right: 30px;
}

#footer-right ul li:last-child{
	margin-right: 0;
}
#footer-right ul li a{
	color: #666666;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
}
#footer-right ul li a:hover{
	border-bottom: 2px solid #c8c8c8;
}

.back-top{
	position: absolute;
	bottom: 0;
	right: 50%;
	
}
.slides_container > img {

    height: 264px;
    width: 960px;
}
.input{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 2px;
    padding: 7px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.input:hover{
  
    border: 1px solid #08c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    
}
/*form {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    margin-left: -1px;
    margin-top: -20px;
    padding: 10px;
    width: 250px;
}*/
/* END FOOTER */

/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

#login .form-signin {
    max-width: 382px;
    padding: 40px;
    margin: 0 auto 20px;
    xbackground-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            /*background: url(../images/login-bg.png) repeat-x;*/
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 15px;
    height: auto;
    margin-bottom: 12px;
    width:99%;
    xpadding: 7px 9px;
}
.login_btn
{
    background: #fff none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 3px 10px 3px #ccc inset;
    color: #0085d6;
    font-weight: bold;
    height: 60px;
    margin-top: -10px;
    padding: 1px;
    width: 29% !important;
}
#container_app
{
    width:100%;
    margin:0 auto;
    border-bottom: 1px solid #ccc;
    background:#ecf0f5;
    min-height: 480px;
}
.div_dig
{
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid orange;
    xborder-left: 2px solid #ccc;
    box-shadow: 2px 3px 10px 0;
    margin-top: 5px;
}
.collectio_div
{
    border: 1px solid #f1f1f1;
    float: left;
    width: 50%;
    box-shadow: 1px 3px 3px 3px #9d9d9d;
    text-align: center;
     margin: 1% 1% 2% 14%;
 }
.td_head_col
{
    background: #08c none repeat scroll 0 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.col_ul
{
  font-weight: bold;
  color:#777;
  box-shadow: 1px 0 6px 1px #ccc;
  border:1px solid #ccc;
  padding:5px;
}

.col_ul > li {
    padding: 3px;
}
#def_list
{
    display:block;
    float:left;
    width:98%;
    margin-left:1%;
    border: 1px solid #ccc;
    box-shadow: 1px 0 6px 1px #ccc;
}
/******added to remove red border around select boxes***********/
.chzn-select,select {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/******add this id to div to make table scrollable - horizontal***********/
#scrollTable 
{
    width: 100%;
    overflow: auto;
    /*max-height: 700px;*/
} 
    
.searchBar
{
    background-color: #b4d2dd;
    padding: 5px 10px;        
    border-radius: 4px;        
}
    
/*******admin lte css********/
.mail-menu > li:hover, .mail-menu >li:focus
{
    background-color: #eee !important;
    text-decoration: none !important;
    cursor: pointer;
}
.mail-menu > li
{
    padding: 10px !important;
    border-bottom: 1px solid #e7e7e7 !important;
    cursor: pointer;
}
.mail-menu .active
{
    background: #e7e7e7 !important;
}
.mail-menu
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    border: 1px solid #e7e7e7 !important;
}
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
  }
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.bg-aqua {
    background-color: #00c0ef !important;
    color: #fff !important;
}
.bg-green {
  background-color: #00a65a !important;
  color: #fff !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.bg-red {
  background-color: #dd4b39 !important;
  color: #fff !important;
}
.bg-purple {
  background-color: #605ca8 !important;
  color: #fff !important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.mailbox-read-info {
  border-bottom: 1px solid #999;
  padding: 10px;
  background: lightyellow;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-message {
  padding: 10px;
  background: lightyellow;
}
.input-group {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.label-danger {
  background-color: #dd4b39 !important;
}
.label-primary { 
    background-color:#3c8dbc !important
}
.label-success { 
    background-color:#00a65a !important
}

.text-red{color:#dd4b39 !important}
.text-aqua{color:#00c0ef !important}
.text-blue{color:#0073b7 !important}
.text-black{color:#111 !important}
.text-light-blue{color:#3c8dbc !important}
.text-green{color:#00a65a !important}
.text-gray{color:#d2d6de !important}
.text-navy{color:#001f3f !important}
.text-teal{color:#39cccc !important}
.text-olive{color:#3d9970 !important}
.text-lime{color:#01ff70 !important}
.text-orange{color:#ff851b !important}
.text-fuchsia{color:#f012be !important}
.text-purple{color:#605ca8 !important}
.text-maroon{color:#d81b60 !important}

//for multiple login
.largeFont
{
    font-weight:bold !important;
    padding-top:15px !important;
    font-size: 15px !important;
}
.smallFont
{
    font-weight:bold !important;
    padding-top:5px !important;
    font-size: 13px !important;
}
.newtab-cell {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;            
    display: -moz-box;
    height: 70px;
    margin: 1%;
    width: 45%;
} 
.newtab-site {
    border-radius: inherit;
    box-shadow: 0 1px 3px #c1c1c1;
    text-decoration: none;
    transition-property: top, left, opacity, box-shadow, background-color;
    -moz-box-flex: 1;
    position: relative;
    transition-delay: 0s;
    transition-duration: 100ms;
    transition-property: top, left, opacity;
    transition-timing-function: ease-out;
}
.newtab-link {
    border-radius: 10px;
    overflow: hidden;            
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;            
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 0 4px;
    color: #5c5c5c;
    background-color: #f2f2f2;       
    font-size: 13px;
    line-height: 30px;
    vertical-align: middle;
    font-family: Segoe UI;
    text-align: center;
    text-decoration: none;
}            
.newtab-cell:not([ignorehover]) .newtab-control:hover ~ .newtab-link, .newtab-cell:not([ignorehover]) .newtab-link:hover, .newtab-site[dragged] {
    border: 2px solid white;
    box-shadow: 0 0 6px 1px #add6ff;
    margin: -2px;
}
a:hover, a:focus {
    text-decoration: none !important;
}

.boxnotify
{
    width: 18%;
    float: left;
    padding: 0 1%;
    cursor: pointer;
}