/* Minification failed. Returning unminified contents.
(2087,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2106,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2122,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2124,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
/*Main*/
BODY {
    background-color: #F2F2F2;
    font-size: 13px;
    /*bootstrap override*/
    line-height: 18px;
    /*bootstrap override*/
    /* This is used to reset any browser-default margins */
    margin: 0;
}

input::-ms-clear {
    display: none;
}

.hide {
    display: none;
}

A:hover {
    text-decoration: none;
}

#dtra-menu UL.dropdown-menu {
    margin: 0;
}
/*
#dtra-menu .dropdown-menu:after {
    top:-10px !important;
}*/

div.jGrowl {
    background-color: transparent !important;
}

div.jGrowl {
    top: 15em !important;
    bottom: 50%;
}

/** Typography **/
.box H1, .box H2, .box H3, .box H4, .box H5, .box H6 {
    margin-bottom: 5px;
}

A.cancel {
    color: #B20101;
}

    A.cancel:hover {
        text-decoration: underline;
    }
/*Header*/
#header {
    background: #112433 url(../Images/Common/dtra_header_bg_ss.jpg) no-repeat;
    height: 110px;
    /*[disabled]margin-bottom:20px;*/
    position: relative;
}

    #header H1 {
        display: inline;
        color: #FFF;
        position: relative;
        top: 20px;
        left: 0;
        /*width: 570px;*/
        font-size: 22px;
        max-width: 300px;
        line-height: 24px;
    }

    #header IMG {
        position: relative;
        top: 5px;
    }

    #header FORM {
        margin: 0 !important;
    }

    #header > A > IMG {
        margin: 10px 0 0 25px;
    }

    #header .hright {
        position: relative;
        float: right;
        margin-right: 25px;
    }

    #header .column {
        float: left;
        padding: 17px 5px;
        position: relative;
    }

    #header .search INPUT {
        background: #222222;
        box-shadow: inset 0 -1px 0 #444444, inset 0 1px 8px rgba(0, 0, 0, 0.5) !important;
        border: none !important;
        padding: 8px 10px;
        color: #666666;
        margin-bottom: 0;
    }

    #header .userinfo {
        background: #373737 no-repeat top left;
        border: 1px solid #272727;
        box-shadow: 0 1px 0 #444444;
        color: #ffffff;
        display: inline-block;
        padding: 4px 10px 2px 3px;
        position: relative;
        vertical-align: top;
        min-width: 60px;
        z-index: 100;
        text-align: center;
    }

    #header .userdetail {
        color: #ffffff;
        display: inline-block;
        padding: 10px 10px 2px 3px;
        position: relative;
        vertical-align: top;
        font-size: medium;
    }

    #header .userinfo IMG {
        vertical-align: middle;
        margin-right: 10px;
    }

    #header .userinfo SPAN {
        width: auto;
        display: inline-block !important;
    }

    #header .dropdown-menu {
        margin-top: -13px;
        margin-left: -65px !important;
    }
