/* Add here all your css styles (customizations) */

/* start dark google translate theme */
div#google_translate_element div.goog-te-gadget-simple{
  background-color: #333;
  border-color: #222;
  position: absolute;
  right: 0;
  top: 0px; /*28*/
  z-index: 999;
  color:#ffda5d;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span{
  color: #ffda5d;
}
    
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover{
  color:#ffda5d;
}
/* end dark google translate theme */

/* styling */
/*body {
  background: #111;
  padding: 20px;
}
    */
h1 {
  font-family: 'Arial';
  color: #787878;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    }
/*Navbar*/
.bgSameAsNavcolor {
	background: #ffffff;
    border-radius: 5px; 
}



.btn-aof-green {
    color: #242C1B;
    background: url(/assets/img/patterns/breadcrumbsAOF_Green.png) repeat;
    /*background: rgba(255, 218, 93, .97);*/
    border-color: #242C1B;
    border-radius: 5px;
}

    .btn-aof-green:focus,
    .btn-aof-green.focus {
        color: #242C1B;
        background-color: #ffda5d;
        border-color: #242C1B;
    }

    .btn-aof-green:hover {
        color: #242C1B;
        background-color: #ffda5d;
        border-color: #fff;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
    }

    .btn-aof-green:active,
    .btn-aof-green.active,
    .open > .dropdown-toggle.btn-aof-green {
        color: #242C1B;
        background-color: #ffda5d;
        border-color: #fff;
    }

        .btn-aof-green:active:hover,
        .btn-aof-green.active:hover,
        .open > .dropdown-toggle.btn-aof-green:hover,
        .btn-aof-green:active:focus,
        .btn-aof-green.active:focus,
        .open > .dropdown-toggle.btn-aof-green:focus,
        .btn-aof-green:active.focus,
        .btn-aof-green.active.focus,
        .open > .dropdown-toggle.btn-aof-green.focus {
            color: #242C1B;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-aof-green:active,
    .open > .dropdown-toggle.btn-aof-green {
        background-image: none;
    }

    .btn-aof-green.disabled:hover,
    .btn-aof-green[disabled]:hover,
    fieldset[disabled] .btn-aof-green:hover,
    .btn-aof-green.disabled:focus,
    .btn-aof-green[disabled]:focus,
    fieldset[disabled] .btn-aof-green:focus,
    .btn-aof-green.disabled.focus,
    .btn-aof-green[disabled].focus,
    fieldset[disabled] .btn-aof-green.focus {
        background-color: rgba(255, 218, 93, .97);
        border-color: #2e6da4;
    }

    .btn-aof-green .badge {
        color: rgba(255, 218, 93, .97);
        background-color: #fff;
    }










.btn-aof {
    color: #242C1B;
    background: url(/assets/img/patterns/breadcrumbsAOF.png) repeat;
    /*background: rgba(255, 218, 93, .97);*/
    border-color: #242C1B;
    border-radius: 5px;
}
.btn-aof:focus,
.btn-aof.focus {
  color: #242C1B;
  background-color: #ffda5d;
  border-color: #242C1B;
}
.btn-aof:hover {
  color: #242C1B;
  background-color: #ffda5d;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius:5px;
}
.btn-aof:active,
.btn-aof.active,
.open > .dropdown-toggle.btn-aof {
  color: #242C1B;
  background-color: #ffda5d;
  border-color: #fff;
}
.btn-aof:active:hover,
.btn-aof.active:hover,
.open > .dropdown-toggle.btn-aof:hover,
.btn-aof:active:focus,
.btn-aof.active:focus,
.open > .dropdown-toggle.btn-aof:focus,
.btn-aof:active.focus,
.btn-aof.active.focus,
.open > .dropdown-toggle.btn-aof.focus {
  color: #242C1B;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-aof:active,
.open > .dropdown-toggle.btn-aof {
  background-image: none;
}
.btn-aof.disabled:hover,
.btn-aof[disabled]:hover,
fieldset[disabled] .btn-aof:hover,
.btn-aof.disabled:focus,
.btn-aof[disabled]:focus,
fieldset[disabled] .btn-aof:focus,
.btn-aof.disabled.focus,
.btn-aof[disabled].focus,
fieldset[disabled] .btn-aof.focus {
  background-color: rgba(255, 218, 93, .97);
  border-color: #2e6da4;
}
.btn-aof .badge {
  color: rgba(255, 218, 93, .97);
  background-color: #fff;
}

p::selection{
    background-color:#ffda5d;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: rgba(39, 39, 39,.97);/*rgba(255, 218, 93, .97);*/
    /*background-color: #ffffff;*/
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

@media (max-width: 991px){/*768*/
/*Unless you changed the collapse point, this is the default*/
#fullMenuNav {
    /*content:url("/assets/img/DingKingLogoMobile.png");*/
   display:none;
 }
}


/*This is for the required glyphIcon in the input boxex
    
<div class="inner-addon right-addon">
    <i class="glyphicon glyphicon-exclamation-sign" ></i>
    <input class="form-control rounded" type="text" id="txtCurrentCountPTO" placeholder="PTO Count" />
</div>

*/



/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 8px;
        pointer-events: none;
        color: indianred;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.dropDown-addon .glyphicon {
    right: 10px;
}

/* add padding  */
.left-addon input {
    padding-left: 22px;
}

.right-addon input {
    padding-right: 22px;
}

.dropDown-addon input {
    padding-right: 20px;
}


/*Progress bar*/

.progressAOF {
    /*background: rgba(255, 255, 255, 1);*/
    background: url(/assets/img/patterns/breadcrumbs.png) repeat;
    border: 0px solid rgba(255, 255, 255, 1);
    border-radius: 7px;
    height: 35px;
}

.progress-bar-AOF {
    /*background: rgba(255, 247, 0, 0.56);*/
    background: url(/assets/img/patterns/breadcrumbsAOF.png) repeat;
}


.tooltipAOF {
    color: rgba(255, 218, 93, .97);
    font-size: 12px;
    font-weight: 600;
    z-index: 100000;
}

.tooltipAOF-inner {
    background-color: #111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltipAOF.in {
    opacity: 1;
    filter: alpha(opacity=80);
}

.tooltipAOF.top .tooltipAOF-arrow {
    border-top-color: #111;
}

.tooltipAOF.right .tooltipAOF-arrow {
    border-right-color: #111;
}

.tooltipAOF.left .tooltipAOF-arrow {
    border-left-color: #111;
}

.tooltipAOF.bottom .tooltipAOF-arrow {
    border-bottom-color: #111;
}

/* toggle  */

.toggle {
    overflow: hidden;
    display: inline-block;
    width: 8em;
    background: #222;
    padding: 0.125em;
    cursor: pointer;
    background: url(/assets/img/patterns/2.png) repeat;
}

    .toggle input {
        position: absolute;
        visibility: hidden;
    }

    .toggle span {
        position: relative;
        left: 0%;
        display: block;
        text-transform: uppercase;
        text-align: center;
        /**
     * Holo doesn't have any transition, but
     * it's added here for demo purposes
     */
        -webkit-transition: left 200ms ease-out;
        -moz-transition: left 200ms ease-out;
        -o-transition: left 200ms ease-out;
        transition: left 200ms ease-out;
    }

    .toggle :checked + span {
        left: 50%;
    }

    /* Default unchecked state */
    .toggle span:before {
        content: attr(data-unchecked);
        display: block;
        width: 50%;
        background-color: #525252;
        border-radius: 0.15em;
        box-shadow: inset 0 0.1em 0 rgba(255, 255, 255, 0.3);
        color: #b3b3b3;
    }

    /* Checked state */
    .toggle :checked + span:before {
        content: attr(data-checked);
        background-color: #97BF97;
        color: whitesmoke; 
    }

/* toggle  */

/*Internal Navigation for Standard or Mobile Menu  */
#responsiveInternalMenuStandard {
    display: inline;
}

#responsiveInternalMenuMobile {
    display: none;
}


@media (max-width: 991px) { /*768*/
    /*Unless you changed the collapse point, this is the default*/
    #responsiveInternalMenuStandard {
        display: none;
    }
    #responsiveInternalMenuMobile {
        display: inline;
    }
}


