﻿* {
    outline: none !important;
}

body {
    font-family: Cambria;
    font-size: medium;
}

html {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif, Cambria;
    font-size: 14px;
}

a i.fa,
button i.fa {
    width: 20px;
    /*padding-right: 5px;*/
}


/*.radio, .checkbox, .radio-inline, .checkbox-inline
{
	position: relative;
	padding-left: 20px;
}

	.radio label, .checkbox label, .radio-inline label, .checkbox-inline label
	{
		font-weight: normal;
		cursor: pointer;
		padding-left: 8px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
	}

	.radio + .radio, .checkbox + .checkbox
	{
		margin-top: 10px;
	}

	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
	{
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}

	.checkbox i, .checkbox-inline i, .radio i, .radio-inline i
	{
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 24px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
	}

		.checkbox i.small, .checkbox-inline i.small, .radio i.small, .radio-inline i.small
		{
			font-size: 18px;
			top: 2px;
		}

	.checkbox input[type=checkbox]:checked + i:before, .checkbox-inline input[type=checkbox]:checked + i:before
	{
		content: "\f046";
	}

	.radio input[type=radio]:checked + i:before, .radio-inline input[type=radio]:checked + i:before
	{
		content: "\f192";
	}*/

.toggle-switch {
    position: relative;
    width: 60px;
}

    .toggle-switch input {
        display: none;
    }

    .toggle-switch label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

.toggle-switch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -moz-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .toggle-switch-inner:before, .toggle-switch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        text-shadow: 1px 1px 1px #FFFFFF;
        color: #929292;
        background-color: #F5F5F5;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

    .toggle-switch-inner:before {
        content: "YES";
        padding-left: 15px;
        -webkit-border-radius: 20px 0 0 20px;
        -moz-border-radius: 20px 0 0 20px;
        border-radius: 20px 0 0 20px;
    }

    .toggle-switch-inner:after {
        content: "NO";
        padding-right: 15px;
        text-align: right;
        -webkit-border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
    }

.toggle-switch-switch {
    width: 20px;
    margin: 0;
    border: 2px solid #d8d8d8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    color: #f8f8f8;
    line-height: 1em;
    text-shadow: 0 0px 1px #ADADAD;
    text-align: center;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

.toggle-switch input:checked + .toggle-switch-inner {
    margin-left: 0;
}

    .toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
        right: 0px;
    }

.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border: 2px solid #D15E5E;
    background: #D15E5E;
}

.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border: 2px solid #DFD271;
    background: #DFD271;
}

.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border: 2px solid #7BC5D3;
    background: #7BC5D3;
}

.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border: 2px solid #63CC9E;
    background: #63CC9E;
}

.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
    border: 2px solid #6AA6D6;
    background: #6AA6D6;
}

.has-feedback .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px;
}


.beauty-table {
    width: 100%;
}

    .beauty-table input {
        border: none;
        background: none;
        /*font-size: 16px;*/
        text-align: right;
        padding: 2px 2px !important;
        width: 100%;
        outline: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .beauty-table input:focus {
            border: 1px solid #dfdfdf;
            background: #fefefe;
            /*font-size: 16px;*/
            text-align: right;
            padding: 2px 2px !important;
            width: 100%;
            outline: none;
        }

.mb-2 {
    margin-bottom: 2em;
}

/*.ml-2
{
	margin-left: 2em;
}*/

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.dropDownList {
    width: 100%;
}


.ui-icon-circle-triangle-w {
    background: url(/Content/img/ui-left.png) 0 0 no-repeat !important;
}

.ui-icon-circle-triangle-e {
    background: url(/Content/img/ui-right.png) 0 0 no-repeat !important;
}


/*Custom css*/
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}
