/*
    Document   : admin.css
    Created on : 02/07/2013, 9:37:34 AM
    Author     : z3021167
    Description:
        Override any seven admin theme css.
*/

/*
* node page form
*/
.node-regular_page_content-form .field-type-field-collection .field-multiple-table thead th.field-label {
  background-image: url(../images/icons/menu-collapsed.gif);
  background-repeat: no-repeat;
  background-position: 6px 15px;
  background-color: #ececec;
  padding-left: 20px;
}
.node-regular_page_content-form .field-type-field-collection .field-multiple-table thead.arrow-down th.field-label {
  background-image: url(../images/icons/menu-expanded.gif);
  background-position: 6px 15px;
}
.node-regular_page_content-form .field-type-field-collection .field-multiple-table thead th.field-label label {
  cursor: pointer;
}

.subqueue-add-nid{
  width: 98%;
  margin-bottom: 5px;
  height: 20px;
}


#profile-node-form .form-item table th{
  font-size: 13px;
}
#profile-node-form .ui-tabs-nav{
  background: none;
  border: 0;
  height: 30px;
}
#profile-node-form .ui-widget {
  font-size: 1em;
  font-family: arial;
}
#profile-node-form #profile-tabs #block-block-12 {
  position: absolute;
  width: 230px;
  right: 0;
  top: -50px;
  height: 25px;
  overflow: hidden;
  background: #ffffff;
}
#profile-node-form #profile-tabs #block-block-12 h3{
  font-size: 1em;
  cursor: pointer;
  padding-left: 50px;
  background: url(../images/legend_yellow_green.png) center left no-repeat;
}
#profile-node-form #profile-tabs #block-block-12.active {
  height: auto;
  width: 300px;
}
#profile-node-form #profile-tabs #block-block-12.active h3{
  font-size: 1.2em;
  padding-left: 0;
  background: url(../images/icons/close.png) right 5px no-repeat;
}


#main div#block-system-main.block #profile-node-form .profile-tab {
  padding: 10px 0 10px 0;
  border-top: 1px solid #ccc;
}
#main div#block-system-main.block #profile-node-form .profile-tab h3.heading {
  margin: 15px 0 ;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
  background: #f3f3f3 url(../images/icons/menu-collapsed.gif) no-repeat 10px 15px;
}
#main div#block-system-main.block #profile-node-form .profile-tab h3.heading.active {
  background-image: url(../images/icons/menu-expanded.gif);
}
#main div#block-system-main.block #profile-node-form .profile-tab h3.heading:first-child {
  border-top: 1px solid #ccc;
}
#main div#block-system-main.block #profile-node-form .profile-tab > .content {
  display: none;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0;
}
#main div#block-system-main.block #profile-node-form .profile-tab > .content.active {
  display: block;
}
#main div#block-system-main.block #profile-node-form .profile-tab > .content .col {
  display: inline-block;
  width: 445px;
  margin-right: 12px;
  vertical-align: top;
}
#main div#block-system-main.block #profile-node-form .profile-tab > .content .col.col-right {
  margin: 0;
}
#main div#block-system-main.block #profile-node-form .profile-tab .field-multiple-table th.field-label{
  padding: 0;
}

#main div#block-system-main.block #profile-node-form .block {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#main div#block-system-main.block #profile-node-form .block h3 {
  padding-top: 5px;
  margin-top: 0;
}

#profile-node-form .link-field-title{
  margin-right: 15px;
}
#profile-node-form #profile-tabs .form-radios .form-type-radio {
  display: inline-block;
  margin-right: 10px;
}

#profile-node-form .enquiry_keyword{
  color: #0b85b7;
  cursor: pointer;
}

#profile-node-form .original-left{
  display: inline-block;
  width: 600px;
  vertical-align: top;
  margin-right: 20px;
}

#profile-node-form .original-right{
  display: inline-block;
  width: 310px;
  vertical-align: top;
}

#main div#block-system-main.block #profile-node-form .profile-tab h3.heading.yellow {
  background-color: #ffcc00;
}

