﻿/*------------------------------------------------------------------------------*/
/* BOOTSTRAP
/*------------------------------------------------------------------------------*/

/* Responsive layout for bootstrap, need to be outside app_theme folder so that it is not automatically imported */
/*@import url("../../aspnet_client/Bootstrap/styles/GridSystemSM.css") (min-width: 768px), print;
@import url("../../aspnet_client/Bootstrap/styles/GridSystemMD.css") (min-width: 992px), print;
@import url("../../aspnet_client/Bootstrap/styles/GridSystemLG.css") (min-width: 1200px), print and (orientation:landscape);*/


/*!
         * Bootstrap v3.0.3 (http://getbootstrap.com)
         * Copyright 2013 Twitter, Inc.
         * Licensed under http://www.apache.org/licenses/LICENSE-2.0
         */

/* custom classes */
.float-responsive-xs-left
{
    float: left;
}

.float-responsive-xs-right
{
    float: right;
}

@media (min-width: 768px), print
{
    .text-responsive-sm-right
    {
        text-align: right;
    }

    .float-responsive-sm-right
    {
        float: right;
    }

    .float-responsive-sm-left
    {
        float: left;
    }
}

.radiobutton-list label
{
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 10px;
    font-weight: normal;
}

.checkbox-list label
{
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 10px;
    float: left;
    font-weight: normal;
}

.checkbox-list input
{
    float: left;
}

.checkbox label
{
    padding-top: 2px;
    padding-left: 2px;
    font-weight: normal;
}

.form-control-label
{
    display: inline-block;
    padding-top: 3px;
    font-weight: normal;
}

.form-separator
{
    display: block;
    width: 100%;
    border-bottom: 3px double;
    font-weight: bold;
    padding: 3px 3px;
    margin-bottom: 5px;
}

.form-control-req
{
    color: Red;
    vertical-align: top;
}

.bullet-list
{
    padding: 0;
}

.bullet-list li, .bullet-list a
{
    list-style: none;
    color: #336699;
    padding: 2px 0;
}

.no-bullet
{
    padding: 0;
}

.no-bullet li
{
    list-style: none;
    padding: 2px 0;
    margin: 0;
}

.form-horizontal br
{
    clear: both;
}

.hide
{
    position: absolute;
    top: -20em;
    left: -200em;
}


.AlertSummary
{
    margin-right: 5px;
}

.AlertSummary ul
{
    margin: 0;
    padding-left: 0;
}

