/* Dont delete the styles just comment it */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f9f9f9;
    /* Margin bottom by footer height */
    margin-bottom: 45px !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*! --------------------------------------------------------------------------------------- */
/*! --------------------------------------------------------------------------------------- */
/*! ECOM 2015-17 - Add styles to apply in all aplication in this section*/
/*! @author:Ing.Gerardo Garita J*/
/*! @email:info@ggaritaj.com*/
/*  gerardo.garita@ecomtrading.com*/
/*! --------------------------------------------------------------------------------------- */
/*! --------------------------------------------------------------------------------------- */

/* CONTROLS-ECOM : STARTS */
.input-ecom{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 2px #DDDDDD solid !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-ecom:focus{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    color:#EA8B2C !important;
    outline:0px;
}
.input-ecom:hover{
    border-color:#BCBCBC !important;
}
.input-ecom:disabled{
    cursor:not-allowed;
    background-color:#F3F3F3;
}
input.disabled{
    cursor:not-allowed !important;
    background-color:#F3F3F3;
}
input.datepicker{
    cursor: pointer;
    text-align:center;
}
input.datepicker:hover{
    background: #EDECEC !important;
}
.dateIcon{
    height: 40px;
    border: solid 1px !important;
    border-color:#6AA242 !important;
    border-radius: 0px !important;
    font-size: 20px !important;
    color: #FFF;
    background-color:#6AA242;
}
.dateIcon:hover, .dateIcon:focus, .dateIcon:active{
    background-color: #E98A2C;
    color: #FFF !important;
    border-color:#E98A2C !important;
}
.dateIcon span.glyphicon{
    text-shadow: 2px 2px #4e792f;
}
.dateIcon:hover span.glyphicon{
    text-shadow: 2px 2px #cd6f13;
}
label[for] {
    cursor:pointer;
}
.password{
    text-align:center !important;
}
.text-ecom{
    width:100%;
    height:40px !important;
    border-radius:0px !important;
    max-height:48px;
    padding:0px 10px;
    color:#888;
    font-size:16px;
	background: #FFFFFF;
    vertical-align: middle;
    text-align:justify;
    outline: 0;
    overflow: hidden;
}
.text-ecom.disabled{
    cursor: not-allowed;
    background-color:#F3F3F3 !important;
}
.text-ecom option{
    background-color:#F9F9F9;
    color: #666;
    cursor:pointer;
}
.text-ecom option:checked {
    color: #E98A2C !important;
}
.textArea{
    width:100%;
    resize: vertical;
    outline:0px;
    padding:10px;
    font-size: 14px;
    color: #666;
    text-align: justify;
}
div.modal .textArea{
    resize: none;
}
textarea.disabled {
    cursor: not-allowed;
    background-color:#F3F3F3;
}
div.disabled select option{
    display:none;
    visibility:hidden;
    opacity:0;
    cursor: not-allowed;
    pointer-events: none;
}
div.disabled select,
div.disabled select:hover,
div.disabled select option,
div.disabled select option:hover,
div.disabled input,
div.disabled input:hover,
div.disabled textarea,
div.disabled textarea:hover{
    background-color:#F3F3F3;
    cursor: not-allowed;
    pointer-events: none;
}
.checkbox-ecom {
    cursor: pointer;
    z-index:100;
    position: relative;
    width: 25px;
    height: 25px !important;
    top: 5px;
}
div.log-in input.checkbox-ecom{
    cursor: pointer;
    z-index:100;
    position: relative;
    width: 18px;
    height: 20px !important;
    top: 3px;
}
.button-ecom{
    background:#FFFFFF;
    color:#6aa242;
    border: 2px solid #DDD !important;
}
.button-ecom:hover,
.button-ecom:focus{
    border-color:#BCBCBC !important;
    color:#E98A2C !important;
}
.btns-Select .button-ecom:first-child{
    border-radius:4px 0px 0px 4px;
    border-right:none;
}
.btns-Select .button-ecom:last-child{
    border-radius:0px 4px 4px 0px;
    border-left:none;
}
.buttons-excel{
    padding: 6px 15px !important;
}
span.isRequired{
    font-size:20px;
    color:#D21010;
    padding-top:10px;
}
span.isRequired:hover{
    font-size:21px;
    color:#D21010;
}
select.input-ecom{
    cursor:pointer;
}
.buttons-excel span{
    font-size:16px;
}
.buttons-excel span:before{
    position: relative;
    top: 1px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding:0px 15px 0px 0px;
    content:"\e170";
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type=radio]{
    width:25px;
    height:25px;
}
input[type=radio]:hover{
    cursor:pointer;
}
.radioBtnGroup .radioElement-1{
    width:100%;
    float:none;
}
.radioBtnGroup .radioElement-2{
    width:49%;
    float:left;
    margin-right:1%;
}
.radioBtnGroup .radioElement-3{
    width:32%;
    float:left;
    margin-right:1%;
}
.radioBtnGroup .radioElement-4{
    width:24%;
    float:left;
    margin-right:1%;
}
.radioBtnGroup .radioElement-5{
    width:19%;
    float:left;
    margin-right:1%;
}
.radioBtnGroup .radioElement-1 input[type=radio],
.radioBtnGroup .radioElement-2 input[type=radio],
.radioBtnGroup .radioElement-3 input[type=radio],
.radioBtnGroup .radioElement-4 input[type=radio],
.radioBtnGroup .radioElement-5 input[type=radio]{
    display:none !important;
}
.radioBtnGroup .radioElement-1 label,
.radioBtnGroup .radioElement-2 label,
.radioBtnGroup .radioElement-3 label,
.radioBtnGroup .radioElement-4 label,
.radioBtnGroup .radioElement-5 label{
    width: 100%;
    font-weight:bold;
    /*padding-top:8px;
    padding-bottom:8px;*/
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
/*.radioBtnGroup input[type="radio"]:checked + label {
    border-color: #ec971f;
    background-color: #E98A2C;
    color: #fff;
}
.radioBtnGroup input[type="radio"] + label:hover,
.radioBtnGroup input[type="radio"]:checked + label:hover {
    color: #fff !important;
    background-color: #E98A2C;
    border-color: #E98A2C !important;
}
.radioBtnGroup input[type="radio"] + label:focus{
    color: #fff !important;
}*/
@media(max-width:500px){
    .radioElement-3{
        width:49% !important;
        margin-bottom:5px;
    }
    .radioElement-4{
        width:49% !important;
        margin-bottom:5px;
    }
    .radioElement-5{
        width:49% !important;
        margin-bottom:5px;
    }
}
@media(max-width:990px){
    div.dateSize div.ColumnElement{
        width:75% !important;
    }
    div.dateSize div.ColumnIcon{
        width:25% !important;
    }
}
/* CONTROLS-ECOM : ENDS */

/* HELPERS : STARTS */
.shadow-2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}
.shadow-3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
}
.shadow-4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2) !important;
}
.shadow-6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2) !important;
}
.shadow-8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2) !important;
}
.shadow-16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2) !important;
}
.fontSize10{
    font-size:10px !important;
}
.fontSize12{
    font-size:12px !important;
}
.fontSize14{
    font-size:14px !important;
}
.fontSize16{
    font-size:16px !important;
}
.fontSize18{
    font-size:18px !important;
}
.fontSize20{
    font-size:20px !important;
}
.marginAuto{
    margin:0 auto !important;
}
.margin5{
    margin:5px !important;
}
.margin10{
    margin:10px !important;
}
.margin15{
    margin:15px !important;
}
.marginB5{
    margin-bottom:5px !important;
}
.marginB10{
    margin-bottom:10px !important;
}
.marginB15{
    margin-bottom: 15px !important;
}
.marginB30{
    margin-bottom: 30px !important;
}
.marginB100{
    margin-bottom: 100px !important;
}
.marginT5{
    margin-top:5px !important;
}
.marginT10{
    margin-top: 10px !important;
}
.marginT15{
    margin-top: 15px !important;
}
.marginT30{
    margin-top: 30px !important;
}
.marginR10{
    margin-right:10px !important;
}
.marginL10{
    margin-left:10px !important;
}
.noMargin{
    margin:0px !important;
}
.noMarginBottom{
    margin-bottom:0px !important;
}
.noMarginTop{
    margin-top:0px !important;
}
.noPadding{
    padding:0px !important;
}
.noPaddingTop{
    padding-top:0px !important;
}
.noPaddingBottom{
    padding-bottom:0px !important;
}
.padding5{
    padding:5px !important;
}
.padding10{
    padding:10px !important;
}
.padding15{
    padding:15px !important;
}
.paddingB5 {
    padding-bottom: 5px !important;
}
.paddingB10{
    padding-bottom:10px !important;
}
.paddingB15{
    padding-bottom: 15px !important;
}
.paddingB30{
    padding-bottom: 30px !important;
}
.paddingT10{
    padding-top: 10px !important;
}
.paddingT15{
    padding-top: 15px !important;
}
.paddingT30{
    padding-top: 30px !important;
}
.paddingL5{
    padding-left: 5px !important;
}
.paddingL10{
    padding-left: 10px !important;
}
.paddingL15{
    padding-left: 15px !important;
}
.paddingR5{
    padding-right: 5px !important;
}
.paddingR10{
    padding-right: 10px !important;
}
.paddingR15{
    padding-right: 15px !important;
}
.noBorderTop{
    border-top:none !important;
}
.noBorderBottom{
    border-bottom:none !important;
}
.borderBGrey{
    border-bottom: 1px solid #ddd;
}
.borderTGrey{
    border-top: 1px solid #ddd;
}
.noLongText{
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
.textWrap{
    word-wrap: break-word !important;
}
.fontItalic{
    font-style:italic !important;
}
.fontBold{
    font-weight:bold !important;
}
div.disabled,
li.disabled{
  pointer-events: none;
  opacity: 0.8;
  background: #CCC;
  cursor:not-allowed !important;
}
div.disabled div,
li.disabled div{
  background: #CCC;
}
div.cleaner{
    clear:both;
    width:0px;
    height:0px;
}
div.scrollable{
    max-height: 500px;
    overflow-y: scroll;
}
div.scrollableSmall{
    max-height: 350px;
    overflow-y: scroll;
}
div.widgetScrollable{
    max-height: 845px;
    overflow-y: scroll;
    padding: 10px;
}
div.scrollable1000{
    max-height: 1000px;
    overflow: scroll;
}
a.noDecorationLink:link{
    text-decoration:none;
}
.hiddenColumn{
    opacity:0 !important;
    pointer-events: none !important;
    width:1px !important;
    min-width:1px !important;
    max-width:1px !important;
    color:transparent !important;
    padding: 0px !important;
}
.noFirstColumn tbody tr td:first-child,
.noFirstColumn thead tr th:first-child {
    opacity:0;
    pointer-events: none;
    width:1px;
    min-width:1px;
    max-width:1px;
    color:transparent;
    padding:0px;
    margin:0px;
}
.columnOptions{
    text-align:center;
    text-wrap:normal;
}
.columnOptionsHeader{
    text-align:center;
    cursor:pointer;
    pointer-events:none;
}
.strokeWhiteBlack {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #000;
}
.fLeft{
    float:left !important;
}
.fRight{
    float:right !important;
}
.fNone{
    float:none !important;
}
.textAlignL{
    text-align:left !important;
}
.textAlignR{
    text-align:right !important;
}
.textAlignC{
    text-align:center !important;
}
.textAlignJ{
    text-align:justify !important;
}
.textColorGreen1{
    color:#6aa242 !important;
}
.textColorGreen2{
    color:#4e792f !important;
}
.textColorOrange{
    color:#E98A2C !important;
}
.textColorRed{
    color:#D21010 !important;
}
.textColorBlue{
    color:#337ab7 !important;
}
.textColorWhite{
    color:#FFFFFF !important;
}
.textWeightBold{
    font-weight: bold !important;
}
.masterLayer{
    /*never use this class*/
    z-index:2000 !important;
}
.noSelectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.readOnly{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.readOnly *{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.noStyleList{
    list-style:none !important;
}
.clickable {
    cursor:pointer !important;
}
.smBtnSize{
    width:35px !important;
    text-align:center;
}
.backColorWhite{
    background-color:#FFF !important;
}
div.customPagination > div.paginate{
    opacity:0;
    position:absolute;
    top:-10000px;
    left: -10000px;
}
div.customPagination > div.paginate.active{
    opacity:1;
    position:inherit;
    top:0px;
}
.fullWidth{
    width:100% !important;
}
.autoWidth{
    width:auto !important;
}
.gborder{
    border:1px solid #ddd !important;
}
div.containerDisabled{
    background-color:#FFF !important;
}
.thirtButton{
    border-radius:0px !important;
    border-left:none !important;
    border-right:none !important;
}
.thirtButton:not(:hover){
    background:#4E792F !important;
}
table tbody tr.selected {
    background-color: darkorange !important;
}
modal table tbody tr.selected {
    background-color: darkorange !important;
}
table tbody tr.selected td {
    background-color: darkorange !important;
}
modal table tbody tr.selected td {
    background-color: darkorange !important;
}
/* HELPERS : ENDS */

/* LOGIN : STARTS */
.rememberMe {
    height:15px;
    padding:0px !important;
    margin:0px !important;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color:#F9F9F9 !important;
}
/* LOGIN : END */

/* LAYOUT : STARTS */
a.layoutMainOptions:hover,
a.layoutMainOptions:focus{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    outline:0px;
}
.langContainer {
    float: left !important;
    margin: 10px 10px !important;
}
.langImg {
    height:38px !important;
    cursor:pointer;
}
.logOffImg{
    border-top:0px !important;
}
#layout-page .producer a span,
#layout-page .firstli a span{
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.langOpenBody {
    top:46px !important;
}
@media (max-width: 767px) {
    .langOpenTop {
        border-radius: 15px 15px 0px 0px !important;
    }
    .langOpenBody {
        border: solid 1px #e7e7e7 !important;
    }
    .langOpenLogOff{
        float:right !important;
    }
    .dateIcon {
        height: 38px;
    }
}
@media (max-width: 315px) {
    .menuMinWidth{
        width:202px !important;
    }
}
@media (min-width: 1050px) {
    .langContainer {
        padding-left:30px !important;
    }
}
@media (min-width:991px) and (max-width:1024px) {
    .navbar-brand span.sms {
        padding: 22px 5px 0;
        left: 54px;
        top: 8px;
        font-size:12px;
    }
}
@media (min-width: 768px){
    #layout-page .header {
        /*padding-bottom: 50px !important;*/ 
        width:100% !important;
    }
    #layout-page .navbar navbar-default navbar-fixed-top{
        width:100% !important;
    }
    #layout-page .firstli{
        width:100% !important;
    }
    #layout-page .container{
        width:100% !important;
    }
    #layout-page .navbar-header{
        width:15% !important; 
        float:left !important;
    }
    #layout-page #navbar{
        width:85% !important; 
        float:left !important;
    }
    #layout-page #navSubMenu{
        width:80% !important; 
        float:left !important;
    }
    #layout-page ul.navbar-nav {
        width: 100% !important;
    }
    #layout-page li.pages{
        width:40% !important;
    }
    #layout-page li.producer{
        width:60% !important;
    }
    #layout-page .user_info{
        width: 20% !important; 
        float: right !important; 
        /*border-bottom: 1px solid #ddd;*/ 
    }
    #layout-page div.navbar-right{
        width:100% !important;
    }
    #layout-page ul.navbar-nav{
        width: 100% !important;
    }
    #layout-page ul.navbar-nav li{
        text-align:center !important;
    }
}
@media(min-width: 1161px) and (max-width:1260px){
    #layout-page .user_info{
        width: 22% !important; 
    }
    #layout-page #navSubMenu{
        width:78% !important; 
    }
    #layout-page .producer a span,
    #layout-page .firstli a span{
        font-size:14px !important;
    }
}
@media(min-width: 961px) and (max-width:1160px){
    #layout-page .user_info{
        width: 25% !important; 
    }
    #layout-page #navSubMenu{
        width:75% !important; 
    }
    #layout-page .producer a span,
    #layout-page .firstli a span{
        font-size:13px !important;
    }
    #layout-page .navbar-header{
        width:20% !important; 
    }
    #layout-page #navbar{
        width:80% !important; 
    }
}
@media(min-width: 861px) and (max-width:960px){
    #layout-page .user_info{
        width: 30% !important; 
    }
    #layout-page #navSubMenu{
        width:70% !important; 
    }
    #layout-page .producer a span,
    #layout-page .firstli a span{
        font-size:12px !important;
    }
    #layout-page .navbar-header{
        width:20% !important; 
    }
    #layout-page #navbar{
        width:80% !important; 
    }
}
@media(min-width: 768px) and (max-width:860px){
    #layout-page .user_info{
        width: 32% !important; 
    }
    #layout-page #navSubMenu{
        width:68% !important; 
    }
    #layout-page .producer a span,
    #layout-page .firstli a span{
        font-size:12px !important;
    }

    #layout-page li.pages{
        width:50% !important;
    }

    #layout-page li.producer{
        width:50% !important;
    }
    #layout-page .navbar-header{
        width:20% !important; 
    }
    #layout-page #navbar{
        width:80% !important; 
    }
}
/* LAYOUT : END */

/* MAIN MENU : STARTS */
@media screen and (min-width: 768px) {
	#main-menu {
		position:relative;
		z-index:1100 !important;
		width:auto;
	}
	#main-menu ul {
		width:12em;
	}
    span.sub-arrow{
        display:none !important;
    }
    ul#main-menu > li > a > span.sub-arrow{
        display:none !important;
    }
    span#currentPage{
        padding-right:15px !important;
    }
}
@media (max-width: 767px) {
	span.sub-arrow{
        color:#FFFFFF;
        font-size:20px !important;
        padding: 5px 0px 0px 0px !important;
        display:block;
        border:1px solid;
        border-radius: 20px;
    }
    .producer a span{
        text-align:center;
    }
    .products a span{
        text-align:center;
    }
    #currentPage{
        text-align: center;
        margin-left: 7px;
    }
    .pagination{
        font-size:12px !important;
    }
}
/* MAIN MENU : ENDS */

/* LOADING IMAGE : STARTS */
#loadingContainer{
    width:100%; 
    height:100%; 
    background:#666666;
    position:fixed; 
    z-index:1150 !important;
    opacity:0.7; 
}
#loadingImage {
    position: absolute;
    z-index: 1000;
    opacity:1 !important;
}
#loadingContainer,
#loadingContainer *{
    zoom:100% !important;
}
@media(max-width:767px){
    #loadingImage{
        top: 35% !important;
        left: 45% !important;
    }
}
/* LOADING IMAGE : ENDS */

/* BOTTOM SECTIONS BREADCRUMBS : STARTS */
.footerBreadcrumbSection ol li.active a{
    color:#999999 !important;
}
.footerBreadcrumbSection ol li.active a:hover{
    cursor:text;
}
.footerBreadcrumbSection ol li a:hover{
    cursor:pointer;
}
div.panel-group.footerBreadcrumbContent.homeComponent{
    padding:5px;
}
div.panel-group.footerBreadcrumbContent.homeComponent div.panel-heading{
    background:#fff;
}
div.panel-group.footerBreadcrumbContent.homeComponent div.panel-heading img{
    position: relative;
    right: -15px;
    top: -8px;
}
div.panel-group.footerBreadcrumbContent.homeComponent div.panel-heading img:hover{
    cursor:pointer;
}
/* BOTTOM SECTIONS BREADCRUMBS : ENDS */

/* PARTIAL MESSAGES : STARTS */
#messageInfoPartialContainer{
     width:100%;
     margin:0px auto;
}
#messageInfoPartial {
    width:70%;
    margin:0px auto;
    text-align:center;
    margin-top: 8%;
    margin-bottom: 5%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#messageInfoPartial span.glyphicon{
    font-size: 60px;
    color: #E98A2C;
    text-shadow: 0 1px 2px #828282;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width:100%;
}
label.lblPartialMessage{
    margin:0px auto;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    color: #777;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width:100%;
}
#messageInfoPartial a.btn{
    font-size: 16px;
    margin-top:10% !important;
    border-color:#DDD;
}
#messageInfoPartial a.btn:link,
#messageInfoPartial a.btn:focus{
    text-decoration:none;
}
@media(max-width:767px){
    #messageInfoPartial {
        width:80%;
        margin:0px auto;
        text-align:center;
        margin-top: 15%;
    }
}
/* PARTIAL MESSAGES : ENDS */

