﻿

/* ALL IMAGE SPRITES */

.sprite {
    background: url(../Content/img/image-sprite.png);
    display: inline-block;
}

.logo {
    height: 30px;
    width: 527px;
    background-position: 0px 0px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 3px;
    background-repeat: no-repeat;
}

.Escalationlevel0, .empty {
    height: 16px;
    width: 16px;
    background-position: 17px 17px;
    margin: 1px;
}

.Escalationlevel1 {
    height: 16px;
    width: 16px;
    background-position: 0 -44px;
    margin: 1px;
}

.Escalationlevel2 {
    height: 16px;
    width: 16px;
    background-position: -16px -44px;
    margin: 1px;
}

.Escalationlevel3 {
    height: 16px;
    width: 16px;
    background-position: -32px -44px;
    margin: 1px;
}

.circle {
    height: 16px;
    width: 16px;
    background-position: -48px -44px;
    margin: 1px;
}

.circleGreen {
    height: 16px;
    width: 16px;
    background-position: -64px -44px;
    margin: 1px;
}

.first {
    height: 16px;
    width: 16px;
    background-position: -80px -44px;
    margin: 1px;
}

.last {
    height: 16px;
    width: 16px;
    background-position: -96px -44px;
    margin: 1px;
}

.Reopen {
    height: 16px;
    width: 16px;
    background-position: -112px -44px;
    margin: 1px;
}

.Enabled {
    height: 16px;
    width: 16px;
    background-position: -128px -44px;
    margin: 1px;
}

.Disabled {
    height: 16px;
    width: 16px;
    background-position: -144px -44px;
    margin: 1px;
}

.Unread {
    height: 16px;
    width: 16px;
    background-position: -176px -44px;
    margin: 1px;
}

.read {
    height: 16px;
    width: 16px;
    background-position: -160px -44px;
    margin: 1px;
}

.cc {
    height: 16px;
    width: 16px;
    background-position: -384px -44px;
    margin: 1px;
}

.Selected {
    height: 16px;
    width: 16px;
    background-position: -400px -44px;
    margin: 1px;
}

.Location {
    height: 16px;
    width: 16px;
    background-position: -416px -44px;
    margin: 1px;
}

.Time {
    height: 16px;
    width: 16px;
    background-position: -432px -44px;
    margin: 1px;
}

.CircleOrange {
    height: 16px;
    width: 16px;
    background-position: -448px -44px;
    margin: 1px;
}


/* END IMAGE SPRITES*/

/* navbar Overrided bootstrap classes */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Tahoma", "Geneva", "Verdana", "sans-serif";
}

.navbar {
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #161f29;
    border-color: #161f29;
}

.breadcrumb {
    margin-bottom: 0px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.height28 {
    height: 28px;
}

.login-logo {
    text-align: center;
    padding: 15px 0 10px;
}

.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;
}

.site-footer {
    background-color: #222;
    color: #b2b2b2;
    /*margin-top: 30px;
    padding-top: 5px;*/
    display: table-row;
}

.bottom-footer {
    border-top: 0px solid #b2b2b2;
    margin-top: 0px;
    padding-top: 0px;
    color: #b2b2b2;
}

.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;
        }

.mainContent {
    display: table;
}

html, body, #master_form, .mainContent {
    min-height: 100%;
    height: 100%;
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.margin-top-10 {
    margin-top: 10px;
}

.row-bg-color {
    background-color: #eeeeee;
}

.ui-datepicker {
    font-size: 9pt !important;
}

.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;
}

.bg-lightgray {
    background-color: #F5F5F5; /*bg-color-#F3F8FB,#F5F5F5,bg-color-blue-#0066CC*/
}

.bg-dimgreen {
    background-color: #F3F8FB; /*bg-color-#F3F8FB,#F5F5F5,bg-color-blue-#0066CC*/
}

a.bg-lightgray:hover {
    background-color: #c1e2b3;
}

.bg-lightyellow {
    background-color: #FAFAD2; /*bg-color-#F3F8FB,#F5F5F5,bg-color-blue-#0066CC*/
}

.bottomBorder td {
    border-color: transparent;
    border-style: solid;
    border-bottom-width: 10px;
}

.gridborder {
    border: 1px solid #dddddd !important;
}

.font-color-lightblue {
    color: #317eac !important;
}

.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;
}

.btn-glyphicon {
    padding: 1px;
    background: #ffffff;
    margin-right: 4px;
}

.icon-btn {
    padding: 2px 5px 2px 2px;
    border-radius: 50px;
}

.badge-danger {
    background-color: #d43f3a;
}

.badge-warning {
    background-color: #d58512;
}

.badge-success {
    background-color: #398439;
}

.badge-info {
    background-color: #269abc;
}

.badge-inverse {
    background-color: #333333;
}

.badge-default {
    background-color: transparent;
}

div.image {
    width: 500px;
    height: 250px;
    background: url(images.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid;
    border-color: #CD853F;
}

div.transparentbox {
    width: 400px;
    height: 180px;
    margin: 30px 50px;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #CD853F;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    div.transparentbox p {
        margin: 30px 40px;
        font-weight: bold;
        color: #CD853F;
    }

/*--------------Added on 25 Dec 2015---------------------------------------------------*/
.DetailBox {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    /*margin-bottom: 50px;*/
    margin-top: 10px;
    /*min-height: 200px;*/
    /*padding: 0 0 10px;*/
    text-align: center;
}

    .DetailBox sup {
        font-size: 20px;
        margin-left: -0.2em;
    }

        .DetailBox sup.sm {
            font-size: 15px;
            position: relative;
            top: -0.7em;
        }

    .DetailBox h3 {
        background: none repeat scroll 0 0 #fff;
        color: rgba(58, 78, 97, 0.8);
        display: inline-block;
        font: 15px/1.3 "FaktSlabPro-Medium",Arial,Helvetica,sans-serif;
        margin-bottom: 0;
        padding: 0 15px;
        position: relative;
        text-transform: uppercase;
        top: -8px;
    }

.DetailBox--devcraft h3 {
    color: #03a93a;
}

.DetailBox--mobile h3 {
    color: #018fc9;
}

.DetailBox--mobile h4 {
    color: #018fc9;
}

.DetailBox--html5 h3 {
    color: #e84f40;
}

.DetailBox h2 {
    font: 40px/1.2 "MetricWeb-Semibold","Arial Bold",Gadget,sans-serif;
    margin-bottom: 10px;
    margin-top: -1px;
}

    .DetailBox h2 sup {
        font-size: 20px;
    }

.DetailBox h4 {
    color: #555;
    font-size: 15px;
    line-height: 21px;
    /*margin-bottom: 20px;*/
    padding: 0 10%;
}

.DetailBox h4 {
        background: none repeat scroll 0 0 #fff;
        color: rgba(58, 78, 97, 0.8);
        display: inline-block;
        font: 15px/1.3 "FaktSlabPro-Medium",Arial,Helvetica,sans-serif;
        margin-bottom: 0;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        top: -8px;
    }
.DetailBox .Btn {
    background-color: #354a5f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    padding: 6px 20px;
}

    .DetailBox .Btn.Btn--devcraft {
        background-color: #26b756;
    }

        .DetailBox .Btn.Btn--devcraft:hover {
            background-color: #32c563;
        }

    .DetailBox .Btn.Btn--mobile {
        background-color: #018dc8;
    }

        .DetailBox .Btn.Btn--mobile:hover {
            background-color: #02a2e1;
        }

    .DetailBox .Btn.Btn--html5 {
        background-color: #e74b3c;
    }

        .DetailBox .Btn.Btn--html5:hover {
            background-color: #f86859;
        }


.table-no-top-border > tbody > tr > td {
    border-top: 0px solid #dddddd;
}

.spacer2 {
    padding-left:1px;
    padding-right:1px;
}

.spacer10 {
    padding-left:5px;
    padding-right:5px;
}

.spacer20 {
    padding-left:10px;
    padding-right:10px;
}