﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

body {
    background-color: #2f4050;
    color: #676a6c;
    /*font-family: "sans-serif";*/
    font-family: 'Open Sans';
    font-size: 13px;
}

#wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

a {
    color: #A7B1C2;
    text-decoration: none;
}

.navbar-brand {
    padding: 0 1px;
}

.dropdown {
    margin-top: 10px;
}

    .dropdown a {
        color: #4C3B8E;
    }

.sidebar {
    margin-top: 85px;
}

/*.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}*/

.navbar {
    min-height: 85px;
}


ul li a {
    color: #a7b1c2;
}

.sidebar ul li {
    border-bottom: 0px solid #e7e7e7;
}

.nav > li > a:hover {
    background-color: #AC193D;
    color: #fff;
}

.nav > li > a.active {
    background: url("../../image/menu-active.png") no-repeat scroll right center !important;
    color: #fff;
    background-color: #AC193D !important;
}

    .nav > li > a.active > .selected {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #fff;
        border-top: 12px solid transparent;
        display: block;
        float: right;
        height: 0;
        position: absolute;
        right: 0;
        top: 8px;
        width: 0;
    }


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #eeeeee;
    border-color: transparent;
    color: #2F4050;
    cursor: not-allowed;
}

.pagination > li > a, .pagination > li > span {
    background-color: #eeeeee;
    border: 1px solid transparent;
    color: #2F4050;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

    .pagination > li > a:hover {
        background-color: #AC193D;
        color: #ffffff;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #AC193D;
    border-color: transparent;
    color: #ffffff;
    cursor: default;
    z-index: 3;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #F39C12;
    border-color: #ffe580;
}



.navbar-brand {
    height: 84px;
}




.navbar-inverse {
    background-color: #F9F8FD;
    border-color: #8B5920;
}

.sidebar .nav-second-level li a {
    padding: 5px 5px 5px 45px;
}


.sidebar {
    background-color: #293846;
}

/*for Date Range*/
.input-group.customDate {
    width: 48%;
    padding-left: 15px;
}


.col-md-8.input-group.customDate1 {
    width: 63%;
    padding-left: 15px;
}


/*Button Reset Start*/

.btn {
    min-width: 114px;
}

.btn-red {
    background-color: #AC193D;
    color: #ffffff;
    border-color: #ac193d;
}

    .btn-red:hover {
        background-color: #72011d;
        border-color: #72011d;
    }

.btn-danger {
    background-color: #AC193D;
    color: #ffffff;
    border-color: #ac193d;
}

    .btn-danger:hover {
        background-color: #72011d;
        border-color: #72011d;
    }
/*Button Reset End*/


/*TextBox*/
.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important;
}


/***********************************Start Notification**************************/


.badge {
    border-radius: 15px;
}

