@import url('reset.css');


.api-menu{
    padding: 0;
    margin: 10px auto;
    width: 300px;
}
.api-menu li{
    width: 300px;
    height: 50px;
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #03223d;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.api-menu li:last-child{
    margin-bottom: 0px;
}
.api-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    position:relative;
}

.ca-menu{
    padding: 0;
    margin: 10px auto;
    width: 300px;
}
.ca-menu li{
    width: 300px;
    height: 50px;
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 10px solid #03223d;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    position:relative;
}
.ca-icon{
	color: #000000;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 50px;
    position: absolute;
    width: 60px;
    left: 0px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
    position: absolute;
    left: 65px;
   /*  width: 200px; Commented By Alok Kumar dt 21/8/2018 as in Funds Transfer quick menu alignment not proper*/
   	width: auto;
    height: 50px;
    top: 9px;
}
.ca-main{
    font-size: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
    font-size: 10px;
    color: #333333;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #488d9c;
    background: #03223d;
}
.ca-menu li:hover .ca-icon{
    color: #488d9c;
    text-shadow: 0px 0px 1px #488d9c;
    font-size: 30px;
}
.ca-menu li:hover .ca-main{
    color: #488d9c;
    font-size: 10px;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    font-size: 14px;
}

@media all and (max-width: 1250px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1250px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1250px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1250px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1250px), only screen and (min-resolution: 192dpi) and (max-width: 1250px), only screen and (min-resolution: 2dppx) and (max-width: 1250px) {

  #ca-menu {
    display: none;
  }

  #ca-menu-container {
    width: 200px;
  }

}