
.list-group {
    font-size: 1.0rem;
}
.list-group a {
    color: #fff;
}

.list-group-item a:before{
    font-family: 'FontAwesome';
    font-size: 1.0rem;
    content: "\f101";
    margin-left: 5px;
    margin-right: 7px;
    color: #008aff;
}



.list-group-item {
    font-weight: bold;
    letter-spacing: .005rem; 
    position: relative;
    display: block;
    padding: .9rem .2rem;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#787878+0,6e6e6e+20,282828+45,000000+100 */
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  #787878 0%, #6e6e6e 20%, #282828 45%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 0px solid rgba(0,0,0,1) !important;;
    border-left: none;
    border-right: none;
    
}



.list-group-item.active {
    z-index: auto !important;;
    color: #008aff !important;
    background: rgba(0, 0, 0, 1) !important;
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid rgba(0,0,0,1);
}

.list-group-item:focus, .list-group-item:hover {
    z-index: auto !important;;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
}
 .sub-menu {
    padding-left: 1.35rem !important;
    color: #fff;
    font-weight: normal; 
    }
    


.list-group > div a.list-group-item {    

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#787878+0,6e6e6e+20,282828+45,000000+100 */
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  #787878 0%, #6e6e6e 20%, #282828 45%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   	border-top: 1px solid rgba(255,255,255,1);

}

.list-group-submenu > .list-group-item { 
    background:#fff !important;
    border-top-color: #fff;
    border-bottom: none;


    } 
    


    
.list-group-submenu > .list-group-item.active {
        color: #008aff !important;
        background-color: #fff !important;
    }
    
.list-group-submenu  a {
    color:#000;
    text-decoration: underline !important;
    font-weight: normal;
    }
    
.list-group-submenu a:hover {
    background-color:#ccc !important;
    }
    
.item a:before {
    margin-left: 50px !important;
}

.list-group-item:last-child {

    border-bottom-right-radius: .0rem;
    border-bottom-left-radius: .0rem;
}
    

.list-group-item > div a.list-group-item[data-toggle]:before {
    font-family:'FontAwesome';
    content: "\f101";
    color: #008aff;
}

.list-group-item > div a.list-group-item:not(.collapsed):before {
    font-family:'FontAwesome';
    content: "\f103";
    color: #008aff;
}





.list-group-item[data-toggle]:before {
    font-family:'FontAwesome';
    font-size: 1.0rem;
    content: "\f101";
    margin-left: 5px;
    margin-right: 7px;
    color: #008aff;
}

.list-group-item:not(.collapsed):before {
    font-family:'FontAwesome';
    content: "\f103";
    margin-left: 5px;
    margin-right: 7px;
    color: #008aff;
}
.list-group-item.collapsed:before {
    font-family:'FontAwesome';
    content: "\f101";
    margin-left: 5px;
    margin-right: 7px;
    color: #008aff;
}
.list-group-item-btn.collapsed:before {
    font-family:'FontAwesome';
    content: "";
    margin-left: 15px;
    margin-right: 7px;
    color: #008aff;
}

.list-group-submenu {
    background-color:#fff;
}

 .list-group-submenu > .list-group-item:not(.collapsed):before {
    font-family:'FontAwesome';
    content: "" !important;

 }
 
 .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
 
.tutorial-link a:before {
    font-family: 'FontAwesome';
    font-size: 2.1rem;
    content: "\f16a";
    margin-left: 4px;
    margin-right: 9px;
    color: rgba(255, 0, 0, 0.5);
    text-align: center;
    vertical-align: bottom;
}
.tutorial-link a:hover::before {
    color: rgba(255, 0, 0, 1.0);
}
.tutorial-link a:hover {
        text-decoration: none;
}
button .btn, .btn-secondary, .search {
    font-family:'FontAwesome';
    font-size: 1.25rem !important;
    padding: 0 .6rem;

}

.btn-secondary:hover {
    color: #0033ff !important;
    text-decoration: none !important;
    background-color: #CCCCCC !important;
    border-color: #0033ff !important;
    text-shadow: 1px 1px 2px #555;
    cursor: pointer !important;
}

.btn-secondary {
    background-color: #ccc;
    color: #888 !important;
}

.form-control {
    padding: .25rem .75rem !important;
}

  .modal-footer, .modal-header {
    padding: .2rem;
}
 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  max-width: 100% !important;
}
.material-entry {

    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    margin-bottom: 4px;

}
.material-image {
    padding-left: 6px !important;
    padding-right: 10px !important;
    margin-bottom: 10px;

}

.material-text {
    padding-left: 10px !important;
}

.tab-pane a {
    word-break: break-all;
}
p.link-wrap  {
    word-break: break-all;
    }

/* ------------------------ General Theme styles -------------------------------*/