/* FEEDBACK MESSAGE & POPUP : STARTS */
.popup-ecom{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1050 !important;
    margin-bottom: 55px !important;
    margin-right: 10px !important;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 
        0 3px 14px 2px rgba(0, 0, 0, .12), 
        0 5px 5px -3px rgba(0, 0, 0, .2) !important;
}
#feedbackMsgsContainer {
    width: 100%;
}
#feedbackMsgsContainer div.alert {
    width: 90%;
    margin: 0px auto;
    margin-top: 20px;
}
#feedbackMsgsContainer div.popup-ecom {
    width: 30% !important;
}
.feedbackMsg{
    border-radius:5px !important;
}
.feedbackMsg .iconMsg {
    width: 10%;
    float: left;
    text-align: center;
}
div.popup-ecom .iconMsg {
    width: 20% !important;
}
.feedbackMsg .iconMsg span {
    font-size: 50px;
}
div.popup-ecom .iconMsg span {
    font-size: 40px !important;
}
.feedbackMsg .textMsg {
    width: 80%;
    float: left;
}
div.popup-ecom .textMsg {
    width: 70% !important;
}
.feedbackMsg .textMsg label {
    font-size: 20px;
    margin-top: 15px;
}
div.popup-ecom .textMsg label {
    font-size: 16px !important;
    margin-top: 5px !important;
}
.feedbackMsg .closeMsg {
    width: 10%;
    float: right;
}
.feedbackMsg .closeMsg a {
    font-size: 40px;
}
.confirmationMsg-Container{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1150 !important;
}
.confirmationMsg{
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    width:400px;
    padding:20px 10px;
    position:fixed;
    z-index:1100;
}
.confirmationMsg input#confirmationMsg-btn2{
    border-radius:0px;
    border-left:0px;
    border-right:0px;
}
.confirmationMsg input#confirmationMsg-btn2:not(:hover){
    background:#4e792f;
}
.confirmationMsg label#confirmationMsg-lbl{
    font-size: 22px;
    font-weight: bold;
    color: #666;
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .feedbackMsg .iconMsg {
        width: 10%;
    }
    .feedbackMsg .iconMsg span {
        font-size: 50px;
    }
    .feedbackMsg .textMsg {
        width: 80%;
    }
    .feedbackMsg .closeMsg {
        width: 10%;
    }
    #feedbackMsgsContainer div.popup-ecom {
        width: 50% !important;
    }
}
@media (max-width: 767px) {
    .feedbackMsg .iconMsg {
        width: 100%;
    }
    .feedbackMsg .iconMsg span {
        font-size: 70px;
    }
    div.popup-ecom .iconMsg span {
        font-size: 40px !important;
    }
    .feedbackMsg .textMsg {
        width: 100%;
    }
    .feedbackMsg .textMsg label {
        /*text-align:center;*/
        width:100%;
    }
    .feedbackMsg .iconMsg span {
        font-size: 70px;
    }
    .feedbackMsg .closeMsg {
        width: 100%;
    }
    div.popup-ecom .closeMsg {
        width: 10% !important;
    }
    .feedbackMsg .closeMsg a {
        font-size: 40px;
        margin-top: 0px;
    }
    #feedbackMsgsContainer div.popup-ecom {
        width: 75% !important;
    }
    .confirmationMsg{
        width:90%;
        padding:10px 5px;
    }
}
/* FEEDBACK MESSAGE & POPUP : ENDS */

/* HOME : STARTS */
.HomeContainerAll {
    width: 100%;
    height: auto;
}
.HomeContainer {
    width: 90%;
    margin: 0px auto;
}
.HomeBtnContainer {
    width: 25%;
    float: left;
    margin: 0px auto;
    margin-bottom:35px;
}
.HomeBtn {
    width: 60%;
    height: 160px;
    margin: 0px auto;
}
.BtnContainer{
    width:186px;
    height:146px;
    margin:0px auto;
}
@media (max-width: 1024px) {
    .HomeContainer {
        width: 100%;
    }
    .HomeBtnContainer {
        width: 50%;
    }
    .HomeBtn {
        width: 90%;
    }
    .BtnContainer {
        width:100%;
    }
    .BtnContainer li a {
        width:100%;
        max-width:100% !important;
    }
}
@media (max-width: 480px) {    
    .HomeBtnContainer {
        width: 100%;
    }
    .BtnContainer li a{
        font-size:18px !important;
    }
}
/* HOME : ENDS */

/* MAIN CONTAINER : STARTS */
.mainContainer-Ecom{
    padding:5px 10px;
}
.RowInForm.tabs-ecom{
      margin-bottom: 0px;
}
.panel-ecom > .panel-heading {
    color: #FFFFFF;
    background-color: #4E792F;
    border-color: #d6e9c6;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.panel-ecom .panel-ecom{
    border:1px solid #DDD;
    border-radius:4px;
}
.panel-ecom .panel-ecom .panel-body{
    border-bottom-left-radius:4px; 
    border-bottom-right-radius:4px;
}
.panel-ecom .panel-ecom > .panel-heading{
    padding: 5px 15px;
}
.ContainerInPanel-50{
    width:50%;
    margin:0px auto;
}
.ContainerInPanel-100{
    width:100%;
    margin:0px auto;
}
.RowInForm{
    width:100%;
    margin-bottom:12px;
}
.TwoBlocks {
    width: 50%;
    margin: 0px auto;
    float: left;
}
.containsTwoColumns{
    width:80% !important;
}
.TwoColumns{
    width:50%; 
    margin:0px auto; 
    float:left;
}
.TwoColumns-Icon{
    width:10%; 
    margin:0px auto; 
    float:left;
    text-align:center;
}
.TwoColumns-Element{
    width:40%; 
    margin:0px auto; 
    float:left;
}
.TwoColumns-Icon-100{
    width:10%; 
    margin:0px auto; 
    float:left;
    text-align:center;
}
.TwoColumns-Element-100{
    width:90%; 
    margin:0px auto; 
    float:left;
}
div.radioStyledHeight{
    height: 100px;
    max-height: 100px;
    min-height: 100px;
}
.TwoColumns.radioStyled label{
    width: 100%;
    margin: 0px auto;
    color: #6aa242;
    font-size: 12px;
    font-style: italic;
}
.TwoColumns.radioStyled input[type=radio]{
    margin: 0px auto;
}
.ThreeColumns{
    width:33%;
    float:left;
    padding:2px;
}
.ThreeColumns.radioStyled label{
    width: 100%;
    margin: 0px auto;
    color: #6aa242;
    font-size: 12px;
    font-style: italic;
}
.ThreeColumns.radioStyled input[type=radio]{
    margin: 0px auto;
}
.FourColumns{
    width:25%;
    float:left;
}
.FourColumns.radioStyled label{
    width: 100%;
    margin: 0px auto;
    color: #6aa242;
    font-size: 12px;
    font-style: italic;
}
.FourColumns.radioStyled input[type=radio]{
    margin: 0px auto;
}
.FiveColumns{
    width:20%;
    float:left;
}
.ElementInColumn{
    width:98%;
    margin:0px auto;
}
.ElementInColumn label{
    color:#666 !important;
    width:100%;
    text-align:left !important;
}
.titleOfSection{
    font-size:24px;
    font-weight:bold;
    color:#E98A2C;
    white-space:normal;
    text-align:left;
    margin-bottom:10px;
}
.titleOfSection.subTitle{
    font-size:20px !important;
}
.titleOfSectionContainer{
    border-bottom: 1px solid #DDD; 
    margin-bottom: 25px;
}
.titleLabel{
    font-size:16px;
    color:#666;
    text-align:left;
    width:100%;
    margin-top: 10px;
    padding-left: 10px;
}
.titleInput-ecom{
    width:35%;
}
.input-ecomContainer{
    width:65%
}
.ColumnIcon{
    width:15%;
    float:left;
    text-align: center;
}
.ColumnElement{
    width:85%;
    float:left;
}
.centerLink{
    width:100%;
    color:#666;
    font-size:12px;
    text-align:center;
}
.centerLink button{
    float:right;
    font-size:30px;
    padding:2px 7px 2px 7px !important;
}
.centerLink h4 {
    margin-top:0px !important;
}
.rightLink{
    width:100%;
    color:#666;
    font-size:12px;
    text-align:right;
}
.rightLink button{
    float:right;
    font-size:30px;
    padding:2px 7px 2px 7px !important;
}
.rightLink h4 {
    margin-top:0px !important;
}
.leftLink{
    width:100%;
    color:#666;
    font-size:12px;
    text-align:left;
}
.leftLink button{
    float:right;
    font-size:30px;
    padding:2px 7px 2px 7px !important;
}
.leftLink h4 {
    margin-top:0px !important;
}
.mainLink{
    width:100%;
    color:#666;
    font-size:12px;
    text-align: justify;
}
.mainLink button{
    float:right;
    font-size:30px;
    padding:2px 7px 2px 7px !important;
}
.mainLink h4 {
    margin-top:0px !important;
}
.backLink{
    width:100%;
    color:#666;
    font-size:12px;
    text-align: center;
    margin-top:15px;
}
.backLink button{
    float:right;
    font-size:30px;
    padding:2px 7px 2px 7px !important;
}
.backLink h4 {
    margin-top:0px !important;
}
.centerLink .btn-group input:first-child,
.centerLink .btn-group a:first-child,
.centerLink .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.centerLink .btn-group input:last-child,
.centerLink .btn-group a:last-child,
.centerLink .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.rightLink .btn-group input:first-child,
.rightLink .btn-group a:first-child,
.rightLink .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.rightLink .btn-group input:last-child,
.rightLink .btn-group a:last-child,
.rightLink .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.leftLink .btn-group input:first-child,
.leftLink .btn-group a:first-child,
.leftLink .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.leftLink .btn-group input:last-child,
.leftLink .btn-group a:last-child,
.leftLink .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.mainLink .btn-group input:first-child,
.mainLink .btn-group a:first-child,
.mainLink .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.mainLink .btn-group input:last-child,
.mainLink .btn-group a:last-child,
.mainLink .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.backLink .btn-group input:first-child,
.backLink .btn-group a:first-child,
.backLink .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.backLink .btn-group input:last-child,
.backLink .btn-group a:last-child,
.backLink .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.modal-footer .btn-group input:first-child,
.modal-footer .btn-group a:first-child,
.modal-footer .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.modal-footer .btn-group input:last-child,
.modal-footer .btn-group a:last-child,
.modal-footer .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.panel-footer .btn-group input:first-child,
.panel-footer .btn-group a:first-child,
.panel-footer .btn-group button:first-child{
    border-right:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.panel-footer .btn-group input:last-child,
.panel-footer .btn-group a:last-child,
.panel-footer .btn-group button:last-child{
    border-left:0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
}
.deleteConfirmation{
    margin-bottom:20px !important; 
    background:#FFF;
}
.filterButtons .TwoColumns .btn-success.btn-filtrar{
    float: right;
    margin-right: 10px;
}
.filterButtons .TwoColumns .button-ecom.btn-filtrar{
    float: left;
    margin-left: 10px;
}
.GreyBorder{
    border: solid 1px #DDDDDD; 
    border-radius: 5px;  
    padding: 15px 10px 15px 10px; 
    margin:0px auto;
    background: #FFFFFF;
}
.GreyBack{
    background: #F9F9F9 !important;
}
.WhiteBack{
    background: #FFFFFF !important;
}
div.GreyBorder + div.GreyBorder{
    margin-top:15px;
}
.staticHeigthForm > .TwoColumns{
    height:60px !important;
    padding:5px 5px 5px 5px;
}
.staticHeigthForm > .TwoColumns .RowInForm{
    margin-bottom:0px !important;
}
.topInfo {
    width:40%;
    float:left;
    background: #FFFFFF;
    min-height: 20px;
    padding: 10px;
    margin-bottom: 15px !important;
    border: 1px solid #6aa242;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.topInfo-50{
    width:90% !important;
    float:none !important;
    margin: 0 auto !important;
}
.topInfo div label {
    color: #6aa242;
    font-weight:bold;
}
.topInfo div p {
    color: #555555;
    font-weight: bold;
    text-align:center;
}
.topInfo blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.topInfo .RowInForm {
    border-bottom: 1px solid #DDD;
}
.topInfo .RowInForm:last-child {
    border-bottom: none;
    margin-bottom:0px;
}
#topIndicatorContainer{
    width: 240px;
    height:auto;
    position: absolute;
    top: 80px;
    right: 65px;
    background: #fff;
    z-index: 100;
    border:1px solid #ddd;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    color:#666 !important;
}
#indicator-open-close{
    font-size:18px;
    cursor:pointer;
    color:#999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}
#indicator-open-close:hover{
    color:#E98A2C;  
}
#indicator-open-close:hover span{
    font-size:19px;  
}
div.collapseEcom{}
div.collapseEcom .panel-default > .panel-heading{
    background-color:#4E792F;
    color:#FFF;
    border:1px solid #DDD;
    height: 55px;
    -webkit-transition-property: border, background-color;
    transition-property: border, background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
div.collapseEcom .panel-default > .panel-heading:hover{
    background-color: #5cb85c;
    border:1px solid #398439;
}
div.collapseEcom h4.panel-title a[data-toggle=collapse]:before{
    padding: 2px 10px;
    font-size: 24px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 10px;
}
div.collapseEcom h4.panel-title a[aria-expanded=false]:before,
div.collapseEcom h4.panel-title a.collapsed:before{
    content: '+';
}
div.collapseEcom h4.panel-title a[aria-expanded=true]:before,
div.collapseEcom h4.panel-title a:not(.collapsed):before{
    content: '-';
}
div.collapseEcom .panel-heading{
    /*height: 50px;*/
}
div.collapseEcom .panel-title{
    margin-top:5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media(min-width:961px){
    li.tabs-ecom a {
        padding: 9px 10px !important;
    }
}
@media(min-width:768px) and (max-width:879px){
    li.tabs-ecom a {
        padding: 5px 10px 6px 10px !important;
        font-size: 12px;
    }
}
@media(min-width:880px) and (max-width:960px){
    li.tabs-ecom a {
        padding: 5px 12px 9px 12px !important;
        font-size: 13px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .titleLabel{
        font-size:14px;
    }
    .titleLabel .fontSize14{
        font-size:12px;
    }
}
@media(max-width:767px){
    #topIndicatorContainer{
        top:58px !important;
    }
    .titleLabel{
        overflow:visible;
        white-space:normal;
        text-overflow:inherit;
    }
    .tabs-ecom ul.nav-tabs > li {
        float: none;
        margin-bottom: -1px;
    }
    .titleLabel{
        font-size:14px;
    }
    .titleLabel .fontSize14{
        font-size:12px;
    }
    div.radioStyledHeight{
        height: 65px;
        max-height: 65px;
        min-height: 65px;
    }
}
@media (max-width:767px) {
    .ContainerInPanel-50{
        width:96%;
    }
    .containsTwoColumns{
        width:98% !important;
    }
    .TwoColumns{
        width:98%;
        float:none;
    }
    .TwoColumns-Icon {
        width:20%;
    }
    .TwoColumns-Element {
        width:80%;
    }
    .panel-heading {
        text-align:center;
        white-space:normal;
    }
    .TwoColumns-Icon-100{
        width:15%; 
    }
    .TwoColumns-Element-100{
        width:85%; 
    }
}
@media(max-width:767px){
    .filterButtons {
        padding:15px;
    }
    .filterButtons .TwoColumns .btn-success.btn-filtrar{
        float: none;
        margin-right: 0px;
        margin-bottom:5px;
    }
    .filterButtons .TwoColumns .button-ecom.btn-filtrar{
        float: none;
        margin-left: 0px;
    }
    .mainLink{
        text-align:center;
    }
    .fontSize12 {
        font-size:14px !important;
    }
    .titleLabel.noMargin,
    .titleLabel.noMarginTop{
        margin-top:10px !important;
    }
}
@media (max-width:1024px) and (min-width:768px) {
    .ContainerInPanel-50{
        width:80%;
    }
    .containsTwoColumns{
        width:90% !important;
    }
}
@media(max-width:767px){
    .staticHeigthForm > .TwoColumns{
        height:auto !important;
        padding:0px;
    }
}
@media (max-width:767px) {
    .topInfo {
        width:80%;
        float:none;
        margin:0px auto;
        margin-bottom: 20px !important;
    }
}
@media (max-width:1024px) and (min-width:768px) {
    .topInfo {
        width:60%;
    }
    .topInfo-50 {
        width:90% !important;
    }
}
/* MAIN CONTAINER : ENDS */

/* VALIDATIONS : STARTS */
div.mainContainer-Ecom div.errorContainer{
    background-color: #f2dede;
    border: 1px solid #D21010;
    border-radius:4px;
    padding:15px;
}
div.mainContainer-Ecom div.errorContainer{
    display: none;
}
div.errorContainer label.errorTitle{
    font-size: 18px;
    text-align: justify;
    width: 100%;
    color: #D21010;
    padding: 5px 10px;
}
div.errorContainer span.glyphicon{
    font-size: 60px;
    color: #D21010;
}
div.errorContainer ol#errorList{
    padding-top: 10px;
}
div.errorContainer ol li{
    list-style-type: decimal;
}
div.errorContainer ol label.error{
    display: inline-block !important;
    color:#555 !important;
    font-style: italic;
    font-weight: normal;
    text-align: justify;
    margin: 5px 0px;
    font-size:13px !important;
}
div.errorContainer ol label.error{
    display: block;
}
div.errorContainer ol label.error:hover{
    cursor:pointer;
}
label.error,
label.errors,
label.errorInModal{
    font-size:12px;
    color:#D21010 !important;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: bold;
    text-align: justify;
}
@media(max-width:640px){
    div.errorContainer .TwoColumns-Icon-100{
        width:100%;
    }
    div.errorContainer .TwoColumns-Element-100{
        width:100%;
    }
    div.errorContainer label.errorTitle{
        text-align: center;
    }
}
/* VALIDATIONS : ENDS */

/* MODALS : STARTS */
.modal-ecom{
    border-radius:5px;
}
.modal-ecom .modal-header{
    /*background: #FAC600;*/
    /*background-color: #1b5b30;*/
    background:#1b5b30 url('./../../Images/active_categories.png') no-repeat left bottom !important;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    text-align: left;
}
.modal-ecom .modal-body{
    background:#fff;
}
.modal-ecom .modal-footer{
    /*background:#f5f5f5;*/
    background:#FFF;
    border-radius: 0px 0px 5px 5px;
}
.modal-ecom .modal-header button span{
    font-size: 26px;
    color: #FFFFFF;
    padding: 0px 7px;
    text-shadow: none;
}
.modal-ecom .modal-header h4{
    font-size: 22px;
    margin: 0px auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.modalHelper-content{
    width:98%; 
    margin:0px auto;
}
.modalHelper-content > span, p{
    text-align:justify;
}
#helperButtonContainer {
    padding: 5px 10px 0px 10px;
    float: right;
    clear: both;
}
.helpButton{
    width:100%;
    color:#666;
    font-size:12px;
    text-align: justify;
}
.helpButton button{
    float:right;
    font-size:30px;
    padding:2px 7px 2px 7px !important;
}
.helpButton h4 {
    margin-top:0px !important;
}
.ElementInColumnBtnHelp{
    width: 100% !important;
}
/*.modal-lg .modalContainer{
    width:90%;
    margin:0px auto;
}*/
.modal-dialog:not(.modal-lg) .modalContainer{
    width:90%;
}
.confirmLabel{
    font-size: 18px;
    color: #666;
    text-align: left;
    margin-top: 10px;
}
.confirmIcon{
    font-size: 50px;
    color:#D21010;
    text-align: center;
}
.modal-body .confirm{
    padding: 25px;
}
@media(max-width:990px){
    .modal-lg .modalContainer{
        width:80%;
    }
    .modal-dialog:not(.modal-lg) .modalContainer{
        width:94%;
    }
}
@media(max-width:767px){
    #principalTitle, #helpInfo{
        width:100%;
    }
    .helpButton button{
        font-size:28px;
    }
    .helpButton{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .modal-lg .modalContainer{
        width:100%;
    }
    .modal-dialog:not(.modal-lg) .modalContainer{
        width:94%;
    }
    #helperButtonContainer {
        padding: 20px 15px 0px 15px;
    }
}

/* PRODUCER SEARCH & DATABASE MODALS : STARTS */
#ProducerTable{
    margin:0px auto;
}
#loadingProdSearch{
    -webkit-transition: opacity 1s linear;
    o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
#loadingProdSearch img{
    width:90px !important;
    height:90px !important;
    border: 0px !important;
}
#producerSearchModal .titleInput-ecom{
    width:25%;
}
#producerSearchModal .input-ecomContainer{
    width:75%;
}
#producerSearchModal div.searchProducerScrollable,
#searchProdsInFormModal div.searchProducerScrollable{
    max-height: 275px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}