/*Left Menu*/
.leftmenu UL {
    margin: 0;
    list-style: none;
}

    .leftmenu UL UL {
        display: none;
        margin-left: 35px;
        margin-top: -1px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .leftmenu UL LI {
        display: block;
        width: 100%;
    }

        .leftmenu UL LI A {
            border-style: none solid solid;
            border-width: 0 1px 1px;
            border-color: #DDDDDD;
            color: #666666;
            display: block;
            font-weight: bold;
            background-color: #FFFFFF;
            padding: 0;
        }

        .leftmenu UL LI:first-child A {
            border-top: 1px solid #DDDDDD;
        }

        .leftmenu UL LI A SPAN.ico {
            display: inline-block;
            background: #F9F9F9;
            padding: 8px 12px 6px;
            margin: 0 15px 0 0;
            border-right: 1px solid #DDDDDD;
        }

        .leftmenu UL LI A, .leftmenu UL LI A SPAN.ico {
            -webkit-transition: background 0.2s ease-in-out;
            -moz-transition: background 0.2s ease-in-out;
            -ms-transition: background 0.2s ease-in-out;
            -o-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
        }

            .leftmenu UL LI A:hover {
                background-color: #F5F5F5;
                color: #000000;
            }

                .leftmenu UL LI A:hover SPAN.ico {
                    background-color: #EFEFEF;
                }

        .leftmenu UL LI.active A {
            background-color: #333333;
            color: #FFFFFF;
        }

            .leftmenu UL LI.active A SPAN.ico {
                background-color: #111111;
                border-right: 1px solid #444444;
            }

        /* .leftmenu UL LI.active A SPAN.ico I {
                    background-image: url("../Images/Common/glyphicons-halflings-white.png");
                }*/

        .leftmenu UL LI.hider A {
            margin-top: 5px;
            height: 20px;
        }

.leftmenu.lefticon > UL {
    width: 37px !important;
}

.leftmenu.lefticon UL UL {
    position: absolute;
    z-index: 20;
    margin-top: -34px;
}

.leftmenu.lefticon > UL > LI > A > SPAN.text {
    display: none;
}

.leftmenu.lefticon UL UL > LI > A {
    min-width: 200px !important;
}

.leftmenu.lefticon SPAN.text {
    padding-right: 15px;
}
/** CONTENT *
* Quick actions **/
.quick-action {
    display: block;
    background-color: #FDFDFD;
    background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -ms-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -o-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
    box-shadow: 0 1px 2px rgba(100, 100, 100, 0.1), inset 0 1px 0 #FFFFFF;
    height: 82px;
    padding: 10px 0;
    color: #999999;
    text-shadow: 0 1px 0 #FFFFFF;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

    .quick-action:hover {
        color: #666666;
    }

    .quick-action SPAN {
        margin: 0 auto 3px;
        opacity: .4;
        filter: alpha(opacity=40);
        /*for  IE < 9*/
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .quick-action:hover SPAN {
        opacity: .7;
        filter: alpha(opacity=70);
        /*for  IE < 9*/
    }

/*.current A.quick-action {
    background-image: none;
    background-color: transparent;
    color: #2F96B4;
}*/
/*Boxes*/
.box {
    border: 1px solid #D6D6D6;
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
    overflow: visible;
    position: relative;
}

.accordion .box {
    border-radius: 0;
    margin-bottom: -1px !important;
}

    .accordion .box:first-child {
        border-radius: 3px 3px 0 0;
    }

.box.login {
    margin: 50px auto 0;
    width: 350px;
}

.box-title {
    padding: 10px 15px;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: -o-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: linear-gradient(top, #fdfdfd, #f6f6f6);
    border-bottom: 1px solid #D6D6D6;
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.accordion .box-title {
    border-bottom: 0;
}

.box-title[data-toggle="collapse"]:hover {
    cursor: pointer;
}

.box.alternate .box-title {
    background-color: #444444;
    background-image: -moz-linear-gradient(top, #555555, #333333);
    background-image: -ms-linear-gradient(top, #555555, #333333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#333333));
    background-image: -webkit-linear-gradient(top, #555555, #333333);
    background-image: -o-linear-gradient(top, #555555, #333333);
    background-image: linear-gradient(top, #555555, #333333);
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.box.alternate-yellow .box-title {
    background-color: #D3BF0B;
    background-image: none;
    color: #FFFFFF;
    text-shadow: none;
}

.box.alternate-orange .box-title {
    background-color: #E68610;
    background-image: none;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    text-shadow: none;
}

.box.alternate-green .box-title {
    background-color: #63A570;
    background-image: none;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    text-shadow: none;
}

.box.alternate-blue .box-title {
    background-color: #666E7B;
    background-image: none;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    text-shadow: none;
}

    .box.alternate-blue .box-title:first-child {
        background-color: #2556AB;
        background-image: none;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #000000;
        text-shadow: none;
    }

.box.alternate-pink .box-title {
    background-color: #8E4E6C;
    background-image: none;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
    text-shadow: none;
}

.box-title SPAN.ico {
    display: inline-block;
    padding: 10px;
    margin: -10px 10px -10px -10px;
    border-right: 1px solid #D6D6D6;
}

.box.alternate .box-title SPAN.ico {
    border-right: 1px solid #333;
}

.box-title SPAN.label {
    float: right;
}

.box.alternate .box-title SPAN.ico I {
    background-image: url("../Images/Common/glyphicons-halflings-white.png");
}

.box-content, .box-content.collapse.in {
    background-color: #FFFFFF;
    padding: 15px;
}

.box.login .box-content FORM {
    margin-bottom: 0;
}

.box.login .box-content .control-label {
    width: 70px;
}

.box.login .box-content .controls {
    margin-left: 90px;
}

.box.login .box-content .form-actions {
    margin: 0 -15px -15px;
    padding: 15px;
    text-align: center;
}

.accordion .box-content.in {
    border-top: 1px solid #D6D6D6;
}

.box-content DIV[class*="span"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-content.collapse {
    padding: 0;
}

.box-title .nav {
    margin: -10px -15px;
}

.box-title .nav-tabs {
    border-bottom: 0;
    margin-bottom: -10px !important;
}

    .box-title .nav-tabs LI A {
        border-radius: 0;
        border-top: none;
        border-left: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
        border-bottom: none !important;
        color: #999999;
        margin: 0;
        outline: none;
    }

.box.alternate .box-title .nav-tabs LI A {
    text-shadow: none;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

.box-title .nav-tabs LI A:first-child {
    border-left: none !important;
}

.box-title .nav-tabs LI A:hover {
    color: #666666;
    background-color: transparent !important;
    border-width: 0 1px;
    border-color: #D6D6D6;
}

.box-title .nav-tabs LI.active A {
    background-color: #FFFFFF !important;
    color: #444444;
}
/** Widgets **/
.activity-list {
    margin: 0;
    list-style: none;
}

    .activity-list LI:last-child {
        border-bottom: none;
    }

    .activity-list LI {
        display: block;
        padding: 7px 10px 7px;
        color: #888888;
        border-bottom: 1px solid #EEEEEE;
    }

        .activity-list LI:hover {
            background-color: #FBFBFB;
        }

        .activity-list LI SPAN {
            font-size: 11px;
            color: #AAAAAA;
            font-style: italic;
            margin-right: 10px;
        }

        .activity-list LI I {
            opacity: 0.6;
            margin-right: 10px;
            vertical-align: sub;
        }

.taskDesc I {
    margin: 1px 5px 0;
}

.taskStatus, .taskOptions {
    text-align: center !important;
}

    .taskStatus .in-progress {
        color: #64909E;
    }

    .taskStatus .pending {
        color: #AC6363;
    }

    .taskStatus .done {
        color: #75B468;
    }
/** ICONS **/
.icon {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

    .icon.adress_book {
        background-image: url('../Images/icons/adress_book.png');
    }

    .icon.attach {
        background-image: url('../Images/icons/attach.png');
    }

    .icon.book {
        background-image: url('../Images/icons/book.png');
    }

    .icon.calendar {
        background-image: url('../Images/icons/calendar.png');
    }

    .icon.camera {
        background-image: url('../Images/icons/camera.png');
    }

    .icon.charts {
        background-image: url('../Images/icons/charts.png');
    }

    .icon.chat {
        background-image: url('../Images/icons/chat.png');
    }

    .icon.check {
        background-image: url('../Images/icons/check.png');
    }

    .icon.clock {
        background-image: url('../Images/icons/clock.png');
    }

    .icon.cloud {
        background-image: url('../Images/icons/cloud.png');
    }

    .icon.cogwheel {
        background-image: url('../Images/icons/cogwheel.png');
    }

    .icon.cogwheels {
        background-image: url('../Images/icons/cogwheels.png');
    }

    .icon.compass {
        background-image: url('../Images/icons/compass.png');
    }

    .icon.conversation {
        background-image: url('../Images/icons/conversation.png');
    }

    .icon.edit {
        background-image: url('../Images/icons/edit.png');
    }

    .icon.file {
        background-image: url('../Images/icons/file.png');
    }

    .icon.film {
        background-image: url('../Images/icons/film.png');
    }

    .icon.girl {
        background-image: url('../Images/icons/girl.png');
    }

    .icon.group {
        background-image: url('../Images/icons/group.png');
    }

    .icon.headphones {
        background-image: url('../Images/icons/headphones.png');
    }

    .icon.history {
        background-image: url('../Images/icons/history.png');
    }

    .icon.home {
        background-image: url('../Images/icons/home.png');
    }

    .icon.inbox {
        background-image: url('../Images/icons/inbox.png');
    }

    .icon.leaf {
        background-image: url('../Images/icons/leaf.png');
    }

    .icon.music {
        background-image: url('../Images/icons/music.png');
    }

    .icon.new_window {
        background-image: url('../Images/icons/new_window.png');
    }

    .icon.notes {
        background-image: url('../Images/icons/notes.png');
    }

    .icon.pencil {
        background-image: url('../Images/icons/pencil.png');
    }

    .icon.picture {
        background-image: url('../Images/icons/picture.png');
    }

    .icon.pie_chart {
        background-image: url('../Images/icons/pie_chart.png');
    }

    .icon.shield {
        background-image: url('../Images/icons/shield.png');
    }

    .icon.signal {
        background-image: url('../Images/icons/signal.png');
    }

    .icon.stats {
        background-image: url('../Images/icons/stats.png');
    }

    .icon.tag {
        background-image: url('../Images/icons/tag.png');
    }

    .icon.tint {
        background-image: url('../Images/icons/tint.png');
    }

    .icon.user {
        background-image: url('../Images/icons/user.png');
    }

    .icon.user_add {
        background-image: url('../Images/icons/user_add.png');
    }

    .icon.user_remove {
        background-image: url('../Images/icons/user_remove.png');
    }

    .icon.users {
        background-image: url('../Images/icons/users.png');
    }

    .icon.warning_sign {
        background-image: url('../Images/icons/warning_sign.png');
    }
/* SQUARED THREE */
    .squaredThree {
	width: 20px;	
	margin: 20px auto;
	position: relative;
    margin-top: -27px;
    margin-left: 355px;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/** FORMS **/
.nopadding .form-horizontal {
    margin-bottom: 0;
}

    .nopadding .form-horizontal .control-group {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 0;
        background-color: #F7F7F7;
    }

        .nopadding .form-horizontal .control-group:last-child {
            border-bottom: 0 !important;
        }

    .nopadding .form-horizontal .control-label {
        padding: 15px 0;
        margin-bottom: 0;
        font-weight: bold;
    }

    .nopadding .form-horizontal .controls {
        padding: 15px 0 15px 20px;
        border-left: 1px solid #EEEEEE;
        background-color: #FFFFFF;
    }

    .nopadding .form-horizontal .form-actions {
        margin: 0;
        border-top: 0;
    }

.controls.nopadding {
    padding: 0 !important;
}

.control-label.nopadding {
    padding: 0 !important;
}

FORM DIV.control-group INPUT[type=text] {
    max-width: 90%;
    margin-bottom: 5px;
    /*note - this needs to be fixed..*/
}
/** iPhone style checkboxes and radios **/
.cb-enable, .cb-disable, .cb-enable SPAN, .cb-disable SPAN {
    background: url(../Images/Common/switch.gif) repeat-x;
    display: block;
    float: left;
}

    .cb-enable SPAN, .cb-disable SPAN {
        line-height: 30px;
        display: block;
        background-repeat: no-repeat;
        font-weight: bold;
    }

    .cb-enable SPAN {
        background-position: left -90px;
        padding: 0 10px;
    }

    .cb-disable SPAN {
        background-position: right -180px;
        padding: 0 10px;
    }

    .cb-disable.selected {
        background-position: 0 -30px;
    }

        .cb-disable.selected SPAN {
            background-position: right -210px;
            color: #FFF;
        }

    .cb-enable.selected {
        background-position: 0 -60px;
    }

        .cb-enable.selected SPAN {
            background-position: left -150px;
            color: #FFF;
        }

.switch LABEL {
    cursor: pointer;
}

.switch INPUT {
    display: none;
}
/** Tables **/
.table-wrapper {
    overflow: auto !important;
}

.dataTables_wrapper {
    position: relative;
}

    .dataTables_wrapper SELECT {
        margin-bottom: 0;
        width: 50px;
    }

    .dataTables_wrapper LABEL {
        margin-bottom: 0;
    }

.dataTables_length, .dataTables_paginate, .fc-header TD {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(top, #F6F6F6, #F3f3f3);
    background-image: -ms-linear-gradient(top, #f6f6f6, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f3f3f3);
    background-image: -o-linear-gradient(top, #f6f6f6, #f3f3f3);
    background-image: linear-gradient(top, #f6f6f6, #f3f3f3);
    border-color: #D6D6D6 transparent;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 8px;
}

.dataTables_filter {
    position: absolute;
    right: 8px;
    top: 8px;
}

.dataTables_info {
    bottom: 12px;
    left: 8px;
    position: absolute;
}

.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    border-width: 1px 0 0;
}

    .dataTables_paginate .paginate_button, .dataTables_paginate .paginate_active, .dataTables_paginate .paginate_enabled_previous, .dataTables_paginate .paginate_enabled_next, .paginate_button_disabled, .paginate_disabled_previous, .dataTables_paginate .paginate_disabled_next, .fc-button, .pagination.alternate LI A {
        font-size: 12px;
        padding: 4px 10px !important;
        border-style: solid;
        border-width: 1px;
        border-color: #DDDDDD #DDDDDD #CCCCCC;
        /*for IE < 9*/
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        display: inline-block;
    }

    .dataTables_paginate .paginate_button, .dataTables_paginate .paginate_enabled_previous, .dataTables_paginate .paginate_enabled_next, .paginate_button_disabled, .paginate_disabled_previous, .dataTables_paginate .paginate_disabled_next, .fc-button, .pagination.alternate LI A {
        background-color: #F5F5F5;
        background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
        background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(top, #ffffff, #e6e6e6);
        color: #333333;
        text-shadow: 0 1px 0 #FFFFFF;
    }

        .dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_enabled_previous:hover, .dataTables_paginate .paginate_enabled_next:hover, .pagination.alternate LI A:hover, .fc-button:hover {
            background-color: #E8E8E8;
            background-image: -moz-linear-gradient(center top, #f0f0f0, #dadada);
            background-image: -ms-linear-gradient(top, #f0f0f0, #dadada);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#dadada));
            background-image: -webkit-linear-gradient(top, #f0f0f0, #dadada);
            background-image: -o-linear-gradient(top, #f0f0f0, #dadada);
            background-image: linear-gradient(top, #f0f0f0, #dadada);
            color: #222222;
            text-shadow: 0 1px 0 #FFFFFF;
            cursor: pointer;
        }

    .dataTables_paginate .paginate_active, .pagination.alternate LI.active A {
        background-color: #414141;
        background-image: -moz-linear-gradient(center top, #555555, #222222);
        background-image: -ms-linear-gradient(top, #555555, #222222);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
        background-image: -webkit-linear-gradient(top, #555555, #222222);
        background-image: -o-linear-gradient(top, #555555, #222222);
        background-image: linear-gradient(top, #555555, #222222);
        color: #FFFFFF;
    }

    .dataTables_paginate .first, .dataTables_paginate .paginate_enabled_previous, .dataTables_paginate .paginate_disabled_previous {
        border-radius: 4px 0 0 4px;
    }

    .dataTables_paginate .last {
        border-radius: 0 4px 4px 0;
    }

    .dataTables_paginate .paginate_button_disabled, .paginate_disabled_previous, .dataTables_paginate .paginate_disabled_next, .fc-state-disabled {
        color: #AAAAAA !important;
    }

        .dataTables_paginate .paginate_button_disabled:hover, .fc-state-disabled {
            background-color: #F5F5F5 !important;
            background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6) !important;
            background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6) !important;
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
            background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
            background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
            background-image: linear-gradient(top, #ffffff, #e6e6e6) !important;
            cursor: default !important;
        }

TABLE TH {
    background-color: #F2F2F2;
    background-image: -moz-linear-gradient(top, #f3f3f3, #ededed);
    background-image: -ms-linear-gradient(top, #f3f3f3, #ededed);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#ededed));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ededed);
    background-image: -o-linear-gradient(top, #f3f3f3, #ededed);
    background-image: linear-gradient(top, #f3f3f3, #ededed);
    text-align: center !important;
}

TABLE TFOOT TH {
    text-align: left !important;
}

.nopadding .table-bordered {
    border: 0;
}
/** Alternate pagination **/
.pagination.alternate LI, .pagination.alternate LI A {
    line-height: 16px;
}
/** Fullcalendar **/
.fc-header-left {
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    text-align: right;
}

.fc-content {
    clear: both;
}

.fc-view {
    width: 100%;
    /*needed for view switching (when view is absolute)*/
    overflow: hidden;
}

.fv-view-month TH, .fc-view-month TD {
    width: 14.2% !important;
}

.fc-event {
    border-style: solid;
    border-width: 1px;
    cursor: default;
    font-size: 0.85em;
    border-radius: 3px !important;
}

.fc-event-inner {
    border-style: solid;
    border-width: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

A.fc-event, .fc-event-draggable {
    cursor: pointer;
}

.fc .ui-resizable-handle {
    display: block;
    font-size: 300%;
    line-height: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
}

.fc-event-hori .ui-resizable-e {
    cursor: e-resize;
    height: 100% !important;
    right: -3px !important;
    top: 0 !important;
    width: 7px !important;
}

.fc-event-skin {
    background-color: #444444;
    border-color: #333333;
    color: #FFFFFF;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-event-time, .fc-event-title {
    padding: 0 3px;
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    /*importants override pre jquery ui 1.7 styles*/
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    -padding-bottom: 14px;
    /*IE6 had 0 height*/
}

.fc-state-highlight {
    /*<td> today cell
TODO: add .fc-today to <th>*/
    background: #FFC;
}

.fc-cell-overlay {
    /*semi-transparent rectangle while dragging*/
    background: #9CF;
    opacity: .2;
    filter: alpha(opacity=20);
    /*for IE*/
}

.fc-grid TH {
    text-align: center;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /*for IE
opacity with small font can sometimes look too faded
might want to set the 'color' property instead
making day-numbers bold also fixes the problem*/
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: bold;
}

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}
/*Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda TABLE {
    border-collapse: separate;
}

.fc-agenda-days TH {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}
/*make axis border take precedence*/
.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}
/*all-day area*/
.fc-agenda-allday TH {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /*TODO: doesnt work well in quirksmode*/
    -height: 34px;
}
/*divider (between all-day and slots)*/
.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #EEE;
}
/*slot rows*/
.fc-agenda-slots TH {
    border-width: 1px 1px 0;
}

.fc-agenda-slots TD {
    border-width: 1px 0 0;
    background: none;
}

    .fc-agenda-slots TD DIV {
        height: 20px;
    }

.fc-agenda-slots TR.fc-slot0 TH, .fc-agenda-slots TR.fc-slot0 TD {
    border-top-width: 0;
}

.fc-agenda-slots TH, .fc-agenda-slots TD {
    border-top-style: solid;
    border-color: #DDDDDD;
}

.fc-agenda-slots TR.fc-minor TH.ui-widget-header {
    border-top-style: solid;
    /*doesn't work with background in IE6/7*/
}

.fc-agenda-slots TR.fc-minor TH, .fc-agenda-slots TR.fc-minor TD {
    border-color: #E9E9E9;
}
/*Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
    border-width: 0 1px;
}

    .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
        position: relative;
        z-index: 2;
        width: 100%;
        overflow: hidden;
        padding: 0 4px;
    }

    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: 10px;
    }

    .fc-event-vert .fc-event-bg {
        /*makes the event lighter w/ a semi-transparent overlay*/
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        opacity: .3;
        filter: alpha(opacity=30);
    }

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none;
    /*for IE6/7/8. nested opacity filters while dragging don't work*/
}
/*resizable*/
.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    /*importants override pre jquery ui 1.7 styles*/
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.external-event {
    margin: 10px 0;
}
/** MISC **/
#tooltip {
    background-color: #000000;
    /*Required for < IE9 to show the correct background*/
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    padding: 3px 6px;
    color: #FFF;
    border-radius: 3px;
}

.k-widget.k-tooltip {
    border-color: #c5c5c5;
    background-color: #FFFFFF;
    color: #282828;
    width: 20em;
}

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite {
    /*background-image: url(kendo/Default/sprite.png);*/
    border-color: transparent;
}

    .help-inline A {
        font-style: normal;
    }

.controls INPUT[type=radio], .controls INPUT[type=checkbox] {
    margin-top: 0 !important;
}

.input-append INPUT {
    margin-right: -4px;
}

.box .btn {
    margin-bottom: 3px;
    max-width: 100%;
}

.taskDesc FORM {
    margin: 0;
}

/** HELPERS **/
.box-content.nopadding .table {
    margin-bottom: 0;
}

.nopadding {
    padding: 0;
}

.inline {
    display: inline !important;
    margin-bottom: 3px !important;
}

.center {
    text-align: center !important;
}

.auto-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

div.row-fluid [class*="span"] .center-in-span {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: auto;
    height: auto;
}

.smallText {
    font-size: 14px !important;
    font-weight: normal !important;
}

.shortDropdown {
    width: 100px;
}

.smallText.whiteBackground {
    background-color: #ffffff !important;
    border: 0px !important;
}

/** Responsive **/

@media (max-width: 1254px) {
    #dtra-legend {
        position: relative;
        bottom: 5px;
        font-size: 8px;
    }
}

@media (max-width: 927px) {
    #header {
        border-bottom: 1px solid #111111;
    }

        #header > A {
            display: block;
            width: 100%;
            /*text-align: center;*/
        }

            #header > A > IMG {
                margin: 10px 0 0;
            }

        #header > h1 {
            font-size: 15px;
            line-height: 20px;
            position: relative;
            top: 20px;
        }

        /*DTRA ADDED STYLES START
---------------------------------------*/
        #header IMG {
            /*left: -120px;*/
            top: 20px;
            width: 155px;
        }

        #header H1 {
            font-size: 14px;
            display: inline;
            text-transform: uppercase;
            margin: auto 0 0 20px;
            opacity: .8;
            /*position: relative;
            top: -15px;
            left: 180px;*/
        }

    .hright {
        display: none;
    }




    /*ADDED STYLES END
---------------------------------------*/
    #header .hright {
        float: none !important;
        border-top: 1px solid #444444;
        background: #222222;
        height: 55px;
        margin: 11px 0 0;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
    }

    #header .column {
        padding: 10px 17px;
    }

    #header .search INPUT {
        width: 100px !important;
    }

    #header .dropdown-menu {
        margin-top: -6px;
    }

    #container {
        margin-top: 20px;
    }

    #content {
        width: 82% !important;
    }

    .box.login .box-content .controls {
        margin-left: 0px;
    }

    .nopadding .form-horizontal .control-label {
        border-left: 0;
        border-bottom: 1px solid #EEEEEE;
        padding-left: 15px;
    }

    .dataTables_wrapper INPUT {
        width: 75px;
    }
}

@media (max-width: 767px) {
    BODY {
        padding: 0;
    }

    #header .search INPUT {
        width: 65px;
    }

    #container {
        padding: 0 20px;
    }

    .row-fluid .leftmenu {
        width: 37px !important;
        float: left;
    }

    #content {
        position: absolute;
        /*margin-left: 50px;
width: 87%;*/
        max-width: 95%;
        /*margin-right: 50px;*/
    }

    .quick-actions [class*="span"] {
        width: 31.9149%;
        float: left;
        margin: 0 0.7%;
    }

    .dataTables_info {
        bottom: 8px;
        left: 30%;
    }

    .dataTables_paginate {
        padding-bottom: 35px;
    }
}
/*CSS for form Progress
---------------------------------------------------*/
#progress {
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=80);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}

    #progress > DIV {
        height: 100px;
        width: 200px;
        position: absolute;
        bottom: 50%;
        left: 40%;
        text-align: center;
    }

    #progress H1 {
        font-size: 2em;
        text-transform: uppercase;
        color: rgb(43, 135, 219);
    }
/*DTRA Custom Styling - Start
---------------------------------------------------*/
INPUT:read-only {
    background-color: #E6E6E6;
}

.field-validation-error {
    background: #D45252;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    margin-left: 8px;
    /*[disabled]padding:1px 6px;*/
    z-index: 999;
    /*hints stay above all other elements*/
    position: absolute;
    border-color: #D45252;
    border-width: 1px;
    border-style: solid;
    /*allows proper formatting if hint is two lines
/*[disabled]display: none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:100px;
height:100px;
border:10px solid red;
background:green;
margin:10px;*/
}

    .field-validation-error::before {
        content: "\25C0";
        color: #D45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }


.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.top #dropdown-wrapper {
    /*[disabled]width:390px;*/
    text-align: center;
    /*position: relative;*/
    float: right;
    /*top: 15px;
bottom: 15px;*/
    margin-top: -55px;
    margin-right: 20px;
}

#header #dtra-solicitations #dtra-kendo-dropdown LABEL {
    color: #FFFFFF;
    float: left;
}

#header #dtra-solicitation-dropdown {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    /*[disabled]margin-top:10.6em;*/
}

.standard-width {
    width: 1175px;
    overflow: hidden;
}

.gridEditor {
    cursor: pointer;
    color: #3773A5;
}

.center-content {
    /*[disabled]float:none;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 125em;
}

.dtra-site-message-container {
    border: 1px solid #FF0000;
    background-color: #D6C768;
    padding: 10px;
}

.dtra-site-message-container-within {
    background-color: #FFFFFF;
    padding: 10px;
    width: 50em;
}
/*
UL.nav LI.dropdown:hover UL.dropdown-menu {
display: block;
}*/
.align-checkbox LABEL {
    margin: -20px 0 0 20px;
}

.gridEditordd {
    cursor: pointer;
    color: #3773A5;
}
/*Legend
---------------------------------------------------*/

#dtra-legend {
    position: relative;
    bottom: 5px;
}

    #dtra-legend UL {
        list-style: none;
        margin: 0;
    }

        #dtra-legend UL LI {
            /*[disabled]height:20px;*/
            float: left;
            /*[disabled]width:120px;*/
            padding: 5px;
            text-align: center;
            margin: 0 5px 5px 0;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

.read-only {
    background-color: #BFE4FF;
}

.evaluator {
    background-color: #BFFFBF;
}

.lead-evaluator {
    background-color: #FFFFBF;
}

.management-view {
    background-color: #CCCC99;
}

.contracting-officer {
    background-color: #FFCCCC;
}

.program-manager {
    background-color: #FFE6BF;
}

.topic-manager {
    background-color: #EED2EE;
}

.k-state-selected {
    background-image: none, linear-gradient(to bottom, #0081c2 0%, #0081c2 100%);
    color: #FFFFFF;
    background-color: #0081C2;
    border-color: #0081C2;
}

TABLE#prop-listing TR.deleted TD {
    background-color: #CCCCCC;
    color: #8D8D8D;
    font-style: italic;
}

    TABLE#prop-listing TR.deleted TD I {
        opacity: .5;
    }

TABLE TR.locked TD {
    /*background-color: #98e38f;*/
    color: #8D8D8D;
}

    TABLE TR.locked TD I {
        opacity: .5;
    }

.locked-element {
    color: #8D8D8D;
    opacity: .5;
}

TABLE#prop-listing I {
    font-size: 18px;
}

TABLE#prop-listing .btn I {
    font-size: 14px;
}

TABLE#prop-listing .btn {
    font-style: normal;
}

