/* 
    Created on : Aug 12, 2015, 12:41:23 PM
    Author     : Dushmantha Gunasingha
    Email      : dush@fanaticzine.com
*/

body{
    background-color: #ebf1f5;
}

.fz-name-bar{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #3b454d;
}

.fz-name-bar h3{
    color:#fff;
    font-family: 'Roboto';
    font-weight: 700;
    padding: 0;

    margin-top: 10px;
    padding-left: 15px;

}

.fz-profile-menu{
    background-color: #2b3238;
    height: 50px;
    padding: 12px;
    padding-top: 5px;

}

.fz-profile-menu a {
    color:#fff;
    font-family: 'Roboto';
    font-weight: 700;
}

.fz-profile-menu .dropdown-menu{
    background-color: #2b3238;
    margin-top: 0;
}

.fz-profile-menu .dropdown-menu a {
    color:#fff;
    font-family: 'Roboto';
    font-weight: 700;
}

.fz-profile-menu .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background-image: none;
    background-color: #3b454d;
    color:#fff;
}

.fz-main-links a{
    color: #959595;
    font-family: 'Roboto';
    font-weight: 700;
}

.fz-main-links a:hover{
    color: #008dcf !important;

}

.fz-main-links > .active > a{
    color: #008dcf !important;
    font-family: 'Roboto';
    font-weight: 700;
    background-image: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.fz-ash-label-text{
    color: #839ca8;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
}

.fz-blue-text{
    color: #008dcf;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
}

.fz-control-from label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 11px;
    color:#fff;

}

.fz-control-from select {
    font-family: 'Roboto';
    font-weight: 700;
    color:#959595 !important;
    min-width: 85px;
    font-size: 12px;
    padding: 2px;
}
.fz-control-from .form-group{
    margin-right: 15px;
}
.fz-control-from fieldset{
    padding: 10px;
}

.fz-control-from .legend {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #008dcf;
    margin-bottom: 2px;
    border-bottom: none;
    color:#fff;
    margin-top: 0;
}

.fz-control-from .legend > a {
    color:#fff;
}

.fz-main-graph-title{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    color: #839ca8;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.fz-stat-widget-box{
    background-color: #fff;
    padding: 15px;
}

.fz-table-title{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 17px;
    color: #839ca8;
}

.fz-table-sub-title{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color: #839ca8;
}

.fz-table-sub-value{
    font-family: 'Roboto';
    font-weight: 500;    
    color:#000;
}

.fz-table-sub-value-comp{
    font-family: 'Roboto';
    font-weight: 500;

    color:#000000;
}

.fz-toggle-link{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color:#008dcf;
    text-transform: uppercase;
}

.fz-font-size-16{
    font-size: 16px;
}

.fz-font-size-12{
    font-size: 12px;
}

.fz-summery-val-box{
    background-color: #fff;
    padding: 10px;

}

.fz-summery-val-box h3{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    color:#868686;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;

}

.fz-summery-val-box p{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    color:#868686;
    text-align: right;
}

.selected_row{
    background-color: #D9EDF7;
}
.highlight {
    background-color: #e0e0eb;
}

.highlight_row {
    background-color: #b3b3cc;
}        
.td_bgcolor {
    background-color: #fff;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
}

.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.div_width {
    min-width: 300px;
}


.vf-green-button{
    background-color: #00c088;
    font-family: 'Roboto';
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.vf-green-button:focus, .vf-green-button:hover{
    color:#fff;
}




/*(2016-12-06)*/

@media(max-width:1024px)and (orientation:landscape){
    
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;
}
.fz-dash-modal{
   width: 1024px!important;
}
}

/* ----------------------------
* Change Bootstrap breakpoint ipad navbar
* ---------------------------- */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .fz-dash-modal{
   width: 765px!important;
}

.fz-main-links{
        /*position: absolute;*/
    /* top: 100%; */
    /* left: 40px; */
    right: 0;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    /*background-color: #f8f8f8;*/
}
    

}

/*Invoice Cash Module*/

.mini_margin {
    margin-left: 10px;
}

.fz-marging{
    
}

.fz-padding-lf-1{
    padding-right: 5px!important; 
    padding-left: 15px!important;
}

.fz-padding-lf-2{
    padding-right: 1px!important; 
    padding-left: 5px!important;
}

@media(max-width: 360px){
    .fz-padding-lf-1{
    padding-right: 15px!important; 
    padding-left: 15px!important;
}

.fz-padding-lf-2{
    padding-right: 15px!important; 
    padding-left: 15px!important;
}
}


.fz-redio-padding-dash{
    padding-left: 20px; 
    padding-top: 0 !important;
}

.fz-clearbtn-padding-dash{
    padding-left: 20px; 
    padding-top: 0 !important;
}

@media (min-width: 992px){
    
}

@media (min-width: 1025px){
    .fz-dash-modal{
   width: 1200px!important;
}
}




/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
/*Tablets landscape*/
@media only screen and (max-width : 1200px) {
    .fz-font-size-10{
        font-size: 9px!important;
    }    
    .padding-left-right{
        padding-left: 8px! important;
        padding-right: 8px! important;
    }
.fz-clearbtn-padding-dash{
        padding-left: 0; 
        padding-top: 0 !important;
    }
        .fz-padding-lf-1{
    padding-right: 15px!important; 
    padding-left: 15px!important;
}

.fz-padding-lf-2{
    padding-right: 3px!important; 
    padding-left: 14px!important;
}

.fz-ash-label-text{
    color: #839ca8;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 10px;
}

.fz-blue-text{
    color: #008dcf;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

.on-progress{
    color: rgb(189, 5, 5);
}

.spin {
    -webkit-animation: spin .9s infinite linear;
    -moz-animation: spin .9s infinite linear;
    -o-animation: spin .9s infinite linear;
    animation: spin .9s infinite linear;
       -webkit-transform-origin: 50% 50%;
           transform-origin:50% 50%;
           -ms-transform-origin:50% 50%; /* IE 9 */
  }
  
  @-moz-keyframes spin {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }