@import url('type.css');
@import url('forms.css');

/* -----------------------------------------------------------------------------
    COMMON CLASSES & UTILITIES
----------------------------------------------------------------------------- */
strong {font-weight: 600}
em {font-style: italic}
hr {border-color:#d9d9d9;
    border-left:0 none;
    border-right:0 none;
    border-style:dashed none;
    border-width:1px 0;
}
label.dem {
    display: block;
    padding-bottom: 3px;
}
div.fmsg {display: none;
      border: 1px solid #ffa302;
      padding: 5px 10px;
      margin-bottom: 5px;
      text-align: center;
      background: #ffa302;
}
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.last {margin-right: 0;}
/* Structures */
.main-left {
    width: 580px;
    background: #fff;
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: 5px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #d9d9d9;
    -moz-box-shadow: 0 3px 7px #d9d9d9;
    box-shadow: 0 3px 7px #d9d9d9;
}
.col, .sub-right {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    width: 260px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #d9d9d9;
    -moz-box-shadow: 0 3px 7px #d9d9d9;
    box-shadow: 0 3px 7px #d9d9d9;
}
.col {
    margin-right: 4px;
}
.lower-content {
    margin-top: 20px;
}
.rhs {
    float: left;
    width: 300px;
}
.rhs-sub {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    width: 260px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #d9d9d9;
    -moz-box-shadow: 0 3px 7px #d9d9d9;
    box-shadow: 0 3px 7px #d9d9d9;
    margin-bottom: 10px;
}
/* Icon headings */
h1.user, h1.settings, h2.documents, h2.folders, h2.templates, h2.users{
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
h2.documents, h2.folders, h2.templates, h2.users {
    font-size: 18px;
}
.user {background: url(../images/icons/users_icon.png) top right no-repeat;}
.settings {background: url(../images/icons/settings_icon.png) top right no-repeat;}
.documents {background: url(../images/icons/document_icon.png) top right no-repeat;}
.folders {background: url(../images/icons/create_folder_icon.png) top right no-repeat;}
.templates {background: url(../images/icons/templates_icon.png) top right no-repeat;}
.users {background: url(../images/icons/users_icon.png) top right no-repeat;}

/* Buttons */
a.button {
    background:transparent url(../images/icons/btn.png) no-repeat scroll 0 0;
    color:#444455;
    cursor:pointer;
    display:block;
    float:left;
    height:26px;
    line-height:normal;
    margin:0.5em 0;
    overflow:hidden;
    padding:0;
    text-shadow:1px 1px 0 #FFFFFF;
    text-decoration: none;
}
a.button span {
    background:transparent url(../images/icons/btn.png) no-repeat scroll 100% -104px;
    float:left;
    font-size:100%;
    height:26px;
    margin-left:13px;
    padding:6px 13px 6px 0;
}
a.button:hover {
    background-position:0 -26px;
    color:#222233;
    text-decoration:none;
}
a.orange-button {
    background:transparent url(../images/icons/btn_o.png) no-repeat scroll 0 0;
    color:#000;
    cursor:pointer;
    display:block;
    float:left;
    height:26px;
    line-height:normal;
    margin:0.5em 0;
    overflow:hidden;
    padding:0;
    text-decoration: none;
}
a.orange-button span{
    background:transparent url(../images/icons/btn_o.png) no-repeat scroll 100% -104px;
    float:left;
    font-size:100%;
    height:26px;
    margin-left:13px;
    padding:6px 13px 6px 0;
}
a.orange-button:hover {
    background-position:0 -26px;
    color:#222233;
    text-decoration:none;
}

/* -----------------------------------------------------------------------------
    STRUCTURE
----------------------------------------------------------------------------- */

#header {
    background: url(../images/head-bg.jpg) no-repeat right #000;
    height: 120px;
}
    #base-logo {
        position: absolute;
        margin-top: 65px;
    }
    #navigation {
        float: right;
        padding-top: 83px;
    }
    
#dashboard-title {
    padding: 30px 0 20px;
    border-bottom: 1px solid #767676;
    position: relative;
}
    #dashboard-title img {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

#dashboard-container {
    padding: 20px 0;
}

#account-summary {
    width: 539px;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #eee;
}
#user-summary {
    width: 340px;
    padding: 20px 0 20px 20px;
}
    a.user-vcard {
        background-color: #F9F9F9;
        border: 1px solid #EEEEEE;
        color: #333333;
        display: block;
        margin: 0 0 5px;
        padding: 0.8em;
        text-decoration: none;
        font-weight: bold;
    }

    span.username {
        display: block;
        line-height: 1;
        margin-bottom: 0.5em;
        margin-left: 40px;
    }
    span.email {
        margin-left: 3px;
        color: #999999;
        font-size: 0.85em;
        font-weight: normal;
    }
    img.photo {
        float: left;
        margin: 0 0.5em 0.5em 0 !important;
    }

