/*
 * Dandelion Admin v2.0 - Demo Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */
 
/* Vertical Sliders
================================================== */

#da-slider-equalizer span {
    height: 120px;
    float: left;
    margin: 0 16px;
}

/* Icon List
================================================== */

.da-icon-list, 
.da-icon-list li {
    margin: 0;
    list-style: none;
}

.da-icon-list li {
    display: block;
    float: left;
    margin: 5px;
    font-size: 21px;
}

.da-icon-list li span [class^="icol-"] {
    margin-top: 4px;
}

.da-icon-list li span {
    padding: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    display: block;
    background-color: #fefefe;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.font-16px {font-size:16px;}

.da-table td, .da-table th {padding: 7px 7px;}
.da-table th {padding: 11px 7px;}
.da-form .da-form-row {padding: 5px 24px;}
.da-form.da-form-inline .da-form-row .da-form-label, 
.da-form .da-form-inline .da-form-row .da-form-label {padding: 5px 0;}

.mfp-auto-cursor .mfp-content {
	background-image: url(../images/bg/stripes.png);
	padding:40px 10px 10px 10px;
	background-color:#f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}
.da-table .col-small1{ width:25px !important;}

.da-table .col-small2{ width:85px !important;}

.file-list {background-color: #e1f1c0;border: 1px solid #b5d56d;color: #62a426;padding: 8px;}
.file-list > p{ border: 1px solid #b5d56d;padding: 8px !important;cursor: pointer;}
.file-list > div{ line-height: 18px;}
.file-list.dragging {
    background-color: rgba(255, 255, 0, .3);
}