SPAN.fa {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 1.3em;
}

SPAN.right {
    display: inline-block;
    padding: 10px;
    float: right;
    margin: -10px -15px -10px 0;
    border: none;
}
/*
span.qfa {
font-size: 30px;
}

Worksheet Styles*/
.table-worksheet, .table-worksheet-full {
    border-color: #DDD;
}

    .table-worksheet TR TD, .table-worksheet-full TR TD {
        border-color: #DDD;
    }

        .table-worksheet TR TD:first-child {
            background: #EEE;
            font-weight: bold;
        }

        .table-worksheet TR TD:last-child {
            background: #FFF;
        }

        .table-worksheet TR TD.question {
            background: #EEE;
            font-weight: bold;
        }

        .table-worksheet TR TD.data {
            background: #FFF;
        }

    .table-worksheet-full TR TD {
        background: #F7F7F7;
    }

    .table-worksheet-full TH.right, .table-invoice-full TD.right {
        text-align: right;
    }

.worksheet-table {
    width: 100%;
    border: 0;
    margin-top: 15px;
}

    .worksheet-table TR TD {
        line-height: 26px;
        border: 0;
    }

    .worksheet-table TD.right {
        text-align: right;
    }

.width4 {
    width: 4%;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width30 {
    width: 35%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width63 {
    width: 63%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width85 {
    width: 85%;
}

.width83 {
    width: 83%;
}

.width17 {
    width: 17%;
}

.width80 {
    width: 80%;
}

#worksheet {
    margin-bottom: 40px;
}

    #worksheet .box {
        margin-top: 0px;
    }

    #worksheet .form-buttons {
        top: 40px;
    }

    /**
* Styles for the container (inline only)
*
 */
    #worksheet .InputfieldCKEditorInline {
        padding: 15px;
        border: 1px dashed #CCC;
        overflow: hidden;
        font-family: Garamond, "Times New Roman", Times, serif;
        font-family: Courier, "helvetica neue", Times, sans-serif;
    }

        #worksheet .InputfieldCKEditorInline *:first-child {
            /*lets the padding above take precedence*/
            margin-top: 0;
        }

        #worksheet .InputfieldCKEditorInline *:last-child {
            /*lets the padding above take precedence*/
            margin-bottom: 0;
        }

    #worksheet DIV.cke_focus {
        border-color: #FFF;
    }
    /**
* General editor styles (inline only)
*
 */
    #worksheet .InputfieldCKEditorInline {
        font-size: 1.1em;
        color: #333;
        background: #FFF;
        background: #EFECEC;
    }

        #worksheet .InputfieldCKEditorInline P {
            font-weight: normal;
            font-size: 12px !important;
        }

        #worksheet .InputfieldCKEditorInline EM {
            font-style: italic;
        }

        #worksheet .InputfieldCKEditorInline STRONG {
            font-weight: bold;
        }

        #worksheet .InputfieldCKEditorInline UL LI {
            list-style: disc;
            display: list-item;
            margin: 0 0 0 2em;
        }

        #worksheet .InputfieldCKEditorInline OL LI {
            list-style: decimal;
            display: list-item;
            margin: 0 0 0 2em;
        }

        #worksheet .InputfieldCKEditorInline BLOCKQUOTE {
            padding-left: 1em;
            border-left: 3px solid #CCC;
        }

        #worksheet .InputfieldCKEditorInline H1, #worksheet .InputfieldCKEditorInline H2, #worksheet .InputfieldCKEditorInline H3, #worksheet .InputfieldCKEditorInline H4, #worksheet .InputfieldCKEditorInline H5 {
            color: #333;
            font-family: Arial, sans-serif;
        }

        #worksheet .InputfieldCKEditorInline H1 {
            font-size: 2em;
        }

        #worksheet .InputfieldCKEditorInline H2 {
            font-size: 1.7em;
        }

        #worksheet .InputfieldCKEditorInline H3 {
            font-size: 1.4em;
        }

        #worksheet .InputfieldCKEditorInline H4 {
            font-size: 1.2em;
        }

        #worksheet .InputfieldCKEditorInline H5 {
            font-size: 1.1em;
        }

        #worksheet .InputfieldCKEditorInline H6 {
            font-size: 1em;
        }

        #worksheet .InputfieldCKEditorInline TABLE TD, #worksheet .InputfieldCKEditorInline TABLE TH {
            padding: 3px;
        }

        #worksheet .InputfieldCKEditorInline TABLE TH {
            font-weight: bold;
        }

    #worksheet .center-align {
        text-align: center;
    }