#producerSearchModal .modal-footer .btn-group{
    width:100%;
}
#producerSearchModal .btn-success{
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#producerSearchModal .btn-success:nth-child(1){
    width:65%;
}
#producerSearchModal .btn-success:nth-child(2){
    width:35%;
}
#producerSearchModal .btn-success:nth-child(2):not(:hover){
    background:#4E792F;
}
#producerSearchModal .modal-footer .btn-success span{
    font-size:16px;
}
#producerSearchModal .modal-footer .btn-success:nth-child(1) span:before{
    position: relative;
    top: 1px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding:0px 20px 0px 0px;
    content: "\e008";
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#producerSearchModal .modal-footer .btn-success:nth-child(2) span:before{
    position: relative;
    top: 1px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding:0px 20px 0px 0px;
    content: "\e031";
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#SelectDB input.btn-success{
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#producerSearchModal img{
    width: 70%;
    border: 1px solid #DDD;
    border-radius: 5px;
}
span.searchProdInfo{
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
label.searchProdInfo{
    font-size: 12px;
    color: #777;
}
div.dataResults,
div.noDataResults{
    text-align:center;
    text-shadow: 0 1px 0 #999;
    opacity:0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
label.dataResults{
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
}
label.noDataResults{
    color: #D21010;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}
.searchedProds {
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
.moreLess{
    font-size:14px;
}
.moreLess.disabled{
    background: #FFF !important;
}
.moreLess span{
    padding-left:5px;
    color:#337ab7;
}
.moreLess span.glyphicon:before{
    cursor:pointer !important;
}
div.producerInfoDetail{
    background:#f8f8f8;
}
div.producerDetailsContainer div.TwoColumns,
div.producerDetailsContainer div.TwoColumns div.TwoColumns{
    height:40px;
    max-height:40px;
}
div.producerDetailsContainer div.TwoColumns label.searchProdInfo{
    font-size:12px !important;
}
div.producerDetailsContainer div.TwoColumns div.TwoColumns:nth-child(2) label{
    font-style:italic;
    word-wrap: break-word;
    /*overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;*/
}
@media(max-width:640px){
    #producerSearchModal .titleInput-ecom{
        width:100% !important;
    }
    #producerSearchModal .input-ecomContainer{
        width:100% !important;
    }
    #producerSearchModal .titleLabel{
        margin: 0px 0px 10px 0px;
    }
    #producerSearchModal .searchedProds img{
        width:75% !important;
    }
    .searchedProds{
        text-align:center;
    }
}
@media(max-width:767px) and (min-width:481px){
    #ProducerTable .TwoColumns{
        width:50% !important;
        padding-right:10px;
    }
    label.searchProdInfo{
        font-size: 14px;
    }
}
@media(max-width:480px){
    #ProducerTable .TwoColumns{
        width:100% !important;
        padding-right:0px;
    }
    #ProducerTable .TwoColumns:first-child{
        margin-bottom:10px;
    }
    #ProducerTable .ColumnElement{
        width:75% !important;
    }
    #ProducerTable .ColumnIcon{
        width:25% !important;
    }
    label.searchProdInfo{
        font-size: 14px;
    }
}
@media(max-width:767px){
    div.producerDetailsContainer div.TwoColumns{
        height:50px;
        max-height:50px;
    }
    div.producerDetailsContainer div.TwoColumns div.TwoColumns{
        height:25px;
        max-height:25px;
    }
    #ProducerTable div.TwoColumns:first-child,
    #ProducerTable div.TwoColumns div.TwoColumns:first-child {
        margin-bottom: 0px !important;
    }
}
/* PRODUCER SEARCH & DATABASE MODALS : ENDS */

/* HELPER MODAL : STARTS */
div#helperModal div.modal-header span.glyphicon {
    float: left;
    font-size: 30px;
    padding-right: 10px;
}
div#helperModal div.confirm span.confirmIcon{
    color:#31b0d5;
}
div#helperModal div.modal-footer div.btn-group button.btn-success:nth-child(2){
    border-radius:0px;
    border-left:none;
    border-right:none;
}
div#helperModal div.modal-footer div.btn-group button.btn-success:nth-child(2):not(:hover){
    background:#52862D;
}
/* HELPER MODAL : ENDS */

/* MODALS : ENDS */

/* LIST : STARTS */
.tableDT {
    margin-bottom: 25px !important;
    width: 100% !important;
}
.tableDT tr td, 
.tableDT tr th{
    min-width: 85px;
    max-width: 200px;
    word-wrap: break-word;
}
tr.group{
    cursor:pointer;
    background-color: #1B5B30 !important;
    color: #fff;
}
tr.group td{
    padding: 10px 3% !important;
    text-align:left !important;
}
.tableDT tfoot tr th,
.tableDT tfoot tr td {
    font-size: 12px;
    text-align: center;
    color: #4E792F;
    font-style: italic;
    font-weight:bold;
}
.tableDT tbody tr td[bgcolor='green'],
.tableDT tbody tr td[bgcolor='red'],
.tableDT tfoot tr th[bgcolor='green'],
.tableDT tfoot tr td[bgcolor='green'],
.tableDT tfoot tr th[bgcolor='red'],
.tableDT tfoot tr td[bgcolor='red']{
    color: #FFFFFF !important;
}
#filtersInDT, 
#filtersInDT1, 
#filtersInDT2, 
#filtersInDT3, 
#filtersInDT4, 
#filtersInDT5 {
    background: #fff;
    color:#555555;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#filtersInDT th,
#filtersInDT1 th,
#filtersInDT2 th,
#filtersInDT3 th,
#filtersInDT4 th,
#filtersInDT5 th{
    padding:15px;
}
#filtersInDT th span input,
#filtersInDT1 th span input,
#filtersInDT2 th span input,
#filtersInDT3 th span input,
#filtersInDT4 th span input,
#filtersInDT5 th span input {
    width:100%;
}
#filtersInDT th .input,
#filtersInDT1 th .input,
#filtersInDT2 th .input,
#filtersInDT3 th .input,
#filtersInDT4 th .input,
#filtersInDT5 th .input{
    font-size:14px !important;
}
#filtersInDT th span,
#filtersInDT1 th span,
#filtersInDT2 th span,
#filtersInDT3 th span,
#filtersInDT4 th span,
#filtersInDT5 th span {
    font-size:14px !important;
}
#headerInDT, 
#headerInDT1,
#headerInDT2, 
#headerInDT3, 
#headerInDT4, 
#headerInDT5 {
    height: 50px;
    background: #6aa242;
    color:#FFFFFF;
}
#headerInDT th,
#headerInDT1 th,  
#headerInDT2 th, 
#headerInDT3 th, 
#headerInDT4 th, 
#headerInDT5 th {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.headerInDT{
    height: 50px;
    background: #6aa242 !important;
    color:#FFFFFF;
}
.headerInDT th{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
#btnShowHeaderFilters {
    width: 240px;
    color:#6aa242;
}  
#btnShowHeaderFilters:hover {
    color:#E98A2C;
}
div #btnShowHeaderFilters{
    text-align:center;
}
div#list_wrapper .RowInForm:last-child{
    margin-bottom:0px !important;
}
.numericColumn{
    width: 125px !important;
    min-width: 125px !important;
}
span.filter_date_range{
    color:#888;
    font-size:16px;
    vertical-align:middle;
}
@media(max-width:767px) {
    #btnShowHeaderFilters {
        width: 100%;
    }
    .TwoColumns .btns-Select{
        width:100%;
        margin-top: 15px;
    }
    .TwoColumns .btns-Select a{
        width:50%;
    }
    .RowInForm .btns-Select{
        width:100%;
        margin-top: 15px;
    }
    .RowInForm .btns-Select button{
        width:50%;
    }
}

table.tableDT.smallAdjust{
    width:auto !important;
}

table thead tr.headerInDT th a {
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
table thead tr.headerInDT th a:hover {
    color: #337ab7 !important;
}

table.tableDT tbody tr.DTTT_selected,
table.tableDT tbody tr.DTTT_selected td,
table.dataTable tbody tr.DTTT_selected,
table.dataTable tbody tr.DTTT_selected td {
    background-color: #F5A221 !important;
}
table.tableDT tbody tr td.details-control {
    background: url('../../Images/more.png') no-repeat center center;
    cursor: pointer;
    min-height: 55px;
    height: 55px;
}
table.tableDT tbody tr.shown td.details-control {
    background: url('../../Images/less.png') no-repeat center center;
    cursor: pointer;
}
table.tableDT tbody tr td.details-control2 {
    background: url('../../Images/more.png') no-repeat center center;
    cursor: pointer;
    min-height: 55px;
    height: 55px;
}
table.tableDT tbody tr.shown td.details-control2 {
    background: url('../../Images/less.png') no-repeat center center;
    cursor: pointer;
}
table.tableDT tbody tr td.details-control3 {
    background: url('../../Images/more.png') no-repeat center center;
    cursor: pointer;
    min-height: 55px;
    height: 55px;
}
table.tableDT tbody tr.shown td.details-control3 {
    background: url('../../Images/less.png') no-repeat center center;
    cursor: pointer;
}
table.tableDT tbody tr td.details-control:hover,
table.tableDT tbody tr td.details-control2:hover,
table.tableDT tbody tr td.details-control3:hover {
    opacity: 0.7;
}

div.popover-content span {
    text-align: left;
    font-size: 12px;
    font-style: normal;
    color: #1b5b30;
}
div.popover-content table.tableDT {
    margin-top: 10px;
    margin-bottom: 10px !important;
}
div.popover-content table.tableDT thead tr.headerInDT {
    height: auto;
}

/* TABLE SIMPLE OPTIONS : STARTS */
table.tableDT tbody tr td div.simpleOptions{
    text-align:center;
    min-width: 140px;
}
table:not(.tableDT) tbody tr td div.simpleOptions{
    text-align:center;
}
table tbody tr td div.simpleOptions img{
    padding: 0px 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
table tbody tr td div.simpleOptions img:hover{
    opacity: 0.8;
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:pointer;
}
table tbody tr td div.simpleOptions.disabled{
    background:transparent !important;
    opacity: 0.5;
}
/* TABLE SIMPLE OPTIONS : ENDS */

.dataTables_filter label input {text-align:center !important;}
@media(max-width:350px){.dataTables_filter label input{width:75% !important;}}

/* LIST : ENDS */

/* BREADCRUMBS : STARTS */
div.CountryCommodityImages {
    position: fixed;
    right: 0px;
    background: #fcfcfc;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
    height: 35px;
}
div.RowInForm.breadcrumbs {
    font-size: 14px;
    min-height: 35px;
    color: #E98A2C;
    font-weight: bold;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently not supported by any browser */
}
div.RowInForm.breadcrumbs a {
    font-size: 16px;
    background-position: right 8px;
    color: #6bb645;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.RowInForm.breadcrumbs a:first-child {
    background-position: right 13px;
    color: #4E792F;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.RowInForm.breadcrumbs a:hover, 
div.RowInForm.breadcrumbs a:first-child:hover {
    color: #E98A2C;
}
#bread-open-close{
    display:none;
}
#hideBread{
    position: fixed;
    right: 60px;
    top: 5px;
    padding:10px;
}
@media (max-width:767px){
    #breadRow{
        
    }
    div.RowInForm.breadcrumbs,
    div.RowInForm.breadcrumbs a {
        font-size:16px;
    }
    #bread-open-close{
        display:inherit;
        font-size: 22px;
        color: #888888;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #bread-open-close:hover{
        color: #E98A2C;
    }
}
/* BREADCRUMBS : ENDS */

/* WIDGETS : STARTS */
.widget-container{
    width: 25%;
    float:left;
    margin:0px auto;
    margin-bottom:15px;
    padding:5px !important;
}
.widget-ecom{
    margin:0px auto;
    max-height:400px !important;
    max-width:330px !important;
    min-height:300px !important;
    min-width:247px !important;
    position:relative;
}
.widget-ecom .profile-info h2 {
  color: #e9fccc;
  font-size: 16px;
  padding: 0 42px 2px 0;
  margin: 0;
}
.widget-ecom .profile-info ul {
  padding: 4px 9px 4px 0;
}
.edit_profile a.more-info {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 10px 8px 12px;
  border: 1px solid #68b83d;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.edit_profile a.more-info span {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: #68b83d;
}
.edit_profile a.more-info:hover {
  background: #68b83d;
}
.edit_profile a.more-info:hover span {
  color: #fff;
}

/* PROFILE STARTS */
.star-favorite {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  border-radius: 50%;
  background: rgba(204, 204, 204, 0.4);
  padding: 4px 6px 3px 7px;
}
.star-favorite:hover {
  color: #e9fccc;
  background: #68b83d;
  border: 1px solid #e9fccc;
}
.stars_profile {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  font-size: 20px;
}
.profile-info {
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 8px 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  max-height: 230px;
  border-radius:0px 0px 10px 10px;
}
.profile-info h2 {
  color: #e9fccc;
  padding: 0 42px 2px 0;
}
.profile-info p {
  padding: 3px 0 14px 0;
  margin: 0;
  color: #fff;
}
.profile-info ul li {
    background: none;
    border: none;
    padding: 2px 0;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}
.profile-info ul li span {
  color: #99C500;
}
.profile-info .more-info {
  position: absolute;
  top: -10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 7px 5px 8px;
  border: 1px solid #68b83d;
  border-radius: 50%;
}
.profile-info .more-info span {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: #68b83d;
}
.profile-info .more-info:hover {
  background: #68b83d;
}
.profile-info .more-info:hover span {
  color: #fff;
}
.profile-info ul.options {
    border: 1px solid #58BB00;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    margin: 0 auto;
    display: block;
    padding: 0;
    float:right;
    position: absolute;
    top: -60%;
    right:0px;
    background:#000;
    opacity:0.8;
}
.profile-info ul.options li {
  display: block;
  list-style: none;
  padding: 5px;
}
/* PROFILE ENDS */