.AlertSummary li
{
    list-style: none;
    padding: 5px 5px;
    margin: 5px 0;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.AlertSummary a
{
    color: #a94442 !important;
    font-weight: normal;
    text-decoration: underline;
}

.AlertSummary a:hover, .AlertSummary a:focus
{
    color: #515f78 !important;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}


.AlertSummary h3
{
    color: black !important;
    font-weight: Bold;
    margin: 0 0;
}

.Alert
{
    margin-right: 5px;
}

.Alert ul
{
    margin-top: 0;
    padding-left: 0;
}

.Alert li
{
    list-style: none;
    padding: 5px 5px;
    margin: 5px 0;
}

.Alert h3
{
    color: black !important;
    font-weight: Bold;
    margin: 0 0;
}

.Alert-Success
{
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.Alert-Success a
{
    color: #3c763d !important;
}

.Alert-Info
{
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.Alert-Info a
{
    color: #31708f !important;
}

.Alert-Warning
{
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.Alert-Warning a
{
    color: #8a6d3b !important;
}

.Alert-Error
{
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.Alert-Error a
{
    color: #a94442 !important;
}

.Alert a:hover, .Alert a:focus
{
    color: #515f78 !important;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}


/*******************************/


/* bootstrap */
.form-horizontal table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.form-horizontal *, .form-horizontal *:before, .form-horizontal *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container
{
    /*padding-right: 15px;           padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after
{
    display: table;
    content: " ";
}

.container:after
{
    clear: both;
}

.container:before, .container:after
{
    display: table;
    content: " ";
}

.container:after
{
    clear: both;
}

@media (min-width: 768px), print
{
    .container
    {
        width: 540px;
    }
}

@media (min-width: 992px), print
{
    .container
    {
        width: 760px;
    }
}

@media (min-width: 1200px), print and (orientation:landscape)
{
    .container
    {
        width: 960px;
    }
}

.row
{
    margin-right: -15px;
    margin-left: -15px;
}

.row:before, .row:after
{
    display: table;
    content: " ";
}

.row:after
{
    clear: both;
}

.row:before, .row:after
{
    display: table;
    content: " ";
}

.row:after
{
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
    float: left;
}

.col-xs-12
{
    width: 100%;
}

.col-xs-11
{
    width: 91.66666666666666%;
}

.col-xs-10
{
    width: 83.33333333333334%;
}

.col-xs-9
{
    width: 75%;
}

.col-xs-8
{
    width: 66.66666666666666%;
}

.col-xs-7
{
    width: 58.333333333333336%;
}

.col-xs-6
{
    width: 50%;
}

.col-xs-5
{
    width: 41.66666666666667%;
}

.col-xs-4
{
    width: 33.33333333333333%;
}

.col-xs-3
{
    width: 25%;
}

.col-xs-2
{
    width: 16.666666666666664%;
}

.col-xs-1
{
    width: 8.333333333333332%;
}

.col-xs-pull-12
{
    right: 100%;
}

.col-xs-pull-11
{
    right: 91.66666666666666%;
}

.col-xs-pull-10
{
    right: 83.33333333333334%;
}

.col-xs-pull-9
{
    right: 75%;
}

.col-xs-pull-8
{
    right: 66.66666666666666%;
}

.col-xs-pull-7
{
    right: 58.333333333333336%;
}

.col-xs-pull-6
{
    right: 50%;
}

.col-xs-pull-5
{
    right: 41.66666666666667%;
}

.col-xs-pull-4
{
    right: 33.33333333333333%;
}

.col-xs-pull-3
{
    right: 25%;
}

.col-xs-pull-2
{
    right: 16.666666666666664%;
}

.col-xs-pull-1
{
    right: 8.333333333333332%;
}

.col-xs-pull-0
{
    right: 0;
}

.col-xs-push-12
{
    left: 100%;
}

.col-xs-push-11
{
    left: 91.66666666666666%;
}

.col-xs-push-10
{
    left: 83.33333333333334%;
}

.col-xs-push-9
{
    left: 75%;
}

.col-xs-push-8
{
    left: 66.66666666666666%;
}

.col-xs-push-7
{
    left: 58.333333333333336%;
}

.col-xs-push-6
{
    left: 50%;
}

.col-xs-push-5
{
    left: 41.66666666666667%;
}

.col-xs-push-4
{
    left: 33.33333333333333%;
}

.col-xs-push-3
{
    left: 25%;
}

.col-xs-push-2
{
    left: 16.666666666666664%;
}

.col-xs-push-1
{
    left: 8.333333333333332%;
}

.col-xs-push-0
{
    left: 0;
}

.col-xs-offset-12
{
    margin-left: 100%;
}

.col-xs-offset-11
{
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10
{
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9
{
    margin-left: 75%;
}

.col-xs-offset-8
{
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7
{
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6
{
    margin-left: 50%;
}

.col-xs-offset-5
{
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4
{
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3
{
    margin-left: 25%;
}

.col-xs-offset-2
{
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1
{
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0
{
    margin-left: 0;
}



@media (min-width: 768px), print
{
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-11
    {
        width: 91.66666666666666%;
    }
    .col-sm-10
    {
        width: 83.33333333333334%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-8
    {
        width: 66.66666666666666%;
    }
    .col-sm-7
    {
        width: 58.333333333333336%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-5
    {
        width: 41.66666666666667%;
    }
    .col-sm-4
    {
        width: 33.33333333333333%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-2
    {
        width: 16.666666666666664%;
    }
    .col-sm-1
    {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-pull-11
    {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10
    {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-8
    {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7
    {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-5
    {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4
    {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-2
    {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1
    {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0
    {
        right: 0;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-push-11
    {
        left: 91.66666666666666%;
    }
    .col-sm-push-10
    {
        left: 83.33333333333334%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-8
    {
        left: 66.66666666666666%;
    }
    .col-sm-push-7
    {
        left: 58.333333333333336%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-5
    {
        left: 41.66666666666667%;
    }
    .col-sm-push-4
    {
        left: 33.33333333333333%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-2
    {
        left: 16.666666666666664%;
    }
    .col-sm-push-1
    {
        left: 8.333333333333332%;
    }
    .col-sm-push-0
    {
        left: 0;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1
    {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0
    {
        margin-left: 0;
    }
}

@media (min-width: 992px), print
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-11
    {
        width: 91.66666666666666%;
    }
    .col-md-10
    {
        width: 83.33333333333334%;
    }
    .col-md-9
    {
        width: 75%;
    }
    .col-md-8
    {
        width: 66.66666666666666%;
    }
    .col-md-7
    {
        width: 58.333333333333336%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-5
    {
        width: 41.66666666666667%;
    }
    .col-md-4
    {
        width: 33.33333333333333%;
    }
    .col-md-3
    {
        width: 25%;
    }
    .col-md-2
    {
        width: 16.666666666666664%;
    }
    .col-md-1
    {
        width: 8.333333333333332%;
    }
    .col-md-pull-12
    {
        right: 100%;
    }
    .col-md-pull-11
    {
        right: 91.66666666666666%;
    }
    .col-md-pull-10
    {
        right: 83.33333333333334%;
    }
    .col-md-pull-9
    {
        right: 75%;
    }
    .col-md-pull-8
    {
        right: 66.66666666666666%;
    }
    .col-md-pull-7
    {
        right: 58.333333333333336%;
    }
    .col-md-pull-6
    {
        right: 50%;
    }
    .col-md-pull-5
    {
        right: 41.66666666666667%;
    }
    .col-md-pull-4
    {
        right: 33.33333333333333%;
    }
    .col-md-pull-3
    {
        right: 25%;
    }
    .col-md-pull-2
    {
        right: 16.666666666666664%;
    }
    .col-md-pull-1
    {
        right: 8.333333333333332%;
    }
    .col-md-pull-0
    {
        right: 0;
    }
    .col-md-push-12
    {
        left: 100%;
    }
    .col-md-push-11
    {
        left: 91.66666666666666%;
    }
    .col-md-push-10
    {
        left: 83.33333333333334%;
    }
    .col-md-push-9
    {
        left: 75%;
    }
    .col-md-push-8
    {
        left: 66.66666666666666%;
    }
    .col-md-push-7
    {
        left: 58.333333333333336%;
    }
    .col-md-push-6
    {
        left: 50%;
    }
    .col-md-push-5
    {
        left: 41.66666666666667%;
    }
    .col-md-push-4
    {
        left: 33.33333333333333%;
    }
    .col-md-push-3
    {
        left: 25%;
    }
    .col-md-push-2
    {
        left: 16.666666666666664%;
    }
    .col-md-push-1
    {
        left: 8.333333333333332%;
    }
    .col-md-push-0
    {
        left: 0;
    }
    .col-md-offset-12
    {
        margin-left: 100%;
    }
    .col-md-offset-11
    {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10
    {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9
    {
        margin-left: 75%;
    }
    .col-md-offset-8
    {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7
    {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6
    {
        margin-left: 50%;
    }
    .col-md-offset-5
    {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4
    {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3
    {
        margin-left: 25%;
    }
    .col-md-offset-2
    {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1
    {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0
    {
        margin-left: 0;
    }
}

@media (min-width: 1200px), print and (orientation:landscape)
{
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    {
        float: left;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-11
    {
        width: 91.66666666666666%;
    }
    .col-lg-10
    {
        width: 83.33333333333334%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-8
    {
        width: 66.66666666666666%;
    }
    .col-lg-7
    {
        width: 58.333333333333336%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-5
    {
        width: 41.66666666666667%;
    }
    .col-lg-4
    {
        width: 33.33333333333333%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-2
    {
        width: 16.666666666666664%;
    }
    .col-lg-1
    {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12
    {
        right: 100%;
    }
    .col-lg-pull-11
    {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10
    {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9
    {
        right: 75%;
    }
    .col-lg-pull-8
    {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7
    {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6
    {
        right: 50%;
    }
    .col-lg-pull-5
    {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4
    {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3
    {
        right: 25%;
    }
    .col-lg-pull-2
    {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1
    {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0
    {
        right: 0;
    }
    .col-lg-push-12
    {
        left: 100%;
    }
    .col-lg-push-11
    {
        left: 91.66666666666666%;
    }
    .col-lg-push-10
    {
        left: 83.33333333333334%;
    }
    .col-lg-push-9
    {
        left: 75%;
    }
    .col-lg-push-8
    {
        left: 66.66666666666666%;
    }
    .col-lg-push-7
    {
        left: 58.333333333333336%;
    }
    .col-lg-push-6
    {
        left: 50%;
    }
    .col-lg-push-5
    {
        left: 41.66666666666667%;
    }
    .col-lg-push-4
    {
        left: 33.33333333333333%;
    }
    .col-lg-push-3
    {
        left: 25%;
    }
    .col-lg-push-2
    {
        left: 16.666666666666664%;
    }
    .col-lg-push-1
    {
        left: 8.333333333333332%;
    }
    .col-lg-push-0
    {
        left: 0;
    }
    .col-lg-offset-12
    {
        margin-left: 100%;
    }
    .col-lg-offset-11
    {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10
    {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9
    {
        margin-left: 75%;
    }
    .col-lg-offset-8
    {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7
    {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6
    {
        margin-left: 50%;
    }
    .col-lg-offset-5
    {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4
    {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3
    {
        margin-left: 25%;
    }
    .col-lg-offset-2
    {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1
    {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0
    {
        margin-left: 0;
    }
}


.form-horizontal table
{
    max-width: 100%;
    background-color: transparent;
}

.form-horizontal th
{
    text-align: left;
}

.table
{
    width: 100%;
}

.table-responsive
{
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden; /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    -webkit-overflow-scrolling: touch;
    border: 0;
}
.table-responsive > .table
{
    margin-bottom: 20px;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td
{
    white-space: nowrap;
}
.table-responsive > .table-bordered
{
    border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child
{
    border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child
{
    border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td
{
    border-bottom: 0;
}


.form-horizontal fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
}

.form-horizontal label
{
    display: inline-block;
    margin-bottom: 5px; /*font-weight: bold;*/
}

.form-horizontal input[type="radio"], .form-horizontal input[type="checkbox"]
{
    margin: 4px 0 0;
    margin-top: 1px; /* IE8-9 */
    line-height: normal;
}

.form-horizontal input[type="file"]:focus, .form-horizontal input[type="radio"]:focus, .form-horizontal input[type="checkbox"]:focus
{
    outline: #66afe9 thin solid;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.control-label
{
    font-weight: bold;
}

.form-control
{
    display: block;
    width: 100%;
    vertical-align: middle;
}

.form-control:focus
{
    outline: #66afe9 2px solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder
{
    color: #999999;
}

.form-control::-moz-placeholder
{
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder
{
    color: #999999;
}

.form-control::-webkit-input-placeholder
{
    color: #999999;
}

textarea.form-control
{
    height: auto;
}

.form-group
{
    margin-bottom: 5px;
}

.form-horizontal .control-label /*.form-horizontal .radio,         .form-horizontal .checkbox,         .form-horizontal .radio-inline,         .form-horizontal .checkbox-inline */
{
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
        .form-horizontal .radio,
        .form-horizontal .checkbox {
          min-height: 27px;
        }
        */

.form-horizontal .form-group
{
    margin-right: -3px;
    margin-left: -3px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after
{
    display: table;
    content: " ";
}

.form-horizontal .form-group:after
{
    clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after
{
    display: table;
    content: " ";
}

.form-horizontal .form-group:after
{
    clear: both;
}

@media (min-width: 768px), print
{
    .form-horizontal .control-label
    {
        text-align: right;
    }
}

.clearfix:before, .clearfix:after, .modal-footer:before, .modal-footer:after
{
    display: table;
    content: " ";
}

.clearfix:after
{
    clear: both;
}

.update_panel
{
    background: rgba(54, 25, 25, .5); /* specify RGB color, 4th param is opacity */
    text-align: center; /* centers containing elements (the div containing message) */
    position: absolute; /* following elements will cause the overlap fully */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.update_msg
{
    display: inline-block; /* so that the container collapses around content */
    padding: 10px 10px;
    background-color: White;
    border: 1px solid black;
    position: relative; /* vertical positioning is a pain */
    top: 30%;
}

.update_container
{
    position: relative; /* so containing elements can be absolutely positioned (as you had) */
    padding: 10px 10px;
}


/*------------------------------------------------------------------------------*/
/* Bootstrap Modal Classes
/*------------------------------------------------------------------------------*/
.modal-open
{
    overflow: hidden;
}
.modal
{
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog
{
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog
{
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content
{
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade
{
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header
{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close
{
    margin-top: -2px;
}
.modal-title
{
    margin: 0;
    line-height: 1.42857143;
}
.modal-body
{
    position: relative;
    padding: 15px;
}
.modal-footer
{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm
    {
        width: 300px;
    }
}
@media (min-width: 992px)
{
    .modal-lg
    {
        width: 900px;
    }
}

@font-face
{
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before
{
    content: "\2a";
}
.glyphicon-plus:before
{
    content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before
{
    content: "\20ac";
}
.glyphicon-minus:before
{
    content: "\2212";
}
.glyphicon-cloud:before
{
    content: "\2601";
}
.glyphicon-envelope:before
{
    content: "\2709";
}
.glyphicon-pencil:before
{
    content: "\270f";
}
.glyphicon-glass:before
{
    content: "\e001";
}
.glyphicon-music:before
{
    content: "\e002";
}
.glyphicon-search:before
{
    content: "\e003";
}
.glyphicon-heart:before
{
    content: "\e005";
}
.glyphicon-star:before
{
    content: "\e006";
}
.glyphicon-star-empty:before
{
    content: "\e007";
}
.glyphicon-user:before
{
    content: "\e008";
}
.glyphicon-film:before
{
    content: "\e009";
}
.glyphicon-th-large:before
{
    content: "\e010";
}
.glyphicon-th:before
{
    content: "\e011";
}
.glyphicon-th-list:before
{
    content: "\e012";
}
.glyphicon-ok:before
{
    content: "\e013";
}
.glyphicon-remove:before
{
    content: "\e014";
}
.glyphicon-zoom-in:before
{
    content: "\e015";
}
.glyphicon-zoom-out:before
{
    content: "\e016";
}
.glyphicon-off:before
{
    content: "\e017";
}
.glyphicon-signal:before
{
    content: "\e018";
}
.glyphicon-cog:before
{
    content: "\e019";
}
.glyphicon-trash:before
{
    content: "\e020";
}
.glyphicon-home:before
{
    content: "\e021";
}
.glyphicon-file:before
{
    content: "\e022";
}
.glyphicon-time:before
{
    content: "\e023";
}
.glyphicon-road:before
{
    content: "\e024";
}
.glyphicon-download-alt:before
{
    content: "\e025";
}
.glyphicon-download:before
{
    content: "\e026";
}
.glyphicon-upload:before
{
    content: "\e027";
}
.glyphicon-inbox:before
{
    content: "\e028";
}
.glyphicon-play-circle:before
{
    content: "\e029";
}
.glyphicon-repeat:before
{
    content: "\e030";
}
.glyphicon-refresh:before
{
    content: "\e031";
}
.glyphicon-list-alt:before
{
    content: "\e032";
}
.glyphicon-lock:before
{
    content: "\e033";
}
.glyphicon-flag:before
{
    content: "\e034";
}
.glyphicon-headphones:before
{
    content: "\e035";
}
.glyphicon-volume-off:before
{
    content: "\e036";
}
.glyphicon-volume-down:before
{
    content: "\e037";
}
.glyphicon-volume-up:before
{
    content: "\e038";
}
.glyphicon-qrcode:before
{
    content: "\e039";
}
.glyphicon-barcode:before
{
    content: "\e040";
}
.glyphicon-tag:before
{
    content: "\e041";
}
.glyphicon-tags:before
{
    content: "\e042";
}
.glyphicon-book:before
{
    content: "\e043";
}
.glyphicon-bookmark:before
{
    content: "\e044";
}
.glyphicon-print:before
{
    content: "\e045";
}
.glyphicon-camera:before
{
    content: "\e046";
}
.glyphicon-font:before
{
    content: "\e047";
}
.glyphicon-bold:before
{
    content: "\e048";
}
.glyphicon-italic:before
{
    content: "\e049";
}
.glyphicon-text-height:before
{
    content: "\e050";
}
.glyphicon-text-width:before
{
    content: "\e051";
}
.glyphicon-align-left:before
{
    content: "\e052";
}
.glyphicon-align-center:before
{
    content: "\e053";
}
.glyphicon-align-right:before
{
    content: "\e054";
}
.glyphicon-align-justify:before
{
    content: "\e055";
}
.glyphicon-list:before
{
    content: "\e056";
}
.glyphicon-indent-left:before
{
    content: "\e057";
}
.glyphicon-indent-right:before
{
    content: "\e058";
}
.glyphicon-facetime-video:before
{
    content: "\e059";
}
.glyphicon-picture:before
{
    content: "\e060";
}
.glyphicon-map-marker:before
{
    content: "\e062";
}
.glyphicon-adjust:before
{
    content: "\e063";
}
.glyphicon-tint:before
{
    content: "\e064";
}
.glyphicon-edit:before
{
    content: "\e065";
}
.glyphicon-share:before
{
    content: "\e066";
}
.glyphicon-check:before
{
    content: "\e067";
}
.glyphicon-move:before
{
    content: "\e068";
}
.glyphicon-step-backward:before
{
    content: "\e069";
}
.glyphicon-fast-backward:before
{
    content: "\e070";
}
.glyphicon-backward:before
{
    content: "\e071";
}
.glyphicon-play:before
{
    content: "\e072";
}
.glyphicon-pause:before
{
    content: "\e073";
}
.glyphicon-stop:before
{
    content: "\e074";
}
.glyphicon-forward:before
{
    content: "\e075";
}
.glyphicon-fast-forward:before
{
    content: "\e076";
}
.glyphicon-step-forward:before
{
    content: "\e077";
}
.glyphicon-eject:before
{
    content: "\e078";
}
.glyphicon-chevron-left:before
{
    content: "\e079";
}
.glyphicon-chevron-right:before
{
    content: "\e080";
}
.glyphicon-plus-sign:before
{
    content: "\e081";
}
.glyphicon-minus-sign:before
{
    content: "\e082";
}
.glyphicon-remove-sign:before
{
    content: "\e083";
}
.glyphicon-ok-sign:before
{
    content: "\e084";
}
.glyphicon-question-sign:before
{
    content: "\e085";
}
.glyphicon-info-sign:before
{
    content: "\e086";
}
.glyphicon-screenshot:before
{
    content: "\e087";
}
.glyphicon-remove-circle:before
{
    content: "\e088";
}
.glyphicon-ok-circle:before
{
    content: "\e089";
}
.glyphicon-ban-circle:before
{
    content: "\e090";
}
.glyphicon-arrow-left:before
{
    content: "\e091";
}
.glyphicon-arrow-right:before
{
    content: "\e092";
}
.glyphicon-arrow-up:before
{
    content: "\e093";
}
.glyphicon-arrow-down:before
{
    content: "\e094";
}
.glyphicon-share-alt:before
{
    content: "\e095";
}
.glyphicon-resize-full:before
{
    content: "\e096";
}
.glyphicon-resize-small:before
{
    content: "\e097";
}
.glyphicon-exclamation-sign:before
{
    content: "\e101";
}
.glyphicon-gift:before
{
    content: "\e102";
}
.glyphicon-leaf:before
{
    content: "\e103";
}
.glyphicon-fire:before
{
    content: "\e104";
}
.glyphicon-eye-open:before
{
    content: "\e105";
}
.glyphicon-eye-close:before
{
    content: "\e106";
}
.glyphicon-warning-sign:before
{
    content: "\e107";
}
.glyphicon-plane:before
{
    content: "\e108";
}
.glyphicon-calendar:before
{
    content: "\e109";
}
.glyphicon-random:before
{
    content: "\e110";
}
.glyphicon-comment:before
{
    content: "\e111";
}
.glyphicon-magnet:before
{
    content: "\e112";
}
.glyphicon-chevron-up:before
{
    content: "\e113";
}
.glyphicon-chevron-down:before
{
    content: "\e114";
}
.glyphicon-retweet:before
{
    content: "\e115";
}
.glyphicon-shopping-cart:before
{
    content: "\e116";
}
.glyphicon-folder-close:before
{
    content: "\e117";
}
.glyphicon-folder-open:before
{
    content: "\e118";
}
.glyphicon-resize-vertical:before
{
    content: "\e119";
}
.glyphicon-resize-horizontal:before
{
    content: "\e120";
}
.glyphicon-hdd:before
{
    content: "\e121";
}
.glyphicon-bullhorn:before
{
    content: "\e122";
}
.glyphicon-bell:before
{
    content: "\e123";
}
.glyphicon-certificate:before
{
    content: "\e124";
}
.glyphicon-thumbs-up:before
{
    content: "\e125";
}
.glyphicon-thumbs-down:before
{
    content: "\e126";
}
.glyphicon-hand-right:before
{
    content: "\e127";
}
.glyphicon-hand-left:before
{
    content: "\e128";
}
.glyphicon-hand-up:before
{
    content: "\e129";
}
.glyphicon-hand-down:before
{
    content: "\e130";
}
.glyphicon-circle-arrow-right:before
{
    content: "\e131";
}
.glyphicon-circle-arrow-left:before
{
    content: "\e132";
}
.glyphicon-circle-arrow-up:before
{
    content: "\e133";
}
.glyphicon-circle-arrow-down:before
{
    content: "\e134";
}
.glyphicon-globe:before
{
    content: "\e135";
}
.glyphicon-wrench:before
{
    content: "\e136";
}
.glyphicon-tasks:before
{
    content: "\e137";
}
.glyphicon-filter:before
{
    content: "\e138";
}
.glyphicon-briefcase:before
{
    content: "\e139";
}
.glyphicon-fullscreen:before
{
    content: "\e140";
}
.glyphicon-dashboard:before
{
    content: "\e141";
}
.glyphicon-paperclip:before
{
    content: "\e142";
}
.glyphicon-heart-empty:before
{
    content: "\e143";
}
.glyphicon-link:before
{
    content: "\e144";
}
.glyphicon-phone:before
{
    content: "\e145";
}
.glyphicon-pushpin:before
{
    content: "\e146";
}
.glyphicon-usd:before
{
    content: "\e148";
}
.glyphicon-gbp:before
{
    content: "\e149";
}
.glyphicon-sort:before
{
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before
{
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before
{
    content: "\e152";
}
.glyphicon-sort-by-order:before
{
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before
{
    content: "\e154";
}
.glyphicon-sort-by-attributes:before
{
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before
{
    content: "\e156";
}
.glyphicon-unchecked:before
{
    content: "\e157";
}
.glyphicon-expand:before
{
    content: "\e158";
}
.glyphicon-collapse-down:before
{
    content: "\e159";
}
.glyphicon-collapse-up:before
{
    content: "\e160";
}
.glyphicon-log-in:before
{
    content: "\e161";
}
.glyphicon-flash:before
{
    content: "\e162";
}
.glyphicon-log-out:before
{
    content: "\e163";
}
.glyphicon-new-window:before
{
    content: "\e164";
}
.glyphicon-record:before
{
    content: "\e165";
}
.glyphicon-save:before
{
    content: "\e166";
}
.glyphicon-open:before
{
    content: "\e167";
}
.glyphicon-saved:before
{
    content: "\e168";
}
.glyphicon-import:before
{
    content: "\e169";
}
.glyphicon-export:before
{
    content: "\e170";
}
.glyphicon-send:before
{
    content: "\e171";
}
.glyphicon-floppy-disk:before
{
    content: "\e172";
}
.glyphicon-floppy-saved:before
{
    content: "\e173";
}
.glyphicon-floppy-remove:before
{
    content: "\e174";
}
.glyphicon-floppy-save:before
{
    content: "\e175";
}
.glyphicon-floppy-open:before
{
    content: "\e176";
}
.glyphicon-credit-card:before
{
    content: "\e177";
}
.glyphicon-transfer:before
{
    content: "\e178";
}
.glyphicon-cutlery:before
{
    content: "\e179";
}
.glyphicon-header:before
{
    content: "\e180";
}
.glyphicon-compressed:before
{
    content: "\e181";
}
.glyphicon-earphone:before
{
    content: "\e182";
}
.glyphicon-phone-alt:before
{
    content: "\e183";
}
.glyphicon-tower:before
{
    content: "\e184";
}
.glyphicon-stats:before
{
    content: "\e185";
}
.glyphicon-sd-video:before
{
    content: "\e186";
}
.glyphicon-hd-video:before
{
    content: "\e187";
}
.glyphicon-subtitles:before
{
    content: "\e188";
}
.glyphicon-sound-stereo:before
{
    content: "\e189";
}
.glyphicon-sound-dolby:before
{
    content: "\e190";
}
.glyphicon-sound-5-1:before
{
    content: "\e191";
}
.glyphicon-sound-6-1:before
{
    content: "\e192";
}
.glyphicon-sound-7-1:before
{
    content: "\e193";
}
.glyphicon-copyright-mark:before
{
    content: "\e194";
}
.glyphicon-registration-mark:before
{
    content: "\e195";
}
.glyphicon-cloud-download:before
{
    content: "\e197";
}
.glyphicon-cloud-upload:before
{
    content: "\e198";
}
.glyphicon-tree-conifer:before
{
    content: "\e199";
}
.glyphicon-tree-deciduous:before
{
    content: "\e200";
}
.glyphicon-cd:before
{
    content: "\e201";
}
.glyphicon-save-file:before
{
    content: "\e202";
}
.glyphicon-open-file:before
{
    content: "\e203";
}
.glyphicon-level-up:before
{
    content: "\e204";
}
.glyphicon-copy:before
{
    content: "\e205";
}
.glyphicon-paste:before
{
    content: "\e206";
}
.glyphicon-alert:before
{
    content: "\e209";
}
.glyphicon-equalizer:before
{
    content: "\e210";
}
.glyphicon-king:before
{
    content: "\e211";
}
.glyphicon-queen:before
{
    content: "\e212";
}
.glyphicon-pawn:before
{
    content: "\e213";
}
.glyphicon-bishop:before
{
    content: "\e214";
}
.glyphicon-knight:before
{
    content: "\e215";
}
.glyphicon-baby-formula:before
{
    content: "\e216";
}
.glyphicon-tent:before
{
    content: "\26fa";
}
.glyphicon-blackboard:before
{
    content: "\e218";
}
.glyphicon-bed:before
{
    content: "\e219";
}
.glyphicon-apple:before
{
    content: "\f8ff";
}
.glyphicon-erase:before
{
    content: "\e221";
}
.glyphicon-hourglass:before
{
    content: "\231b";
}
.glyphicon-lamp:before
{
    content: "\e223";
}
.glyphicon-duplicate:before
{
    content: "\e224";
}
.glyphicon-piggy-bank:before
{
    content: "\e225";
}
.glyphicon-scissors:before
{
    content: "\e226";
}
.glyphicon-bitcoin:before
{
    content: "\e227";
}
.glyphicon-btc:before
{
    content: "\e227";
}
.glyphicon-xbt:before
{
    content: "\e227";
}
.glyphicon-yen:before
{
    content: "\00a5";
}
.glyphicon-jpy:before
{
    content: "\00a5";
}
.glyphicon-ruble:before
{
    content: "\20bd";
}
.glyphicon-rub:before
{
    content: "\20bd";
}
.glyphicon-scale:before
{
    content: "\e230";
}
.glyphicon-ice-lolly:before
{
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before
{
    content: "\e232";
}
.glyphicon-education:before
{
    content: "\e233";
}
.glyphicon-option-horizontal:before
{
    content: "\e234";
}
.glyphicon-option-vertical:before
{
    content: "\e235";
}
.glyphicon-menu-hamburger:before
{
    content: "\e236";
}
.glyphicon-modal-window:before
{
    content: "\e237";
}
.glyphicon-oil:before
{
    content: "\e238";
}
.glyphicon-grain:before
{
    content: "\e239";
}
.glyphicon-sunglasses:before
{
    content: "\e240";
}
.glyphicon-text-size:before
{
    content: "\e241";
}
.glyphicon-text-color:before
{
    content: "\e242";
}
.glyphicon-text-background:before
{
    content: "\e243";
}
.glyphicon-object-align-top:before
{
    content: "\e244";
}
.glyphicon-object-align-bottom:before
{
    content: "\e245";
}
.glyphicon-object-align-horizontal:before
{
    content: "\e246";
}
.glyphicon-object-align-left:before
{
    content: "\e247";
}
.glyphicon-object-align-vertical:before
{
    content: "\e248";
}
.glyphicon-object-align-right:before
{
    content: "\e249";
}
.glyphicon-triangle-right:before
{
    content: "\e250";
}
.glyphicon-triangle-left:before
{
    content: "\e251";
}
.glyphicon-triangle-bottom:before
{
    content: "\e252";
}
.glyphicon-triangle-top:before
{
    content: "\e253";
}
.glyphicon-console:before
{
    content: "\e254";
}
.glyphicon-superscript:before
{
    content: "\e255";
}
.glyphicon-subscript:before
{
    content: "\e256";
}
.glyphicon-menu-left:before
{
    content: "\e257";
}
.glyphicon-menu-right:before
{
    content: "\e258";
}
.glyphicon-menu-down:before
{
    content: "\e259";
}
.glyphicon-menu-up:before
{
    content: "\e260";
}

/*Adding CSS for collapse*/
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}