/*Tabs v3
------------------------------------*/
/*override tabs for accordion panel buttons*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
    color: #242C1B;
    background: url(/assets/img/patterns/breadcrumbsAOF.png) repeat;
    border: solid 1px #242C1B;
    border-radius: 5px;
}


.tab-v3 .nav-pills li a {
    color: #777;
    font-size: 17px;
    padding: 4px 8px;
    margin-bottom: 3px;
    background: url(/assets/img/patterns/breadcrumbs.png) repeat;
    border: solid 1px #eee;
    border-radius: 5px;
}


.tab-v3 .nav-pills li i {
    width: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.tab-v3 .tab-content {
    padding: 15px;
    background: url(/assets/img/patterns/breadcrumbs.png) repeat;
    border: solid 1px #eee;
    border-radius: 5px;
}


.addABorder {
    box-shadow: none;
    border: 1px solid #eee;
}


/* aofProducts Block
------------------------------------*/
.aofProducts {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

    /*.aofProducts:hover {
        background: #fcfcfc;
        box-shadow: 0 0 5px #ddd;
        transition: box-shadow 0.2s ease-in-out;
    }*/

        .aofProducts:hover i {
            color: #656565;
        }

    .aofProducts .desc {
        padding: 0 15px;
        overflow: hidden;
    }

        .aofProducts .desc h4 {
            font-size: 22px;
            line-height: 25px;
        }

    .aofProducts .aofProducts-icon {
        float: left;
        padding: 10px;
        color: #72c02c;
        font-size: 35px;
        text-align: center;
        transition: all 0.4s ease-in-out;
    }

        .aofProducts .aofProducts-icon.icon-cogs {
            font-size: 37px;
        }

        .aofProducts .aofProducts-icon.icon-plane {
            font-size: 43px;
        }