/*
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 : 12/set/2016, 17:53:20
    Author     : XO
*/

select {
    color:#AAA;
    width:80%;
    background-color: transparent;
    border:0px;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}
.hoverable {
    cursor:pointer;
}
.panel-heading > i{ vertical-align: middle !important; }

.grad {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, white , #D1EEFF); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, white, #D1EEFF); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, white, #D1EEFF); /* For Firefox 3.6 to 15 */
  //background: linear-gradient(to right, white, #64b5f6); /* Standard syntax */
  background: linear-gradient(to right, white, #D1EEFF); /* Standard syntax */
}

.less-margin > * {
    margin:0!important;
    line-height: inherit;
}
.modal {
    width:400px!important;
    max-width: 90%!important;
}