#myAwesomeDropzone{ background-color: transparent !important;}
#previewCon{min-height: 180px;}
.actions {
    white-space: nowrap !important;
    width: 1% !important;
}

.btn-social {
    color: white;
    opacity: 0.8;
}

.btn-social:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}


/*-- Content Style --*/
.post-footer-option li{
    float:left;
    margin-right:50px;
    padding-bottom:15px;
}

.post-footer-option li a{
    color:#AFB4BD;
    font-weight:500;
    font-size:1.3rem;
}

.photo-profile{
    border:1px solid #DDD;
}

.anchor-username h4{
    font-weight:bold;
}

.anchor-time{
    color:#ADB2BB;
    font-size:1.2rem;
}

.post-footer-comment-wrapper{
    background-color:#F6F7F8;
}

.fa-stack[data-count]:after{
    position:absolute;
    right:-10%;
    top:-10%;
    content: attr(data-count);
    font-size:11px !important;
    padding:0em;
    line-height: 1.5em;
    color: white;
    background:rgba(255,0,0,.85);
    text-align:center;
    min-width:1.8em;
    min-height: 16px;
    font-weight:bold;
}

.info {color: White !important;}
.info a { background-color:  #337ab7 !important; color: White !important; !important; text-decoration: none !important;}
.info td  { background-color:  #337ab7 !important;}

.pagination > li.myclass {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination > li a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    cursor: default;
    background-color: transparent;
}

.pagination > li.myclass:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination > li.myclass:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

thead {
    text-transform: uppercase;
}

.selectize-input { width: 100%; font-size:12px;}
.selectize-input.has-items {
    padding: 0px 12px 2px !important;
}
.selectizeTd {width: 300px;}
.name {font-size:14px; color: #333;}
.sku {font-size:16px; padding-top: 15px; color: #333;}
.qty {margin-left:20px; font-size:12px; padding-top: 5px; color: #333;}
.data-selectable {border-bottom: 1px Solid #333;}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #333333;
    font-family: inherit;
    font-size: inherit;
    line-height: 35px !important;
    -webkit-font-smoothing: inherit;
}
.selectize-control > .form-control { padding-top: 0px; }
.input-group .selectize-input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .selectize-input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectize-dropdown, .selectize-dropdown.form-control{
    height: 60vh !important;
}

.selectize-dropdown-content{
    max-height: 100% !important;
    height: 100% !important;
}
    /*css style for IE*/
select[disabled='disabled']::-ms-value {
    color: #555;
}
/*Specific to chrome and firefox*/
select[disabled='disabled'] {
    color: #555;
}


.location {padding-left:30px;}
.department {padding-left:60px;}


table.google-visualization-orgchart-table {
    border-collapse: separate;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

@-ms-viewport{
    width: device-width;
}