@charset "UTF-8";
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot");
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }


.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px; }

.x_title .filter {
  width: 40%;
  float: right; }

.x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.x_title h2 small {
  margin-left: 10px; }

.x_title span {
  color: #BDBDBD; }

@media (max-width: 1200px) {
  .x_title h2 {
    width: 62%;
    font-size: 17px; }
  .tile, .graph {
    zoom: 76%;
    height: inherit; }
  .item {
    display: block; } }

@media (max-width: 1270px) and (min-width: 192px) {
  .x_title h2 small {
    display: none; } }

@media (min-width: 480px) {
  .top_nav .navbar-right li {
    position: relative; }
  .item {
    display: block; } }


/* *********  /profile/social  **************************** */
/* *********  widgets  **************************** */
.dashboard_graph .x_title {
  padding: 5px 5px 7px; }

.dashboard_graph .x_title h3 {
  margin: 0;
  font-weight: normal; }


.navbar-right {
  margin-right: 0; }

.top_nav .navbar-right {
  margin: 13px;
  width: auto;
  float: right; }

.top_nav .navbar-right li {
  display: inline-block;
  float: right;
  position: static; }


.panel_toolbox {
  float: right;
  min-width: 70px; }

.panel_toolbox > li {
  float: left;
  cursor: pointer; }

.panel_toolbox > li > a {
  padding: 5px;
  color: #C5C7CB;
  font-size: 14px; }

.panel_toolbox > li > a:hover {
  background: #F5F7FA; }


/*********************************************************************************/
/*********************************************************************************/

.box{
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box:before{
    content: '';
    background-image: repeating-linear-gradient(-30deg,#A8C2F0, #6588D6 5%, #A8C2F0 10%);
    width: 120%;
    height: 160%;
    border-radius: 25px;
    box-shadow: 0 0 15px #000;
    opacity: 0.7;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    right: 155%;
    z-index: 1;
    transition: all .7s;
}

.box:hover:before{
    transform: rotate(55deg);
    right: -60%;
}

.box img{
    width: 100%;
  height: 100%;
    transition: all .5s;
}

.box:hover img{ transform: rotate(10deg) scale(1.3); }

.box .box-content{
    width: 75%;
    opacity: 0;
    transform: translateY(-50%) rotate(-55deg);
    position: absolute;
    top: 80%;
    right: 10px;
    z-index: 2;
    transition: all .7s;
}

.box:hover .box-content{
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}

.box .title{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    margin: 0 0 3px 0;
}

.box .post{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 0 0 3px #000;
}

.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    left: 5px;
}

.box .icon li{
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s;
}

.box:hover .icon li:nth-child(1){ transition-delay: 0.15s; }

.box:hover .icon li:nth-child(2){ transition-delay: 0.25s; }

.box:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}

.box .icon li a{
    color: #fff;
    background-color: #A8C2F0;
    line-height: 30px;
    height: 35px;
    width: 35px;
    margin: 0 0 10px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 5px #555;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}

.box .icon li  a:hover{
    color: #A8C2F0;
    background-color: #fff;
    border-color: #A8C2F0;
}

@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}

@media only screen and (max-width:479px){
    .box .title{ font-size: 18px; }
    .box .post{ font-size: 15px; }
}

    
/*Input Number*/  
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