.notifications {
    display: inline-block;
    list-style: none;
    margin: -20px 17px 0 0;
    padding: 6px 8px;
    vertical-align: middle;
    height: 62px;
}

    .notifications > li {
        float: left;
        margin: 40px 10px 0 0;
        position: relative;
    }

        /*.notifications > li .notification-icon {
                    background: #FFF;
                    border-radius: 50%;
                    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
                    display: inline-block;
                    height: 30px;
                    position: relative;
                    width: 30px;
                    text-align: center;
                    margin: 0 5px;
                }*/

        .notifications > li .notification-icon {
            background: #fff none repeat scroll 0 0;
            border-radius: 50%;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
            display: inline-block;
            height: 45px;
            margin: 0 5px;
            position: relative;
            text-align: center;
            width: 45px;
        }

            .notifications > li .notification-icon i {
                color: #4C3B8E;
                line-height: 42px;
                vertical-align: middle;
                margin-bottom: 35px;
            }

                .notifications > li .notification-icon i.fa-tasks {
                    line-height: 32px;
                }

            /*.notifications > li .notification-icon .badge {
                        background: #D2312D;
                        color: #FFF;
                        font-size: 10px;
                        font-weight: normal;
                        height: 16px;
                        padding: 3px 5px 3px 5px;
                        position: absolute;
                        right: -8px;
                        top: -3px;
                    }*/

            .notifications > li .notification-icon .badge {
                background: #d2312d none repeat scroll 0 0;
                color: #fff;
                font-size: 10px;
                font-weight: normal;
                height: 16px;
                padding: 3px 5px;
                position: absolute;
                right: -8px;
                top: -3px;
            }

        .notifications > li > a {
            border: none;
            display: inline-block;
        }


    /* notification menu - pin */
    .notifications .notification-icon:before {
        border-bottom: 6px solid #cccccc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        height: 0;
        margin-right: -3px;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .notifications .notification-icon:before {
        display: none;
        right: 11px;
        top: 35px;
        z-index: 9999;
    }

.navbar .notifications li a img {
    width: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
}

.navbar .notifications li a {
    color: #c8c8c8;
}

    .navbar .notifications li a:hover {
        color: #368ee0;
        background: #ffffff;
    }

    .navbar .notifications li a .badge {
        background: #d9534f none repeat scroll 0 0;
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        height: 22px;
        padding: 3px 8px;
        position: absolute;
        right: -12px;
        top: -4px;
    }

.navbar .notifications .list-item-last a .badge {
    background: #368ee0;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.navbar .notifications li .dropdown-menu {
    margin-top: -20px;
    right: -10px;
    min-width: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    font-size: 13px;
    z-index: 992;
}

    .navbar .notifications li .dropdown-menu:after {
        position: absolute;
        top: -7px;
        right: 16px;
        display: inline-block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        border-left: 8px solid transparent;
        content: '';
    }

    .navbar .notifications li .dropdown-menu:before {
        position: absolute;
        top: -9.5px;
        right: 16px;
        display: inline-block;
        border-right: 8px solid transparent;
        border-bottom: 8px solid rgba(0, 0, 0, 0.2);
        border-left: 8px solid transparent;
        content: '';
    }

.navbar .notifications li .update-menu {
    min-width: 150px;
}

.navbar .notifications li .dropdown-menu li {
    padding: 0;
    position: relative;
    min-width: 200px;
    border: none;
    line-height: 30px;
    padding: 0 15px;
}

    .navbar .notifications li .dropdown-menu li .notification {
        min-width: 280px;
    }

    .navbar .notifications li .dropdown-menu li i {
        font-size: 13px;
        margin-left: 5px;
        color: #333;
        width: 20px;
        margin-right: 3px;
    }

    .navbar .notifications li .dropdown-menu li:last-child {
        border: none;
    }

    .navbar .notifications li .dropdown-menu li.dropdown-menu-header,
    .navbar .notifications li .dropdown-menu li.dropdown-menu-footer {
        background: white;
        border: none;
    }

        .navbar .notifications li .dropdown-menu li.dropdown-menu-header:after {
            position: absolute;
            content: '';
            width: 100%;
            left: -1px;
            bottom: -2px;
            border-bottom: none;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            padding: 0 1px;
        }

    .navbar .notifications li .dropdown-menu li.dropdown-menu-header {
        margin-bottom: 0;
        height: 50px;
    }

    .navbar .notifications li .dropdown-menu li.divider {
        height: 5px;
        margin: 0;
        background-color: #f5f5f5;
    }

    .navbar .notifications li .dropdown-menu li a {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        line-height: 30px;
        height: 30px;
        margin: 0 -15px;
        padding: 0 15px;
        border-left: 0 !important;
        background-color: white !important;
        color: #333;
    }

        .navbar .notifications li .dropdown-menu li a:hover {
            color: #368ee0;
        }

    .navbar .notifications li .dropdown-menu li.list-item {
        min-width: 250px;
        height: 60px;
        padding: 0px 15px;
    }

        .navbar .notifications li .dropdown-menu li.list-item a {
            line-height: 60px;
            height: 60px;
            padding: 0px 15px;
        }

            .navbar .notifications li .dropdown-menu li.list-item a .label {
                top: 20px;
            }

    .navbar .notifications li .dropdown-menu li.list-item-last a h6 {
        margin-top: 0;
        padding-top: 5px;
    }

    .navbar .notifications li .dropdown-menu li a img.avatar {
        height: 40px;
        -webkit-border-radius: 50em;
        -moz-border-radius: 50em;
        border-radius: 50em;
        border: 1px solid #d4d4d4;
        margin: 0px 10px 0 -5px;
        float: left;
    }

    .navbar .notifications li .dropdown-menu li a div {
        font-size: 14px;
        line-height: 25px;
        font-weight: 300;
    }

    .navbar .notifications li .dropdown-menu li a .pull-left {
        margin-right: 10px;
    }

    .navbar .notifications li .dropdown-menu li a .media-body {
        border-bottom: 1px solid #eeeeee;
    }

    .navbar .notifications li .dropdown-menu li a small {
        color: #ACACAC;
        display: block;
        line-height: 12px;
        font-size: 10px;
        margin-top: -3px;
        font-style: italic;
    }

    .navbar .notifications li .dropdown-menu li.avatar {
        min-width: 250px;
        height: 50px;
        padding: 0px 15px;
        border-bottom: 1px solid #eeeeee;
    }

        .navbar .notifications li .dropdown-menu li.avatar a {
            line-height: 50px;
            height: 50px;
            padding: 0px 15px;
        }

.navbar .notifications li .dropdown-menu {
    margin-top: 2px;
}

.btn-icon {
    margin-top: -24px;
    font-size: 20px;
    cursor: pointer;
}

/***********************************End Notification**************************/



.panel-info {
    border-color: silver;
}

    .panel-info > .panel-heading {
        color: #2F4050;
        background-color: #CCCCD1;
        border-color: #CCCCD1;
    }


    /*Reset 08/11/2017 mostafa*/
    
/*Css reset  start*/
.input-sm {
    height: 28px;
    padding: 1px 6px;
    font-size: 13px;
    line-height: -1.5;
    border-radius: 2px;
}
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 2px;
}
.form-group {
	margin-bottom: 5px;
}
select.input-sm {
	height: 28px;
	line-height: 35px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 27px;
	padding: 2px 9px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
}
.js-example-basic-single
{
    height:25px;
}
.btn {
	min-width: 96px;
}
.btn {
	border-width: 1px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 3px 3px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 2px;
}
.well-sm {
	padding: 0px;
	border-radius: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 2px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #e7e8e9;
}

.input[type="checkbox"] {
	margin: 0px 7px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: .8;
	color: inherit;
}
.panel-title {
	margin-top: -2px;
	margin-bottom: -1px;
	font-size: 15px;
	color: inherit;
}
.panel-body {
	background:#d9f0f9;
}

/*Css reset  end*/