.par {
    border-bottom: 1px solid #DDD;
    padding: 10px;
}

    .par P.pull-right {
        margin-top: -20px;
        font-size: 11px;
    }
/*THIS PART IS OBSOLETE*/
.one-fifth {
    width: 17%;
    float: left;
    padding: 5px 1.5%;
}

    .one-fifth:first-child {
        padding-left: 0;
    }

    .one-fifth:last-child {
        margin-right: 0;
        border-right: none;
    }

LABEL.one-fifth:hover {
    background: #EEEEEE;
}

.one-fifth INPUT {
    display: block;
    text-align: center;
}

LABEL.checked {
    background: #EEEEEE;
}

LABEL.one-fifth P {
    font-size: 0.8em;
    line-height: 1.2em;
}

LABEL.one-fifth {
    border-right: 1px solid #CCC;
}
/*END OBSOLETE
CUSTOM 5 COLUMN SPAN LAYOUT
*
* based on http://gridcalculator.dk/
* width => 1200, gutter => 15px, margin => 15px, columns => 5
*/
.row-fluid-5 {
    width: 100%;
    =zoom: 1;
}

    .row-fluid-5:before, .row-fluid-5:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid-5:after {
        clear: both;
    }

    .row-fluid-5 [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 1.875%;
        =margin-left: 1.875%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid-5 .controls-row [class*="span"] + [class*="span"] {
        margin-left: 1.875%;
    }

    .row-fluid-5 [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid-5 .span2 {
        width: 18.5%;
        =width: 18.5%;
        width: 20%;
        =width: 20%;
    }
/*responsive ONLY
spans reduce to 100px then go full width*/
@media (max-width: 600px) {
    .row-fluid-5 [class*="span"] {
        margin-left: 0;
        float: left;
        width: 100%;
        padding: 10px;
    }
}
/*
#
#    END CUSTOM 5-COLUMN LAYOUT
#
*/
.points-wrapper LABEL.span2 {
    padding: 5px 1.5%;
    margin-left: 0;
}

    .points-wrapper LABEL.span2:hover {
        background: #EEEEEE;
    }

LABEL.checked {
    background: #EEEEEE;
}

.points-wrapper LABEL.span2 P {
    /*margin-right: 5px;*/
    font-size: 0.8em;
    line-height: 1.2em;
}

.points-wrapper LABEL.span2 {
    border-right: 1px solid #CCC;
}

    .points-wrapper LABEL.span2:last-child {
        border-right: none;
    }
/*spans reduce to 100px then go full width*/
@media (max-width: 600px) {
    .points-wrapper LABEL.span2 {
        border-right: none;
        border-bottom: 1px solid #CCC;
    }
}
/*####################################
#            Breadcrumbs
####################################*/
.settings_dropdown LI, .user_dropdown LI {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 5px;
    white-space: nowrap;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #FFFFFF;
    background: rgb(253, 253, 253);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
}

    .settings_dropdown LI:hover, .user_dropdown LI:hover {
        background: #F5F5F5;
    }

    .settings_dropdown LI A, .user_dropdown LI A {
        /*padding-left: 25px;*/
        padding: 3px 8px;
    }

        .user_dropdown LI A I {
            margin-top: 1px;
            padding-left: 10px;
            padding-right: 0;
        }

    .settings_dropdown LI:first-child > A {
        border-top: none;
    }

    .settings_dropdown LI:last-child > A {
        border-bottom: none;
    }

.breadcrumb {
    border: 1px solid #CDCDCD;
    background: rgb(248, 248, 248);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
    border-radius: 2px;
}

    .breadcrumb LI {
        position: relative;
    }

        .breadcrumb LI A {
            padding: 10px 0;
        }
    /*submenu, it's hidden by default*/
    .breadcrumb .submenu {
        position: absolute;
        left: 0;
        display: none;
        margin: 8px 0 0 -1px;
        padding: 0;
        list-style: none;
        z-index: 10;
    }

        .breadcrumb .submenu:after {
            border-bottom: 6px solid #FDFDFD;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
            display: inline-block;
            left: 10px;
            position: absolute;
            top: -6px;
        }

        .breadcrumb .submenu > LI {
            min-width: 100px;
            display: block;
            border-top: 1px solid #FFF;
            padding: 5px 20px 5px 5px;
        }
/*
.dropdown-menu, .nav-pills .dropdown-menu{
border-radius: 2px;
}

.nav > li > .dropdown-menu{
margin-top: 0;
}

.nav > li > a{
color: #555;
}

.nav li ul li a{
padding-left: 10px;
}*/
.nav > LI > A:active {
    background: none;
}
/*display block will make the link fill the whole area of LI*/
.breadcrumb .submenu A {
    display: block;
    padding: 0 10px;
    color: #555;
}
/*fix ie6 small issue
we should always avoid using hack like this
should put it into separate file : )
*html .breadcrumb .submenu*/
#INVALID-RULE {
    margin: 0 0 0 -2px;
}

.form-buttons BUTTON {
    margin: 0 20px 0 0;
}

    .form-buttons BUTTON:last-child {
        margin-right: 0;
    }

#worksheet-footer .control-group .control-label {
    float: left;
    font-weight: bold;
    margin: 5px 25px 0 0;
    font-size: 1.2em;
}

