div {
    /*box-sizing: border-box;*/
    outline-color: #ade3ff;
    outline-style: none;
}

/* Dropdowns - I */
.dropdown .dropdown-toggle .down-arrow {
    display: inline-block;
    margin-top: 6px;
    margin-left:5px;
    width: 16px;
    height: 9px;
    background-image: url("http://www.htic.es/assets/down-arrow.png")
}

.dropdown .dropdown-toggle .caret {
    display: none;
}

.dropdown.open .down-arrow {
    behavior:url(-ms-transform.htc);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(-180deg);
}

.dropdown button,
.dropdown-menu {
    background-color: #f6f8f8;
}

.dropdown-menu {
    margin-top: 0px;
    background-color: #f6f8f8;
    border-radius: 0 0 0 0;
}

.dropdown-menu > li > a:hover {
    background-color: #96a4ad;
}
/* Dropdowns - F */

div.clearfix {
    margin-top: 15px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-top-15 {
    margin-top: 15px;
}



/*#monthDrop*/
.dropdown button .btn-default {
    width:100%;
    border-color: red;
}

.balance {
    line-height: 1em;
    font-size:2.5em
}

.title {
    color: #a0aeb6;
    font-size: 1em;
    margin-bottom: 10px;
}

/** Rounded divs - I */
div.rounded,
div.top-rounded,
div.bottom-rounded {
    border: solid 1px #dce1e5;
}

div.rounded {
    margin-bottom: 20px;
    -webkit-border-radius: 4px 4px 4px 4px;
       -moz-border-radius:  4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
}

div.top-rounded {
    -webkit-border-radius: 4px 4px 0px 0px;
       -moz-border-radius: 4px 4px 0px 0px;
            border-radius: 4px 4px 0px 0px;
}

div.bottom-rounded {
    border-top-style: none;
    -webkit-border-radius: 0px 0px 4px 4px;
       -moz-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
}
/** Rounded divs - F */


/** Dropdown draft - I */
.dropdown span.caret {
    float:right;
    margin-top:8px;
}

.dropdown button {
    text-align:center;
    background: #0066cf;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
	font-family: 'rubikregular';
}
.btn-default:hover {
    color: #fff !important;
    background-color: #ff182d !important;
    border-color: #ffffff !important;
}
.open>.dropdown-menu {
    display: block;
    text-align: center;
    background: #0066cf;
}
.dropdown-menu>li>a {
    color: #fff;
    font-size: 15px;
	font-family: 'rubikregular';
}

.dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #ff182d !important;
}

.dropdown-menu {
    width: 100%;
}
/** Dropdown draft - F */

/** Let tabls-left class be available in bootstrap 3.3.7 - I **/
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > div {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}

.tabs-left > .nav-tabs > li:hover
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > div:hover,
.tabs-left > .nav-tabs > li > div:focus,
.tabs-left > .nav-tabs > li:hover > div .intro .account-type,
.tabs-left > .nav-tabs > li:focus > div .intro .account-type{
	    /*border-bottom:#F00 solid 1px;*/
		color:red;
		text-decoration: none !important;
}
a:hover{
	text-decoration:none !important;
}
.ellipsis-svg > svg:hover path {
    fill: red;
}
.ellipsis .account-type:hover{
	color:#F00;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > div,
.tabs-left > .nav-tabs .active > div:hover,
.tabs-left > .nav-tabs .active > div:focus{
}
/** Let tabls-left class be available in bootstrap 3.3.7 - F **/

.account-type
{
	font-family: 'latobold';
    color: #003265;
    font-size: 17px;
    /* font-weight: bold; */
    line-height: 18px;
	text-transform: uppercase;
}


/* TABS */
.tabs-left > .nav-tabs{
    margin-right:0px;
    padding: 0;
    height: 100%; /* 700px - Debe ser el mismo height que el que tenga .tab-content */
}

/* CONTENIDO DE LOS TABS */
.tab-content {
	background: #003265;
    border-left-style: none;
    height: 100%;
    margin-bottom: 35px;
    min-height: 700px;
    border-radius: 10px;
/*    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius:10px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
*/	box-shadow: 0 10px 21px #00326552;
}
.tab-content-1{
	background: #003265;
    border-left-style: none;
    height: 100%;
    margin-bottom: 35px;
    min-height: 700px;
    border-radius: 10px;
	display: inline-block;
/*    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius:10px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
*/	box-shadow: 0 10px 21px #00326552;
}

/* Style of the div element acting as tab content */
.tabbable.tabs-left > .nav-tabs > li > div > div {
	display: block;
    width: 100%;
    padding: 3em 0;
    /* min-height: 6em; */
    text-align: center;
}


/* Formato de los tabs en general */

.tabs-left > .nav-tabs > li > .account-type:hover{
	color:#F00;
}
 
.tabs-left > .nav-tabs > li > div {
    /*display:block;*/
    /*display: table;*/
    /*border: solid 1px transparent;*/
	    border-bottom: #003265 solid 1px;
}
.tabs-left > .nav-tabs > li:last-child div{
	border-bottom:none !important;
}

/** For elements on the same line that jump down - I */
@media (max-width: 767px) {
    .mt-20 {
        margin-top:20px;
    }
    
    .tab-content {
        border-left-style: solid;
                border-radius: 4px 4px 4px 4px;
           -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
    }
}
/** For elements on the same line that jump down - F */