html, body
{
    height: 100%;
    font-size: 1.05rem !important;
    font-family: "Helvetica Neue", sans-serif;
}



p
{
    margin: 0 0 1.69231rem;
    font-size: 1.10rem;
    color: #666;
    line-height: 1.8rem;
}

a
{
    color: #0033ff;
    text-decoration: none;
}

a:link  h1
{
    color: #000;
    text-decoration: none !important;
}

a:visited > .page-header
{
    color: #000 !important;
}

.img_link:hover {
    opacity: 0.65;
    cursor: pointer

}


.tooltip > .img_link:hover
{
    display: none;
}

.tooltip
{
    display: none !important;
}
.list-content ul li {
    list-style: disc outside none;
    margin: 28.8px 5px 24px 14px;
    font-size: 16px;
    line-height: 20px;
}

.special_list li {
    font-size: 16px;
    line-height: 20px;
    list-style: outside none disc;
    margin: 4px 0 !important;
}

.site-map-tab-content ul li {
    list-style: disc outside none;
    margin: 5px 0px 0 10px;
    font-size: 14px;
    line-height: 14px;
}

.thumbs {
    width: 290px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.col-sm-4 {
    padding-right: 0 !important;
    padding-left:6px !important;
}

    


/* ------------------------ Page layout adjustments -------------------------------*/
.container {
    max-width: 1170px;
}
.row
{
    margin-left: -3px;
    margin-right: -3px;
}

.col-sm-9, .col-sm-6, .col-12
{
    padding-left: 2px;
}

.col-xs-4
{
    padding: 3px;
}

.col-xs-3
{
    padding-left: 3px;
    padding-right: 3px;
}
/* ------------------------ Page elements and component styles -------------------------------*/

.text-content
{
    margin-top: 1.5em;
    padding-left: 5px;
}

.caption-text
{
    font-size: 90%;
    margin-top: 1px;
    margin-bottom: 6px;
    text-align: center !important;
    line-height: 1.1rem;
    padding: 0 0 9px 0;
    color: #666;
}

#site-title
{
    width: 170px;
    margin: 20px 0 9px;
}

#site-title a
{
    text-decoration: none !important;
}
#home-link {
 background-color: #ccc;
 height: 3.0rem;
}

#home-link a
{
    display: block;
    padding: .6rem 0 0 .5rem;
    color: #000;
    font-size: 1.10rem !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: medium none;
    text-decoration: none !important;
}
#home-link a:hover
{
    color: #0033ff;
    text-decoration: none !important;
}

h1
{
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1em;
    text-transform: uppercase;
    border-bottom: medium none;
}

a:hover h1
{
    text-decoration: none !important;
    color: #0033ff;
}

h2
{
    color: #999;
    text-transform: uppercase;
    word-spacing: 1.0px;
    font-size: 1.30rem;
    margin: 20px 0 5px;
    padding: 0 0 4px 0;
    line-height: 1.3em;
}

h3
{
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}

h4
{
    font: 14px
}

h5
{
    color: #787878;
    font-size: 0.74em;
    letter-spacing: .7px;
    margin: 2.2em 0 1em;
    text-transform: uppercase;
    word-spacing: 2px;
}

ol li {
    margin-bottom: 20px;
}
#ordered_list {
    padding-left: 20px;
    font: 120% "Istok Web",serif,Verdana,Arial,sans-serif !important;
}

 
.ar_title
{
    color: #fc0204;
    font-size: 1.25em !important;
    margin-bottom: 5px;
}

.ar_title_ok
{
    color: #0033ff;
    font-size: 1.25em !important;
    margin-bottom: 5px;
}

#date
{
    text-align: center;
    color: #333333;
    font-size: 1.20rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 6px 0 5px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-top: 5px solid #444 !important;
}

.breadcrumb
{
    font-size: .85em;
    background-color: #fff;
    list-style: outside none none;
    line-height: 1.1em;
    padding: 4px 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #777 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
     content: "» ";
}