#worksheet-footer SPAN.editor-label {
    display: inline-block;
    font-style: italic;
    margin-bottom: 5px;
}

.rich-text {
    width: 450px;
}

.yellow {
    background-color: yellow;
    color: black;
}

.crit {
    width: 3em;
    margin: 0;
    /* margin-top: -20PX;
    margin-left: 40PX;
    text-align: center;*/
}

.doc-links {
    /* padding-bottom: 5em;*/
    margin-bottom: 15px;
}


#leftmenustuff .icon-question-sign {
    padding: 1px;
}

#leftmenustuff .icon-envelope {
    padding: 0px;
}

#leftmenustuff .icon-pencil {
    padding: 1px;
}

#leftmenustuff .icon-briefcase {
    padding: 0px;
}

#leftmenustuff .icon-flag {
    padding: 0px;
}


#leftmenustuff .nav {
    background-color: #FFFFFF;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}

    #leftmenustuff .nav li {
        overflow: hidden;
        height: 100%;
        list-style-type: disc !important;
        border-bottom: 1px solid #E1E1E1;
        position: relative;
    }

        #leftmenustuff .nav li a {
            color: #3D4451;
        }

            #leftmenustuff .nav li a span.ico {
                width: 13px;
                height: 33px;
                border-right: 1px solid #E1E1E1;
                background-color: #E9E8E8;
                position: absolute;
                left: 0;
                top: 0;
            }

            #leftmenustuff .nav li a span.text {
                padding: 5px 5px 5px 0;
                margin-left: 40px;
                display: block;
            }