/* PERSONA PROFILE STARTS */
.persona .pic {
  position: relative;
  margin: 0 auto;
  border: 1px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.persona .pic img {
  display: block;
  width: 100%;
}
.persona .actividad {
  position: absolute;
  top: 16px;
  right: -11px;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.persona .actividad.inactivo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9a01+0,fc7204+100 */
  background: #fe9a01;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe9a01 0%, #fc7204 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9a01), color-stop(100%, #fc7204));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fe9a01 0%, #fc7204 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fe9a01 0%, #fc7204 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fe9a01 0%, #fc7204 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fe9a01 0%, #fc7204 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9a01', endColorstr='#fc7204', GradientType=0);
  /* IE6-9 */
}
.persona .actividad.activo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5abc00+0,2f7b00+100 */
  background: #5abc00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5abc00 0%, #2f7b00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5abc00), color-stop(100%, #2f7b00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5abc00 0%, #2f7b00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5abc00 0%, #2f7b00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5abc00 0%, #2f7b00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5abc00 0%, #2f7b00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5abc00', endColorstr='#2f7b00', GradientType=0);
  /* IE6-9 */
}
.persona .profile_cam {
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.persona .profile_cam img {
  width: 42px !important;
  border: none;
  border-radius: 0;
}
.persona h2 {
  text-align: center;
  color: #65B933;
  font-size: 18px;
  margin: 8px 0 16px 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.persona h2 label {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.toogle_info {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-9 */
  padding:10px;
}
.toogle_info .col-sm-6 {
  padding: 8px 12px;
}
.toogle_info .col-sm-6:first-child {
  border-right: 1px solid #fff;
}
.toogle_info .col-sm-6:last-child {
  border-left: 1px solid #D0D0D0;
}
.toogle_info.fullSizeToogle div.toggle{
    width: 100% !important;
}
.toogle_info .btn-primary {
  color: #fff !important;
  font-size: 12px;
  border: none;
  box-shadow: 0 1px 0 #fff;
  border-radius: 18px;
  background: #2f7b00;
}
.toogle_info .btn-primary:hover {
  background: #2f7b00;
}
.toogle_info .toggle.btn.btn-default.off {
  border: none;
  border-radius: 18px;
}
.toogle_info .toggle-off {
  color: #fff !important;
  font-size: 12px;
  border: none;
  box-shadow: 0 1px 0 #fff;
  border-radius: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe9a01+0,fc7204+100 */
  background: #EA6800;
}
.toogle_info .btn-default.toggle-handle {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 73%;
  margin: 4px 0 0 -36px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,bebfc1+100 */
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #bebfc1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bebfc1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #bebfc1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #bebfc1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #bebfc1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #bebfc1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#bebfc1', GradientType=0);
  /* IE6-9 */
}
.toogle_info .toggle-on.btn {
  padding-right: 38px;
}
.toogle_info .toggle.btn.btn-default.off .toggle-handle {
  margin: 4px 0 0 36px;
}
.toogle_info .toggle-off.btn {
  padding-left: 38px;
}
.toogle_info .toggle {
  margin: 0 auto;
  display: block;
}
.persona .actualizacion_perfil {
  padding: 10px 0;
}
.persona .actualizacion_perfil h3 {
  text-align: center;
  color: #505050;
  font-size: 12px;
  margin: 6px 0;
  padding: 0;
}
.persona .actualizacion_perfil .progress {
  height: 35px;
  border-radius: 35px;
    width: 80%;
    margin: 0px auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7b7b7+0,e9e9e9+100 */
  background: #b7b7b7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b7b7b7 0%, #e9e9e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b7b7), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b7b7b7 0%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b7b7b7 0%, #e9e9e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b7b7b7 0%, #e9e9e9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b7b7b7 0%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#e9e9e9', GradientType=0);
  /* IE6-9 */
}
.persona .actualizacion_perfil .progress-bar {
  border-radius: 30px;
  font-size: 20px;
  text-align: right;
  padding-right: 10px;
  line-height: 35px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f7b00+0,5abc00+100 */
  background: #53A607;
}
/* PERSONA PROFILE ENDS */
@media (min-width: 930px) and (max-width: 1199px){
    .widget-container{
        width: 33% !important;
        margin-bottom:10px !important;
    }
}
@media (min-width: 640px) and (max-width: 929px) {
    .widget-container{
        width: 50% !important;
        margin-bottom:15px !important;
    }
}
@media (max-width: 639px){
    .widget-container{
        width: 100% !important;
        margin-bottom:20px !important;
    }
}
@media(min-width:1921px){
    .persona .pic {
      width: 25%;
    }
    .cameraIcon {
        font-size:28px !important;
    }
}
@media(min-width:1025px) and (max-width:1920px){
    .persona .pic {
      width: 30%;
    }
    .cameraIcon {
        font-size:25px !important;
    }
}
@media(min-width:960px) and (max-width:1024px){
    .persona .pic {
      width: 35%;
    }
    .cameraIcon {
        font-size:25px;
    }
}
@media(min-width:560px) and (max-width:959px){
    .persona .pic {
      width: 45%;
    }
}
@media(min-width:768px) and (max-width:959px){
    .cameraIcon {
        font-size:25px !important;
    }
}
@media(min-width:560px) and (max-width:767px){
    .cameraIcon {
        font-size:35px !important;
    }
}
@media(max-width:559px){
    .persona .pic {
      width: 60%;
    }
}
@media(min-width:461px) and (max-width:559px){
    .cameraIcon {
        font-size:50px !important;
    }
}
@media(min-width:381px) and (max-width:460px){
    .cameraIcon {
        font-size:40px !important;
    }
}
@media(max-width:380px){
    .cameraIcon {
        font-size:30px !important;
    }
}
@media(max-width:767px) {
    .persona h2, .persona h2 label {
        font-size: 14px;
    }
}
/* WIDGETS : ENDS */

/* UNIT ABREVS : STARTS */
.Abrev{
    position: relative;
}
.Abrev:before{
    height:40px !important;
    position: absolute;
    left: 80%;
    font-size:16px;
    font-weight:bold;
    color:#888;
    margin-top: 10px;
    padding-left: 10px;
    cursor:text;
    z-index: 100;
}
.Abrev.altitudeAbrev:before{
    left: 75% !important;
}
.Abrev input.textAlignR,
.Abrev select.textAlignR{
    padding-right: 20%;
}
.Abrev.altitudeAbrev input.textAlignR,
.Abrev.altitudeAbrev select.textAlignR,
.Abrev.velocityAbrev input.textAlignR,
.Abrev.velocityAbrev select.textAlignR{
    padding-right: 25%;
}
.Abrev.moneyAbrev input,
.Abrev.moneyAbrev select{
    padding-right: 10px !important;
    padding-left: 30px !important;
}
.Abrev.moneyAbrev:before{
    left: 5px !important;
}
.Abrev.moneyAltAbrev input,
.Abrev.moneyAltAbrev select {
    padding-right: 10px !important;
    padding-left: 30px !important;
}
.Abrev.moneyAltAbrev:before {
    left: 5px !important;
}
    .Abrev.phoneAbrev input,
    .Abrev.phoneAbrev select {
        /*padding-right: 10px !important;*/
        padding-right: 10% !important;
        padding-left: 80px !important;
    }
.Abrev.phoneAbrev:before{
    left: 15px !important;
}
    .Abrev.phoneAbrev:after {
        font-family: 'Glyphicons Halflings';
        content: "\e182";
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        color: #888;
        padding-left: 8px;
        top: 10px;
        cursor: text;
        z-index: 100;
        left: 90%;
    }
.altitudeAbrev{
}
.areaAbrev{
}
.weightAbrev{
}
.percentageAbrev{
}
.precipitationAbrev{
}
.temperatureAbrev{
}
.latLongAbrev{
}
.distanceAbrev{
}
.timeYearAbrev{
}
.timeHourAbrev{
}
.moneyAbrev{
}
.moneyAltAbrev {
}
.velocityAbrev{
}
.phoneAbrev{
}
.altitudeAbrev:before,
.velocityAbrev:before {
    padding-left: 5px;
    font-size: 14px;
}
/* UNIT ABREVS : ENDS */

/* THOUSANDS SEPARATOR : STARTS */
div.thousandsMask {
    position: relative;
}
div.thousandsMask:before {
    height: 26px !important;
    position: absolute;
    right: 12px;
    font-size: 16px;
    color: #888;
    margin-top: 9px;
    cursor: text;
    z-index: 0;
}
input.thousandsMask {
    text-align: right;
    color: #FFFFFF !important;
}
input.thousandsMask:focus {
    color: #666 !important;
}
input.thousandsMask {
    color: #FFFFFF;
}
/* THOUSANDS SEPARATOR : ENDS */

/* CONTEXT MENUS : STARTS */
div.contextMenu {
    z-index: 1100;
    position: absolute;
    border: 1px solid #DDD;
    background:#FFF;
    padding: 5px;
    display: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 
                0 3px 3px -2px rgba(0, 0, 0, .2), 
                0 1px 8px 0 rgba(0, 0, 0, .12);
}
div.contextMenu ol {
    padding:0px;
    margin:0px;
    list-style-type: none;
    min-width: 130px;
    max-width: 220px;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    text-align:justify;
}
.contextMenu ol li {
    margin: 0;
    display: block;
    list-style: none;
    padding:5px;
}
.contextMenu ol li:hover {
    background: #E98A2C;
    color:#fff;
}
.contextMenu ol li span.glyphicon,
.contextMenu ol ol li span.glyphicon{
    padding-right: 10px;
    font-size: 16px;
    color: #6AA242;
}
.contextMenu ol li:hover span.glyphicon,
.contextMenu ol ol li:hover span.glyphicon{
    color: #FFF;
}
.contextMenu ol li span.glyphicon.aft,
.contextMenu ol ol li span.glyphicon.aft{
    float:right;
    padding-right:0px !important;
}
.contextMenu ol li button.contextMenuBtn,
.contextMenu ol li a.contextMenuA{
    border:none;
    background:none !important;
    color:#333;
    text-align:justify;
    cursor:pointer;
}
.contextMenu ol li:hover button.contextMenuBtn,
.contextMenu ol li:hover a.contextMenuA{
    color:#fff;
    cursor:pointer;
}
.contextMenu ol .list-devider {
    padding: 0px;
    margin: 0px;
}
.contextMenu ol .list-devider hr {
    margin: 2px 0px;
}
.contextMenu ol ol {
    display: none;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 
                0 3px 3px -2px rgba(0, 0, 0, .2), 
                0 1px 8px 0 rgba(0, 0, 0, .12);
}
.contextMenu li {
    position: relative;
}
.contextMenu ol li:hover ol {
    display: block;
    bottom: 0px;
    left: 100%;
    z-index: 1100;
    position: absolute;
    border: 1px solid #DDD;
    background:#FFF;
    padding: 5px;
}
.contextMenu ol ol li button.contextMenuBtn2,
.contextMenu ol ol li a.contextMenuA2{
    border:none;
    background:none !important;
    color:#333;
    text-align:justify;
}
.contextMenu ol ol li:hover button.contextMenuBtn2,
.contextMenu ol ol li:hover a.contextMenuA2{
    color:#fff !important;
    cursor:pointer;
}
/* CONTEXT MENUS :ENDS */

/* RATING STARS : STARTS */
div.starsContainer{
    float:left;
}
div.starsContainer input[type=radio].radioStars{
    display:none;
}
div.starsContainer label.radioStars{
    float: right;
    padding-right:6px;
    margin:0px;
}
div.starsContainer label.radioStars span.glyphicon{
    font-size: 28px;
    color: #888;
}
div.starsContainer label.radioStars:hover span.glyphicon{
    font-size:26px;

}
div.starsContainer label.radioStars:hover span.glyphicon,
div.starsContainer label.radioStars:hover ~ label.radioStars span.glyphicon-star-empty:before,
div.starsContainer input[type=radio].radioStars:checked + label.radioStars span.glyphicon,
div.starsContainer input[type=radio].radioStars:checked ~ label.radioStars span.glyphicon-star-empty:before{
    color: #FAC600;
    text-shadow: 0px 0px 5px rgba(250, 198, 0, 0.5);
}
div.starsContainer input[type=radio].radioStars:checked + label.radioStars span.glyphicon-star-empty:before,
div.starsContainer input[type=radio].radioStars:checked ~ label.radioStars span.glyphicon-star-empty:before{
    content: "\e006";
    text-shadow: 0px 0px 7px rgba(250, 198, 0, 0.7);
}
div.starsContainer input[type=radio].radioStars:disabled + label.radioStars{
    pointer-events:none !important;
    cursor:not-allowed;
}
/* RATING STARS : ENDS */

/* INVITATIONS HELPER : STARTS */
div#inivitationsContainer .listjs {
    height: 250px;
    overflow-y:auto;
    overflow-x: hidden;
    border: 2px solid #DDD;
    background: #f8f8f8;
}
#invitation-list ul.listjs{
    width:100%;
}
#invitation-list ul.listjs li{
    padding:5px;
    border:1px solid #ddd;
    margin-bottom:5px;
    width:100%;
    border-radius:5px;
    background: #fff;
}
#invitation-list ul.listjs li:hover{
    cursor:pointer;
}
#invitation-list ul.listjs li span{
    width:100%;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
#invitation-list ul.listjs li span:nth-child(1){
    color:#6aa242;
}
#invitation-list ul.listjs li span:nth-child(3){
    font-size:12px;
    font-style:italic;
}
#invitation-list ul.listjs li span:nth-child(5){
    font-size:12px;
}
#guest-list div#sendInvitations{
    padding:5px;
}
#guest-list div#sendInvitations div.sendInvitation{
    padding:5px;
    border:1px solid #ddd;
    margin-bottom:5px;
    width:100%;
    border-radius:5px;
    min-height:40px;
    position:relative;
    background: #fff;
}
#guest-list div#sendInvitations div.sendInvitation span:nth-child(1){
    color:#666;
    width:100%;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    top: 10px;
    position: absolute;
}
#guest-list div#sendInvitations div.sendInvitation span.removeToggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#6aa242;
    opacity:1;
    right: 8px;
    top: 8px;
    position: absolute;
    background:#FFF;
}
#guest-list div#sendInvitations div.sendInvitation span.removeToggle:hover {
    color:#D21010;
    opacity:0.8;
    cursor:pointer;
}
#guest-list div#sendInvitations div.sendInvitation span.removeToggle:before {
    padding-left:15px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e013";
}
#guest-list div#sendInvitations div.sendInvitation span.removeToggle:hover:before {
    content: "\e014";
}
@media(max-width:767px){
    #guest-list div#sendInvitations div.sendInvitation span.removeToggle:before {
        content: "\e014" !important;
        color:#D21010;
    }   
}
/* INVITATIONS HELPER : ENDS */

/* WIZZARD : STARTS */
/*div.assistant{
    margin:5px 0px;
}
div.assistant ul.assistant{
    display: inline-block;
    padding-left: 0;
    margin:0px auto;
    width:100%;
    list-style:none;
}
div.assistant ul.assistant > li {
    float: left;
    background: #FFF;
}
div.assistant ul.assistant > li > a {
    position: relative;
    float: left;
    padding: 10px 5px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #6aa242;
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    max-height:120px;
    font-size: 14px;
    border-radius:10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
div.assistant ul.assistant > li > a:hover {
    color: #E98A2C;
    border-color: #dddddd;
    text-decoration-style:double;
}
div.assistant ul.assistant > li > a:focus{
    outline:none;
}
div.assistant ul.assistant > li.active > a,
div.assistant ul.assistant > li.active > a:hover {
    color: #E98A2C;
    background-color: #FFF;
    cursor: default;
    border-top:1px solid #ddd;
    z-index:5;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 
                0 3px 1px -2px rgba(0, 0, 0, .2), 
                0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}
div.assistant ul.assistant > li.disabled > a,
div.assistant ul.assistant > li.disabled > a:hover,
div.assistant ul.assistant > li.disabled > a:focus {
    color: #888;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
    outline:none;
    opacity:0.7;
}
div.assistant ul.assistant li.prev,
div.assistant ul.assistant li.next{
    width:10%;
}
div.assistant ul.assistant li.page{
    max-height: 100px;
    height: auto;
    border-radius: 5px;
    border-top:1px solid #FFF;
}
div.assistant ul.assistant li.prev a,
div.assistant ul.assistant li.next a{
    font-size:26px;
    padding: 25px 5px 5px 15px;
}
div.assistant ul.assistant li.page a span.badge{
    position: absolute;
    left: 50%;
    z-index: 5;
    border: 2px solid #fff;
    top: 0;
    background: #e98a2c;
}
div.assistant ul.assistant li.page a span.glyphicon{
    width:100%;
    font-size:36px;
}
@media(max-width:767px) {
    div.assistant ul.assistant li.page{
        width:100% !important;
    }
    div.assistant ul.assistant li.prev a, 
    div.assistant ul.assistant li.next a {
        padding: 5px 5px 5px 5px;
        font-size: 18px;
    }
    div.assistant ul.assistant li.prev, 
    div.assistant ul.assistant li.next {
        width: 100% !important;
    }
    div.assistant ul.assistant li.page a span.glyphicon {
        font-size: 26px;
    }
    div.assistant ul.assistant li.prev a span.glyphicon:before {
        content: "\e113" !important;
    }
    div.assistant ul.assistant li.next a span.glyphicon:before {
        content: "\e114" !important;
    }
}*/
/* WIZZARD : ENDS */

/* DONUT PROGRESS BAR : STARTS */
.donutContainer{
    width:100px !important;
    margin: 0px auto;
} 
.donutContainer .donut{
    font-size: 100px;
}
.donutContainer .wrapper{
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0px auto;
}
.donutContainer .label{
    position: absolute;
    top: 10px;
    right: 0.4em;
    bottom: 0.4em;
    left: 0.4em;
    display: block;
    background: none;
    border-radius: 50%;
    color: #777777;
    font-size: 26px;
    line-height: 2.6em;
    text-align: center;
    cursor: default;
    z-index: 2;
}   
.donutContainer .pie{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
}
.donutContainer .shadow{
    width: 100%;
    height: 100%;
    border: 0.1em solid #BDC3C7;
    border-radius: 50%;
}
.donutContainer .right-side{
    transform: rotate(0deg);
}
.donutContainer .half-circle{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0em, 0.5em, 1em, 0em);
}
.donutContainer .num {

}
.donutContainer .perc{
    padding-bottom: 20px;
    color: #888888;
    font-size: 18px;
    vertical-align:middle;
}     
/* DONUT PROGRESS BAR : ENDS */

/* MEDIA DEVICES STATEMENTS : STARTS */
@media (max-width: 767px) and (orientation: landscape) {
    body *:not(#loadingContainer):not(#loadingImage){
        zoom: 99%;
    }
    .mainContainer-Ecom {
        padding: 35px 25px 15px 25px;
    }
}
@media (max-width: 767px) and (orientation:portrait) {
    body *:not(#loadingContainer):not(#loadingImage){
        zoom: 98%;
    }
    .mainContainer-Ecom {
        padding: 35px 0px 15px 0px;
    }
}
@media (min-width: 2560px) and (orientation: landscape) {
    body *:not(#loadingContainer):not(#loadingImage){
        /*zoom: 105%;*/
    }
}
@media (min-width: 2560px) and (orientation: portrait) {
    body *:not(#loadingContainer):not(#loadingImage){
        /*zoom: 105%;*/
    }
}
/* MEDIA DEVICES STATEMENTS : ENDS */

/* DROPDOWN SELECT-ALL : STARTS */
div.semanticSelectAll {
    position: relative;
}
div.semanticSelectAll span.semantic-ui {
    z-index: 110 !important;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size:18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.semanticSelectAll span.semantic-ui:hover {
    color: #6aa242;
    cursor:pointer;
}
div.semanticSelectAll div.dropdown i.dropdown.icon {
    padding: 18px 6px 5px 5px !important;
}
/* DROPDOWN SELECT-ALL : ENDS */

/* INFOCARD : STARTS */
.InfoCard {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
    background: #FFFFFF;
    margin-bottom:15px;
    width: 60%;
}
.InfoCard.cardGreen {
    border-color: #6AA242 !important;
}
.InfoCard div span {
    font-size:50px;
}
.InfoCard div label {
    font-weight:normal;
    font-style: italic;
    text-align: justify;
    margin-bottom: 0px;
}
/* INFOCARD : ENDS */

/*! --------------------------------------------------------------------------------------- */
/*! --------------------------------------------------------------------------------------- */
/*! ECOM 2015-17 */
/*! --------------------------------------------------------------------------------------- */
/*! --------------------------------------------------------------------------------------- */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* GLYPHICONS : STARTS */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./../fonts/glyphicons-halflings-regular.eot');
  src: url('./../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('./../fonts/glyphicons-halflings-regular.woff') format('woff'), 
      url('./../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('./../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* GLYPHICONS : ENDS */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  /*color: #23527c;
  text-decoration: underline;*/
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* TABLE : STARTS */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #dddddd;*/
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* TABLE : ENDS */

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #888;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* BUTTON & DROPDOWN : STARTS */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    outline:0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.btn:hover,
.btn:focus,
.btn.focus {
  /*color: #333333;*/
  text-decoration: none;
  outline:0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.btn:active,
.btn.active {
  outline:0px;
  background-image: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  outline:0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.btn-default {
  color: #666666;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border: 1px solid #c9c9c9;
}
.toggle .toggle-group .btn-default:hover,
.toggle .toggle-group .btn-default:focus,
.toggle .toggle-group .btn-default.focus,
.toggle .toggle-group .btn-default:active,
.toggle .toggle-group .btn-default.active,
.toggle .toggle-group .open > .dropdown-toggle.btn-default {
    color: #333333;
    background: #EA6800 !important;
    border: 1px solid #D05B00;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  /*background-color: #5cb85c;
  border-color: #4cae4c;*/
    border: 1px solid #FFF;
    background-color: #6AA242;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  /*box-shadow: 0 3px 0 0 #DADADA;*/
    border-color: #398439;
    /*background-color: #6AA242;*/
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
  cursor:not-allowed !important;
}
.btn-success.mainAction {
    color: #ffffff;
    border: 1px solid #FFF;
    background-color: #d37920;
}
.btn-success.mainAction:hover,
.btn-success.mainAction:focus,
.btn-success.mainAction.focus,
.btn-success.mainAction:active,
.btn-success.mainAction.active,
.open > .dropdown-toggle.btn-success.mainAction {
    color: #ffffff;
    background-color: #e98a2c;
    border-color: #d37920;
}
.btn-success.mainAction:active,
.btn-success.mainAction.active,
.open > .dropdown-toggle.btn-success.mainAction {
  background-image: none;
}
.btn-success.mainAction.disabled,
.btn-success[disabled].mainAction,
fieldset[disabled] .btn-success.mainAction,
.btn-success.disabled.mainAction:hover,
.btn-success[disabled].mainAction:hover,
fieldset[disabled] .btn-success.mainAction:hover,
.btn-success.disabled.mainAction:focus,
.btn-success[disabled].mainAction:focus,
fieldset[disabled] .btn-success.mainAction:focus,
.btn-success.disabled.mainAction.focus,
.btn-success[disabled].mainAction.focus,
fieldset[disabled] .btn-success.mainAction.focus,
.btn-success.disabled.mainAction:active,
.btn-success[disabled].mainAction:active,
fieldset[disabled] .btn-success.mainAction:active,
.btn-success.disabled.mainAction.active,
.btn-success[disabled].mainAction.active,
fieldset[disabled] .btn-success.mainAction.active {
    background-color: #dc8d40;
    border-color: #d37920;
    cursor:not-allowed !important;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #FFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
  /*box-shadow: 0 2px 0 0 #DADADA;*/
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    border: 1px solid #FFF;
    background-color: #D21010;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
div.mainLink div.btn-group .mainAction + .btn-danger,
div.backLink div.btn-group .mainAction + .btn-danger{
    border-left:2px solid #fff !important;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  /*border-radius: 0;*/
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  /*border-bottom-right-radius: 0;
  border-top-right-radius: 0;*/
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  /*border-bottom-left-radius: 0;
  border-top-left-radius: 0;*/
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  /*border-radius: 0;*/
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* BUTTON & DROPDOWN : ENDS */

/* INPUT GROUP : STARTS */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  /*color: #555555;*/
  text-align: center;
  /*background-color: #eeeeee;*/
  /*border: 1px solid #cccccc;*/
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/* INPUT GROUP : ENDS */

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #CECECE;
    border-color: #fff !important;
    border-bottom: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane:not(.active) {
    /*display: none;*/
    visibility: hidden;
    position: absolute !important; 
    top:-5000px;
    width: 0px;
    height: 0px;
}
.tab-content > .tab-pane:not(.active) .collapse{
    display:none !important;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    outline:0px;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #6BB645;
}
.navbar-default .navbar-brand:hover {
  /*color: #74C947;
  background-color: transparent;*/
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6aa242 !important;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

@media (max-width:460px){
    .pagination > li > a, .pagination > li > span {
      border: 0px !important;
    }
    #list_paginate{
        border: 1px solid #dddddd;
        border-radius:4px;
        padding: 5px;
    }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #E98A2C;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #E98A2C;
  border-color: #E98A2C;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777 !important;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #D21010;
  border-radius: 10px;
  margin: 0px 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
    background-color: #CCF5BC;
    border-color: #FFFFFF;
    color: #3c763d;
}
.alert-default {
    background-color: #ffffff;
    border-color: #3b9fce;
    color: #666;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
    background-color: #C7E4F3;
    border-color: #FFFFFF;
    color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
    background-color: #FBE160;
    border-color: #FFFFFF;
    color: #C37C0D;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #FFFFFF;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.panel-body {
    padding: 10px;
    background: #fff;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height:40px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  /*border-color: #dddddd;*/
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.feedbackMsg .close {
    opacity: 0.6;
}
.feedbackMsg .close {
    opacity: 0.4;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060 !important;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* TOOLTIPS & POPUPS : STARTS */
.tooltip {
  position: absolute;
  z-index: 1100;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #E98A2C;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #E98A2C;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #E98A2C;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #E98A2C;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #E98A2C;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #E98A2C;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #E98A2C;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #E98A2C;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #E98A2C;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px;
    font-size: 14px;
    background-color: #4e792f;
    border-bottom: 1px solid #6aa242;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px;
    color: #333333;
    font-size: 12px;
    font-style: italic;
    text-align: justify;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/* TOOLTIPS & POPUPS : ENDS */

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.visible{
    visibility:visible !important;
    display:block !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
  margin:0px !important;
  padding:0px !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* site */
body#login-page .animsition {
    padding-top: 46px;
}
.animsition {
  padding-top: 85px;
}
/* header */
.header .container {
  width: 100% !important;
  margin: 0;
  padding: 0 15px 0 5px;
}
#layout-page .navbar-header {
  background: #eeeeef url(./../../Images/bg_navbar_header.jpg) repeat-x bottom center;
  /*background: #FFF url(./../../Images/bg_personal.jpg) repeat-x bottom center;*/
}
#login-page .navbar-header {
  background: #eeeeef url(./../../Images/bg_navbar_header.jpg) repeat-x bottom center;
  /*background: #FFF url(./../../Images/bg_personal.jpg) repeat-x bottom center;*/
}
.navbar-header .navbar-toggle {
  padding: 22px 19px;
  text-shadow: 0px 2px 0px #fff;
  border: 0;
  border-radius: 0;
  background: url(./../../Images/bg_toogle.png) repeat-y left top;
  margin: 0;
}
.navbar-header .navbar-toggle .icon-bar {
  box-shadow: 0px 1px 0px #fff;
}
.navbar-brand {
  height: auto;
  padding: 0 0 0 6px;
  line-height: 0;
  position: relative;
}
@media (max-width: 767px) {
    #login-page.navbar-brand span.ecom {
        width: 300px !important;
    }
    .navbar-brand span.ecom {
        width: 180px;
    }
    .header .container {
      border-bottom:2px solid #ddd;
    }
}
.navbar-brand span.ecom {
  /*background: url(./../../Images/bg_logo.png) repeat-y right top;*/
  padding: 5px 16px 6px 10px;
  display: inline-block;
  overflow: hidden;
  width: 240px;
}
.navbar-brand span.ecom .desktop {
  display: none;
}
.navbar-brand span.sms {
  /*display: inline-block;*/
      padding: 14px 14px 0 14px;
    font-size: 12px;
  text-shadow: 0px 2px 1px #fff;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 16px;
  left: 56px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.navbar-brand#login_brand {
  margin: 0 auto;
  display: block;
  float: none;
  width: 302px;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  padding: 0;
}
.navbar-brand#login_brand span.ecom {
  background: none;
  padding: 5px 32px 6px 32px;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  width: 300px;
}
.navbar-brand#login_brand span.sms {
  top: 0;
  left: 150px;
}
@media (max-width: 767px) {
    .navbar-brand#login_brand span.sms {
      top: 12px;
    }
    .header .navbar #navbar .user_info .navbar-right ul li.dropdown.open {
        margin-top:10px;
    }
}
.header .navbar #navbar {
  padding: 0;
  background: #f8f8f8;
}
.header .navbar #navbar .navbar-nav {
  margin: 0;
}
.header .navbar #navbar .navbar-nav li a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.header .navbar #navbar .navbar-nav li a.home span {
  background: url(./../../Images/home.png) no-repeat 8px center;
  padding: 12px 8px 8px 38px;
  display: block;
}
.header .navbar #navbar .navbar-nav .products {
  border-top: 1px solid #fff;
  background: #dddddd url(./../../Images/bg_products.png) repeat-x;
  padding-top: 3px;
}
.header .navbar #navbar .navbar-nav .products a {
  background: #6bb645 url(./../../Images/active_products.png) no-repeat center bottom;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar #navbar .navbar-nav .products a span {
  color: #fff;
  text-shadow: 0px 1px 0px #478028;
  display: block;
  padding: 8px 10px 8px 40px;
}
.header .navbar #navbar .navbar-nav .products a span.coffee {
  background: url(./../../Images/coffee_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .products a span.cocoa {
  background: url(./../../Images/cocoa_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .products a span.cotton {
  background: url(./../../Images/cotton_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .products a span.sugar {
  background: url(./../../Images/sugar_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .products a span.commoditiesMain {
  background: url(./../../Images/commodities_big.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .producer {
  border-top: 1px solid #004807;
  background: #DDDDDD;
}
.header .navbar #navbar .navbar-nav .producer a {
  background: #1b5b30 url(./../../Images/active_categories.png) no-repeat center bottom;
  padding: 11px 16px 16px 16px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar #navbar .navbar-nav .producer a span {
  color: #fff;
  text-shadow: 0px 1px 0px #004901;
  background: url(./../../Images/producer.png) no-repeat;
  display: block;
  padding: 10px 10px 4px 36px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.header .navbar #navbar .navbar-nav .open .dropdown-menu > li > a,
.header .navbar #navbar .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px;
}
.header .navbar #navbar .user_info .user_wrap {
  margin: 0 auto;
  width: 188px;
}
.header .navbar #navbar .user_info .user {
  padding: 6px 0 8px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header .navbar #navbar .user_info .user span.user_pic {
  float: left;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  height: 38px;
  width: 38px;
  display: block;
  background: url(./../../Images/bg_user.gif) repeat-x bottom center;
}

@media (max-width:768px){
    .header .navbar #navbar .user_info .user span.user_pic {
      margin-left:25%;
    }
}

.header .navbar #navbar .user_info .user span.user_pic img {
  display: block;
  width: 100%;
}
.header .navbar #navbar .user_info .user h3.user_id {
  color: #175C2E;
  font-size: 14px;
  display: block;
  float: left;
  margin: 15px 0 0 8px;
  text-shadow: 0px 1px 0px #fff;
}
.header .navbar #navbar .user_info .navbar-right {
    /*border-top: 1px solid #D0D0D0;*/
    border-bottom: 1px solid #D0D0D0;
    background: #ffffff url(./../../Images/bg_personal.jpg) repeat-x bottom center;
    height: 46px;
}
.header .navbar #navbar .user_info .navbar-right ul {
  margin: 0 auto;
  width: 184px;
}
.header .navbar #navbar .user_info .navbar-right ul li {
  float: left;
  display: block;
  padding: 7px 0.4px;
}
.header .navbar #navbar .user_info .navbar-right ul li a {
  display: block;
  padding: 0;
}
.header .navbar #navbar .user_info .navbar-right ul li a:hover {
  opacity: 0.7;
}
.header .navbar #navbar .user_info .navbar-right ul li a img {
  height: 30px;
}
.header .navbar #navbar ul.main-nav {
  width: 100%;
  display: block;
  background: #eeeeef url(./../../Images/bg_main_nav.png) repeat-x;
  border-top: 1px solid #fff;
}
.header .navbar #navbar ul.main-nav a {
  display: block;
  background: #cdcdcd url(./../../Images/bg_main_nav_a.png) repeat-x;
  color: #727272;
  font-size: 12px;
}
.header .navbar #navbar ul.main-nav a:hover {
  background: #777777 url(./../../Images/bg_main_nav_a_hover.png) repeat-x;
  color: #fff;
}
.header .navbar #navbar ul.main-nav a.active {
  background: #777777 url(./../../Images/bg_main_nav_a_hover.png) repeat-x;
  color: #fff;
}
.header .navbar #navbar ul.main-nav a.active:hover {
  color: #78DA3D;
}
.header .navbar #navbar ul.main-nav a span {
    display: block;
    padding: 2px 12px 2px 28px;
}

