/* -------------------------------------------------------- 
 * //////////    General
 * -------------------------------------------------------- 
 */

/** 
* { margin:0; padding:0; }
*/

html 
{
     height: 100%;
}

body 
{
    margin:0;
    padding:0;
    height: 100%;
    font-size: 11;
    margin-top: 0px;
}


/* -------------------------------------------------------- 
 * //////////    Header
 * -------------------------------------------------------- 
 */
header 
{ 

}


/* -------------------------------------------------------- 
 * //////////    Menu
 * -------------------------------------------------------- 
 */


/* -------------------------------------------------------- 
 * //////////    Items HTML
 * -------------------------------------------------------- 
 */

.sidebar .nav > li.active-pro
{
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.sidebar .nav > li.active-pro a
{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.all-icons [class*="pe-"]
{
    font-size: 40px;
}

.all-icons .font-icon-detail
{
    min-height: 180px;
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 25px 0;
}

.all-icons .font-icon-detail label
{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}



/** */
.full-wrapper
{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto !important;
    height: 100%; 
    min-height: 100%;
    
    margin: 0 auto -60px;
    -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
    box-shadow: inset 0 0 5rem rgba(0,0,0,.5);

    color: #fff;
    text-align: center;
    background-color: #0099FF;
    background-color: #333333;
}
/** */

.full-wrapper .main-content a
{
    color: #ffffff;
}

.full-wrapper .main-content a:hover
{
    color: #FF9900;
    color: #0099FF;
}

.full-wrapper h1
{
    margin-top: 0px;
    
}

.full-wrapper h3
{
    margin-top: 200px;
    margin-bottom: 0px;
}

.full-wrapper footer 
{
  position: fixed;
  bottom: 0px;
  clear:both;

  width: 100%;
  background-color: none; 
} 

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



.custom-width .ngdialog-content{
    padding: 0 !important;
    background: transparent !important;
    display: table; /*table-like styles for vertical centering*/
    width: 100% !important;
    height:100%;

    margin-top:100px;
    padding-top:100px;
}

.custom-width .ngdialog-holder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:100%;
}

.custom-width .ngdialog-content > .ngdialog-close{
  display:none; /*hide original close button*/
}


.highlight
{   
    border: 1px solid orange !important;
    background: yellow !important;
}

h4
{
    text-transform: uppercase;
}

.binnacle
{   
    font-weight: bolder;
    border-top: 1px solid #ffffff !important;
    background: #DFF0D7 !important;
}

.binnacle_strong
{   
    font-weight: bolder;
    border-top: 1px solid #ffffff !important;
    background: #C1DEBD !important;
}

.column-striped tbody td:nth-of-type(odd),
.column-striped thead th:nth-of-type(odd)
{
    background:rgba(255,255,136,0.5);
}


.chosen-container-single .chosen-single {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}


.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: none; /*rgba(82, 168, 236, .8);*/
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: none; /*0 0 8px rgba(82, 168, 236, .6);*/
    box-shadow: none; /*0 0 8px rgba(82, 168, 236, .6)*/
}

[hidden] {
  display: none !important;
}

/* -------------------------------------------------------- 
 * //////////    Colors
 * -------------------------------------------------------- 
 */
.pink 	{ color: #EF7FA3; }
.brown 	{ color: #D8B364; }
.aqua 	{ color: #99FFCC; }
.orange 	{ color: #EC820F; }