/* added for the coversheet, inputs inside tables */
#coversheet table tr td input,
#coversheet table tr td select {
    margin: 0;
    width: 90%;
}

#coversheet table tr td.question {
    background: #eee;
    font-weight: bold;
}

#coversheet table.addon,
#coversheet div.addon {
    border-top: 1px rgb(221, 221, 221) solid;
}

#coversheet table.last {
    border-bottom: 1px rgb(221, 221, 221) solid;
}

#coversheet .form-actions {
    margin: 0;
}

#coversheet input[type=radio],
#coversheet input[type=checkbox] {
    width: 30px !important;
}

form#cost-summary div.input-prepend input[type=text] {
    width: 50%;
}

form#cost-summary div.input-prepend {
    margin: 0;
}

form#cost-summary table tr td:first-child {
    background: #eee;
    font-weight: bold;
}

form#cost-summary table tr.total td {
    border-top: 2px #000 solid;
}

form#cost-summary div.form-actions {
    margin: 0;
}

form#cost-summary div.pn span {
    color: red;
    font-size: 1.5em;
    font-weight: normal;
}

/** Begin Admin Buttons [added 6/28/13 -MW]  **/
.admin-button {
    display: block;
    background-color: #fdfdfd;
    background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -ms-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -o-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
    box-shadow: 0 1px 2px rgba(100,100,100,0.1), 0 1px 0 #ffffff inset;
    height: auto;
    padding: 15px;
    color: #999999;
    text-shadow: 0 1px 0 #ffffff;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

    .admin-button:hover {
        color: #666666;
        background-color: #effbef;
        background-image: none;
    }

    .admin-button span {
        margin: 0 auto 3px;
        opacity: .4;
        filter: alpha(opacity=40); /* for  IE < 9 */
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .admin-button:hover span {
        opacity: .7;
        filter: alpha(opacity=70); /* for  IE < 9 */
    }

div.current a.admin-button {
    color: #8cc138;
}

a.admin-button span.fa {
    font-size: 2em;
}

a.admin-button span.admin-link {
    display: block;
    font-size: 1.3em;
    padding: 5px 0;
}

a.admin-button span.link-sub {
    font-style: italic;
}

@media (max-width: 767px) {

    .admin .quick-actions [class*="span"] {
        width: 99%;
        float: left;
        margin: 0 .7%;
    }
}

/** End Admin Buttons [added 6/28/13 -MW]  **/

.error_ex {
    text-align: center;
}

    .error_ex h3 {
        /*font-size: 140px;*/
        font-weight: bold;
        padding: 50px 0px;
        color: rgb(40, 183, 121);
    }

/*  
	###############################################################
					Applicant Registration Form 
	###############################################################	
*/


#applicant-registration table tr td input[type=text],
#applicant-registration table tr td input[type=password] {
    display: block;
    width: 95%;
    margin-bottom: 0;
}

#applicant-registration table tr td select {
    margin-bottom: 0;
}