a span.dashboards {
    background: url('./../../Images/imgIcons/dashboard_g.png') no-repeat center left;
}
a span.mantenimientos {
  background: url('./../../Images/imgIcons/mant_g.png') no-repeat center left;
}
a span.asistencia {
  background: url('./../../Images/imgIcons/techassist_g.png') no-repeat center left;
}
a span.renovacion {
  background: url('./../../Images/imgIcons/renovations_g.png') no-repeat center left;
}
a span.sostenibilidad {
  background: url('./../../Images/imgIcons/sustain_g.png') no-repeat center left;
}
a span.capacitacion {
  background: url('./../../Images/imgIcons/training_g.png') no-repeat center left;
}
a span.graficos {
  background: url('./../../Images/imgIcons/charts_g.png') no-repeat center left;
}
a span.reportes {
  background: url('./../../Images/imgIcons/reports_g.png') no-repeat center left;
}
a span.tecnicos {
  background: url('./../../Images/imgIcons/technician_g.png') no-repeat center left;
}
a span.config {
  background: url('./../../Images/imgIcons/config_g.png') no-repeat center left;
}
a span.userConfig {
    background: url(./../../Images/imgIcons/userconfig_g.png) no-repeat center left;
}
a span.general {
    background: url(./../../Images/imgIcons/home_g.png) no-repeat center left;
}

a span#currentPage.dashboards {
    background: url('./../../Images/imgIcons/dashboard_w.png') no-repeat center left;
}
a span#currentPage.mantenimientos {
  background: url('./../../Images/imgIcons/mant_w.png') no-repeat center left;
}
a span#currentPage.asistencia {
  background: url('./../../Images/imgIcons/techassist_w.png') no-repeat center left;
}
a span#currentPage.renovacion {
  background: url('./../../Images/imgIcons/renovations_w.png') no-repeat center left;
}
a span#currentPage.sostenibilidad {
  background: url('./../../Images/imgIcons/sustain_w.png') no-repeat center left;
}
a span#currentPage.capacitacion {
  background: url('./../../Images/imgIcons/training_w.png') no-repeat center left;
}
a span#currentPage.graficos {
  background: url('./../../Images/imgIcons/charts_w.png') no-repeat center left;
}
a span#currentPage.reportes {
  background: url('./../../Images/imgIcons/reports_w.png') no-repeat center left;
}
a span#currentPage.tecnicos {
  background: url('./../../Images/imgIcons/technician_w.png') no-repeat center left;
}
a span#currentPage.config {
  background: url('./../../Images/imgIcons/config_w.png') no-repeat center left;
}
a span#currentPage.userConfig {
    background: url(./../../Images/imgIcons/userconfig_w.png) no-repeat center left;
}
a span#currentPage.general {
    background: url(./../../Images/imgIcons/home_w.png) no-repeat center left;
}
a span#currentPage.error {
    background: url(./../../Images/imgIcons/home_w.png) no-repeat center left;
}

#loading {
  position: absolute;
  top: 20%;
  left: 50%;
}
/* FORM GENERAL STARTS */
select.form-control {
  position: relative;
}
select.form-control::before {
  height: 100%;
  border-left: 1px solid #DADADA;
  content: '';
  width: 32px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
/* FORM GENERAL ENDS */
/* MODAL STARTS */
#Modal_favorites .modal-header {
  background: #F5F5F5;
  padding: 15px 18px;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 6px 6px 0 0;
  margin-bottom: 1px;
}
#Modal_favorites .modal-header h4 {
  color: #777777;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#Modal_favorites .modal-body {
  padding: 0 0 15px 0;
}
#Modal_favorites .modal-body a.add_favorite {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  background: #ffca00 url(./../../Images/bg_add.png) repeat-x bottom;
  padding: 11px 18px 8px 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#Modal_favorites .modal-body a.add_favorite:hover {
  text-decoration: none;
  color: #AD721A;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  background: #ffca00 url(./../../Images/bg_add_hover.png) repeat-x top;
}
#Modal_favorites .modal-body a.add_favorite span {
  background: url(./../../Images/add.png) no-repeat center left;
  padding: 5px 5px 5px 32px;
}
#Modal_favorites .modal-body .fav {
  padding: 30px 10px 0 10px;
}
#Modal_favorites .modal-body .fav a.fav_dashboard {
  display: block;
  margin: 0 auto;
  padding: 0 15px 35px 15px;
  background: url(./../../Images/bg_fav.png) no-repeat center bottom;
}
#Modal_favorites .modal-body .fav a.fav_dashboard img {
  display: block;
  margin: 0 auto;
  clear: both;
}
#Modal_favorites .modal-body .fav a.fav_dashboard span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 18px 0 0 0;
}
#Modal_favorites .modal-body .fav a.fav_dashboard:hover {
  color: #333;
  text-decoration: none;
}
#Modal_favorites .modal-body .fav a.fav_dashboard:hover span {
  color: #333;
}
/* productor modal*/
#Modal_productor .modal-content {
  max-width: 370px;
}
#Modal_productor .modal-header, #helperModal .modal-header {
    background: #F5F5F5;
    padding: 10px 15px;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 6px 6px 0 0;
    margin-bottom: 1px;
}
#Modal_productor .modal-header h4 {
  color: #777777;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#Modal_productor .busqueda {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 10px;
}
#Modal_productor .busqueda label {
  padding-top: 8px;
  color: #165B2E;
  font-weight: normal;
}
#Modal_productor .busqueda input {
  margin-bottom: 0;
  height: 38px;
}
#Modal_productor .busqueda .input-group-addon {
  background: #80CB50;
  border-color: #4E8560;
  font-size: 20px;
}
#Modal_productor .busqueda .input-group-addon span.glyphicon {
  color: #175D2E;
  text-shadow: 0 1px 0 #98F35F;
}
#Modal_productor .btn-green {
  width: 100%;
  margin-bottom: 10px;
  color: #175D2C;
  text-shadow: 0 1px 0 #98F35F;
  padding: 11px;
}
#Modal_productor .btn-green:hover {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  box-shadow: 0 2px 0 0 #000;
}
#Modal_productor ul {
  margin: 0;
  padding: 0;
}
#Modal_productor ul li {
  padding: 8px 0;
  border-top: 1px solid #DADADA;
  list-style: none;
}
#Modal_productor ul li a {
  display: block;
}
#Modal_productor ul li a .prod_pic {
  display: block;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #518864;
  margin: 0 10px 0 0;
  float: left;
}
#Modal_productor ul li a .prod_pic img {
  width: 100%;
}
#Modal_productor ul li a h2 {
  font-size: 14px;
  color: #0D5D2C;
  font-weight: normal;
  padding: 8px 0;
  margin: 0;
}
#Modal_productor ul li a h2 span {
  border-bottom: 1px solid #0D5D2C;
}
#Modal_productor ul li a p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #666;
}
#Modal_productor ul li a p span {
  color: #999999;
}
#Modal_productor ul li a:hover {
  text-decoration: none;
}
#Modal_productor ul li a:hover h2,
#Modal_productor ul li a:hover p,
#Modal_productor ul li a:hover p span {
  color: #80CB50;
}
#Modal_productor nav {
  border-top: 1px solid #DADADA;
  padding-top: 10px;
}
#Modal_productor nav ul.pagination li a {
  color: #666666;
}
#Modal_productor nav ul.pagination li a:hover {
  color: #1D6837;
}
#Modal_productor nav ul.pagination li a.active {
  color: #fff;
  background: #7ECD47;
}
#Modal_productor nav ul.pagination li a.active:hover {
  background: #1D6837;
}
/* MODAL STARTS */
/* SUBMENU STARTS*/
.submenu {
  display: none;
  background: #666666 url(./../../Images/bg_submenu.png) repeat-x;
  width: 100%;
}
.submenu ul {
  margin: 0 0 20px 0;
  padding: 0 11px;
  width: 25%;
  float: left;
}
.submenu ul li {
  list-style: none;
  border-bottom: 1px solid #333333;
  padding: 6px 0;
}
.submenu ul li a {
  padding: 6px 32px;
  display: block;
  color: #fff;
  font-size: 12px;
  background: url('./../../Images/main_mantenimientos_a.png') no-repeat center left;
}
.submenu ul li a:hover {
  color: #B6DC99;
  text-decoration: none;
}
/* SUBMENU ENDS */
/* MAIN SECTION STARTS */
.breadcrumbs {
    background: #fff;
    padding: 10px 6px;
    /*border-bottom: 2px solid #68B83D;*/
    border-bottom: 1px solid #DDD;
}
.breadcrumbs ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.breadcrumbs ul li {
  color: #66B83D;
  font-size: 14px;
  float: left;
  padding: 10px 0 0 6px;
}
.breadcrumbs ul li a {
  color: #66B83D;
  font-size: 14px;
  display: block;
  padding: 0 15px 0 0;
  background: url(./../../Images/bg_bread_li.jpg) no-repeat bottom right;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
  color: orange;
}
.breadcrumbs ul li:first-child {
  color: #1B5B30;
  font-size: 14px;
}
.breadcrumbs ul li:first-child a {
  color: #1B5B30;
  font-size: 14px;
}
.breadcrumbs ul li:first-child a:hover {
  color: orange;
}
.breadcrumbs ul li:last-child a {
  background: none;
}
.breadcrumbs ul.navbar-right li {
  padding: 4px 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.breadcrumbs ul.navbar-right li a {
  background: none;
  padding: 0 8px;
  color: #1B5B30;
  font-size: 12px;
}
.breadcrumbs ul.navbar-right li:first-child a {
  color: #1B5B30;
}
.breadcrumbs ul.navbar-right li.open a.active {
  background: none;
  color: #66b83d;
}
.breadcrumbs ul.navbar-right li.open a.active span {
  color: #1B5B30;
}
.breadcrumbs ul.navbar-right li ul.dropdown-menu li a {
  padding: 5px 10px;
  color: #777777;
}
.breadcrumbs .input-group.search-right {
  width: 50%;
  float: right;
}
.breadcrumbs .input-group.search-right .input-group-btn {
  top: -1px;
  position: relative;
}
#controls {
  background: url(./../../Images/bg_filter.png) repeat-x;
}
#controls .glyphicon {
  display: block;
  padding: 10px;
  font-size: 18px;
  color: #1b5b30;
  background: #e9fccc;
}
#controls .filter-options {
  margin: 0;
  border-bottom: 1px solid #CCC;
}
#controls .filter-options button.btn {
  font-size: 13px;
  padding: 4px 12px;
  display: block;
  border-radius: 0;
  width: 100%;
  background: none;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #FFF;
  text-align: left;
  color: #777777;
  -webkit-appearance: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#controls .filter-options button.btn:first-child {
  border-left: 0;
}
#controls .filter-options button.btn:last-child {
  border-bottom: 0;
}
#controls .filter-options button.btn.active {
  background: #E9FCCC;
  color: #1b5b30;
}
#controls .filter-options button.btn:hover {
  color: #1b5b30;
}
#controls .filter--shapes span.ib {
  font-size: 13px;
  color: #777777;
  display: block;
  float: left;
  padding: 4px 12px 4px 6px;
}
#controls .filter--shapes span.ib label {
  font-weight: normal;
}
#controls .filter--shapes span.ib input[type="checkbox"] {
  background: #e9fccc;
  border: 1px solid #1b5b30;
  margin: 0 2px 0 6px;
}
#main.container {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
  padding: 0 10px;
}
#main.container .box {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
#main.container h1.Main_h1 {
  font-size: 22px;
  color: #1A5B30;
  text-align: center;
}
img.full_width_img {
  width: 100%;
  display: block;
}

/* FILTROS : STARTS */
.filtros {
    background: #FFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid #6AA242;
}
.filtros .h1_filtro {
    font-size: 18px;
    color: #6aa242;
    background:#fff;
    /*padding: 5px 40px;*/
    /*background: url(./../../Images/bg_h1_filtros.png) no-repeat left center;*/
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;  
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.filtros .h1_filtro:hover{
    color: #E98A2C;
}
.filtros .h1_filtro:before{
    position: relative;
    top: 1px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    padding:0px 10px 0px 0px;
    content:"\e138";
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#filtersContent{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #DDD;
}
#filtersContent div.RowInForm > div.RowInForm{
    padding-bottom:15px;
    border-bottom: 1px solid #DDD;
}
#filtersContent div.RowInForm div.RowInForm:last-child{
    padding-bottom:0px;
    border-bottom: none;
}
#filtersContent div.RowInForm div.RowInForm label.titleLabel{
    /*text-align:center;*/
    padding-left:15px;
}
#filtersContent div.scrollable{
    max-height: 295px;
    overflow-y: scroll;
    padding-right:5px;
}
div.miniScrollable{
    max-height: 225px;
    overflow-y: scroll;
}
.filtros h2 {
  font-size: 16px;
  color: #666;
  padding: 5px 0;
  margin: 0;
  text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
}
.filtros .open-close {
  border: none;
  display: block;
  padding: 0;
  margin: 4px 0 0 0;
  height: 24px;
  width: 24px;
  float: right;
  background: url(./../../Images/close_open.png) no-repeat;
}
.filtros .open-close.collapsed {
  background: url(./../../Images/open_close.png) no-repeat;
}
.filtros .content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DADADA;
  padding: 8px 0;
}
.filtros .content:first-child {
  border-top: 0;
}
.filtros .content:last-child {
  border-bottom: 0;
}
.filtros .form-group,
.filtros .inner {
  padding-right: 14px;
  margin: 0;
}
.filtros .form-group label,
.filtros .inner label {
  display: block;
  float: left;
  margin-bottom: 3px;
  color: #666666;
  text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  font-size: 14px;
}
.filtros .form-group input,
.filtros .inner input {
  margin-bottom: 3px;
}
.filtros .form-group select,
.filtros .inner select {
  margin-bottom: 3px;
  color: #666666;
}
.filtros .mas_filtros {
  width: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #175A2C;
  text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;
  text-align: center;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DADADA;
}
.filtros .mas_filtros:hover {
  color: #62BC25;
}
.filtros .mas_filtros span {
  margin: 0;
  padding: 0;
}
.filtros .mas_filtros span.open_box {
  display: none;
}
.filtros .mas_filtros span.collapse_box {
  display: block;
}
.filtros .mas_filtros.collapsed span.open_box {
  display: block;
}
.filtros .mas_filtros.collapsed span.collapse_box {
  display: none;
}
.filtros .configuracion {
  display: block;
  border: 1px solid #fff;
  font-size: 14px;
  color: #666666;
  /*text-shadow: 0px 1px 0px #fff;
  -webkit-text-shadow: 0px 1px 0px #fff;
  -moz-text-shadow: 0px 1px 0px #fff;*/
  border-radius: 6px;
  background: #EFEFEF;
  padding: 12px;
  margin: 0 0 4px 0;
  box-shadow: 0 2px 0 0 #DADADA;
  width: 100%;
}
.filtros .configuracion:hover {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #fff;
  /*border-color: #195b30;*/
  /*text-shadow: 0px 1px 0px #195b30;
  -webkit-text-shadow: 0px 1px 0px #195b30;
  -moz-text-shadow: 0px 1px 0px #195b30;*/
}
.filtros .btn-filtrar {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  /*font-size: 12px;
  color: #FFF;
  background: #6aa242;
  padding: 14px;
  margin: 0;
  box-shadow: 0 2px 0 0 #195B30;
  border: 1px solid #FFF;*/
}
.filtros .busqueda {
  width: 100%;
}
.filtros .busqueda label {
  font-size: 18px;
  color: #165B2E;
  font-weight: normal;
}
.filtros .busqueda input {
  margin-bottom: 0;
  height: 38px;
}
.filtros .busqueda .input-group-addon {
  background: #80CB50;
  border-color: #4E8560;
  font-size: 20px;
}
.filtros .busqueda .input-group-addon span.glyphicon {
  color: #175D2E;
  text-shadow: 0 1px 0 #98F35F;
}
/* FILTROS : ENDS */