.breadcrumb > li {
    margin-bottom: .25rem;
}
.main-row
{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.fill
{
    height: 100%;
    min-height: auto;
    padding: 0px;
}

.main-content-area
{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.main-content-area > .row {
    padding-right: 3px !important;
}



.sidebar
    {
        padding-left: 0px;
        padding-right: 0px;
    }

.menu-container
{
    margin: 0 0 2.2em !important;
    float: none;
 
}

#text-widget
{
    margin-bottom: 2em;
}

#text-widget a 
{
    color:#0033FF;
}

#text-widget ul li
{
    line-height: 1.4em;
    list-style: inside none disc !important;
    margin-left:-1.6rem;
}

#link-text
{
    font-size: .95em;
    line-height: 1.65rem;
}

 .gallery p {
line-height: 1.1rem;
padding: 0 0 9px 0;
}

.acceptable-range {
    padding-bottom:6px
}
/* 
.gallery a p:before{
    font-family: 'FontAwesome';
    font-size: 1.0rem;
    content: "\f019";
    margin-left: 2px;
    margin-right: 5px;
    color: #666;
}
*/

/* ------------------------ Tabs styles -------------------------------*/
.tabs {
    margin-left: 4px;
    width: 100%;
    padding-right: 4px !important;

}
.nav-tabs {

    border-bottom: 1px solid #ddd;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  #787878 0%, #6e6e6e 20%, #282828 45%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-item {
    margin:3px 0 -1px 3px;
    font-size: 1.0rem;
    letter-spacing: .005rem;

    
    
}

.nav-item .nav-link:hover {
    color: #0daeff !important;
    text-decoration: none !important;
    border-color: #0b93d5;
    background: #001a47 url(images/ui-bg_highlight-soft_33_001a47_1x100.png) repeat-x scroll 50% 50%;
    cursor: pointer;
    -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s; 

}

.nav-link.active:hover {
    color: #FFFFFF;
    text-decoration: none !important;
    background: #001a47 url(images/EEE.png) repeat-x scroll 50% 50%;
    cursor: pointer;
    border-color: #e9ecef #e9ecef #ddd;
 
}

.nav-tabs .nav-link {
    border: 1px solid #FFFFFF;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;

}
.tab-content ul li {
    font-size: 1.15rem;
    list-style: disc outside none;
    margin-top: 1.8rem;
    margin-left: -2.4rem;
}
.tab-content ol li {
    font-size: 1.15rem;
    margin-top: 1.8rem;
    margin-left: -2.4rem;
}
.nav-tabs a {
    color: #ffffff !important;
}
.nav-tabs a.active {
    color: #008aff !important;
    transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}

.nav-link.active {
    color: #495057;
    background-color: #EEEEEE !important;
    border-color: #008aff #008aff #EEEEEE !important;

}


.tab-content p {
    color: #000000 !important;

    
}
.tab-content {
    background-color: #EEEEEE;
    padding: 1rem 2.5rem;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;

    
}
.tab-content ul {
    font-size: 1.0rem;
}
.fa-download {
    margin-top: 2px;
    margin-right: 2px;
    font-size: 1.05rem !important;
    color: #666;
}
.fa-trophy {
    font-size: 1.7rem !important;
    color: #cccccc !important;
}
/* ------------------------ Footer styles -------------------------------*/

#footer
{
    border-top: 5px solid #444;
    font-size: .85rem;
    margin: 0 auto;
    padding: 15px 0 35px;
    width: 100%;
    text-align: right;
}

/* ------------------------ Responsive styles -------------------------------*/

@media (min-width: 500px)
{
    .caption-text
    {
        text-align: left !important;
    }
}

@media (min-width: 576px)
{
    .caption-text {
        font-size: .85rem;
    }
.modal-dialog {
    max-width: 800px;
    margin: .5rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (.5rem * 2));
  }

}

 


@media (min-width: 768px)
{


   html,  body {
        font-size: .9rem !important;
    }
    .modal-footer, .modal-header {

    padding: 1rem;
    }

}

@media (min-width: 992px)
{
    #site-title
    {
        width: 180px;
        margin: 20px 0 9px;
    }
    h1
    {
        font-size: 2.05em;
    }
    h2
    {
        font-size: 1.6em;
        word-spacing: 2px;
    }
    #date-area
    {
        font-size: 1.35em;
        padding: 5px 0 5px;
    }
    .breadcrumb
    {
        line-height: 1.3em;
    }
    
   .breadcrumb > li {
    margin-bottom: 0;
}

    .sidebar
    {
        padding-left: 15px !important;
    }
    .menu-container
    {
        margin: 0 0 2.2em !important;

    }
    html, body
    {
        height: 100%;
        font-size: .9rem !important;
        font-family: "Helvetica Neue", sans-serif;
    }
    .list-group-item {
    font-weight: bold;
    letter-spacing: .005rem; 
    position: relative;
    display: block;
    padding: .47rem .2rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#787878+0,6e6e6e+20,282828+45,000000+100 */
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top,  #787878 0%, #6e6e6e 20%, #282828 45%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #787878 0%,#6e6e6e 20%,#282828 45%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 0px solid rgba(0,0,0,1) !important;
    border-left: none;
    border-right: none;
    
}
.list-group {
    font-size: .9rem;
}
#home-link {
 background-color: #ccc;
 height: 2.55rem;
}
}

/* ------------------------ Printing styles -------------------------------*/