#applicant-registration table tr td:first-child {
    background: #eee;
    padding-top: 13px;
}

#applicant-registration table tr td input[type=text].taxid2 {
    width: 20px;
    display: inline;
}

#applicant-registration table tr td input[type=text].taxid9 {
    width: 90px;
    display: inline;
}

#applicant-registration table tr td.sic-codes input[type=text] {
    width: 17%;
    display: inline;
}

#applicant-registration .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}


.box p.instructions {
    font-weight: bold;
    font-size: 90%;
    margin: 0;
}

.box hr {
    margin: 10px 0;
}

.box p.text-error,
.box p.text-success {
    margin: 0;
}

#applicant-registration span.helper {
    display: block;
    width: 20px;
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-family: FontAwesome;
}

#applicant-registration div.buttons-centered {
    width: 140px;
    margin: 0 auto;
}

#applicant-registration .box .text-center p {
    text-align: center;
    margin: 0;
}

/*  
	###############################################################
					DTRA FAQ Page
	###############################################################	
*/

dl.faq {
    margin: 0;
}

    dl.faq dd:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    dl.faq dd {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px #ccc solid;
    }

        dl.faq dd > dl {
            margin-left: 30px;
            margin-bottom: 0;
        }

            dl.faq dd > dl > dd:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0;
            }


/*  
	###############################################################
	 DTRA Lead Evaluation (DTRA Phase II: Technical Evaluation Worksheet)
	 
	 Note - you can have the CSS output the : marks after the label content where needed as this is shown below;
	 This would be preferable to storing the : as part of the data, the colon is really presentational, so should either be output in the markup or done with CSS.
	 
	 

*/
td span.name,
td span.email {
    display: block;
}

td span.name {
    font-weight: bold;
}

td.scores-container {
    margin: 0;
}

td.eval-container {
    vertical-align: middle;
}

span.etitle {
    font-size: 16px;
}

    span.etitle:after {
        content: '\003A';
    }

span.ename {
    font-size: 16px;
    color: #248b00;
    margin-left: 4px;
}

div.eval-container {
    float: left;
    margin: -10px 0 -20px -10px;
    padding: 10px 20px 10px 10px;
    border-right: 1px solid #d6d6d6;
}

div.scores-container {
    float: left;
    margin: -11px 0 -11px 0;
    text-shadow: none;
    overflow: hidden;
}

dl.scores {
    margin: 0 0 -20px 10px;
}

    dl.scores dt,
    dl.scores dd {
        float: left;
        /* width: 40px; */
        margin: 0;
        padding: 10px 5px;
        /* text-align: center; */
    }

    dl.scores dt {
        /* background-color: #ccc; */
        font-weight: normal;
        text-align: right;
        padding-left: 10px;
    }

    dl.scores dd {
        /* background-color: #387aac; */
        /* margin-right: 10px; */
        font-weight: bold;
        font-size: 120%;
        /* color: #fff; */
        text-align: left;
        border-right: 1px solid #d6d6d6;
        padding-right: 10px;
    }

    dl.scores dt.overall {
        width: 90px;
    }

    dl.scores dd.overall {
        /* background-color: #248b00; */
    }



/* ########### ## ##  Bharath Experimemtal Section */


div.scores-container.bk {
    float: left;
    margin: 10px 0 -11px -25px;
    text-shadow: none;
    overflow: hidden;
    clear: left;
}

    div.scores-container.bk dl.scores {
        /* margin: 0 0 -20px -20px; */
    }

        div.scores-container.bk dl.scores dt,
        div.scores-container.bk dl.scores dd {
            float: left;
            margin: 0;
            padding: 10px 5px;
            font-size: 1em;
            border-top: 1px solid #d6d6d6;
        }

dl.scores dt {
    font-weight: normal;
    text-align: right;
    padding-left: 10px;
}

dl.scores dd {
    font-weight: bold;
    font-size: 120%;
    text-align: left;
    border-right: 1px solid #d6d6d6;
    padding-right: 10px;
}

dl.scores dt.overall {
    width: 90px;
}

dl.scores dd.overall {
    /* background-color: #248b00; */
}







td.eval-text div.criteria-index {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin: -8px 10px 0 -8px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eee;
    text-shadow: 0px 1px 0px rgba(255,255,255,.5);
}