/* DATEPICKER : STARTS */
/* Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker) */
.datepicker {
  border-radius: 4px;
  direction: ltr;
  z-index: 1000 !important;
}
.bootstrap-datetimepicker-widget{
    border-radius: 10px;
    direction: ltr;
    z-index: 1000 !important;
}
.modal .datepicker{
    z-index: 1100 !important;
}
.modal .bootstrap-datetimepicker-widget{
    z-index: 1100 !important;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  z-index: 1100 !important;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
    color: #E98A2C;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #FFF;
  background-color: #E98A2C;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
    color: #FFF;
    background-color: #E98A2C;
    border-color: #f59e00;
}
.dow{
    color:#4E792F;
}
td span.month:hover,
td span.year:hover{
    color: #E98A2C;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #999;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: gray;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: gray;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: gray;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #FFF;
    background-color: #E98A2C;
    border-color: #b37400;
    text-shadow: 0px 0px;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
    color: #FFF;
    background-color: #E98A2C;
    border-color: #b37400;
    text-shadow: 0px 0px;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #FFF;
    background-color: #E98A2C;
    border-color: #b37400;
    text-shadow: 0px 0px;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #FFF;
    background-color: #E98A2C;
    border-color: #b37400;
    text-shadow: 0px 0px;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
    color: #FFF;
    background-color: #E98A2C;
    border-color: #b37400;
    text-shadow: 0px 0px;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
    color:#6bb645;
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
    color:#E98A2C;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* DATEPICKER : ENDS */

/* TABLAS STARTS */
ul.nav-tabs li a {
  background: #F9F9F9;
  border-color: #E0E0E0;
  color: #999999;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
ul.nav-tabs li a:hover {
  /*border-color: #E98A2C;*/
  color: #E98A2C;
}
ul.nav-tabs li a:focus {
  /*border-color: #E98A2C;*/
}
ul.nav-tabs li.active a {
  background: #6AA242;
  color: #fff;
  border: 1px solid #fff;
}
@media(max-width:767px){
    ul.nav-tabs li a {
      text-align: center;
      font-size: 16px;
    }
}
ul.nav-tabs li.active a:hover {
  outline: none;
  /*background: #80CB50;*/
  color: #FFF;
  background-color: #5cb85c;
    border-color: #398439;
}
ul.nav-tabs li.active a:focus {
    color: #FFF;
    background-color: #5cb85c;
    border-color: #398439;
}
.tab-content .tab-pane {
  background: #fff;
  /*border: 1px solid #E0E0E0;*/
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
/* TABLAS ENDS */

/* TABS VERTICALES STARTS */
.tabs_verticales_wrapper {
  background: #EFEFEF;
  margin: 0 -10px;
}
.tabs_verticales {
  background: #EFEFEF;
  margin-bottom: 24px;
}
.tabs_verticales ul.nav.nav-tabs {
  background: #EFEFEF;
  border: 0;
  width: 50%;
  float: left;
}
.tabs_verticales ul.nav.nav-tabs li {
  float: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DADADA;
  padding-left: 10px;
}
.tabs_verticales ul.nav.nav-tabs li:first-child {
  border-top: 0;
}
.tabs_verticales ul.nav.nav-tabs li:last-child {
  border-bottom: 0;
}
.tabs_verticales ul.nav.nav-tabs li a {
  background: url(./../../Images/productor.png) no-repeat center left;
  display: block;
  width: 100%;
  font-size: 11px;
  color: #999999;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0;
  border: 0;
  padding-left: 32px;
}
.tabs_verticales ul.nav.nav-tabs li a:hover {
  color: #155B2D;
}
.tabs_verticales ul.nav.nav-tabs li.active {
  background: #CCC;
  /*background: #CCC  url(./../../Images/bg_nav_vertical.png) repeat-y top right ;*/
}
.tabs_verticales ul.nav.nav-tabs li.active a {
  background: url(./../../Images/productor_hover.png) no-repeat center left;
  color: #155B2D;
  border: 0;
  outline: 0;
}
.tabs_verticales .tab-content {
  width: 50%;
  float: right;
  /* border-left: 1px solid #888888; */
  /*background: #DCDCDC;*/
  background: #dcdcdc url(./../../Images/bg_tab_vertical.png) repeat-y top left;
}
.tabs_verticales .tab-content .tab-pane {
  background: none;
  padding: 8px 0;
  height: 218px;
  overflow: scroll;
  border-radius: 0;
}
.tabs_verticales .tab-content .tab-pane ul {
  margin: 0;
  padding: 0 10px;
}
.tabs_verticales .tab-content .tab-pane ul li {
  list-style: none;
  background: url(./../../Images/bg_li_vertical.png) repeat-x bottom;
}
.tabs_verticales .tab-content .tab-pane ul li a {
  color: #444444;
  font-size: 12px;
  padding: 4px 0;
  display: block;
}
.tabs_verticales .tab-content .tab-pane ul li a:hover {
  text-decoration: none;
  color: #66b83d;
}
/* TABS VERTICALES ENDS */

.widgets_area .shape-up {
  position: relative;
  overflow: hidden;
}
.widgets_area .shape-up .shape {
  position: relative;
  margin-left: 0 !important;
  margin-top: 10px;
  float: left;
}
.widgets_area .shape-up {
  position: relative;
  overflow: hidden;
}
.widgets_area .shape-up .shape {
  position: relative;
  margin-left: 0 !important;
  margin-top: 10px;
  float: left;
}
.widgets_area .shape-up .shape .container {
  width: 100% !important;
  padding: 4px 8px;
}
.widgets_area h1 {
  font-size: 24px;
  color: #1A5A30;
  padding: 22px;
  margin: 0;
}
.widgets_area h1.grey_h1 {
  background: #F5F5F5;
  border-bottom: 1px solid #E0E0E0;
}
.widgets_area h2 {
  color: #65B933;
  font-size: 16px;
  padding: 14px;
  margin: 0;
}
.widgets_area ul {
  padding: 4px 9px 4px 0;
}
.widgets_area ul li {
  color: #666666;
  font-size: 14px;
  padding: 12px 10px 12px 30px;
  list-style: none;
  background: url(./../../Images/box_li.png) no-repeat 17px 18px;
}
.widgets_area ul li:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.widgets_area ul li span {
  color: #65B833;
}
/*.widgets_area table:not(#farmListTable) {
  display: block;
}
.widgets_area table:not(#farmListTable) tbody {
  width: 100%;
  display: table;
}
.widgets_area table:not(#farmListTable) tbody tr {
  width: 100%;
}
.widgets_area table:not(#farmListTable) tbody tr:first-child {
  background: #F5F5F5;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.widgets_area table:not(#farmListTable) tbody tr th {
  font-size: 13px;
  color: #2C8A8C;
  border: 1px solid #E0E0E0;
  border-top: none;
  padding: 18px 8px;
}
.widgets_area table:not(#farmListTable) tbody tr th:first-child {
  border-left: none;
}
.widgets_area table:not(#farmListTable) tbody tr th:last-child {
  border-right: none;
}
.widgets_area table:not(#farmListTable) tbody tr td {
  color: #999999;
  font-size: 13px;
  border: 1px solid #E0E0E0;
  padding: 5px;
}
.widgets_area table:not(#farmListTable) tbody tr td:first-child {
  border-left: none;
}
.widgets_area table:not(#farmListTable) tbody tr td:last-child {
  border-right: none;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox {
  border-top: 3px solid #97C3AF;
  border-bottom: 3px solid #97C3AF;
  background: #F3FCE2;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox td {
  padding: 0;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox td table {
  margin: 0;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox td table tbody tr {
  background: #F3FCE2;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox td table tbody tr:first-child {
  background: #A7CDCE;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox td table tbody tr th {
  color: #fff;
  padding: 12px 8px;
  border-color: #8AB2A1;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox td table tbody tr td {
  padding: 14px 9px;
  background: none;
  color: #666666;
  text-shadow: 0 1px 0 #fff;
  border-color: #D5DDC6;
}
.widgets_area table:not(#farmListTable) tbody tr.expandBox .tooltip {
  text-shadow: none;
}*/
.widgets_area ul.table_buttons {
  list-style: none;
  width: 192px;
  padding: 4px 0;
}
.widgets_area ul.table_buttons li {
  background: none;
  float: left;
  border-right: 1px solid #CCCCCC;
  padding: 0 8px;
  border-bottom: none;
}
.widgets_area ul.table_buttons li:last-child {
  border-right: none;
}
.widgets_area ul.table_buttons li a:hover {
  opacity: 0.8;
}
.widgets_area ul.table_buttons li span.glyphicon-star {
  color: #CCC;
  margin-top: 6px;
}
.widgets_area ul.table_buttons li span.glyphicon-star:hover {
  color: #FFBD43;
  cursor: pointer;
}
.widgets_area ul.table_buttons li span.glyphicon-star.active {
  color: #FF9326;
}
.widgets_area ul.table_buttons li span.glyphicon-star.active:hover {
  color: #FFBD43;
  cursor: pointer;
}
.widgets_area ul.table_buttons.small {
  width: 90px;
}
.widgets_area .profile_information {
  padding: 18px 0;
}
.widgets_area .profile_information .user_profile {
  width: 172px;
  margin: 0 auto;
  height: 172px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.widgets_area .profile_information .user_profile img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.widgets_area .profile_information h2 {
  text-align: center;
}
.widgets_area .profile_information .profile_links {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  height: 57px;
}
.widgets_area .profile_information .profile_links:before {
  background: url(./../../Images/bg_profile.png) repeat-y top right;
  height: 59px;
  right: 0;
  top: -1px;
  content: "";
  display: block;
  width: 39px;
  position: absolute;
}
.widgets_area .profile_information .profile_links ul.links {
  margin: 0 auto;
  list-style: none;
  width: 166px;
  height: 55px;
  padding: 0;
}
.widgets_area .profile_information .profile_links ul.links li {
  background: url(./../../Images/bg_li_profile.png) repeat-x bottom;
  border-right: 1px solid #FFF;
  border-left: 1px solid #D0D0D0;
  float: left;
  padding: 9px 7px;
  height: 55px;
}
.widgets_area .profile_information .profile_links ul.links li:first-child {
  border-left: none;
}
.widgets_area .profile_information .profile_links ul.links li:last-child {
  border-right: none;
}
.widgets_area .profile_information .profile_links ul.links li a {
  display: block;
}
.widgets_area .profile_information .profile_links ul.links li a:hover {
  opacity: 0.7;
}
.widgets_area nav {
  padding: 6px 18px 26px 18px;
}
.widgets_area ul.pagination {
  border: none;
  float: right;
  margin: 2px 0;
  padding: 0;
}
.widgets_area ul.pagination li {
  background: none;
  border-bottom: none;
  display: block;
  float: left;
  padding: 0;
}
.widgets_area ul.pagination li:first-child a span,
.widgets_area ul.pagination li:last-child a span {
  color: #666666;
}
.widgets_area ul.pagination li:first-child a:hover span,
.widgets_area ul.pagination li:last-child a:hover span {
  color: #FFF;
}
.widgets_area ul.pagination li a {
  color: #125D2C;
  padding: 6px 10px;
}
.widgets_area ul.pagination li a:hover {
  color: #fff;
  background: #2D8A8C;
}
.widgets_area ul.pagination li a.active {
  color: #fff;
  background: #2D8A8C;
}
.btn-green {
  display: block;
  font-size: 12px;
  color: #FFF;
  border-radius: 6px;
  background: #5ab85c no-repeat;
  padding: 14px;
  margin: 0;
  box-shadow: 0 2px 0 0 #195B30;
  padding: 8px;
  border: none;
}
.btn-green:hover {
  background: #195b30 no-repeat;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  -webkit-text-shadow: 0px 1px 0px #000;
  -moz-text-shadow: 0px 1px 0px #000;
  box-shadow: 0 2px 0 0 #fff;
}
.btn-green.xsl {
  background-image: url(./../../Images/xsl.png);
  background-position: 5px center;
  padding-left: 34px;
  margin: 2px 14px 2px 2px;
}
.btn-green.xsl:hover {
  background-image: url(./../../Images/xsl_hover.png);
}
.btn-green.add {
  background-image: url(./../../Images/plus.png);
  background-position: 5px center;
  padding-left: 34px;
  margin: 4px;
}
.btn-green.right {
  float: right;
}
.btn-green.left {
  float: left;
}
.btn-green.center {
  margin: 4px auto;
  display: block;
}
.btn-orange {
  display: block;
  font-size: 12px;
  color: #FFF;
  border-radius: 6px;
  background: #ff8000 no-repeat;
  padding: 14px;
  margin: 0;
  box-shadow: 0 2px 0 0 #BE5800;
  padding: 8px;
  border: none;
}
.btn-orange:hover {
  background: #ffbe2b no-repeat;
  color: #fff;
  text-shadow: 0px 1px 0px #BE5800;
  -webkit-text-shadow: 0px 1px 0px #BE5800;
  -moz-text-shadow: 0px 1px 0px #BE5800;
  box-shadow: 0 2px 0 0 #FF8000;
}
.btn-orange.add {
  background-image: url(./../../Images/plus.png);
  background-position: 5px center;
  padding-left: 34px;
  margin: 4px;
}
.btn-orange.right {
  float: right;
}
.btn-orange.left {
  float: left;
}
.btn-orange.center {
  margin: 4px auto;
  display: block;
}
.popover {
  font-family: "Montserrat", sans-serif;
  width: 200px;
}
.popover label {
  font-size: 12px;
  color: #145B2D;
  font-weight: 400;
  max-width: 500px;
}
.more {
  display: block;
  height: 28px;
  width: 27px;
  background: url(./../../Images/less.png) no-repeat;
  border: none;
}
.more.collapsed {
  background: url(./../../Images/more.png) no-repeat;
}
.stars span.glyphicon-star {
  color: #CCCCCC;
  margin-top: 6px;
}
.stars span.glyphicon-star:hover {
  color: #FFBD43;
  cursor: pointer;
}
.stars span.glyphicon-star.active {
  color: #FF9326;
}
.stars span.glyphicon-star.active:hover {
  color: #FFBD43;
  cursor: pointer;
}

/*GENERAL GRID SYSTEM : START*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.6667%;
}
.col-xs-10 {
  width: 83.3333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.6667%;
}
.col-xs-7 {
  width: 58.3333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.6667%;
}
.col-xs-4 {
  width: 33.3333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.6667%;
}
.col-xs-1 {
  width: 8.33333%;
}
/*GENERAL GRID SYSTEM START*/
/*body #main .widgets_area .shape_up .shape .col-xs-1,
body #main .widgets_area .shape_up .shape .col-sm-1,
body #main .widgets_area .shape_up .shape .col-md-1,
body #main .widgets_area .shape_up .shape .col-lg-1,
body #main .widgets_area .shape_up .shape .col-xs-2,
body #main .widgets_area .shape_up .shape .col-sm-2,
body #main .widgets_area .shape_up .shape .col-md-2,
body #main .widgets_area .shape_up .shape .col-lg-2,
body #main .widgets_area .shape_up .shape .col-xs-3,
body #main .widgets_area .shape_up .shape .col-sm-3,
body #main .widgets_area .shape_up .shape .col-md-3,
body #main .widgets_area .shape_up .shape .col-lg-3,
body #main .widgets_area .shape_up .shape .col-xs-4,
body #main .widgets_area .shape_up .shape .col-sm-4,
body #main .widgets_area .shape_up .shape .col-md-4,
body #main .widgets_area .shape_up .shape .col-lg-4,
body #main .widgets_area .shape_up .shape .col-xs-5,
body #main .widgets_area .shape_up .shape .col-sm-5,
body #main .widgets_area .shape_up .shape .col-md-5,
body #main .widgets_area .shape_up .shape .col-lg-5,
body #main .widgets_area .shape_up .shape .col-xs-6,
body #main .widgets_area .shape_up .shape .col-sm-6,
body #main .widgets_area .shape_up .shape .col-md-6,
body #main .widgets_area .shape_up .shape .col-lg-6,
body #main .widgets_area .shape_up .shape .col-xs-7,
body #main .widgets_area .shape_up .shape .col-sm-7,
body #main .widgets_area .shape_up .shape .col-md-7,
body #main .widgets_area .shape_up .shape .col-lg-7,
body #main .widgets_area .shape_up .shape .col-xs-8,
body #main .widgets_area .shape_up .shape .col-sm-8,
body #main .widgets_area .shape_up .shape .col-md-8,
body #main .widgets_area .shape_up .shape .col-lg-8,
body #main .widgets_area .shape_up .shape .col-xs-9,
body #main .widgets_area .shape_up .shape .col-sm-9,
body #main .widgets_area .shape_up .shape .col-md-9,
body #main .widgets_area .shape_up .shape .col-lg-9,
body #main .widgets_area .shape_up .shape .col-xs-10,
body #main .widgets_area .shape_up .shape .col-sm-10,
body #main .widgets_area .shape_up .shape .col-md-10,
body #main .widgets_area .shape_up .shape .col-lg-10,
body #main .widgets_area .shape_up .shape .col-xs-11,
body #main .widgets_area .shape_up .shape .col-sm-11,
body #main .widgets_area .shape_up .shape .col-md-11,
body #main .widgets_area .shape_up .shape .col-lg-11,
body #main .widgets_area .shape_up .shape .col-xs-12,
body #main .widgets_area .shape_up .shape .col-sm-12,
body #main .widgets_area .shape_up .shape .col-md-12,
body #main .widgets_area .shape_up .shape .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body #main .widgets_area .shape_up .shape .col-xs-1,
body #main .widgets_area .shape_up .shape .col-xs-2,
body #main .widgets_area .shape_up .shape .col-xs-3,
body #main .widgets_area .shape_up .shape .col-xs-4,
body #main .widgets_area .shape_up .shape .col-xs-5,
body #main .widgets_area .shape_up .shape .col-xs-6,
body #main .widgets_area .shape_up .shape .col-xs-7,
body #main .widgets_area .shape_up .shape .col-xs-8,
body #main .widgets_area .shape_up .shape .col-xs-9,
body #main .widgets_area .shape_up .shape .col-xs-10,
body #main .widgets_area .shape_up .shape .col-xs-11,
body #main .widgets_area .shape_up .shape .col-xs-12 {
  float: left;
}
body #main .widgets_area .shape_up .shape .col-xs-12 {
  width: 100%;
}
body #main .widgets_area .shape_up .shape .col-xs-11 {
  width: 91.66666667%;
}
body #main .widgets_area .shape_up .shape .col-xs-10 {
  width: 83.33333333%;
}
body #main .widgets_area .shape_up .shape .col-xs-9 {
  width: 75%;
}
body #main .widgets_area .shape_up .shape .col-xs-8 {
  width: 66.66666667%;
}
body #main .widgets_area .shape_up .shape .col-xs-7 {
  width: 58.33333333%;
}
body #main .widgets_area .shape_up .shape .col-xs-6 {
  width: 50%;
}
body #main .widgets_area .shape_up .shape .col-xs-5 {
  width: 41.66666667%;
}
body #main .widgets_area .shape_up .shape .col-xs-4 {
  width: 33.33333333%;
}
body #main .widgets_area .shape_up .shape .col-xs-3 {
  width: 25%;
}
body #main .widgets_area .shape_up .shape .col-xs-2 {
  width: 16.66666667%;
}
body #main .widgets_area .shape_up .shape .col-xs-1 {
  width: 8.33333333%;
}*/
/*GENERAL GRID SYSTEM : ENDS*/

/* TOGGLE : STARTS */
/* http://www.bootstraptoggle.com */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.toggle.btn {
    min-width: 100px;
    min-height: 34px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}
/* TOGGLE : ENDS */

/*INFORMACION GENERAL STARTS*/
.block {
  border-left: 1px solid #E0E0E0;
}
.block h3 {
  color: #195930;
  font-size: 18px;
}
.block label {
  font-weight: normal;
  color: #666666;
}
.save {
  border-top: 1px solid #E0E0E0;
  padding: 8px;
}
.save .btn {
  margin-left: 4px;
}
/*INFORMACION GENERAL ENDS*/
/*FINCA+PRODUCTOR STARTS*/
.finca_productor {
  width: 100%;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  position: relative;
  margin: 10px 0;
}
.finca_productor .finca {
  width: 100%;
}
.finca_productor .productor {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 8px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.finca_productor .productor .person_pic {
  overflow: hidden;
  border: 1px solid #E9FDCA;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -50px;
  left: 14px;
  border-radius: 50%;
}
.finca_productor .productor .person_pic img {
  width: 100%;
}
.finca_productor .productor h1 {
  padding: 0;
  color: #E9FCCC;
  font-size: 16px;
}
.finca_productor .productor p {
  color: #fff;
  padding: 4px 0;
}
.finca_productor .productor p span {
  color: #99C500;
}
/*FINCA+PRODUCTOR ENDS*/
.inner.form-group {
  margin: 8px 0;
}
.inner.form-group label {
  font-weight: normal;
  color: #666;
}
/* INTERPRETACION STARTS */
.interpretacion {
  border-top: 1px solid #888;
  background: url(./../../Images/bg_interpretacion.png) top center repeat-x;
}
.interpretacion h2 {
  font-size: 18px;
  color: #195930;
}
.interpretacion .description {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
}
.interpretacion .text {
  color: #666666;
  padding: 32px 0 2px 0;
  font-size: 12px;
}
.interpretacion .data {
  padding: 2px 0;
}
.interpretacion .data span {
  display: block;
  text-align: center;
  color: #246539;
  font-size: 12px;
}
.interpretacion .data input {
  width: 100%;
}
.interpretacion .data .green {
  background: #F3FCE2;
}
/* INTERPRETACION ENDS */
/* LOG IN STARTS */
#login-page.LoginBackground {
  background: #ffffff url(./../../Images/map.gif) top center no-repeat;
}
#layout-page.LoginBackground {
  background: #f9f9f9 url(./../../Images/map.gif) top center no-repeat;
}
body #main.login-wrapper {
  margin-top: 0;
}
.log-in {
  margin: 0 auto;
  float: none;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-top: none;
  -webkit-border-radius: 0px 0 5px 5px;
  border-radius: 0px 0 5px 5px;
  padding: 0;
}
.log-in form {
  background: url(./../../Images/bg_form.png) repeat-x;
  padding: 16px 10px 8px 10px;
}
.log-in form label {
  color: #5bb85c;
  font-size: 14px;
  padding: 8px 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.log-in form input {
  border-color: #DADADA;
  color: #999999;
  background: #F9F9F9 !important;
  height: 37px;
  border-radius: 5px;
}
.log-in form .form-group  {
  position: relative;
  margin-bottom: 8px;
}
.log-in form .form-group:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 6px;
  display: block;
  height: 35px;
  width: 30px;
  z-index: 1;
}
.log-in form .form-group.email-form:before {
  background: url(./../../Images/email.png) no-repeat;
}
.log-in form .form-group.password-form:before {
  background: url(./../../Images/lock.png) no-repeat;
}
.log-in form .form-group.password-form {
  float: left;
  width: 60%;
  margin-right: 2%;
}
.log-in form .form-control {
  padding: 6px 12px 6px 46px;
  position: relative;
}

@media (max-width: 767px) {
    .log-in form .form-group #InputEmail {
        margin-top: 15px;
    }

    .navbar {
        min-height: 45px;
    }
}

.log-in form button[type="submit"] {
  /*border-radius: 6px;
  background: #5bb85c;
  color: #fff;
  border: none;
  box-shadow: 0 2px 0 #1A5B30;*/
  width: 98px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 9px 10px;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
}
/*.log-in form button[type="submit"]:hover {
  background: #499B49;
}*/
/*#odometer-box {
	margin:15px auto 0 auto;
	max-width: 684px;
	border-top: 4px solid #BBBBBB;
	text-align: center;
	color:#4DBB4C;
	.odometer {
		border-top: 1px solid #FFF;
		border-bottom: 4px solid #BBBBBB;
		padding: 10px;
		font-size:50px;
		line-height: 50px;
		width:100%;
	}
	.odometer-txt {
		border-top: 1px solid #FFF;
		width:100%;
		font-size:18px;
		color:#419F41;
		text-transform: uppercase;
	}
}*/
.all-commodities {
  display: block;
  margin: 18px auto 18px auto;
  padding: 0;
}
#Stats-box {
  margin: 15px auto 0 auto;
  max-width: 520px;
  border-top: 4px solid #BBBBBB;
  text-align: center;
  color: #4DBB4C;
  padding: 12px 0 0 0;
}
#Stats-box .data_info {
  background: url(./../../Images/data_circle.png) no-repeat;
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}
#Stats-box .data_info h1 {
  text-align: center;
  font-size: 24px;
  color: #489F49;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 56px 8px 8px 8px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