@media print {


    html, body {
        font-size: 1.0rem;

    }
    .main-content-area {
    border-bottom: none;
    margin-bottom: 0px;


    }
    .title
    {
        display: none;
    }
    .sidebar
    {
        display: none;
    }
    #site-title
    {
        width: 800px;
        margin: 20px 0 9px;
    }
    h1
    {
        font-size: 1.8rem;
        font-weight: bold;
    }
    h2
    {
        margin-top: 10px !important;
        font-size: 1.46rem !important;
        color: #999999 !important;
    }
    h3 {
        font-size: 1.0rem;
    }
    h4 {
    color: #000 !important;
    font-size: 1.14em !important;
    }
    .thumbs {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .container {
        overflow: visible !important;
        position: relative !important;
 		display: block !important; 
        width:100% !important;   
    }
    

  
    
    .gallery a > .fa-download:before {
    display: none !important;
    margin: 0px !important;
    font-size: .1rem;
    }
    .caption-text {
    font-size: 1.0rem;
    margin-left: -4px;
    margin-bottom: 12px;
    }
    
    .nav-tabs a.active {
    color: #000000 !important;
    font-weight: bold;
    display: block !important;
    }
    .nav-tabs a {
    display: none !important;
    }
    .nav-link.active {
    background-color: none !important;
    border: none !important;
    }
    .nav-tabs {
    border-bottom: none;
 
    }
    .tab-item {
    margin-bottom: 0;
    padding: 0;
    }
    .tab-content {
    margin: 0;
    border: none;
    padding: 0 1.5rem;
    }


    .tab-content ul li {
    margin: 18px 15px;
    }
    a.tab-label {
    margin: 3px 0 0 -20px !important;
    }

    .ar_title
    {
        color: #fc0204 !important;
        font-size: 1.3em !important;
        margin-bottom: 5px;
    }
    a[href]:after
    {
        content: "";
    }
    a:link
    {
        color: #000000 !important;
        text-decoration: none !important;
    }
    a:link > .page-header
    {
        color: #000 !important;
        text-decoration: none !important;
    }
    #date-area {
        font-size: 1.2rem;
    }
    .breadcrumb {
       font-size: .90rem;       
    }
    .breadcrumb a
    {
        color: #0033ff !important;
        text-decoration: none !important;
    }
    .btn-primary
    {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }
    
    #footer a {
        font-weight: normal !important;
        color: #000000;
    }
/* ------------------------ IE9+ specific printing styles -------------------------------*/
    body
    {
        margin: 0;
        min-width: 768px;
    }
    .container
    {
        width: auto;
        min-width: 750px;
    }
/* ------------------------ Google Chrome specific printing styles -------------------------------*/

    .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.66666667%;
    }
    .col-sm-10
    {
        width: 83.33333333%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-8
    {
        width: 66.66666667%;
    }
    .col-sm-7
    {
        width: 58.33333333%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-5
    {
        width: 41.66666667%;
    }
    .col-sm-4
    {
        width: 33.33333333%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-2
    {
        width: 16.66666667%;
    }
    .col-sm-1
    {
        width: 8.33333333%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-pull-11
    {
        right: 91.66666667%;
    }
    .col-sm-pull-10
    {
        right: 83.33333333%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-8
    {
        right: 66.66666667%;
    }
    .col-sm-pull-7
    {
        right: 58.33333333%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-5
    {
        right: 41.66666667%;
    }
    .col-sm-pull-4
    {
        right: 33.33333333%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-2
    {
        right: 16.66666667%;
    }
    .col-sm-pull-1
    {
        right: 8.33333333%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-push-11
    {
        left: 91.66666667%;
    }
    .col-sm-push-10
    {
        left: 83.33333333%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-8
    {
        left: 66.66666667%;
    }
    .col-sm-push-7
    {
        left: 58.33333333%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-5
    {
        left: 41.66666667%;
    }
    .col-sm-push-4
    {
        left: 33.33333333%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-2
    {
        left: 16.66666667%;
    }
    .col-sm-push-1
    {
        left: 8.33333333%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0
    {
        margin-left: 0%;
    }
    .visible-xs
    {
        display: none !important;
    }
    .hidden-xs
    {
        display: block !important;
    }
    table.hidden-xs
    {
        display: table;
    }
    tr.hidden-xs
    {
        display: table-row !important;
    }
    th.hidden-xs,
  td.hidden-xs
    {
        display: table-cell !important;
    }
    .hidden-xs.hidden-print
    {
        display: none !important;
    }
    .hidden-sm
    {
        display: none !important;
    }
    .visible-sm
    {
        display: block !important;
    }
    table.visible-sm
    {
        display: table;
    }
    tr.visible-sm
    {
        display: table-row !important;
    }
    th.visible-sm,
  td.visible-sm
    {
        display: table-cell !important;
    }
}