td.eval-text p {
    font-weight: normal;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    text-align: justify;
    font-size: 1.1em;
    margin: 5px 15px 5px 15px;
}


/* 	
	##################################################################
		begin Lead Eval Footer 
	##################################################################
*/

.footer div.buttons-centered {
    width: 390px;
    margin: 0 auto;
}

.footer .text-center p {
    text-align: center;
    margin: 0;
}

.footer .form-actions {
    margin: 0;
}

.footer span.dlabel {
    font-weight: bold;
    font-size: 1.2em;
    text-transform: capitalize;
}

span.dlabel:after {
    content: '\003A';
}

.footer span.dsig {
    padding: 4px 8px 4px 8px;
    margin-left: 10px;
    font-size: 1.3em;
    /* display: inline-block; */
    background: #eee;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-style: italic;
    border-bottom: 1px #ccc solid;
}

.footer span.dinfo {
    font-weight: bold;
    font-size: 1.2em;
}

    .footer span.dinfo.fund {
        color: #00ae1e;
    }

    .footer span.dinfo.nofund {
        color: #db1d0f;
    }

.footer p.dinfo {
    font-weight: normal;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #1177ec;
    font-size: 1.1em;
    font-style: italic;
}

.auto-generated {
    margin-left: 5px;
}

.box-title div.ico {
    padding: 10px 15px;
    margin: -10px 10px -10px -15px;
    border-right: 1px solid #d6d6d6;
    float: left;
}

.box.alternate .box-title div.ico {
    border-right: 1px solid #333;
}

div.ico.fa {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 1.3em;
}

span.ico-eval {
    float: left;
}


/* responsive ONLY */

@media (max-width: 830px) { /* this is necessary for the scores */

    div.scores-container {
        margin: 10px 0 -10px -15px;
        /* border-top: 1px solid #d6d6d6; */
        /*  border-right: 1px solid #d6d6d6; */
        clear: left;
    }
}

@media (max-width: 532px) { /* this is necessary for the scores */

    dl.scores dt,
    dl.scores dd {
        padding: 6px 2px;
        font-size: .9em;
    }

    dl.scores dt {
        padding-left: 10px;
    }

    dl.scores dd {
        font-size: 1em;
        padding-right: 10px;
    }

    dl.scores dt.overall {
        width: 80px;
    }
}

@media (max-width: 475px) { /* this is necessary for the scores */

    dl.scores dt,
    dl.scores dd {
        padding: 6px 2px;
        font-size: .7em;
    }

    dl.scores dt {
        padding-left: 5px;
    }

    dl.scores dd {
        font-size: .8em;
        padding-right: 6px;
    }

    dl.scores dt.overall {
        width: 60px;
    }
}

/* Legacy IE8 Uhh*/

.placeholder {
    color: #AAA !important;
}

.kendo-grid {
    min-height: 300px;
}
/*  
	END PHASE 2 TECHNICAL EVAL WORKSHEET 
	###############################################################	
*/

/*  
	Menu Experimentation
	###############################################################	
*/
/*div.navbar-inner {
    background: #112433 !important;  this is the color for the menu 
    background-image: -webkit-linear-gradient(top, #112433, #f6f6f6); this is a gradiant example
    border: none;
    border-radius: 0;
}*/


/*.navbar .nav > li > a {
    text-shadow: none;  this gets rid of the text shadow 
    color: #fff;   this makes the text white 
}*/

/*.navbar .nav li > a:hover {
    color: lime;  change this to whatever color you want for the hover color of the text 
}*/

/*.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #F2F2F2;
    color: black;
}*/

/*  
	Revisions of submission page
	###############################################################	
*/

.box-content.head {
    background: none;
    padding: 0;
    border: none;
}

.box-title.head {
    /* border-bottom: none; */
}

.quick-actions {
    margin-top: -10px;
    margin-bottom: 0;
}

/*

new quick actions:
*/

/** Quick actions **/
.quick-action {
    display: block;
    background-color: #fdfdfd;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    box-shadow: 0 1px 2px rgba(100,100,100,0.1), 0 1px 0 #ffffff inset;
    height: 64px;
    padding: 10px 0;
    color: #fff;
    text-shadow: none;
    text-align: center;
    margin-bottom: 10px;
    border: none;
    border-radius: 3px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

    .quick-action:hover {
        color: #000000;
    }

    .quick-action span {
        margin: 0 auto 3px;
        opacity: .4;
        filter: alpha(opacity=40); /* for  IE < 9 */
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .quick-action i {
        display: block;
        font-size: 24px;
    }

    .quick-action:hover span {
        opacity: .7;
        filter: alpha(opacity=70); /* for  IE < 9 */
    }

a.quick-action.current {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.quick-action-disabled {
    display: block;
    background-color: #fdfdfd;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #cecece;
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    box-shadow: 0 1px 2px rgba(100,100,100,0.1), 0 1px 0 #ffffff inset;
    height: 64px;
    padding: 10px 0;
    color: #fff;
    text-shadow: none;
    text-align: center;
    margin-bottom: 10px;
    border: none;
    border-radius: 3px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    pointer-events: none;
    cursor: default;
}

    .quick-action-disabled:hover {
        color: #000000;
    }

    .quick-action-disabled span {
        margin: 0 auto 3px;
        opacity: .4;
        filter: alpha(opacity=40); /* for  IE < 9 */
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

    .quick-action-disabled i {
        display: block;
        font-size: 24px;
    }

    .quick-action-disabled:hover span {
        opacity: .7;
        filter: alpha(opacity=70); /* for  IE < 9 */
    }

a.quick-action-disabled.current {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

/* *Helper*/
.bold {
    font-weight: bold;
}

/* Trying to fix left menu styling*/

#leftmenustuff .icon-home {
    padding: .5px !important;
}

#leftmenustuff .icon-envelope {
    padding: .5px !important;
}

#leftmenustuff .icon-pencil {
    padding: .5px !important;
}

#leftmenustuff .icon-briefcase {
    padding: .5px !important;
}

#leftmenustuff .icon-flag {
    padding: .5px !important;
}

.ie8-sucks #myelement:before, .ie8-sucks #myelement:after {
    content: '';
}


.k-header-filter {
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #c5c5c5;
}

.k-list-container {
    height: auto !important;
}

    .k-list-container ul {
        overflow-y: hidden !important;
    }

.k-grid .k-state-selected  {
  background-image: none !important;
  background-color: #ffffff !important;
  color: #000000;
}
 
.k-grid .k-alt.k-state-selected {
  background-color: #f1f1f1 !important;
  color: #000000;
}

.k-list-item.k-selected {
    background-color: #bebebe !important;
}

.k-list-item.k-selected.k-hover,
.k-list-item.k-selected:hover {
    background-color: #bebebe !important;
}

.k-picker.k-focus,
.k-picker:focus,
.k-widget.k-picker.k-focus,
.k-widget.k-picker:focus {
    border-color: #000000 !important;
}

.k-pager-wrap .k-link.k-state-selected
{
    background-image: none, linear-gradient(to bottom, #0081c2 0%, #0081c2 100%) !important;
    color: #FFFFFF;
    background-color: #0081C2 !important;
    border-color: #0081C2 !important;
}