#Stats-box .data_info h1 span {
  display: block;
  text-align: center;
  color: #B1B1B1;
  font-size: 13px;
  font-weight: normal;
}
#integrity {
  padding: 12px 0 0 0;
  margin: 0 auto;
  width: 264px;
}
#integrity .sms-integrity {
  display: block;
  width: 180px;
  margin: 0 auto;
}
/* LOG IN ENDS */
.sms {
  display: block;
  margin: 0 auto;
}
/* HOME LINKS STARTS */
ul.home-links {
  margin: 0 auto;
  padding: 30px 0 0 0;
}
ul.home-links li {
  /*width: 50%;
  float: left;*/
  list-style: none;
  padding: 0 6px 24px 6px;
}
ul.home-links li a {
  padding: 28px 0;
  background: #6aa242;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /*box-shadow: 0 4px 0 #1b5b30;
    -moz-box-shadow: 0 4px 0 #1b5b30;
    -webkit-box-shadow: 0 4px 0 #1b5b30;*/
}
ul.home-links li a:hover {
  background: #004807;
  color: #56B957;
  text-decoration: none;
}
ul.home-links li a span {
  padding-top: 65px;
  width: 100%;
  display: block;
  height:95px !important;
}
ul.home-links li a span.dashboards {
  background: url('./../../Images/dashboard_a.png') no-repeat center top;
}
ul.home-links li a span.mantenimientos {
  background: url('./../../Images/mantenimientos_a.png') no-repeat center top;
}
ul.home-links li a span.asistencia {
  background: url('./../../Images/asistencia_a.png') no-repeat center top;
}
ul.home-links li a span.sostenibilidad {
  background: url('./../../Images/sostenibilidad_a.png') no-repeat center top;
}
ul.home-links li a span.capacitacion {
  background: url('./../../Images/capacitacion_a.png') no-repeat center top;
}
ul.home-links li a span.graficos {
  background: url('./../../Images/graficos_a.png') no-repeat center top;
}
ul.home-links li a span.reportes {
  background: url('./../../Images/reportes_a.png') no-repeat center top;
}
ul.home-links li a span.tecnicos {
  background: url('./../../Images/tecnicos_a.png') no-repeat center top;
}
ul.home-links li a span.catalogos {
  background: url('./../../Images/tecnicos_a.png') no-repeat center top;
}
/* HOME LINKS  ENDS */
/* MAIN SECTION ENDS */
#layout-page .footer{
    background-color: #E8E8E8;
    /*background: #FFF url(./../../Images/bg_personal.jpg) repeat-x bottom center;*/
}
#login-page .footer{
    /*background-color: #E8E8E8;*/
    background: #eeeeef url(./../../Images/bg_navbar_header.jpg) repeat-x 0 30px;
}
.footer {
    z-index: 1050 !important;
    width: 100%;
    height: 40px;
    border-top: 1px solid #CECECE;
    margin-top: 5px;
    bottom: 0px;
    position: fixed;
}
.footer .container {
  width: 100% !important;
  margin: 0;
  padding: 0 10px;
}
.footer p {
  color: #7F7F8A;
  font-size: 12px;
  padding: 10px 45px 0px 10px;
  text-shadow: 0px 2px 1px #fff;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
.footer p span {
  color: #6AA242;
}
.footer #go-top {
  position: absolute;
  right: 20px;
  top: 10px !important;
  text-shadow: 0px 2px 1px #fff;
  color: #5BB85C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer #go-top:hover {
  color: #E98A2C;
}

