/*mvc companies datepicker.css*/
.search-filter .selectskinned ul {
    margin-left: 0;
}

/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
    color: #FFFFFF;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
    margin-top: 0;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #EB5F0B;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0 rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0 rgba(250, 250, 250, .2);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #EB5F0B;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	/*line-height: 600%;*/
	overflow: hidden;
    font-size: 1.2em;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
    margin-left: 8px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0;
    margin-right: 8px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0 0 #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
    background: #FDFDFD;
}
.ui-datepicker tbody td:last-child {
	border-right: 0;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0p #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	/*background: -moz-linear-gradient(top,  #ededed 0, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0,#dedede 100%);
	background: linear-gradient(top,  #ededed 0,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );*/
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
	background: #EB5F0B;
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
	color: #e0e0e0;
	position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.input-group-addon {
    display: none;
}

.date-picker-from, .date-picker-until, .date-picker {
    cursor: pointer;
}

/********************************************************/

    #searchForm {
        float: left;
        margin-bottom: 30px;
        background: #e8e8e8 none repeat scroll 0 0;
        padding: 10px;
        border-radius: 2px;
        box-sizing: border-box;
        width: 100%;
        font-size: 12px;
    }

    #searchForm.filter-active {
        opacity: 1;
        height: auto;
        display: block;
    }

        #searchForm input, #searchForm .selectvalue {
            border-radius: 2px;
            font-size: 13px;
        }

        #searchForm .form-group {
            display: inline-block;
            min-width: 168px;
        }

            #searchForm .form-group label {
                display: block;
            }

    input[type="text"], input[type="email"], input.email, input[type="password"], .selectvalue, textarea {
        width: 190px;
    }

    .selectvalue {
        background: #FFF none repeat scroll 0 0;
    }

    label.control-label span { cursor: pointer; }

    #smallFilter {
        cursor: pointer;
        background: #C5C5C5;
        margin-bottom: 10px;
        height: 44px;
        width: 100%;
        float: left;
        border-radius: 2px;
        line-height: 40px;
        color: #333;
    }

    #smallFilter span.show-filter {
        margin-left: 16px;
        font-size: 1.2em;
        vertical-align: middle;
        line-height: normal;
    }

        #smallFilter span.show-filter i {
        margin-right: 5px;
    }

    #smallFilter.filter-active span.show-filter {
         display: none;
    }

    #smallFilter span.hide-filter {
         margin-right: 22px;
         float: right;
         display: none;
    }

    #smallFilter.filter-active span.hide-filter {
         display: block;
    }

    #smallFilter.filter-active {
        line-height: 44px;
    }

    @media(max-width: 1023px)
    {
        #searchForm {
            width: 100%;
            display: none;
        }

        #searchForm .form-group {
            display: block;
            width: 100%;
        }

        #searchForm input, #searchForm .selectvalue {
            width: 100%;
            box-sizing: border-box;
        }
    }

    @media(min-width: 1024px)
    {
        #smallFilter {
            display: none;
        }

        #searchForm input, #searchForm .selectvalue {
            /*width: 100%;
            box-sizing: border-box;*/
        }
    }

    .ie8 #smallFilter {
        display: none;
    }