body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
}

.page
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #666666;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:20px;
    color:White;
}

#logindisplay a 
{
    display: inline-block;
    margin: 0 10px;
}

#logindisplay a:link
{
    text-decoration: none;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: underline;
}

#main
{    
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    position: relative;
}

input { width: 350px; }

textarea { width: 350px; }

#canvas, #canvas1 
{
    height:400px;
    width:600px;
}

#canvas img, #canvas1 img 
{
  max-width: none;
}

table.table_border 
{
    width: 100%;
}

table.table_border tr 
{
    border-bottom: 1px solid #ccc;
}

table.item-list td {
    vertical-align: middle;
}

div#media 
{
    position: absolute;
    top: 0;
    right: 10%;
}

div#media img 
{
    max-width: 266px;
    max-height: 200px;
}

tbody.location 
{
  outline: solid #ccc 1px;
  outline-radius: 0.4em;
  -moz-outline-radius: 0.4em;
}

/* Styles for basic forms
-----------------------------------------------------------*/

.ui-dialog .ui-dialog-buttonpane 
{
    border: none !important;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}

#main .btn-file > input 
{
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
    background-image: none !important;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Login form
-----------------------------------------------------------*/

.form-signin 
{
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    max-width: 300px;
    padding: 19px 29px 29px;
}

.form-signin .form-signin-heading, .form-signin .checkbox 
{
    margin-bottom: 10px;
}

.form-signin input[type="text"], .form-signin input[type="password"] 
{
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/* Home menu */
#homeMenu ul 
{
    list-style: none outside none;
}

/* Search Filter
-----------------------------------------------------------*/
#searchFilter .chzn-choices 
{
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    font-size: 14px;
    height: 28px;
    line-height: 20px;
    margin-bottom: 9px;
    border-color: #cccccc;  
}

#searchFilter .chzn-choices input.default 
{
    height: 20px;
    padding: 3px;
}

/* Search List*/
#list-loading-indicator.loading 
{
    background:url('/imgcss/ajax-loader.gif') no-repeat center center;
    height: 19px;
    width: 100%;
}

/* Message dialog */
#action-message-text {
    margin: 20px;
}

/*.showOrHideMsgDetailsLink {
    margin-top: 30px;
}*/

.showOrHideLink > span {
    text-decoration: none;
}

.showOrHideLink:hover {
    cursor: pointer;
}

.showOrHideLink:hover > span {
    text-decoration: underline;
    cursor: pointer;
}

.msgDetails {
    margin-left: 20px;
}

.msgDetails > fieldset {
    font-size: 14px;
}

.msgDetails > fieldset legend {
    font-size: 14px;
    font-weight: bold;
}

/* Add/Edit Asset
-----------------------------------------------------------*/
#assetForm .checkbox-wrapper label {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    vertical-align: middle;
}
#assetForm input[type="checkbox"] {
    margin-bottom: 10px;
}

#assetForm .chzn-choices 
{
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    font-size: 14px;
    height: 28px;
    line-height: 20px;
    margin-bottom: 9px;
    border-color: #cccccc;  
}

#assetForm .chzn-choices input.default 
{
    height: 20px;
    padding: 3px;
}


/* collection-list for Assetcolletction Edit.cshtml
-----------------------------------------------------------*/
.collection-list {
    /*margin: 30px 0 40px !important;*/
    margin-bottom: 150px !important;
    width: 100%; position: relative; float: left;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;

    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
    background-color: #4e4e4e;
}

.list-asset {
    width: 10%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#assetcollectionForm .checkbox-wrapper label {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

#assetcollectionForm input[type="checkbox"] {
    margin-bottom: 10px;
}
@media(max-width: 1400px) {
    .list-asset {
        width: 16.66666666%;
    }
}

.list-asset:before {
    content: '';
    display: block;
    padding-top: 75.1000587%;
}

.list-asset-image {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}

.list-asset-image img {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}

.list-asset-text {
    height: 90px;
    overflow: hidden;
    margin: 0 10px;
    font-size: 12px;
    color: #ddd;
}

.list-asset-text .title {
    font-size: 13px;
    margin-bottom: 3px;
    color: #fff;
}

.list-asset-image:hover .list-asset-edit-btn,
.list-asset-image:hover .list-asset-delete-btn {
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}


.list-asset-edit-btn,
.list-asset-delete-btn {
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: url(/imgcss/ic_edit.png) no-repeat center #008000;
    background-size: 20px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px rgba(0,0,0,0.4);

    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    
    z-index: 1;
}

.list-asset-edit-btn:hover {
    background-color: #006000;
}

.list-asset-edit-btn:active {
    background-color: #005000;
}


.list-asset-delete-btn {
    background: #800000;
    top: auto;
    bottom: -10px;
    transform: rotate(270deg);
}

.list-asset-delete-btn:before,
.list-asset-delete-btn:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    left: 4px;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
}

.list-asset-delete-btn:after {
    transform: rotate(-45deg);
}

.list-asset-delete-btn:hover {
    background-color: #600000;
}

.list-asset-delete-btn:active {
    background-color: #500000;
}
/*-----------------------------------------------------------
                                        END collection-list */