.header .navbar #navbar .navbar-nav .pages {
    border-top: 1px solid #fff;
    background: #dddddd url(./../../Images/bg_products.png) repeat-x;
    padding-top: 2px;
}
.header .navbar #navbar .navbar-nav .pages a {
    background: #6bb645 url(./../../Images/active_products.png) no-repeat center bottom;
    text-transform: uppercase;
    position: relative;
    outline:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .navbar #navbar .navbar-nav .pages a span {
    color: #fff;
    text-shadow: 0px 1px 0px #478028;
    display: block;
    padding: 5px 10px 8px 40px;
}
.header .navbar #navbar .navbar-nav .pages a span.general {
    /*background: url(./../../Images/general.png) no-repeat;*/
}
.header .navbar #navbar .navbar-nav .pages a span.dashboard {
    background: url(./../../Images/coffee_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.maintenance {
    background: url(./../../Images/cocoa_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.asistence {
    background: url(./../../Images/cotton_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.sustainability {
    background: url(./../../Images/sugar_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.training {
    background: url(./../../Images/sugar_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.graphics {
    background: url(./../../Images/sugar_active.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.reports {
    background: url(./../../Images/general.png) no-repeat;
}
.header .navbar #navbar .navbar-nav .pages a span.technicians {
    background: url(./../../Images/general.png) no-repeat;
}

.header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages {
    border-top: none;
}
.header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a {
    padding: 4px 10px 3px 9px;
}
.header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a span {
    padding: 8px 10px 8px 40px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
}

@media(max-width:767px){
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a span {
        padding: 10px 30px 10px 35px;
    }
    .navbar-brand span.ecom img {
        height: 44px;
    }
    .navbar-brand span.sms {
        padding: 14px 14px 0 14px;
        font-size: 18px;
    }
    #login-page .navbar-brand span.sms {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages {
        border-top: none;
    }
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a {
        padding: 2px 7px 0px 4px;
        font-size: 12px;
    }
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a span {
        padding: 14px 0px 13px 15px;
        font-size: 12px;
    }
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages li.firstLevelMenu a span:nth-child(2){
        padding: 4px 5px 4px 35px;
    }
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages li.firstLevelMenu:last-child a{
        padding-bottom: 5px;
    }
}
@media (min-width: 992px) {
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a {
        padding: 3px 10px 1px 8px;
        /*font-size: 14px;*/
    }
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a span {
        padding: 13px 0px 12px 15px;
        font-size: 12px;
    }
}
@media (min-width: 1100px) {
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a {
        padding: 4px 8px 4px 8px;
    }
    .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .pages a span {
        padding: 11px 0px 10px 15px;
        /*font-size: 14px;*/
    }
}

/* @media (min-width: 768px) STARTS */
@media (min-width: 768px) {
  .animsition {
    padding-top: 85px;
  }
  body#login-page .animsition {
    padding-top: 46px;
  }
  .header .container {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .navbar {
    min-height: 45px;
    z-index: 1050 !important;
  }
  .header .navbar.navbar-default.navbar-fixed-top {
    background: #eeeeef url(./../../Images/bg_navbar_header.jpg) repeat-x 0 26px;
    border: none;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar {
    background: none;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info {
    float: right;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user {
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #fff;
    float: left;
    padding: 5px 0 3px 0;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user .user_wrap {
    width: 50px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user h3.user_id {
    /*width: 90px;*/
    width:134px;
    margin: 7px 0 0 8px;
    display: none;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .navbar-right {
    margin-right: 0;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    /*border-bottom: 0;*/
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .navbar-right ul.nav li:first-child {
    /*border-right: 1px solid #D0D0D0;*/
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav a.home {
    padding: 15px 6px 11px 2px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav a.home span {
    padding: 0 0 0 24px;
    background-position: 0px center;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products {
    border-top: none;
    /*width: 50px;*/
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products a {
    padding: 2px 6px 3px 2px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products a span {
    padding: 9px 0px 9px 33px;
    font-size: 0px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer {
    padding-top: 3px;
    background: #1b5b30 url(./../../Images/bg_categories.jpg) repeat-x;
    border-top: none;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer a {
    background: url("./../../Images/active_categories.png") no-repeat center bottom;
    padding: 4px 6px 8px 2px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer a span {
    padding: 10px 0 1px 30px;
    font-size: 12px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav li:first-child a {
    border-left: 0;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a {
    display: inline-block;
    float: left;
    border-right: 1px solid #D0D0D0;
    border-left: 1px solid #FCFCFC;
    padding: 10px 6px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span {
    padding: 2px 0;
    background: none;
  }
  .navbar-header {
    /*background: none;*/
    padding-left: 10px;
  }
  .navbar-header#login_header {
    padding-left: 0;
    width: 100%;
  }
  .navbar-brand span.ecom {
    width: 166px;
    padding: 5px 16px 4px 5px;
  }
  .navbar-brand span.ecom img {
    height: 36px;
    /*-webkit-filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";*/
    -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  .navbar-brand span.ecom img:hover {
    /*opacity:0.8;*/
  }
  .navbar-brand span.sms {
    padding: 10px 5px 0;
    left: 54px;
    top: 15px;
  }
  .navbar-brand:focus span.sms {
    text-decoration:underline !important;
  }
  .navbar-brand#login_brand {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .navbar-brand#login_brand span.ecom {
    padding: 5px 32px 6px 32px;
  }
  .navbar-brand#login_brand span.sms {
    top: 8px;
    left: 160px;
  }
  #login-page .navbar-brand#login_brand span.sms {
    top: 13px;
    font-size:14px;
  }
  /* SUBMENU STARTS*/
  .submenu {
    display: block;
  }
  /* SUBMENU ENDS */
  /* MAIN SECTION STARTS */
  .breadcrumbs {
    padding: 5px 5px;
  }
  .breadcrumbs ul li:first-child {
    font-size: 24px;
    padding-top: 0;
  }
  .breadcrumbs ul li:first-child a {
    font-size: 24px;
    background-position: right 13px;
  }
  .breadcrumbs ul.navbar-right li {
    padding: 4px 0;
    width: auto;
    border-top: none;
    border-left: 1px solid #ccc;
  }
  .breadcrumbs ul.navbar-right li a {
    background: none;
    padding: 0 8px;
    color: #1B5B30;
    font-size: 14px;
  }
  .breadcrumbs ul.navbar-right li ul.dropdown-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .breadcrumbs ul.navbar-right li ul.dropdown-menu li a {
    color: #66b83d;
  }
  .breadcrumbs ul.navbar-right li ul.dropdown-menu li a:hover {
    color: #1B5B30;
  }
  .breadcrumbs .input-group.search-right {
    width: 25%;
  }
  #controls {
    position: relative;
    border-radius: 0;
    border-right: 0 none;
  }
  #controls .glyphicon {
    padding: 16px 13px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
  }
  #controls .filter-options {
    margin: 0 0 0 45px;
    border-bottom: 0;
    float: left;
  }
  #controls .filter-options button.btn {
    font-size: 14px;
    border-left: 1px solid #fff;
    border-right: 1px solid #CCC;
    border-top: 0;
    border-bottom: 0;
    width: auto;
    float: left;
    padding: 15px 10px;
  }
  #controls .filter-options button.btn:first-child {
    border-left: 1px solid #fff;
  }
  #controls .filter--shapes {
    float: right;
  }
  #controls .filter--shapes span.ib {
    font-size: 14px;
    border-left: 1px solid #fff;
    border-right: 1px solid #CCC;
    padding: 15px 14px 10px 4px;
  }
  #controls .filter--shapes span.ib:first-child {
    border-left: 1px solid #CCC;
  }
  #controls .filter--shapes span.ib:last-child {
    border-right: none;
  }
  .col-sm-4.fav {
    width: 33%;
    float: left;
  }
  .container_box {
    /*width: 750px;
    margin: 0 auto;*/
  }
  /*GENERAL GRID SYSTEM START*/
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6667%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6667%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6667%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  /*GENERAL GRID SYSTEM ENDS*/
  body #main .widgets_area .col-sm-1,
  body #main .widgets_area .col-sm-2,
  body #main .widgets_area .col-sm-3,
  body #main .widgets_area .col-sm-4,
  body #main .widgets_area .col-sm-5,
  body #main .widgets_area .col-sm-6,
  body #main .widgets_area .col-sm-7,
  body #main .widgets_area .col-sm-8,
  body #main .widgets_area .col-sm-9,
  body #main .widgets_area .col-sm-10,
  body #main .widgets_area .col-sm-11,
  body #main .widgets_area .col-sm-12 {
    float: left;
  }
  body #main .widgets_area .col-sm-12 {
    width: 100%;
  }
  body #main .widgets_area .col-sm-11 {
    width: 91.66666667%;
  }
  body #main .widgets_area .col-sm-10 {
    width: 83.33333333%;
  }
  body #main .widgets_area .col-sm-9 {
    width: 75%;
  }
  body #main .widgets_area .col-sm-8 {
    width: 66.66666667%;
  }
  body #main .widgets_area .col-sm-7 {
    width: 58.33333333%;
  }
  body #main .widgets_area .col-sm-6 {
    width: 50%;
  }
  body #main .widgets_area .col-sm-5 {
    width: 41.66666667%;
  }
  body #main .widgets_area .col-sm-4 {
    width: 33.33333333%;
  }
  body #main .widgets_area .col-sm-3 {
    width: 25%;
  }
  body #main .widgets_area .col-sm-2 {
    width: 16.66666667%;
  }
  body #main .widgets_area .col-sm-1 {
    width: 8.33333333%;
  }
  .popover {
    width: 400px;
  }
  .popover label {
    width: 50%;
    float: left;
  }
  .popover input {
    width: 50%;
    float: right;
  }
  .popover select {
    width: 50%;
    float: right;
  }
  /* TABS VERTICALES STARTS */
  .tabs_verticales ul.nav.nav-tabs {
    width: 25%;
  }
  .tabs_verticales ul.nav.nav-tabs li a {
    font-size: 14px;
  }
  .tabs_verticales .tab-content {
    width: 75%;
  }
  .tabs_verticales .tab-content .tab-pane {
    padding: 14px 0;
    height: auto;
    overflow: auto;
  }
  .tabs_verticales .tab-content .tab-pane ul {
    padding: 0 24px;
    width: 50%;
    float: left;
  }
  .tabs_verticales .tab-content .tab-pane ul li a {
    padding: 10px 0;
    font-size: 14px;
  }
  /* TABS VERTICALES ENDS */
  /* LOG IN STARTS */
  .log-in {
    width: 80%;
    max-width: 620px;
  }
  .log-in .form-group {
    margin-bottom: 15px;
    width: 40%;
    margin-right: 1%;
    float: left;
  }
  .log-in .form-group.password-form {
    width: 40% !important;
    margin-right: 1% !important;
  }
  .log-in button[type="submit"] {
    float: left;
  }
  #odometer-box {
    margin: 46px auto 0 auto;
  }
  #odometer-box .odometer {
    font-size: 90px;
    line-height: 90px;
  }
  #odometer-box .odometer-txt {
    font-size: 27px;
  }
  #integrity .all-commodities {
    margin: 0 auto 18px auto;
    width: auto;
  }
  #integrity .sms-integrity {
    width: auto;
  }
  #Stats-box .col-sm-4 {
    width: 33.333%;
    float: left;
  }
  /* LOG IN ENDS */
  /* HOME LINKS STARTS */
  ul.home-links li {
    /*width: 50%;
    float: left;*/
  }
  ul.home-links li a {
    font-size: 18px;
  }
  /* HOME LINKS  ENDS */
  /* FILTROS STARTS */
  .filtros .content {
    position: relative;
  }
  .filtros .inner {
    width: 50%;
    float: left;
  }
  .filtros .inner label {
    width: 50%;
    float: left;
    font-size: 14px;
  }
  .filtros .inner input {
    width: 50%;
    float: right;
  }
  .filtros .inner select {
    width: 50%;
    float: right;
  }
  .filtros .configuracion {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .filtros .btn-filtrar {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    width: auto;
    padding: 12px 18px;
  }
  /* FILTROS ENDS */
  /* PERSONA PROFILE STARTS */
  .persona .toggle {
    width: 95px !important;
  }
  /* PERSONA PROFILE ENDS */
  .modal .widgets_area .col-md-6 {
    width: 50%;
    float: left;
  }
  /* MAIN SECTION ENDS */
  .footer p {
    font-size: 14px;
    padding: 10px 22px 0 0;
  }
  .footer .container {
    width: 100%;
    margin: 0;
  }
}
/* @media (min-width: 768px) ENDS */
/* @media (min-width: 992px) STARTS */
@media (min-width: 992px) {
  .animsition {
    padding-top: 85px;
  }
  body.login-page .animsition {
    /*padding-top: 46px;*/
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user {
    padding: 4px 0 4px 8px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user .user_wrap {
    width: 186px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user h3.user_id {
    display: block;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav a.home {
    padding: 15px 10px 9px 6px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products a {
    padding: 3px 10px 4px 8px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products a span {
    padding: 8px 0px 8px 36px;
    font-size:0px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer {
    padding-top: 3px;
    background: #1b5b30 url(./../../Images/bg_categories.jpg) repeat-x;
    border-top: none;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer a {
    background: url("./../../Images/active_categories.png") no-repeat center bottom;
    padding: 4px 10px 3px 9px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer a span {
    padding: 8px 10px 8px 32px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a {
    padding: 10px 6px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span {
    padding: 2px 2px 2px 28px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.dashboards {
    background: url('./../../Images/main_dashboard_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.mantenimientos {
    background: url('./../../Images/main_mantenimientos_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.asistencia {
    background: url('./../../Images/main_asistencia_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.sostenibilidad {
    background: url('./../../Images/main_sostenibilidad_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.capacitacion {
    background: url('./../../Images/main_capacitacion_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.graficos {
    background: url('./../../Images/main_graficos_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.reportes {
    background: url('./../../Images/main_reportes_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.tecnicos {
    background: url('./../../Images/main_tecnicos_a.png') no-repeat center left;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span.catalogos {
    background: url('./../../Images/main_tecnicos_a.png') no-repeat center left;
  }
  .navbar-brand span.ecom {
    width: 240px;
    padding: 5px 16px 4px 10px;
  }
  /*.navbar-brand span.sms {
    line-height: 14px;
    display: block;
    font-size: 14px;
    padding: 17px 10px 0;
    top: 0;
    left: 110px;
  }*/
  .navbar-brand span.sms {
      /*display: inline-block;*/
        padding: 7px 14px 0 7px;
      font-size: 14px;
        /*text-shadow: 0px 1px 0px #ddd;*/
      float: right;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      position: absolute;
      top: 16px;
      left: 56px;
    }
  .navbar-brand#login_brand {
    width: 358px;
  }
  .navbar-brand#login_brand span.ecom {
    width: 356px;
    padding: 3px 46px 6px;
  }
  .navbar-brand#login_brand span.sms {
    left: 170px;
    top: 1px;
  }
  .container_box {
    /*width: 970px;*/
  }
  /*GENERAL GRID SYSTEM START*/
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6667%;
  }
  .col-md-10 {
    width: 83.3333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-7 {
    width: 58.3333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6667%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6667%;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  /*GENERAL GRID SYSTEM ENDS*/
  body #main .widgets_area .col-md-1,
  body #main .widgets_area .col-md-2,
  body #main .widgets_area .col-md-3,
  body #main .widgets_area .col-md-4,
  body #main .widgets_area .col-md-5,
  body #main .widgets_area .col-md-6,
  body #main .widgets_area .col-md-7,
  body #main .widgets_area .col-md-8,
  body #main .widgets_area .col-md-9,
  body #main .widgets_area .col-md-10,
  body #main .widgets_area .col-md-11,
  body #main .widgets_area .col-md-12 {
    float: left;
  }
  body #main .widgets_area .col-md-12 {
    width: 100%;
  }
  body #main .widgets_area .col-md-11 {
    width: 91.66666667%;
  }
  body #main .widgets_area .col-md-10 {
    width: 83.33333333%;
  }
  body #main .widgets_area .col-md-9 {
    width: 75%;
  }
  body #main .widgets_area .col-md-8 {
    width: 66.66666667%;
  }
  body #main .widgets_area .col-md-7 {
    width: 58.33333333%;
  }
  body #main .widgets_area .col-md-6 {
    width: 50%;
  }
  body #main .widgets_area .col-md-5 {
    width: 41.66666667%;
  }
  body #main .widgets_area .col-md-4 {
    width: 33.33333333%;
  }
  body #main .widgets_area .col-md-3 {
    width: 25%;
  }
  body #main .widgets_area .col-md-2 {
    width: 16.66666667%;
  }
  body #main .widgets_area .col-md-1 {
    width: 8.33333333%;
  }
  /* HOME LINKS STARTS */
  ul.home-links {
    max-width: 1440px;
  }
  ul.home-links li {
    /*width: 25%;
    float: left;*/
  }
  ul.home-links li a {
    max-width: 186px;
    margin: 0 auto;
  }
  /* HOME LINKS  ENDS */
  /* FILTROS STARTS */
  .filtros .inner label {
    width: 35%;
  }
  .filtros .inner input {
    width: 65%;
  }
  .filtros .inner select {
    width: 65%;
  }
  /* FILTROS ENDS */
  /* TABS VERTICALES STARTS */
  .tabs_verticales .tab-content .tab-pane ul {
    width: 33%;
  }
  .tabs_verticales .tab-content .tab-pane ul li:last-child {
    background: none;
  }
  /* TABS VERTICALES ENDS */
  /* PERSONA PROFILE STARTS */
  .persona .toggle {
    width: 126px !important;
  }
  /* PERSONA PROFILE ENDS */
  /* MODAL STARTS */
  #Modal_favorites .modal-dialog {
    width: 860px;
  }
  /* MODAL ENDS */
}
/* @media (min-width: 992px) ENDS */
/* @media (min-width: 1024px) STARTS */
@media (min-width: 1024px) and (max-width: 1049px) {
    .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user .user_wrap {
        /*width: 142px;*/
        width:186px;
    }
}
@media (min-width: 1050px) {
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user .user_wrap {
    width: 186px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user h3.user_id {
    display:block;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .navbar-right ul {
    width: 204px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .navbar-right ul li {
    padding: 7px 1px;
  }
  .navbar-brand#login_brand span.sms {
    top: 16px;
  }
  .container_box {
    /*width: 1000px;*/
  }
  /* HOME LINKS STARTS */
  ul.home-links {
    padding: 110px 0 0;
  }
  /* HOME LINKS  ENDS */
}
/* @media (min-width: 1024px) ENDS */
/* @media (min-width: 1100px) STARTS */
@media (min-width: 1100px) {
  .animsition {
    padding-top: 85px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .user h3.user_id {
    width: 134px;
    /*margin: 14px 0 0 8px;*/
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .navbar-right ul {
    width: 204px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .user_info .navbar-right ul li {
    padding: 7px 2px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products a {
    padding: 3px 8px 4px 8px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .products a span {
    padding: 8px 10px 8px 40px;
    font-size: 14px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer a {
    padding: 4px 10px 3px 9px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar .navbar-nav .producer a span {
    padding: 8px 10px 8px 40px;
    /*font-size: 14px;*/
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a {
    font-size: 14px;
  }
  .header .navbar.navbar-default.navbar-fixed-top #navbar ul.main-nav a span {
    padding: 2px 6px 2px 28px;
  }
  .navbar-brand span.sms {
    padding: 7px 14px 0px 7px;
  }
  /* SUBMENU STARTS*/
  .submenu ul li a {
    font-size: 13px;
  }
  /* SUBMENU ENDS */
}
/* @media (min-width: 1100px) ENDS */
/* @media (min-width: 1200px) STARTS */
@media (min-width: 1200px) {
  .container_box {
    /*width: 1170px;*/
      width: 100%;
      /*margin-top: -60px;*/
      margin:0px auto;
      float: right;
  }
  /*GENERAL GRID SYSTEM START*/
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6667%;
  }
  .col-lg-10 {
    width: 83.3333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
  .col-lg-7 {
    width: 58.3333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6667%;
  }
  .col-lg-4 {
    width: 33.3333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6667%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  /*GENERAL GRID SYSTEM ENDS*/
}
/* @media (min-width: 1200px) ENDS */
/* widgets area starts */
body #main .widgets_area .container,
body #main .widgets_area .navbar-static-top .container,
body #main .widgets_area .navbar-fixed-top .container,
body #main .widgets_area .navbar-fixed-bottom .container {
  width: 100%;
}
body #main .widgets_area .span12 {
  width: 940px;
}
body #main .widgets_area .span11 {
  width: 860px;
}
body #main .widgets_area .span10 {
  width: 780px;
}
body #main .widgets_area .span9 {
  width: 700px;
}
body #main .widgets_area .span8 {
  width: 620px;
}
body #main .widgets_area .span7 {
  width: 540px;
}
body #main .widgets_area .span6 {
  width: 460px;
}
body #main .widgets_area .span5 {
  width: 380px;
}
body #main .widgets_area .span4 {
  width: 300px;
}
body #main .widgets_area .span3 {
  width: 220px;
}
body #main .widgets_area .span2 {
  width: 140px;
}
body #main .widgets_area .span1 {
  width: 60px;
}
body #main .widgets_area [class*="span"].hide,
body #main .widgets_area .row-fluid [class*="span"].hide {
  display: none;
}
body #main .widgets_area [class*="span"].pull-right,
body #main .widgets_area .row-fluid [class*="span"].pull-right {
  float: right;
}
body #main .widgets_area .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
body #main .widgets_area .container:before,
body #main .widgets_area .container:after {
  display: table;
  content: "";
  line-height: 0;
}
body #main .widgets_area .container:after {
  clear: both;
}
@media (max-width: 47.9375em) {
  body #main .widgets_area .container {
    width: 100%;
  }
  body #main .widgets_area [class*="span"],
  body #main .widgets_area .uneditable-input[class*="span"],
  body #main .widgets_area .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  body #main .widgets_area .span12,
  body #main .widgets_area .row-fluid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 48em) and (max-width: 61.1875em) {
  body #main .widgets_area .container,
  body #main .widgets_area .navbar-static-top .container,
  body #main .widgets_area .navbar-fixed-top .container,
  body #main .widgets_area .navbar-fixed-bottom .container {
    width: 724px;
  }
  body #main .widgets_area .span12 {
    width: 724px;
  }
  body #main .widgets_area .span11 {
    width: 662px;
  }
  body #main .widgets_area .span10 {
    width: 600px;
  }
  body #main .widgets_area .span9 {
    width: 538px;
  }
  body #main .widgets_area .span8 {
    width: 476px;
  }
  body #main .widgets_area .span7 {
    width: 414px;
  }
  body #main .widgets_area .span6 {
    width: 352px;
  }
  body #main .widgets_area .span5 {
    width: 290px;
  }
  body #main .widgets_area .span4 {
    width: 228px;
  }
  body #main .widgets_area .span3 {
    width: 166px;
  }
  body #main .widgets_area .span2 {
    width: 104px;
  }
  body #main .widgets_area .span1 {
    width: 42px;
  }
}
@media (min-width: 75em) {
  body #main .widgets_area .container,
  body #main .widgets_area .navbar-static-top .container,
  body #main .widgets_area .navbar-fixed-top .container,
  body #main .widgets_area .navbar-fixed-bottom .container {
    width: 1170px;
  }
  body #main .widgets_area .span12 {
    width: 1170px;
  }
  body #main .widgets_area .span11 {
    width: 1070px;
  }
  body #main .widgets_area .span10 {
    width: 970px;
  }
  body #main .widgets_area .span9 {
    width: 870px;
  }
  body #main .widgets_area .span8 {
    width: 770px;
  }
  body #main .widgets_area .span7 {
    width: 670px;
  }
  body #main .widgets_area .span6 {
    width: 570px;
  }
  body #main .widgets_area .span5 {
    width: 470px;
  }
  body #main .widgets_area .span4 {
    width: 370px;
  }
  body #main .widgets_area .span3 {
    width: 270px;
  }
  body #main .widgets_area .span2 {
    width: 170px;
  }
  body #main .widgets_area .span1 {
    width: 70px;
  }
}
@media (min-width: 1440px) {
  body #main .widgets_area .container,
  body #main .widgets_area .navbar-static-top .container,
  body #main .widgets_area .navbar-fixed-top .container,
  body #main .widgets_area .navbar-fixed-bottom .container {
    width: 1440px;
  }
  body #main .widgets_area .span12 {
    width: 1440px;
  }
  body #main .widgets_area .span11 {
    width: 1290px;
  }
  body #main .widgets_area .span10 {
    width: 1170px;
  }
  body #main .widgets_area .span9 {
    width: 1050px;
  }
  body #main .widgets_area .span8 {
    width: 930px;
  }
  body #main .widgets_area .span7 {
    width: 810px;
  }
  body #main .widgets_area .span6 {
    width: 690px;
  }
  body #main .widgets_area .span5 {
    width: 570px;
  }
  body #main .widgets_area .span4 {
    width: 450px;
  }
  body #main .widgets_area .span3 {
    width: 330px;
  }
  body #main .widgets_area .span2 {
    width: 210px;
  }
  body #main .widgets_area .span1 {
    width: 90px;
  }
}
@media (min-width: 1680px) {
  body #main .widgets_area .container,
  body #main .widgets_area .navbar-static-top .container,
  body #main .widgets_area .navbar-fixed-top .container,
  body #main .widgets_area .navbar-fixed-bottom .container {
    width: 1680px;
  }
  body #main .widgets_area .span12 {
    width: 1680px;
  }
  body #main .widgets_area .span11 {
    width: 1510px;
  }
  body #main .widgets_area .span10 {
    width: 1370px;
  }
  body #main .widgets_area .span9 {
    width: 1230px;
  }
  body #main .widgets_area .span8 {
    width: 1090px;
  }
  body #main .widgets_area .span7 {
    width: 950px;
  }
  body #main .widgets_area .span6 {
    width: 810px;
  }
  body #main .widgets_area .span5 {
    width: 670px;
  }
  body #main .widgets_area .span4 {
    width: 530px;
  }
  body #main .widgets_area .span3 {
    width: 390px;
  }
  body #main .widgets_area .span2 {
    width: 250px;
  }
  body #main .widgets_area .span1 {
    width: 110px;
  }
}
@media (min-width: 1920px) {
  body #main .widgets_area .container,
  body #main .widgets_area .navbar-static-top .container,
  body #main .widgets_area .navbar-fixed-top .container,
  body #main .widgets_area .navbar-fixed-bottom .container {
    width: 1920px;
  }
  body #main .widgets_area .span12 {
    width: 1920px;
  }
  body #main .widgets_area .span11 {
    width: 1730px;
  }
  body #main .widgets_area .span10 {
    width: 1570px;
  }
  body #main .widgets_area .span9 {
    width: 1410px;
  }
  body #main .widgets_area .span8 {
    width: 1250px;
  }
  body #main .widgets_area .span7 {
    width: 1090px;
  }
  body #main .widgets_area .span6 {
    width: 930px;
  }
  body #main .widgets_area .span5 {
    width: 770px;
  }
  body #main .widgets_area .span4 {
    width: 610px;
  }
  body #main .widgets_area .span3 {
    width: 450px;
  }
  body #main .widgets_area .span2 {
    width: 290px;
  }
  body #main .widgets_area .span1 {
    width: 130px;
  }
}
@media (min-width: 2160px) {
  body #main .widgets_area .container,
  body #main .widgets_area .navbar-static-top .container,
  body #main .widgets_area .navbar-fixed-top .container,
  body #main .widgets_area .navbar-fixed-bottom .container {
    width: 2160px;
  }
  body #main .widgets_area .span12 {
    width: 2160px;
  }
  body #main .widgets_area .span11 {
    width: 1950px;
  }
  body #main .widgets_area .span10 {
    width: 1770px;
  }
  body #main .widgets_area .span9 {
    width: 1590px;
  }
  body #main .widgets_area .span8 {
    width: 1410px;
  }
  body #main .widgets_area .span7 {
    width: 1230px;
  }
  body #main .widgets_area .span6 {
    width: 1050px;
  }
  body #main .widgets_area .span5 {
    width: 870px;
  }
  body #main .widgets_area .span4 {
    width: 690px;
  }
  body #main .widgets_area .span3 {
    width: 510px;
  }
  body #main .widgets_area .span2 {
    width: 330px;
  }
  body #main .widgets_area .span1 {
    width: 150px;
  }
}
body #main .widgets_area {
  /* lets have some constraints shall we */
}
body #main .widgets_area .container-fluid {
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body #main .widgets_area .row.row--full {
  margin-left: 0;
}
/* widgets area ends */
/* animsition starts */
/*!
 * animsition v3.4.1
 * http://blivesta.github.io/animsition/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading";
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@-o-keyframes fade-out-up {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  -o-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  -o-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-o-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes fade-out-up-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  -o-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  -o-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-o-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes fade-out-up-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  -o-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@-o-keyframes fade-out-down {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    -o-transform: translateY(500px);
    transform: translateY(500px);
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  -o-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  -o-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@-o-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fade-out-down-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  -o-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  -o-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@-o-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
@keyframes fade-out-down-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  -o-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left {
  0% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  -o-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@-o-keyframes fade-out-left {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  -o-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  -o-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@-o-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes fade-out-left-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  -o-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  -o-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-o-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes fade-out-left-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-1500px);
    -o-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  -o-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right {
  0% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  -o-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@-o-keyframes fade-out-right {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  -o-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  -o-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-o-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fade-out-right-sm {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  -o-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right-lg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  -o-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@-o-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
@keyframes fade-out-right-lg {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1500px);
    -o-transform: translateX(1500px);
    transform: translateX(1500px);
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  -o-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in {
  0% {
    opacity: 0;
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  -o-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  -o-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  -o-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -o-transform: rotate(0);
    transform: rotate(0);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotate-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  -o-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x {
  0% {
    opacity: 0;
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(550px) rotateX(0deg);
  }
}
@keyframes flip-in-x {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  -o-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x {
  0% {
    opacity: 1;
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(550px) rotateX(90deg);
  }
}
@keyframes flip-out-x {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  -o-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(100px) rotateX(0deg);
  }
}
@keyframes flip-in-x-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  -o-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(100px) rotateX(90deg);
  }
}
@keyframes flip-out-x-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  -o-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes flip-in-x-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  -o-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
  }
}
@keyframes flip-out-x-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  -o-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y {
  0% {
    opacity: 0;
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(550px) rotateY(0deg);
  }
}
@keyframes flip-in-y {
  0% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  -o-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y {
  0% {
    opacity: 1;
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(550px) rotateY(90deg);
  }
}
@keyframes flip-out-y {
  0% {
    opacity: 1;
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  -o-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(100px) rotateY(0deg);
  }
}
@keyframes flip-in-y-nr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  -o-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(100px) rotateY(90deg);
  }
}
@keyframes flip-out-y-nr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  -o-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes flip-in-y-fr {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  -o-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg);
  }
}
@keyframes flip-out-y-fr {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  -o-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  -o-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  -o-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  -o-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  -o-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
.blink-slow {
  -webkit-animation-name: blink-slow;
  -o-animation-name: blink-slow;
  animation-name: blink-slow;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes blink-slow {
  0% {
    opacity: .4;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink-slow {
  0% {
    opacity: .4;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-slow {
  0% {
    opacity: .4;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  -o-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  -o-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  -o-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  -o-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  -o-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  -o-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  -o-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  -o-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/*# sourceMappingURL=animsition.css.map */
/* animsition ends */
