/* General Typography
 ---------------------------------------------------------------------*/
html, body
{
    /*	font-size: 12px;
            line-height: 21px;*/
    color: #444;
    /*	font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;*/
    background: #ffffff !important;
}
.top-icons {
    background: none repeat scroll 0 0 #fff;
    /*border: 1px solid #dedede;*/
    display: block;
    margin: 10px;
    overflow: hidden;
    height: 32px;
    float: left;
}
.top-icons ul {
    margin-top: 0px;
    margin-top: 0px;
    padding: 0;

}
.top-icons ul li{
    display:inline-block;

}

.top-icons ul li a{
    display:block;
}
.top-icons ul li img{
    display:block;
}
.top-icons ul li a{
    /*    background: #666666;*/
    padding: 2px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
}
.top-icons ul li a:hover{
    background: #A5AC01;
}
.well {
    margin-bottom: 0px;
    padding: 6px;
    background: #f8f8f8 !important;
    border: none;
	font-size: 12px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    border-left: solid 1px #ccc;
}
.btn .caret {
    margin-left: 7px;
}
.top-buffer { margin-top:20px; }
.input-group .form-control {
    z-index: 0;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
#enter-exit-fs{
    margin-bottom: 20px;
    font-size: 12px;
}
.breadcrumb {background: rgba(245, 245, 245, 0.02); border: 0px solid rgba(245, 245, 245, 1); border-radius: 4px; display: block;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(66, 139, 202, 1);}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);}
.breadcrumb>.active {color: rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\276D\00a0";}

.side-heading {
    background: #F5F5F5 none repeat scroll 0 0;
    color: #000;
    font-size: 16px;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}

.btn-nts-logout {
    padding: 3px 6px;
    font-size: 12px;
}

.btn-nts-select {
    padding: 0px;
}