﻿/*-------------------------
Admin
-------------------------*/

#contentGalleryAdmin *:focus
{
    outline: none;
}

#contentGalleryAdmin
{
    font: normal 13px Arial, sans-serif;
    text-align: left;
}

#contentGalleryAdmin a, #contentGalleryAdmin a:link, #contentGalleryAdmin a:visited
{
    text-decoration: none;
    color: #7A9CB8;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

#contentGalleryAdmin a:hover
{
    text-decoration: none;
    color: #8c0000;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

#contentGalleryAdmin ul li
{
    list-style-type: none;
}

#contentGalleryAdmin
{
    background: #3b5562;
    background: -moz-radial-gradient(center, ellipse cover,  #3b5562 0%, #212b34 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3b5562), color-stop(100%,#212b34));
    background: -webkit-radial-gradient(center, ellipse cover,  #3b5562 0%,#212b34 100%);
    background: -o-radial-gradient(center, ellipse cover,  #3b5562 0%,#212b34 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #3b5562 0%,#212b34 100%);
    background: radial-gradient(ellipse at center,  #3b5562 0%,#212b34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5562', endColorstr='#212b34',GradientType=1 );
    padding: 10px;
    color: #ffffff;
}

body #contentGalleryAdmin h3.agis-controlTitle
{
    color: #fff;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
}

#contentGalleryAdmin table, #contentGalleryAdmin label, #contentGalleryAdmin span
{
    color: #ffffff;
}

#contentGalleryAdmin .row
{
    display: block;
    margin-bottom: 4px;
}

#contentGalleryAdmin table tr, #contentGalleryAdmin table td
{
    border: none;
    vertical-align: middle;
}

#contentGalleryAdmin table td
{
    padding-bottom: 4px;
}

#contentGalleryAdmin h1, #contentGalleryAdmin h2, #contentGalleryAdmin h3, #contentGalleryAdmin h4
{
    color: #ffffff;
}

#contentGalleryAdmin h1
{
    font-size: 26px;
    margin-top: 0;
    line-height: 26px;
}
#contentGalleryAdmin h2, #contentGalleryAdmin h3
{
    font-size: 18px;
    margin-top: 0;
    line-height: 18px;
}
#contentGalleryAdmin h4
{
    font-size: 16px;
    margin-top: 0;
    line-height: 16px;
}
#contentGalleryAdmin h5
{
    font-size: 14px;
    margin-top: 0;
    line-height: 14px;
}
#contentGalleryAdmin h6
{
    font-size: 13px;
    margin-top: 0;
    line-height: 13px;
}


/*-------------------------
Actions
-------------------------*/
.ico
{
    vertical-align: top;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('./images/ico-actions-white.png');
    zoom: 1;
    *display: inline;
}

.ico.gray
{
    background: url('./images/ico-actions-gray.png');
}

.ico.undo
{
}

.ico.add
{
    background-position: -16px 0;
}

.ico.delete
{
    background-position: -32px 0;
}

.ico.cancel
{
    background-position: -48px 0;
}

.ico.history
{
    background-position: 0 -16px;
}

.ico.save
{
    background-position: -16px -16px;
}

.ico.clone
{
    background-position: -32px -16px;
}

/*-------------------------
Tables
-------------------------*/

#contentGalleryAdmin table.agis
{
    width: 100%;
    border: 1px solid rgb(24, 32, 38);
}

#contentGalleryAdmin table.agis th, #contentGalleryAdmin table.agis th a
{
    background-color: rgb(24, 32, 38);
    color: rgb(255, 255, 255);
    padding: 5px;
    border: none;
}

#contentGalleryAdmin table.agis > tbody > tr > td
{
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    background-color: rgb(238, 238, 238);
    padding: 10px;
    color: rgb(24, 32, 38);
    border: none;
}

#contentGalleryAdmin table.agis > tbody > tr > td span
{
    color: rgb(24, 32, 38);
}

#contentGalleryAdmin table.agis > tbody > tr:nth-child(even) > td
{
    background: rgb(227,228,230);
}

#contentGalleryAdmin table.agis th a.asc:after
{
    content: '';
    border: 5px solid transparent;
    border-bottom: 8px solid #fff;
    position: relative;
    bottom: 12px;
    left: 4px;
}

#contentGalleryAdmin table.agis th a.desc:after
{
    content: '';
    border: 5px solid transparent;
    border-top: 8px solid #fff;
    position: relative;
    top: 12px;
    left: 4px;
}

#contentGalleryAdmin table.agis tr.pager
{
    background-color: rgb(24, 32, 38);
}

#contentGalleryAdmin table.agis tr.pager span
{
    color: #fff;
    display: inline-block;
    background: #ad0905;
    padding: 6px;
    vertical-align: middle;
    border-radius: 4px;
    zoom: 1;
    *display: inline;
}

#contentGalleryAdmin table.agis > tbody > tr.pager > td
{
    background: none;
    padding: 5px;
    border: none;
    color: #aaaaaa;
}

#contentGalleryAdmin table.agis > tbody > tr.pager > td a
{
    color: #ffffff;
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    border-radius: 4px;
    zoom: 1;
    *display: inline;
}

#contentGalleryAdmin table.agis > tbody > tr.pager > td a:hover
{
    background: #616161;
}

#contentGalleryAdmin table.agis.cellInput td
{
    padding: 0;
}

#contentGalleryAdmin table.agis.cellInput input[type="text"]
{
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

#contentGalleryAdmin table.agis.cellInput input[type="text"]:focus
{
    background: #ffffff;
}

#contentGalleryAdmin .dnnLabel, #contentGalleryAdmin td > .dnnLabel
{
    width: 150px;
}

#contentGalleryAdmin.narrow .dnnLabel, #contentGalleryAdmin.narrow td > .dnnLabel
{
    width: auto;
    display: block;
    margin-bottom: 4px;
}

#contentGalleryAdmin .actions,
#contentGalleryAdmin .sub-actions
{
    margin: 10px 0px;
    line-height: normal;
    padding: 0;
}

#contentGalleryAdmin .sub-actions a
{
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    min-width: 60px;
    padding: 10px 20px;
    background: rgba(0,0,0,.3);
    border-radius: 4px;
    white-space: nowrap;
    zoom: 1;
    *display: inline;
}

#contentGalleryAdmin .sub-actions a:hover
{
    background: rgba(0,0,0,.5);
}

#contentGalleryAdmin .primaryAction, #contentGalleryAdmin a.primaryAction, #contentGalleryAdmin a.primaryAction:visited
{
    background: #ad0905; /* Old browsers */
    background: -moz-linear-gradient(top,  #ad0905 0%, #8c0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad0905), color-stop(100%,#8c0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ad0905 0%,#8c0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ad0905 0%,#8c0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ad0905 0%,#8c0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ad0905 0%,#8c0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0905', endColorstr='#8c0000',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.4);
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 4px;
    zoom: 1;
    *display: inline;
}

#contentGalleryAdmin .primaryAction:hover
{
    background: #8c0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #8c0000 0%, #ad0905 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c0000), color-stop(100%,#ad0905)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8c0000 0%,#ad0905 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8c0000 0%,#ad0905 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8c0000 0%,#ad0905 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8c0000 0%,#ad0905 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0000', endColorstr='#ad0905',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

#contentGalleryAdmin .secondaryAction, #contentGalleryAdmin a.secondaryAction, #contentGalleryAdmin a.secondaryAction:visited
{
    background: #476074; /* Old browsers */
    background: -moz-linear-gradient(top,  #476074 0%, #394f5f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#476074), color-stop(100%,#394f5f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #476074 0%,#394f5f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #476074 0%,#394f5f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #476074 0%,#394f5f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #476074 0%,#394f5f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476074', endColorstr='#394f5f',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.4);
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 4px;
    zoom: 1;
    *display: inline;
}

#contentGalleryAdmin .secondaryAction:hover
{
    background: #394f5f; /* Old browsers */
    background: -moz-linear-gradient(top,  #394f5f 0%, #476074 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#394f5f), color-stop(100%,#476074)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #394f5f 0%,#476074 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #394f5f 0%,#476074 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #394f5f 0%,#476074 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #394f5f 0%,#476074 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394f5f', endColorstr='#476074',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}


/*-------------------------
Input controls
-------------------------*/
#contentGalleryAdmin input[type="text"], #contentGalleryAdmin input[type="password"], #contentGalleryAdmin textarea, #contentGalleryAdmin select
{
    display: inline;
    padding: 8px;
    margin-bottom: 2px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    height: auto;
    color: #515151;
}

#contentGalleryAdmin input[type="text"]:active, #contentGalleryAdmin input[type="password"]:active, #contentGalleryAdmin textarea:active, #contentGalleryAdmin select:active, #contentGalleryAdmin input[type="text"]:focus, #contentGalleryAdmin input[type="password"]:focus, #contentGalleryAdmin textarea:focus, #contentGalleryAdmin select:focus
{
    background: #e1e1e1;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#contentGalleryAdmin input[type="file"]
{
    background: rgba(0,0,0,.2);
    padding: 4px;
    color: #ffffff;
}

#contentGalleryAdmin input[type="checkbox"], #contentGalleryAdmin input[type="radio"]
{
    width: auto;
    padding: 0;
    margin: 0;
}

/*-------------------------
Validation
-------------------------*/
#contentGalleryAdmin .invalid
{
    font-size: 50px;
    color: #e24848 !important;
    vertical-align: middle;
}
#contentGalleryAdmin .validationSummary
{
    background-color: #e24848;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 14px 18px;
    display: block;
}
#contentGalleryAdmin .validationSummary ul, #contentGalleryAdmin .validationSummary ul li
{
    background: none;
    color: #ffffff;
    padding: 2px;
}


/*-------------------------
General Collapsible Panels
-------------------------*/
#contentGalleryAdmin .agis-collapsible
{
    margin-bottom: 8px;
}
#contentGalleryAdmin .agis-collapsible > .agis-header
{
    background: rgba(0,0,0,.3);
    padding: 8px;
    font-size: 17px;
    color: #fff;
}
#contentGalleryAdmin .agis-collapsible .glyph
{
    display: block;
    float: right;
    border: 6px solid transparent;
    border-top: 12px solid #7A9CB8;
    margin-top: 4px;
    margin-right: 10px;
}
#contentGalleryAdmin .agis-collapsible .glyph:hover
{
    border-top-color: #ffffff;
}
#contentGalleryAdmin .agis-collapsible[data-state="collapsed"] .glyph
{
    border: 6px solid transparent;
    border-right: 12px solid #7A9CB8;
}
#contentGalleryAdmin .agis-collapsible[data-state="collapsed"] .glyph:hover
{
    border-right-color: #ffffff;
}
#contentGalleryAdmin .agis-collapsible > .agis-content
{
    padding: 10px;
    background: rgba(0,0,0,.2);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#contentGalleryAdmin .agis-collapsible ul.linkList
{
    padding: 0;
}
#contentGalleryAdmin .agis-collapsible ul.linkList li
{
    list-style-type: none;
    margin-bottom: 4px;
}
#contentGalleryAdmin .agis-collapsible ul.linkList li a, #contentGalleryAdmin .agis-collapsible ul.linkList li a:visited
{
    color: #7A9CB8;
}
#contentGalleryAdmin .agis-collapsible ul.linkList li a:hover
{
    color: #ffffff;
}

/*-------------------------
Message panels
-------------------------*/

#contentGalleryAdmin .msg-panel
{
    padding: 20px;
    border-style: solid;
    border-width: 2px;
}

#contentGalleryAdmin .msg-panel.warning
{
    color: #313131;
    background: #FFEF8C;
    border-color: #EAD33F;
    
}


/*-------------------------
Field editor
-------------------------*/

/*#defaultProvider {color:#515151;}*/

/* --- Sections --- */

#defaultProvider ul.agis-sections
{
    color: #515151;
    background: rgba(0,0,0,.2);
    border: 1px solid #000000;
    display: block;
    margin: 0px;
    padding: 20px;
    list-style-type: none;
}

#defaultProvider ul.agis-sections h1, #defaultProvider ul.agis-sections h2, #defaultProvider ul.agis-sections h3, #defaultProvider ul.agis-sections h4, #defaultProvider ul.agis-sections table, #defaultProvider ul.agis-sections label, #defaultProvider ul.agis-sections span
{
    color: #515151;
}

#defaultProvider div.dnnFormHelpContent span
{
    color: inherit;
}

#defaultProvider ul.agis-sections .agis-sectionHighlight
{
    background: rgba(255,255,255,.3);
    border: 1px dotted #ffffff;
    margin: 0 0 10px 0;
}

#defaultProvider ul.agis-sections .agis-section
{
    margin: 0 0 8px 0;
    padding: 0;
}

#defaultProvider .agis-sections .agis-section > .agis-header
{
    margin: 0;
    padding: 8px;
    background: #6c92b0; /* Old browsers */
    background: -moz-linear-gradient(top,  #6c92b0 0%, #6884a8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c92b0), color-stop(100%,#6884a8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6c92b0 0%,#6884a8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6c92b0 0%,#6884a8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6c92b0 0%,#6884a8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6c92b0 0%,#6884a8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c92b0', endColorstr='#6884a8',GradientType=0 ); /* IE6-9 */
    border: 1px solid #58778E;
    color: #ffffff;
}

#defaultProvider .agis-section > .agis-header .sectionHandle
{
    margin: 0;
    border: none;
    cursor: move;
    opacity: .4;
    width: 10px;
    height: 26px;
    vertical-align: middle;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-section > .agis-header:hover .sectionHandle
{
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-sections .agis-section .sectionName
{
    color: #ffffff;
    font-size: 18px;
    background: none;
    border: none;
    margin: 0;
    padding-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-sections .agis-section .sectionName::-webkit-input-placeholder, #defaultProvider .agis-sections .agis-section .sectionName:-moz-placeholder, #defaultProvider .agis-sections .agis-section .sectionName::-moz-placeholder, #defaultProvider .agis-sections .agis-section .sectionName:-ms-input-placeholder
{
    color: #ffffff;
}

#defaultProvider .agis-sections .agis-section .sectionName:focus
{
    color: #515151;
    background: #ffffff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-section > .agis-header .sectionGlyph
{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    opacity: .4;
    margin-top: 8px;
    margin-right: 10px;
    background: url(./images/white-arrows.png) no-repeat;
    margin-right: 10px;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-section > .agis-header:hover .sectionGlyph
{
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-section[data-state="collapsed"] > .agis-header .sectionGlyph
{
    background-position: 0 -20px;
}

#defaultProvider .agis-section > .agis-header .deleteSection
{
    float: right;
    margin-top: 8px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-section > .agis-header:hover .deleteSection
{
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-sections .sectionForm
{
    padding: 10px;
    margin-bottom: 10px;
}

#defaultProvider .agis-sections .agis-section > .agis-content
{
    padding: 10px;
    background: #E5F3FF;
    border: 1px solid #58778E;
    border-top: none;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#defaultProvider .agis-sections .agis-section > .agis-content.exp
{
    display: block;
}

#defaultProvider .agis-sections .newSection
{
    opacity: 0;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#defaultProvider .agis-sections:hover .newSection
{
    opacity: 1;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#defaultProvider .agis-sections .newSection a
{
    display: block;
    border: 2px dashed #F0FEB6;
    color: #F0FEB6;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#defaultProvider .agis-sections .newSection a:hover
{
    background: rgba(255,255,255,.3);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}


/* --- Fields --- */

#defaultProvider ul.agis-sections ul.agis-fields
{
    background: #ffffff;
    border: 1px solid #c1c1c1;
    display: block;
    margin: 0px;
    padding: 20px;
    list-style-type: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#defaultProvider .agis-fields .agis-fieldHighlight
{
    background: rgba(0,0,0,.05);
    border: 1px dotted #515151;
    margin: 0 0 10px 0;
}

#defaultProvider .agis-fields .agis-field
{
    margin: 0 0 8px 0;
    padding: 0;
}

#defaultProvider .agis-fields .agis-field > .agis-header
{
    margin: 0;
    height: 50px;
    background: #f0feb6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0feb6 0%, #e6f98e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0feb6), color-stop(100%,#e6f98e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0feb6 0%,#e6f98e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0feb6 0%,#e6f98e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0feb6 0%,#e6f98e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0feb6 0%,#e6f98e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0feb6', endColorstr='#e6f98e',GradientType=0 ); /* IE6-9 */
    border: 1px solid #B1BC86;
    position: relative;
}

#defaultProvider .agis-fields .agis-field > .agis-content
{
    padding: 10px;
    background: #FBFFEF;
    border: 1px solid #B1BC86;
    border-top: none;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#defaultProvider .agis-fields .agis-field > .agis-content.exp
{
    display: block;
}

#defaultProvider .agis-field > .agis-header .fieldHandle
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    border: none;
    cursor: move;
    opacity: .4;
    width: 10px;
    height: 26px;
    vertical-align: middle;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-field > .agis-header:hover .fieldHandle
{
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-fields .agis-field .fieldName
{
    font-size: 18px;
    height: 40px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 28px;
    background: none;
    border: none;
    padding-left: 4px;
    vertical-align: top;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#defaultProvider .agis-fields .agis-field .fieldName:focus
{
    background: #ffffff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-field > .agis-header .fieldGlyph
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 60px;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    opacity: .4;
    background: url(./images/grey-arrows.png) no-repeat;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-field > .agis-header:hover .fieldGlyph
{
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-field[data-state="collapsed"] > .agis-header .fieldGlyph
{
    background-position: 0 -20px;
}

#defaultProvider .agis-field > .agis-header .deleteField
{
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-field > .agis-header:hover .deleteField
{
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-field > .agis-header .cloneField
{
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 36px;
    height: 16px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-field > .agis-header:hover .cloneField
{
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-fields .newField
{
    display: block;
    opacity: 0;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#defaultProvider .agis-fields:hover .newField
{
    opacity: 1;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#defaultProvider .agis-fields .newField a
{
    display: block;
    border: 2px dashed #515151;
    color: #515151;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

#defaultProvider .agis-fields .newField a:hover
{
    background: rgba(251,255,239,.2);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}


/* --- Options --- */

.optionList tr .optionHandle
{
    margin: 0;
    border: none;
    cursor: move;
    opacity: .4;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.optionList tr:hover .optionHandle
{
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.optionList tr .deleteOption
{
    margin-right: 4px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.optionList tr:hover .deleteOption
{
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.optionList .addOption
{
    display: block;
    padding: 16px;
    font-size: 16px;
    background: #476074; /* Old browsers */
    background: -moz-linear-gradient(top,  #476074 0%, #394f5f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#476074), color-stop(100%,#394f5f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #476074 0%,#394f5f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #476074 0%,#394f5f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #476074 0%,#394f5f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #476074 0%,#394f5f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476074', endColorstr='#394f5f',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

.optionList .addOption:hover
{
    background: #394f5f; /* Old browsers */
    background: -moz-linear-gradient(top,  #394f5f 0%, #476074 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#394f5f), color-stop(100%,#476074)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #394f5f 0%,#476074 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #394f5f 0%,#476074 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #394f5f 0%,#476074 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #394f5f 0%,#476074 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394f5f', endColorstr='#476074',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

/* --- Relationships --- */

#defaultProvider ul.agis-relationships h1, #defaultProvider ul.agis-relationships h2, #defaultProvider ul.agis-relationships h3, #defaultProvider ul.agis-relationships h4, #defaultProvider ul.agis-relationships table, #defaultProvider ul.agis-relationships label, #defaultProvider ul.agis-relationships span
{
    color: #515151;
}

#defaultProvider ul.agis-relationships
{
    color: #515151;
    background: rgba(0,0,0,.2);
    border: 1px solid #000000;
    display: block;
    margin: 0px;
    padding: 20px;
    list-style-type: none;
}

#defaultProvider ul.agis-relationships li.agis-relationship
{
    margin: 0 0 8px 0;
    padding: 0;
}

#defaultProvider .agis-relationships .agis-relationship > .agis-header
{
    margin: 0;
    padding: 8px;
    background: #a1ccaa; /* Old browsers */
    background: -moz-linear-gradient(top,  #a1ccaa 0%, #85aa8e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1ccaa), color-stop(100%,#85aa8e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a1ccaa 0%,#85aa8e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a1ccaa 0%,#85aa8e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a1ccaa 0%,#85aa8e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a1ccaa 0%,#85aa8e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ccaa', endColorstr='#85aa8e',GradientType=0 ); /* IE6-9 */
    border: 1px solid #85aa8e;
    color: #ffffff;
}

#defaultProvider .agis-relationships .agis-relationship .relationshipName
{
    font-size: 18px;
    background: none;
    border: none;
    margin: 0;
    padding-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
    color: #ffffff;
}

#defaultProvider .agis-relationship > .agis-header .relationshipGlyph
{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    opacity: .4;
    margin-right: 10px;
    background: url(./images/white-arrows.png) no-repeat;
    margin-right: 10px;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-relationship > .agis-header:hover .relationshipGlyph
{
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

#defaultProvider .agis-relationship[data-state="collapsed"] > .agis-header .relationshipGlyph
{
    background-position: 0 -20px;
}

#defaultProvider .agis-relationship > .agis-header .deleteRelationship
{
    float: right;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-relationship > .agis-header:hover .deleteRelationship
{
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#defaultProvider .agis-relationship > .agis-content
{
    padding: 10px;
    background: #EFFFF2;
    border: 1px solid #85aa8e;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#defaultProvider .agis-relationship .tokenName
{
    text-transform: uppercase;
}

/*-------------------------
Content Editor
-------------------------*/

#contentGalleryAdmin .itemEditor .agis-section
{
    margin: 0 0 8px 0;
    padding: 0;
}
#contentGalleryAdmin .itemEditor .agis-section .agis-header
{
    background: rgba(0,0,0,.3);
    padding: 8px;
}
#contentGalleryAdmin .itemEditor .agis-section h3.agis-sectionName
{
    font-size: 18px;
    display: inline-block;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: normal;
    zoom: 1;
    *display: inline;
}
#contentGalleryAdmin .itemEditor .agis-section .sectionGlyph
{
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(./images/white-arrows.png) no-repeat;
    margin-right: 10px;
}
#contentGalleryAdmin .itemEditor .agis-section[data-state="collapsed"] .sectionGlyph
{
    background-position: 0 -20px;
}
#contentGalleryAdmin .itemEditor .agis-section .agis-content
{
    display: none;
    padding: 10px;
    background: rgba(0,0,0,.2);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#contentGalleryAdmin .itemEditor .agis-section[data-state="expanded"] .agis-content
{
    display: block;
}

#contentGalleryAdmin .itemEditor ul
{
    padding: 0;
    margin-left: 0;
}
#contentGalleryAdmin .itemEditor ul li
{
    list-style-type: none;
}
#contentGalleryAdmin .itemEditor .agis-section-table
{
    width: 100%;
}
#contentGalleryAdmin .itemEditor .agis-section-table td.agis-field-label
{
    width: 170px;
    text-align: right;
}
#contentGalleryAdmin .itemEditor .agis-section-table td.agis-field-label .dnnLabel
{
    float: none;
    width: auto;
}

#contentGalleryAdmin .itemEditor .agis-section-table td.agis-field-label .dnnTooltip {
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
    min-width: 0px;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
    text-align: right;
    zoom: 1;
    *display: inline;
}

/* Url Control */
#contentGalleryAdmin .itemEditor .urlControl
{
    background: rgba(0,0,0,.2);
    display: inline-block;
    float: none;
    padding: 15px;
    zoom: 1;
    *display: inline;
}

/* Html Control */
#contentGalleryAdmin .itemEditor .dnnTextEditor
{
    background: rgba(0,0,0,.2);
    padding: 10px;
    display: inline-block;
    float: none;
    clear: none;
    width: auto;
    zoom: 1;
    *display: inline;
}

#contentGalleryAdmin .itemEditor .dnnTextPanelView, #contentGalleryAdmin .itemEditor .reToolCell, #contentGalleryAdmin .itemEditor .reToolbarWrapper, #contentGalleryAdmin .itemEditor .reToolZone, #contentGalleryAdmin .itemEditor .reWrapper
{
    background: none;
}

#contentGalleryAdmin .itemEditor .reToolZone span
{
    color: #ffffff;
}

/* Photo Gallery Control */
#contentGalleryAdmin .itemEditor .photoGalleryControl
{
    padding: 10px;
    background: rgba(0,0,0,.2);
    max-width: 680px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#contentGalleryAdmin .itemEditor .galleryList
{
    padding: 0;
    margin: 0;
}
#contentGalleryAdmin .itemEditor .galleryList li
{
    position: relative;
    vertical-align: top;
    list-style-type: none;
    padding: 4px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid transparent;
    zoom: 1;
    *display: inline;
}
#contentGalleryAdmin .itemEditor .photoGalleryControl .urlControl
{
    float: none;
    background: none;
    margin-top: 10px;
    border-top: 1px dashed #aaaaaa;
}
#contentGalleryAdmin .itemEditor .photoGalleryControl .galleryItem .editForm
{
    z-index: 2;
    padding: 15px;
    background: rgba(0,0,0,.9);
    position: absolute;
    left: -1px;
    top: 109px;
    display: none;
}
#contentGalleryAdmin .itemEditor .photoGalleryControl .galleryItem.selected
{
    background: rgba(0,0,0,.9);
}
#contentGalleryAdmin .itemEditor .photoGalleryControl .galleryItem.selected .editForm
{
    display: block;
}
#contentGalleryAdmin .itemEditor .photoGalleryControl .photoHighlight
{
    background: rgba(255,255,255,.3);
    border: 1px dotted #ffffff;
    margin: 0 0 10px 0;
}

#contentGalleryAdmin .fieldVersionHistory table.agis th,
#contentGalleryAdmin .fieldVersionHistory table.agis td
{
    text-align: left;
    vertical-align: top;
}

#contentGalleryAdmin .fieldVersionHistory table.agis td.row-actions
{
    background: #616161;
    text-align: center;
}

#contentGalleryAdmin .fieldVersionHistory table.agis > tbody > tr:nth-child(even) > td.row-actions
{
    background: #515151;
}

#contentGalleryAdmin .fieldVersionHistory table.agis td.row-actions a
{
    color: #fff;
    text-decoration: none;
}

#contentGalleryAdmin .fieldVersionHistory table.agis td.row-actions a:hover
{
    
}

#contentGalleryAdmin .itemEditor .geocodeControl,
#contentGalleryAdmin .itemEditor .multipleDateControl,
#contentGalleryAdmin .itemEditor .customControl
{
    padding: 10px;
    background: rgba(0,0,0,.2);
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*---------------
jquery date picker
---------------*/
.ui-datepicker
{
    border: none;
    background: #fff;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.2);
    padding: 4px;
}
.ui-datepicker .ui-datepicker-header
{
    background: #6884a8;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 4px 6px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title
{
    text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev
{
    line-height: 0;
    font-size: 0;
    color: transparent;
    position: absolute;
    left: 0px;
    top: 6px;
    border: 6px solid transparent;
    border-right: 12px solid #dadada;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover
{
    border-right-color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next
{
    line-height: 0;
    font-size: 0;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 6px;
    border: 6px solid transparent;
    border-left: 12px solid #dadada;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover
{
    border-left-color: #fff;
}
.ui-datepicker .ui-datepicker-calendar
{
    color: #414141;
    border-spacing: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default
{
    padding: .4em;
    border: none;
    background: #fafafa;
    color: #818181;
    display: block;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default
{
    background: #f3f3f3;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover
{
    background: #eaeaea;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight
{
    background: #cacaca;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active
{
    background: #f0feb6;
}