﻿
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 2px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 2px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/* Footer styles classes*/

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.footer-nav {
    text-align: right;
    list-style: none;
}

    .footer-nav li {
        display: inline;
    }

        .footer-nav li:not(:first-child):before {
            content: '|';
            padding: 0px 10px;
        }

    .footer-nav a {
        color: #b2b2b2;
    }

        .footer-nav a:hover {
            color: #fff;
            text-decoration: none;
        }

.margin-top-10 {
    margin-top: 10px;
}

.row-bg-color {
    background-color: #eeeeee;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.nopadding {
    padding: 0px;
}

.fw-normal {
    font-weight: normal;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-9 {
    font-size: 9px;
}

.tablenoborder > tbody > tr > td, .tablenoborder > tfoot > tr > td {
    border: 0px;
    /* border-top: 1px solid #dddddd; */
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.marginBottom-0 {
    margin-bottom: 0;
}

/*********************** Drop Down Menu Items***************************************************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    /* Uncomment below class to make menu appear on mouse hover.*/
    /*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    }*/

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*********************** Drop Down Menu Items***************************************************/

.errors-msg {
    border-left: 5px solid #a94442;
    padding-left: 15px;
    content: '\b7\a0';
    color: #a94442;
    margin-bottom: 10px;
}

/***********************Status bar***************************************************/
.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 10px;
}

    .update-nag:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    }

    .update-nag > .update-split {
        background: #337ab7;
        width: 33px;
        float: left;
        color: #fff!important;
        height: 100%;
        text-align: center;
    }

        .update-nag > .update-split > .glyphicon {
            position: relative;
            top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
        }

        .update-nag > .update-split.update-success {
            background: #5cb85c!important;
        }

        .update-nag > .update-split.update-danger {
            background: #d9534f!important;
        }

        .update-nag > .update-split.update-info {
            background: #5bc0de!important;
        }

    .update-nag > .update-text {
        line-height: 19px;
        padding-top: 11px;
        padding-left: 45px;
        padding-right: 20px;
    }

/***********************Status bar***************************************************/

.breadcrumb {
    background-color: #ffffff;
}

.panel-main {
    border: 2px solid #aaa;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 7px 4px rgba(0,0,0,0.16);
}

.panel-main-upper {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px;
}

.panel-main-lower {
    background-color: #cde9f1;
    border-top: 1px solid #aaa;
}

    .panel-main-lower h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        color: #999999;
        margin-top: 5px;
        margin-bottom: 2px;
    }

.panel-main-lower-item {
    border-right: 1px solid #aaa;
    display: block;
    height: 100%;
}

.panel-main-lower-lastitem {
    border-right: none;
}

.shadow {
    -webkit-box-shadow: 0 6px 4px -4px black;
    -moz-box-shadow: 0 6px 4px -4px black;
    box-shadow: 0 6px 4px -4px black;
}

.label-normal {
    color: #161f29;
}

.inner-bg {
    padding: 20px 0 120px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 

.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
}

.content-box {
    margin-top: 35px;
}

.content-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.content-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.content-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.content-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.content-bottom form textarea {
	height: 100px;
}

.content-bottom form button.btn {
	width: 100%;
}

.content-bottom form .input-error {
	border-color: #de995e;
}

.noti-box {
    min-height: 100px;
    padding: 20px;
}

.noti-box .icon-box {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.bg-color-blue {
    background-color: #A95DF0;
    color: #fff;
}

.bg-color-green {
    background-color: #00CE6F;
    color: #fff;
}

.no-boder {
    border: 0px solid #f3f3f3;
}

.text-center {
    text-align: center;
}

.main-temp-back {
    background: #8702A8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.main-temp-back .text-temp {
    font-size: 40px;
}

.text-big {
    font-size: 40px;
}

.text-big-middle {
    font-size: 40px;
    line-height:2;
}

.back-header-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}

.back-header-blue {
    background-color: #7E45B4;
    border-top: 0px solid #fff;
}

.back-header-purple {
    background-color: #65017E;
    border-top: 0px solid #fff;
}

.btn-facebook {
    background-color: #3b5998;
}
.btn-social {
    color: white;
    opacity: 0.8;
}
.btn-google {
    background-color: #c32f10;
}
.btn-twitter {
    background-color: #00aced;
}
.btn-linkedin {
    background-color: #0e76a8;
}

span.tags {
    background: #1abc9c;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}

.icon-a {
    color: #888;
} 
.icon-b {
    color: orange;
}
.icon-c {
    color: #00aced;
}
.icon-d {
    color: #00aced;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2a6496;
}