﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.field-validation-error {
    width: 100% !important;
    color: red;
    text-align: center;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-right: -20px !important;
}

.nav-tabs > li {
    float: right !important;
}

.contact textarea, .register textarea {
    height: 122px !important;
}


.dash .breadcrumb {
    margin-bottom: 0 !important;
    background-color: white !important;
}

.nav-treeview .nav-item a i {
    padding-right: 20px !important;
}

.nav-treeview .nav-item p {
    padding-right: 15px !important;
    font-size: small !important;
}


/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    /*left: 0;*/
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* sv */
label.sv_menu_check {
    margin-right: 40px;
}

span.sv_menu_check {
    margin-top: 7px;
}


.header_list {
    font-size: 13px;
}

.ios8-switch-sm {
    padding: 0 !important;
}

.align-left {
    text-align: left !important;
}


.categorisTree ul, .keywordTree ul {
    margin-right: 30px;
    position: relative;
    padding: 0;
    list-style: none;
}

.categorisTree li, .keywordTree li {
    padding: 0 0.6em 0 0;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
}

.month {
    padding: 15px 25px;
    /*background: #1abc9c;*/
}

    .month ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .month ul li {
            color: white;
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

    .month input {
    }

.days {
    padding: 10px 0;
    /*background: #eee;*/
    margin: 0;
}

    .days input {
        list-style-type: none;
        display: inline-block;
        width: 13.6%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 12px;
        color: #777;
        padding: 6px 0;
    }

        .days input.active {
            background: #1abc9c;
            color: white !important;
            border: 0px;
        }

.aza {
    border-color: black;
}

.monasebat {
    border-color: blue;
}

.shadi {
    border-color: limegreen;
}

.Required {
    border: solid red 1px !important;
}

span.Required, span.Required span {
    width: 100% !important;
    border: none !important;
    margin-top:-15px;
}

.form-group:first-child {
    /*padding-top: 10px !important;*/
}

.ft_comment{
    background-color:#ccc; 
    padding-top:5px;
    padding-bottom:5px;
}
.ft_comment input, .ft_comment button, .ft_comment textarea{
    margin-top:5px !important;   
}


.user-panel img {
    width: 2rem !important;
    height: 2rem !important;
}

/* table */
.th-1{
	min-width:50px;
	width: 50px;
}
.th-2{
	min-width:110px;
	width: 110px;
}
.th-3{
	min-width:160px;
	width: 160px;
}
.th-4{
	min-width:200px;
	width: 200px;
}
.th-5{
	min-width:240px;
	width: 240px;
}
.th-6{
	min-width:290px;
	width: 29px;
}