#users-filter-info {
  display: inline;
  float: left;
}

#users-filter-toggle {
  display: inline;
  float: right;
}

table.users-filter-controls {
  width: 100%;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 5px;
}

table.users-filter-controls td {
  text-align: center;
  width: 15px;
}

#users-filter-toggle:hover,
table.users-filter-controls td:hover {
  cursor: pointer;
  text-decoration: underline;
}

table.users-filter-controls td.active {
  background-color: #F6931E;
  color: #FFFFFF;
}

.pagination {list-style:none; margin:10px 0px 0px 0px; padding:0px; clear:both;}
.pagination li{float:left; margin:3px;}
.pagination li a{   display:block; padding:3px 5px; color:#737373; background-color:#FFF; border: 1px solid #CCC; text-decoration:none;}
.pagination li a.active {color:#fff; background-color:#F6931E; border: 1px solid #F6931E;}
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}
br.pagination-clear { margin-bottom: 25px; }
/* -----------------------------------------------------------------------------
    NAVIGATION
----------------------------------------------------------------------------- */
ul.nav {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
    ul.nav li {
        background: #ffa302;
        border-left: 1px solid #767676;
        float: left;
        width: 120px;
    }
    ul.nav li.last {
        background: #000;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
    }
    ul.nav li.first {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
    }
        ul.nav li.selected, ul.nav li.last:hover, ul.nav li:hover {
            background: #ffffff;
        }
        ul.nav li a {
            color: #0d0a05;
            font-weight: 800;
            display: block;
            padding: 15px 0 10px 15px;
            text-decoration: none;
        }
        ul.nav li.last a {
            color: #767676;
        }

/* -----------------------------------------------------------------------------
    FOLDER & ASSET MANAGEMENT
----------------------------------------------------------------------------- */
#create-templates {
    padding:10px 20px;
    margin-top: 40px;
    width: 322px;
}
.doc-preview {
    background-color:#F9F9F9;
    border:1px solid #EEEEEE;
    padding: 5px;
    margin-right: 15px;
}
.doc-info {
    margin-top: 3px;
    padding: 5px;
    border-bottom:1px solid #EEEEEE;
}
.breadcrumb-list {
    padding: 10px 3px;
    background-color:#F9F9F9;
    border:1px solid #EEEEEE;
    margin-bottom: 5px;
}
#folder-list {
    border-top: 1px solid #eee;
}
.folder {
    margin: 3px 0;
    background: url(../images/icons/folder.png) no-repeat 0px 2px;
    padding: 5px 20px;
}
div.breadcrumb-list .folder { background: none; padding: 0 5px}
.asset {
    margin: 3px 0;
    background: url(../images/icons/image.png) no-repeat 0px 2px;
    padding: 5px 20px;
}

.document {
    margin-bottom: 10px;
}

.dash-cta {
   margin-top: 5px;
   border-top:1px solid #EEEEEE;
   padding-top: 5px;
}

.thumb {
    margin-right: 10px;
}

#panel, #template-select {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #d9d9d9;
    -moz-box-shadow: 0 3px 7px #d9d9d9;
    box-shadow: 0 3px 7px #d9d9d9;
}
#panel {
    padding: 15px 0;
}
.panel {
    width: 220px;
    border-right: 1px solid #ccc;
    float:left;
}
.panel h2 {
    font-size: 19px;
}
.panel a {
    color: inherit !important;
}
#settings {
    background: url(../images/cogs_image.png) no-repeat;
    padding:20px 0 20px 80px;
}
#manage-images {
    background: url(../images/photo_image.png) no-repeat;
    padding:20px 0 20px 120px;
}
#market {
    border:medium none;
    padding:20px 0 20px 50px;
    width:180px;
}
.template-selector {
    margin-right:46px;
    width:176px;
    float: left;
}
.template-selector div{
    padding: 5px;
}
.template-selector h2 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}
.template-selector img {
    -webkit-box-shadow: 0 3px 7px #555;
    -moz-box-shadow: 0 3px 7px #555;
    box-shadow: 0 3px 7px #555;
}

#folder-container a {
    color: inherit !important;
}

.thumb-holder {
    position: relative;
}

a.delete-link {
    position: absolute;
    right: 0;
    top: 50%;
}

