/* Write your custom CSS here */
.topmenu-outer {
    background-color: #ff9800;
    color:white;
}

.top-menu .navbar-nav > li > a {
    color: #ffffff;
} 






.logo{
    display:block;
    width:140px;
    height:19px;
    background:url(/content/images/logo-smaller.png) no-repeat;
    text-indent:-3000em;
    margin-top:20px;
    margin-left:10px;
  }

.small-sidebar .navbar .logo-box .logo{
    width: 40px;
    height:34px;
    margin-left:12px;
    margin-top:12px;
    background:url(/content/images/logo-ship.png) no-repeat;
}

@media (max-width: 768px) {
    .logo {
        margin-top:0px;
        display:block;
        float:right;
        width: 180px;
        height: 60px;
        background: url(/content/images/logo-smaller.png) no-repeat;
        background-position:center;
        background-color: white;
    }
}



.margin-top-15 {
    margin-top: 15px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-bottom-50 {
    padding-bottom: 50px;
}

.fixed-width-120 {
    width:120px;
}

#dashboard-chart {
    height: 300px;
    width: 100%;
}

.flot-x-axis .flot-tick-label {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    padding-left:20px;
}

.float-right {
    display:block;
    float: right;
}

.min-width-130{
    min-width:130px;
}

.profile-dd {
    min-width: 320px;
    padding: 5px;
}

.profile-dd div{
    font-size: 10pt;
}

.profile-cover {
    background: url('/content/images/picasa.png');
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}

#email-preview{
    max-height:200px;
    overflow-y:scroll;
}

.padding-bottom-10{
    display:block;
    padding-bottom:10px;
}

.padding-right-15{
    padding-right:15px;
}

.table-a {
    width:100%;
}

    .table-a td {
        padding:5px;
        word-wrap:break-word;
    }
    .table-a tr {
        border-bottom:solid 1px #dddddd;
    }
    .table-a tr:nth-child(odd) {
        background-color:#f9f9f9;
    }
    .table-a tr:nth-child(even) {
        background-color:white;
    }
.btn-deal-facebook {
    color:white;
    background-color:#39589b;
    border:0;
    font-size:16pt;
    padding:3px;
    width:36px;
    border-radius:4px;
}

.btn-deal-twitter{
    color:white;
    background-color:#1fc0ff;
    border:0;
    font-size:16pt;
    padding:3px;
    width:36px;
    border-radius:4px;
}

.image-card{
    min-width:260px
}

.folder-card{
    min-width:260px;
}

.image-preview{
    width:100%;
}

.breadcrumb .change-folder{
    font-size:11pt!important;
    color:#127acb!important;
    cursor:pointer!important;
}

.delete-folder{
    cursor:pointer;
}

.dropzone{
    padding:0px;
    min-height:80px;
    border:black solid 1px;
    background-color:white;
}

.new-folder{
    cursor:pointer;
}

.folder-title{
    padding-top:0;
    margin-top:0!important;
    background-color:red;
}

.loading{
    color:orange;
}




