
/** General CSS */




section.content>div {
    font-size: 12px
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}



[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;

  background-repeat: no-repeat;
}

.icon-black, .icon-remove-sign{
	  background-image: url("../bootstrap/img/glyphicons-halflings.png");
}
.icon-white{
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png");
}
/*
.btn {
    padding: 3px 6px;
}
*/

.form-control {
    height: 27px;
    padding: 3px 3px;
    font-size: 12px;
}

.h4 h4{
    font-size: 14px;
}

.small-nav>li>a {
    position: relative;
    display: block;
    padding: 5px 12px;
}


/** Table CSS */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding:5px;
}

.action-links a{
    margin:3px;
}

.side-bar-color {
    color: #fff;
}

.greyed-out{
    color:#999;
}

.message-banner{
    padding:0;
    text-align: center;
}
.message-banner .alert{
    padding:3px;
}
.alert-dismissible h4{
    margin:0;
}


.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0px; 
    color: inherit;
}
.no-border {
    border: none;
}
.ui-box-gray {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

/**
PROFILE / SETTINGS CSS 
**/
.settings-editor {
    position: relative;
    padding: 10px;
}

.settings-editor{
    display: none;
}

.settings-editor.active-editor,.settings-editor.active-settings-edit{
    display: block;
}

.settings-listing{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

/** Modal CSS **/

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px; /* New width for default modal */
    }
    .modal-sm {
        width: 350px; /* New width for small modal */
    }
}
@media screen and (min-width: 992px) {
    .modal-lg {
        width: 950px; /* New width for large modal */
    }
}




/** USERS Section CSS **/

.user-details-container{
    background-color: #FFFFFF;
    border-radius: 7px;
    padding:0;
    width: 700px;
    margin:0 auto;
}

.user-details{
    padding:0;
}

.user-details h4{
    font-size:24px;
    font-weight: bold;
}

.user-details-header{
    border-bottom: 1px solid #f4f4f4;
    padding:0;
}

.user-details-header .btn{
    height:100%;
    margin:0;
}

.user-details .user-info{
    color: #3c8dbc;
}

.user-details-body-right,.user-details-footer{
    margin-top:20px
}

.user-details-body-left{
    margin-top:30px;
    padding:0;
}

.user-details-footer{
    background-color: #11AC63;
    padding:20px;
    min-height: 70px;
}

/**
 USER VIEW IMAGE CIRCULAR IMAGE CSS
**/
.circular {
    width: 150px;
    height: 150px;
    padding:0;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.circular img{
    border-radius: 50%;
    width:100%;
    height:100%;
}



/** Modal CSS **/

#password_modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
    width: 560px;
    margin: 0 auto;
    background-color: #ffffff;
}

/** Tables CSS **/

.table-actions-nav{
    margin:20px;
}

@media screen and (max-width: 1920px) {
    .select2 {
        width: 100% !important;
    }
}

#settings a > .fa{
    display: none;
    margin:2px;
}

#settings a:hover > .fa{
    display: inline;
}

.error_box,.success_box{
    text-align: center;
}

.error_box {
    background:#FAD3C4;
    border:1px solid #A75B4E;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#444444;
    display:none;
    font-size:13px;
    margin:0px 0px 15px 0px;
    padding:8px 8px;
    width:100%;
}

.success_box {
    background:#E2F1BB;
    border:1px solid #598800;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#000000;
    display:none;
    font-size:13px;
    margin:0px 0px 15px 0px;
    padding:8px 8px;
    width:100%;
}

.btn-transparent {
    /*color: #6496c8;*/
    color: #333;
    background-color: transparent;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border: none;
    width:100%;
}
.btn-transparent:hover,
.btn-transparent.hover {
    /* border-color: #346392;
     color: #346392; */
    background-color: #e1e3e9;
}
.btn-transparent:active,
.btn-transparent.active {
    /*border-color: #27496d;*/
    /*color: #27496d;*/
    color: #333;
}



/************* WAREHOUSE CSS **/
.dropdown-menu>li>form {
    color: #777;
}
.dropdown-menu>li>form:hover {
    background-color: #e1e3e9;
    color: #333;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
.gd-login-box {
    margin: 15% auto;
    margin-bottom: 5px;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

.readonly-label{
    background-color: #eee;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    height: 27px;
    padding: 3px 3px;
    font-size: 12px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;

    min-height: 22px;
    max-height: 100%;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
hr.simple{
    margin-top:10px;
    margin-bottom:10px;
    border-style:dashed
}