        html{
        font-family:Arial, sans-serif;
        margin:0;
        padding:0;
        }
        body{
            margin:0;
            padding:0;
            text-align:center;
            background-color: #f8f9fa;
        }

        * {
          box-sizing: border-box!important;
        }

        /* Break long words and add hyphenation */
        p {
          word-wrap: break-word;
          overflow-wrap: break-word;
          word-break: normal; /* Use normal behavior for breaking */
          hyphens: auto; /* Enable hyphenation */
        }
@media print {
    a {
        text-decoration: none!important; /* Remove underline from links */
    }
    
    a:after {
        content: ""!important; /* Clear any URL content after the link */
    }
}

        .kordela{
            display: flex;
            align-items: center;
            justify-content: flex-start;
            align-content: center;
            flex-wrap: nowrap;
            margin:20px 0;
        }

.kordela a i {
    color: rgb(0, 74, 115) !important;
}
        .flexitems{
            display: flex;
            align-items: center;
            margin:0 0 0 5px;
            text-align:center!important;
            height:50px;
            line-height:50px;
        }
        .container{
            margin-top:80px;
        }
        .article-container {
            max-width: 900px;
            margin: 0px auto;
            padding: 20px;
            background-color: #ffffff;
            text-align: justify;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .article-title {
            font-weight: bold;
            color: #333;
        }
        .article-date {
            color: #6c757d;
            margin-bottom: 15px;
        }
        .article-content {
            line-height: 1.6!important;
        }
        #shareBtn {
            width: 50px; /* Adjust the width */
            font-size:35px;
            border: none; /* Remove any default borders */
            cursor: pointer; /* Change the cursor to indicate it's clickable */
            padding: 0; /* Remove padding if you want the background image to fill the button */
            display: inline-block; /* Ensure the button behaves like an inline element */
        }
        
        #shareBtn:focus {
            outline: none; /* Remove focus outline, or style it as you prefer */
        }
        #printBtn {
            width: 50px; /* Adjust the width */
            font-size:35px;
            border: none; /* Remove any default borders */
            cursor: pointer; /* Change the cursor to indicate it's clickable */
            padding: 0; /* Remove padding if you want the background image to fill the button */
            display: inline-block; /* Ensure the button behaves like an inline element */
        }
        
        #printBtn:focus {
            outline: none; /* Remove focus outline, or style it as you prefer */
        }        
       #navhead2{
        position:fixed;
        width:100%;
        top:0;
        text-align: left;
        margin-top:0;
        padding-top:0;
        background:#fff;
        z-index:999;
        border-bottom:1px solid #f2f2f2;
        overflow:hidden;
        background: rgb(255,255,255);
    }
    @media only screen and (max-width: 680px) {
         .logo {
            max-width: 60px;
            height: 50px;
            width: 50px
            border-radius: 50%; 
            margin-bottom: 15px;
        }
        .lside{
		height:100%;
		width:40%;
		padding:0;
		}
		.rside{
		zoom:1;
		width:58%;
		line-height:20px;
	
		padding-left:5px;
		text-align:right;
		}
    }
    @media screen and (min-width: 800px) {
	.lside{
		height:100%;
		max-width:300px;
		overflow:hidden;
	}
	.rside{
		zoom:1.1;
		padding-top:10px;
		padding-left:10px;
		width:400px;
		line-height:20px;
		overflow:hidden;
	}
    .logo{
     width:280px;
    }
    }
        .logo{
     width:100%;vertical-align:middle;padding:5px 5px;
	 max-width:230px;
     height:auto!important;
    }
 /* Table view (start) ====================================================== */
    .outerWrp { width:100%; float: left; box-shadow: none!important; margin-top: 10px; margin-bottom: 50px; }
    .table-wrapper { width:100%; float: left; overflow-x:auto; box-shadow: none !important; }
    .table-wrapper.table-wrapperBtn { box-shadow: none!important; }
    .table-wrapper .articleTbl-btnWrapper { width: 100%; float: left; box-shadow: none!important; }

    .articleTbl-btnWrapper .articleTbl-btn,
    .tablePreviewBtnWrp .articleTbl-btn{ box-shadow: none!important; float: right; margin-left: 5px; cursor: pointer; margin-top: 10px; }
        
    .articleTbl-btnWrapper .articleTbl-btn > span,
    .tablePreviewBtnWrp .articleTbl-btn > span { display: inline-block; padding: 8px 10px; border-radius: 4px; line-height: 30px; font-size: 12px; color: #09f; border: 1px solid #09f; background-color: #fafafa; -moz-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
        
    .articleTbl-btnWrapper .articleTbl-btn > span:hover,
    .tablePreviewBtnWrp .articleTbl-btn > span:hover { background-color: #09f; color: #fff; }

    .tablePreviewHeader { display: inline-block; width: 100%; padding: 20px 0; border-bottom: 1px solid #ccc; color: #999; font-size: 24px; }
    .tablePreviewWrp { position: relative; padding: 30px 15px; }

    .tablePreviewWrp,
    .tablePreviewInner { width: 100%; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

    .tablePreviewBtnWrp { position: absolute; top: 20px; right: 15px; }
    .tablePreviewInner { padding: 15px 0; text-align: center; }
    .tablePreviewInner table { text-align: left; }
    .tablePreviewInner table th { background-color: #f1f1f1; }
    .tablePreviewInner table th,
    .tablePreviewInner table td { font-size: 14px!important; line-height: 1.42857143!important; padding: 10px!important; border: 1px solid #d8d8d8;  }

/* Table view (end) ======================================================== */



/*  DEFAULT TABLE*/
    .cms_ViewContents table { font-size: 12px; width: 100%; max-width: 100%; background-color: transparent; border-spacing: 0; border-collapse: collapse; margin: 10px 0 0 0; font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}

/*  HEADER*/

/*  BODY*/
    .cms_ViewContents table > tbody > tr > td,
    .cms_ViewContents table > tbody > tr > th { font-size: 1em; padding: 5px 8px!important; line-height: 1.42857143; vertical-align: middle; border: 1px solid #ddd; }

    .cms_ViewContents.article__text table > tbody > tr > td,
    .cms_ViewContents.article__text table > tbody > tr > th { vertical-align: initial; }
/*  FOOTER*/



/*  BASIC TABLE*/
    .efallow_basic { }
  

/*  HEADER*/
    .efallow_basic tr.efallow_basicTableHeaderRow { }

    .efallow_basic > tbody > tr.efallow_basicTableHeaderRow > th,
    .efallow_basic > tbody > tr.efallow_basicTableHeaderRow > td { padding: 8px; font-weight: 600; vertical-align: bottom; border-bottom: 2px solid #ddd; border-top: 0; border-left: 0; border-right: 0; }

    .efallow_basic td.efallow_basicTableHeaderFirstCol {text-align: left; font-weight: 600; }
    .efallow_basic td.efallow_basicTableHeaderLastCol {}
    .efallow_basic td.efallow_basicTableHeaderOddCol {}
    .efallow_basic td.efallow_basicTableHeaderEvenCol {}
  

/*  BODY*/
    .efallow_basic tr.efallow_basicTableOddRow {}
    .efallow_basic tr.efallow_basicTableEvenRow {}

    .efallow_basic > tbody > tr > td,
    .efallow_basic > tbody > tr > th { vertical-align: top; border-top: 1px solid #ddd; border-left: 0!important; border-right: 0!important; }

    .efallow_basic td.efallow_basicTableFirstCol { text-align: left;  font-weight: 600;  }
    .efallow_basic td.efallow_basicTableLastCol {}
    .efallow_basic td.efallow_basicTableOddCol {}
    .efallow_basic td.efallow_basicTableEvenCol {}
  

/*  FOOTER*/
    .efallow_basic tr.efallow_basicTableFooterRow {}

    .efallow_basic > tbody > tr.efallow_basicTableFooterRow > th,
    .efallow_basic > tbody > tr.efallow_basicTableFooterRow > td { font-weight: 600; vertical-align: top; border-top: 2px solid #ddd; border-bottom: 0!important; border-left: 0!important; border-right: 0!important; }


    .efallow_basic td.efallow_basicTableFooterFirstCol {text-align: left; font-weight: 600; }
    .efallow_basic td.efallow_basicTableFooterLastCol {}
    .efallow_basic td.efallow_basicTableFooterOddCol {}
    .efallow_basic td.efallow_basicTableFooterEvenCol {}







/*  STRIPED TABLE  */
    .efallow_striped { }
  

/*  HEADER*/
    .efallow_striped tr.efallow_stripedTableHeaderRow {background-color: transparent;}

    .efallow_striped > tbody > tr.efallow_stripedTableHeaderRow > th,
    .efallow_striped > tbody > tr.efallow_stripedTableHeaderRow > td { padding: 8px; font-weight: 600; line-height: 1.42857143; vertical-align: bottom; border-bottom: 2px solid #ddd!important; border-top: 0!important; border-left: 0!important; border-right: 0!important;  }


    .efallow_striped td.efallow_stripedTableHeaderFirstCol { text-align: left; font-weight: 600; }
    .efallow_striped td.efallow_stripedTableHeaderLastCol {}
    .efallow_striped td.efallow_stripedTableHeaderOddCol {}
    .efallow_striped td.efallow_stripedTableHeaderEvenCol {}
  

/*  BODY*/
    .efallow_striped tr.efallow_stripedTableOddRow { background-color: #f5f5f5; }

    .efallow_striped > tbody > tr > td,
    .efallow_striped > tbody > tr > th { border-bottom: 0!important; border-left: 0!important; border-right: 0!important;  }

    .efallow_striped tr.efallow_stripedTableEvenRow {  }
    .efallow_striped td.efallow_stripedTableFirstCol { text-align: left; font-weight: 600;  }
    .efallow_striped td.efallow_stripedTableLastCol {}
    .efallow_striped td.efallow_stripedTableOddCol {}
    .efallow_striped td.efallow_stripedTableEvenCol {}
  

/*  FOOTER*/
    .efallow_striped tr.efallow_stripedTableFooterRow {}

    .efallow_striped > tbody > tr.efallow_stripedTableFooterRow > th,
    .efallow_striped > tbody > tr.efallow_stripedTableFooterRow > td { font-weight: 600; vertical-align: top; border-top: 2px solid #ddd!important; border-bottom: 0!important; border-left: 0!important; border-right: 0!important;  }

    .efallow_striped td.efallow_stripedTableFooterFirstCol { text-align: left; font-weight: 600; }
    .efallow_striped td.efallow_stripedTableFooterLastCol {}
    .efallow_striped td.efallow_stripedTableFooterOddCol {}
    .efallow_striped td.efallow_stripedTableFooterEvenCol {}






/*  STRIPED DARK TABLE  */
    .efallow_stripeddark { }
  

/*  HEADER*/
    .efallow_stripeddark tr.efallow_stripeddarkTableHeaderRow {background-color: #3d3d3d;}

    .efallow_stripeddark > tbody > tr.efallow_stripeddarkTableHeaderRow > th,
    .efallow_stripeddark > tbody > tr.efallow_stripeddarkTableHeaderRow > td { color: #fff; padding: 8px; font-weight: 600; line-height: 1.42857143; vertical-align: bottom; border-bottom: 2px solid #ddd!important; border-top: 0!important; border-left: 0!important; border-right: 0!important;  }


    .efallow_stripeddark td.efallow_stripeddarkTableHeaderFirstCol { text-align: left; font-weight: 600; }
    .efallow_stripeddark td.efallow_stripeddarkTableHeaderLastCol {}
    .efallow_stripeddark td.efallow_stripeddarkTableHeaderOddCol {}
    .efallow_stripeddark td.efallow_stripeddarkTableHeaderEvenCol {}
  

/*  BODY*/
    .efallow_stripeddark tr.efallow_stripeddarkTableOddRow { background-color: #f5f5f5; }

    .efallow_stripeddark > tbody > tr > td,
    .efallow_stripeddark > tbody > tr > th { border-bottom: 0!important; border-left: 0!important; border-right: 0!important;  }

    .efallow_stripeddark tr.efallow_stripeddarkTableEvenRow {  }
    .efallow_stripeddark td.efallow_stripeddarkTableFirstCol { text-align: left; font-weight: 600;  }
    .efallow_stripeddark td.efallow_stripeddarkTableLastCol {}
    .efallow_stripeddark td.efallow_stripeddarkTableOddCol {}
    .efallow_stripeddark td.efallow_stripeddarkTableEvenCol {}
  

/*  FOOTER*/
    .efallow_stripeddark tr.efallow_stripeddarkTableFooterRow {}

    .efallow_stripeddark > tbody > tr.efallow_stripeddarkTableFooterRow > th,
    .efallow_stripeddark > tbody > tr.efallow_stripeddarkTableFooterRow > td { font-weight: 600; vertical-align: top; border-top: 2px solid #ddd!important; border-bottom: 0!important; border-left: 0!important; border-right: 0!important;  }

    .efallow_stripeddark td.efallow_stripeddarkTableFooterFirstCol { text-align: left; font-weight: 600; }
    .efallow_stripeddark td.efallow_stripeddarkTableFooterLastCol {}
    .efallow_stripeddark td.efallow_stripeddarkTableFooterOddCol {}
    .efallow_stripeddark td.efallow_stripeddarkTableFooterEvenCol {}





/*  STRIPED VERTICAL TABLE  */
    .efallow_stripedvertical { }
  

/*  HEADER*/
    .efallow_stripedvertical tr.efallow_stripedverticalTableHeaderRow {background-color: transparent;}

    .efallow_stripedvertical > tbody > tr.efallow_stripedverticalTableHeaderRow > th,
    .efallow_stripedvertical > tbody > tr.efallow_stripedverticalTableHeaderRow > td { padding: 8px; font-weight: 600; line-height: 1.42857143; vertical-align: bottom; border-bottom: 2px solid #ddd!important; border-top: 0!important;  }


    .efallow_stripedvertical td.efallow_stripedverticalTableHeaderFirstCol { text-align: left; font-weight: 600; }
    .efallow_stripedvertical td.efallow_stripedverticalTableHeaderLastCol {}
    .efallow_stripedvertical td.efallow_stripedverticalTableHeaderOddCol {background-color: #f5f5f5;}
    .efallow_stripedvertical td.efallow_stripedverticalTableHeaderEvenCol {}
  

/*  BODY*/
    .efallow_stripedvertical tr.efallow_stripedverticalTableOddRow { }

    .efallow_stripedvertical > tbody > tr > td,
    .efallow_stripedvertical > tbody > tr > th { border-bottom: 0!important; border-top: 0!important; border-left: 0!important;  }

    .efallow_stripedvertical tr.efallow_stripedverticalTableEvenRow {  }
    .efallow_stripedvertical td.efallow_stripedverticalTableFirstCol { text-align: left; font-weight: 600;  }
    .efallow_stripedvertical td.efallow_stripedverticalTableLastCol {}
    .efallow_stripedvertical td.efallow_stripedverticalTableOddCol {background-color: #f5f5f5;}
    .efallow_stripedvertical td.efallow_stripedverticalTableEvenCol {}
  

/*  FOOTER*/
    .efallow_stripedvertical tr.efallow_stripedverticalTableFooterRow {}

    .efallow_stripedvertical > tbody > tr.efallow_stripedverticalTableFooterRow > th,
    .efallow_stripedvertical > tbody > tr.efallow_stripedverticalTableFooterRow > td { font-weight: 600; vertical-align: top; border-top: 2px solid #ddd!important; border-bottom: 0!important;  }

    .efallow_stripedvertical td.efallow_stripedverticalTableFooterFirstCol { text-align: left; font-weight: 600; }
    .efallow_stripedvertical td.efallow_stripedverticalTableFooterLastCol {}
    .efallow_stripedvertical td.efallow_stripedverticalTableFooterOddCol {background-color: #f5f5f5;}
    .efallow_stripedvertical td.efallow_stripedverticalTableFooterEvenCol {}






/*  BORDERED TABLE*/
    .efallow_bordered {  }
  

/*  HEADER*/
    .efallow_bordered tr.efallow_borderedTableHeaderRow { }

    .efallow_bordered > tbody > tr.efallow_borderedTableHeaderRow > th,
    .efallow_bordered > tbody > tr.efallow_borderedTableHeaderRow > td  { border: 1px solid #ddd!important; font-weight: 600; background-color: #f5f5f5!important;  }

    .efallow_bordered td.efallow_borderedTableHeaderFirstCol { text-align: left; font-weight: 600;  }
    .efallow_bordered td.efallow_borderedTableHeaderLastCol {}
    .efallow_bordered td.efallow_borderedTableHeaderOddCol {}
    .efallow_bordered td.efallow_borderedTableHeaderEvenCol {}
  

/*  BODY*/
    .efallow_bordered tr.efallow_borderedTableOddRow {}
    .efallow_bordered tr.efallow_borderedTableEvenRow {}

    .efallow_bordered > tbody > tr > td,
    .efallow_bordered > tbody > tr > th { border: 1px solid #ddd!important; }

    .efallow_bordered td.efallow_borderedTableFirstCol  {text-align: left; font-weight: 600;  }
    .efallow_bordered td.efallow_borderedTableLastCol {}
    .efallow_bordered td.efallow_borderedTableOddCol {}
    .efallow_bordered td.efallow_borderedTableEvenCol {}
  

/*  FOOTER*/
    .efallow_bordered tr.efallow_borderedTableFooterRow {}

    .efallow_bordered > tbody > tr.efallow_borderedTableFooterRow > th,
    .efallow_bordered > tbody > tr.efallow_borderedTableFooterRow > td { font-weight: 600; }

    .efallow_bordered td.efallow_borderedTableFooterFirstCol {text-align: left; font-weight: 600; }
    .efallow_bordered td.efallow_borderedTableFooterLastCol {}
    .efallow_bordered td.efallow_borderedTableFooterOddCol {}
    .efallow_bordered td.efallow_borderedTableFooterEvenCol {}


.mailbox {
    background-color: #f5f5f5;
    border: solid 1px #669DCC;
    color: #000000;
    display: none;
    filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='gray',Positive='true'";
    height: 300px;
    left: 690px;
    position: absolute;
    text-align: center;
    top: 160px;
    vertical-align: middle;
    width: 300px
}

.mailTitleBar {
    background-color: #EBE7AA;
    border-bottom: solid 1px #D7CF56;
    color: #000000;
    font-weight: bold;
    margin: 2px 2px 2px 2px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    width: 100%
}

.maildir {
    color: #000000;
    font-weight: bold;
    padding: 3px 3px 3px 3px
}

.mailinfo {
    color: #000000;
    font-style: italic;
    font-weight: bold;
    padding: 3px 3px 3px 3px
}

.cssInputText {
    background-image: url(../images/inputbackground.gif);
    background-repeat: repeat-x;
    border: 1px solid #AAAAAA
}

.cssReset {
    background: #F1F1F1 url(../images/hover-blue-1px.png) center repeat-x;
    border: 1px solid #00156E;
    color: #00156E;
    padding: 0 5px 0 5px
}

.postEdit {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    margin: 0 auto;
    text-align: left !important
}

.cssPageTitle {
    color: #0099ff;
    padding-left: 195px;
    text-align: left !important
}

.cssSubmit {
    -moz-border-radius: 4px !important;
    -moz-box-shadow: 1px 1px 3px #bfbfbf !important;
    -webkit-border-radius: 4px !important;
    -webkit-box-shadow: 1px 1px 3px #333333 !important;
    background-color: #0099ff !important;
    border-radius: 4px !important;
    box-shadow: 1px 1px 3px #bfbfbf !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 18px !important;
    text-align: center !important;
    text-decoration: none !important
}

.cssInputTextArea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px;
    position: relative;
    top: -5px;
    width: 630px !important
}

.RadEditor,.editorWrapper {
    border: 0 !important
}

.reContentCell {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff !important;
    border: 0 !important;
    border: 0;
    border: 1px solid #eee !important;
    border-radius: 4px;
    margin-top: 15px !important
}

#legend {
    clear: both;
    margin: 15px 0 0 0 !important
}

#legend li {
    display: inline;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin: 0 15px 0 0 !important;
    text-align: left !important
}

#legend li img {
    margin-right: 5px !important
}

.adminTableFixed {
    width: 960px;
    margin: 0 auto;
    height: 100%
}

.adminTable {
    width: 100%;
    height: 100%
}

.adminTop {
    padding-top: 10px
}

.adminNumericCell {
    width: 20px;
    padding-left: 10px
}

.adminTopCellHeight {
    height: 20px;
    vertical-align: top
}

.adminCellHeight {
    height: 25px
}

.note-editing-area ul {
    list-style: disc;
    padding-left: 30px
}

.note-editing-area ol {
    list-style: decimal;
    padding-left: 30px
}

.panel {
    background: #fff !important
}

#emag .panel {
    background: transparent !important
}

#traininglogos img {
    float: left
}

#traininglogos ul {
    float: left;
    margin-top: -15px
}

#traininglogos li {
    color: #fff;
    margin: 5px 0 5px 80px;
    font-size: 12px
}

#traininglogos li a {
    color: #fff;
    font-weight: bold
}

#traininglogos li a:hover {
    text-decoration: underline
}

.rgHeader,.rgNoRecords {
    background-color: #fff !important
}

.softwareDiv {
    float: left;
    margin-top: -20px;
    width: 300px
}

.softwareDiv p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: -10px;
    margin: 0 0 10px 0;
    padding-bottom: 20px;
    position: relative
}

.shadow2 {
    margin-left: 230px
}

#wrapper {
    margin: 0 auto !important;
    width: 964px
}

#footer {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    background-color: #1d1d1d;
    behavior: url(../ie-css3.htc);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    clear: both;
    height: 260px;
    width: 960px
}

#firstfooter {
    display: inline-block;
    float: left;
    margin: 15px 0 0 10px;
    position: relative;
    width: 250px
}

#secondfooter {
    display: inline-block;
    float: left;
    margin: 15px 0 0 10px;
    position: relative;
    width: 300px
}

#thirdfooter {
    display: inline-block;
    float: left;
    margin: 15px 0 0 10px;
    position: relative;
    width: 350px
}

#bottom {
    clear: both;
    height: 45px;
    width: auto;
    display: none
}

#bottom_in {
    background-color: #111;
    clear: both;
    display: block;
    height: 45px;
    width: 960px;
    display: none
}

#bottom p {
    color: #999;
    font-size: 12px;
    padding-top: 15px;
    text-align: center
}

#thirdfooter p {
    color: #999;
    font-size: 11px;
    margin-bottom: 11px
}

#thirdfooter p span {
    color: #fff
}

#bottom p a,#bottom p a:visited {
    color: #999;
    text-decoration: none
}

#bottom p a:hover {
    background-color: transparent;
    color: #999;
    text-decoration: underline
}

#secondfooter h4 {
    padding-bottom: 8px !important;
    width: 290px
}

#thirdfooter h4 {
    padding-bottom: 8px !important;
    width: 350px
}

#leftfootertext,#rightfootertext {
    float: left;
    width: 170px
}

#leftfootertext span,#rightfootertext span {
    color: #fff
}

#leftfootertext a,#rightfootertext a {
    color: #999
}

#firstfooter ul {
    float: left;
    list-style: none;
    width: 240px
}

#firstfooter li {
    margin: 10px 0
}

#firstfooter li a,#firstfooter li a:visited {
    color: #ccc;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none
}

#secondfooter li,#thirdfooter li {
    font-size: 12px
}

#firstfooter li a:hover {
    color: #fff
}



#rightlist {
    margin-left: 20px !important
}

.support {
    list-style: none;
    margin: 0
}

.support li {
    color: #999;
    line-height: 18px
}

.support li a,.support li a:visited {
    color: #999;
    text-decoration: none
}

.support li a:hover {
    color: #999;
    text-decoration: underline
}

#leftmenu ul {
    border-bottom: 1px solid #999;
    padding-bottom: 4px
}

.footersocial {
    margin: 9px 20px 6px 0
}

.footersocialop a {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7
}

.footersocialop a:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.divSearchByNum {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.8)!important;
    -moz-opacity: 1!important;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.8)!important;
    -webkit-opacity: 1!important;
    background-color: #E6E6E6!important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.8)!important;
    font-size: 15px;
    margin-left: 15px;
    opacity: 1!important;
    padding: 10px;
    position: absolute;
    z-index: 200
}

#IsNumErrorMessage {
    display: block;
    font-size: 18px;
    height: 200px;
    padding-top: 80px;
    text-align: center;
    vertical-align: middle
}

#ucSemantics_pnlUserHTML {
    clear: both;
    margin: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px
}

#disqus_thread {
    margin: 20px 10px;
    box-shadow: none!important
}

.overlay2 {
    background-color: #34495e;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 99999999
}

.section-image-wrapper {
    background: #fff;
    border-radius: 6px;
    display: block;
    width: 930px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    z-index: 999999999999999;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width: 1400px) {
    .section-image-wrapper {
        width:700px;
        height: auto;
        top: 50%
    }
}

.section-header {
    background: #fff;
    padding: 8px 5px 5px 5px;
    text-align: right;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

p .btn.close-the-ad {
    background: #e74c3c;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 4px 0 #c0392b
}

p .btn.close-the-ad:hover {
    background: #f86050
}

.section-content {
    border: 5px solid #fff
}

.section-image a {
    border: none
}

.section-image a img {
    height: auto;
    max-width: 100%;
    border: none
}

#lawbankfilter {
    -moz-border-radius: 6px;
    -moz-box-shadow: 1px 1px 3px #666;
    -moz-opacity: 0.7;
    -webkit-border-radius: 6px;
    -webkit-opacity: 0.7;
    background: #000;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #666;
    left: 430px;
    opacity: 0.7;
    padding: 8px 12px 12px 12px;
    position: absolute;
    top: 105px;
    width: 500px
}

#lawbankfilter label {
    color: #fff;
    font-size: 12px;
    margin-left: 10px
}

#lawbankfilter input {
    left: 3px;
    position: relative;
    top: 3px
}

.panel-wrapper ul {
    margin-top: 25px
}

body,html {
    height: 100% !important
}

#leftbar {
    background-color: #61bddb;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 40px;
    z-index: 200
}

#topwrap {
    left: 10px;
    position: fixed;
    top: 0;
    z-index: 50000
}

#middlewrap {
    left: 10px;
    position: fixed;
    top: 20%;
    z-index: 50000
}

#bottomwrap {
    left: 10px;
    position: fixed;
    bottom: 0;
    z-index: 50000
}

#main {
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    width: 800px
}

.searchBox-lawbank {
    left: 350px !important;
    position: relative;
    width: 550px !important
}

.searchBox-lawbank label {
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 1em;
    color: #555
}

#toptoolsLeft {
    float: left;
    width: 400px
}

#toptoolsRight {
    float: right;
    width: 400px
}

#text {
    clear: both;
    margin: 15px 0 0 0;
    overflow: auto;
    width: 800px;
    overflow: hidden
}

#wrap {
    height: 100% !important
}

#footerLawbank {
    background: #1d1d1d;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    clear: both;
    position: relative;
    width: 800px !important;
    margin: 0 auto
}

#footerLawbank p {
    color: #ccc;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 10px;
    width: 800px
}

.colorbox_DocumentRelatives {
    font-size: 16px !important;
    padding-top: 10px !important
}

.colorbox_DocumentRelatives {
    font-family: "Open Sans",arial,serif;
    font-size: 12px;
    line-height: 16px
}

.colorbox_DocumentRelatives a {
    color: #0099ff;
    text-decoration: underline
}

.colorbox_DocumentRelatives a:hover {
    color: #0099ff
}

#folder1 {
    margin: 0;
    padding: 0
}

#folder1 li {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ccc url('../imgs/lawbank/folderbig.png') 8px 40% no-repeat;
    border-radius: 4px;
    padding: 12px 5px 12px 35px;
    width: 30px
}

#folder2 li {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #99ccff url('../imgs/lawbank/foldersmall.png') 8px 40% no-repeat;
    border-radius: 4px;
    padding: 8px 5px 8px 25px;
    width: 25px
}

#folder1 li a,#folder2 li a {
    color: #fff;
    text-decoration: none
}

#folder1 li a:active,#folder2 li a:active {
    position: relative;
    top: 1px
}

#folder1 li a:hover,#folder2 li a:hover {
    text-decoration: underline
}

.articleToolbarAdmin {
    float: right;
    width: 27px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #FF0000;
    box-shadow: inset 0 1px 3px 0 rgba(76,184,255,.75),0px 1px 0 0 rgba(0,0,0,.26);
    background-color: #EE0000;
    display: block;
    padding: 8px 8px 0 0;
    margin-left: 10px;
    cursor: pointer
}

.articleToolbarRight div,.articleToolbarRight img,.articleToolbarPrint {
    float: right;
    cursor: pointer
}

.articleToolbarRight div {
    height: 24px;
    border-radius: 5px;
    border: 1px solid #333333;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,.15),0px 1px 0 0 rgba(0,0,0,.26);
    background: #343433;
    display: block;
    padding: 6px 8px 2px 8px;
    margin-right: 10px
}

.articleToolbarRight div img {
    margin: 0 5px
}

.articleToolbarButtonRight {
    float: right;
    width: 27px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #333333;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,.15),0px 1px 0 0 rgba(0,0,0,.26);
    background-color: #343433;
    display: block;
    padding: 8px 5px 0 0;
    cursor: pointer
}

.articleToolbarLeft div,.articleToolbarLeft img {
    float: left;
    cursor: pointer
}

.articleToolbarLeft div {
    height: 24px;
    border-radius: 5px;
    border: 1px solid #333333;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,.15),0px 1px 0 0 rgba(0,0,0,.26);
    background-color: #343433;
    display: block;
    padding: 6px 8px 2px 8px;
    margin-left: 10px
}

.articleToolbarLeft div img {
    margin: 0 5px
}

.articleToolbarButtonLeft {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #333333;
    box-shadow: inset 0 1px 3px 0 rgba(255,255,255,.15),0px 1px 0 0 rgba(0,0,0,.26);
    background-color: #343433;
    display: block;
    padding: 8px 0 0 8px
}

#footerLawbank a {
    color: #ccc
}

#footerLawbank a:hover {
    text-decoration: underline
}

.backto,.forwardto {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 2px 4px 0 #999999;
    -moz-opacity: 0.8;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 #999999;
    -webkit-opacity: 0.8;
    background: #fff url('../imgs/lawbank/leftbullet.png') 5px no-repeat;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #999999;
    color: #333333;
    display: inline-block;
    font-family: arial;
    opacity: 0.8;
    padding: 8px 10px 8px 25px;
    text-decoration: none
}

.download {
    background: #fff url('') no-repeat;
    float: right;
    margin-left: 20px !important;
    padding: 8px 10px 9px 10px !important
}

.collapse {
    background: #fff url('../imgs/lawbank/collapseicon.png') center center no-repeat !important;
    float: right;
    margin-left: 20px !important;
    text-indent: -9999px
}

.expand {
    background: #fff url('../imgs/lawbank/expandicon.png') center center no-repeat !important;
    float: right;
    margin-left: 20px !important;
    text-indent: -9999px
}

.forwardto {
    background: #fff url('../imgs/lawbank/rightbullet.png') right no-repeat !important;
    margin-left: 20px;
    padding: 8px 25px 9px 10px !important
}

.backto:active,.forwardto:active {
    position: relative;
    top: 1px
}

.backto:hover,.forwardto:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#fixheight {
    clear: both;
    display: block;
    width: 50px
}

.height1 {
    height: 0
}

.height2 {
    height: 30px
}

.height3 {
    height: 50px
}

#leftbar img,#middlewrap img {
    clear: both;
    display: block;
    margin: 30px 0
}

#leftbar a img,#middlewrap a img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8
}

#leftbar a:hover img,#middlewrap a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.topicon {
    margin: 0 auto !important
}

#totop {
    bottom: 5px;
    left: 15px;
    position: fixed;
    z-index: 9000
}

.menu-tipsy {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    padding: 0;
    position: absolute;
    width: 250px !important;
    z-index: 100000
}

.menu-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.menu-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.menu-tipsy-n .menu-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.right-tipsy {
    font-size: 12px;
    padding: 20px;
    position: absolute;
    z-index: 100000
}

.right-tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 10px 16px 8px 16px
}

.right-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top right;
    height: 5px;
    position: absolute;
    width: 9px
}

.right-tipsy-e .right-tipsy-arrow {
    height: 9px;
    margin-top: -4px;
    right: 15px;
    top: 50%;
    width: 5px
}

.logo-tipsy {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    width: 250px !important;
    z-index: 100000
}

.logo-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.logo-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.logo-tipsy-n .epsilon7-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.network-tipsy {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    width: 250px !important;
    z-index: 100000
}

.network-tipsy span {
    color: inherit !important
}

.network-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.network-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.network-tipsy-n .network-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.search-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.search-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.search-tipsy-n .search-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.left-tipsy {
    font-size: 12px;
    padding: 20px;
    position: absolute;
    z-index: 100000
}

.left-tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 10px 16px 8px 16px
}

.left-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 5px;
    position: absolute;
    width: 9px
}

.left-tipsy-w .left-tipsy-arrow {
    height: 9px;
    left: 15px;
    margin-top: -4px;
    top: 50%;
    width: 5px
}

.lawbank-tipsy {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    width: 250px !important;
    z-index: 100000
}

.lawbank-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.lawbank-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.lawbank-tipsy-n .lawbank-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.calendar-tipsy {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    width: 200px !important;
    z-index: 100000
}

.calendar-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.calendar-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.calendar-tipsy-n .calendar-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.forum-tipsy {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    width: 250px !important;
    z-index: 100000
}

.forum-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.forum-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.forum-tipsy-n .forum-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.explorer-tipsy {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    width: 250px !important;
    z-index: 100000
}

.explorer-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.explorer-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.explorer-tipsy-n .explorer-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.slider-tipsy {
    font-size: 12px;
    line-height: 16px;
    margin-left: -4px;
    margin-top: 9px;
    padding: 0;
    position: absolute;
    width: 200px !important;
    z-index: 100000
}

.slider-tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px
}

.slider-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat top left;
    height: 9px;
    position: absolute;
    width: 5px
}

.slider-tipsy-n .slider-tipsy-arrow {
    height: 5px;
    left: 50%;
    margin-top: 0;
    top: -5px;
    width: 9px
}

.searchin-lawbank {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url('../imgs/searchbarbg.png') 10px center no-repeat #fff;
    border: 10px solid #e6e6e6;
    border-radius: 4px;
    color: #999;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-style: italic;
    height: 40px;
    padding: 0 5px 0 80px;
    width: 310px
}

.submit-lawbank {
    background: url('../imgs/searchBtn.png') no-repeat;
    border: 0;
    cursor: pointer;
    height: 32px;
    margin: 0 0 0 15px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 15px;
    width: 32px
}

#freeChoise {
    padding: 5px 10px;
    background: #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px
}

#freeChoise .freechoiseItem {
    color: #555;
    font-size: 0.8em;
    font-weight: bold;
    float: left;
    padding: 5px 15px 5px 0
}

#freeChoise a.hideBtn {
    float: right;
    font-size: 1.5em;
    padding: 5px;
    color: #999;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

#freeChoise a.hideBtn:hover {
    color: #1b7ad8
}

#freeChoise #btnSave {
    background: #3399ff;
    border: none;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

#freeChoise #btnSave:hover {
    background: #1b7ad8
}

#currentView .revisionHeader {
    text-align: center;
    padding: 1em;
    background: #e1e1e1;
    margin-bottom: 2em;
    border-radius: 10px
}

#text h1.revisionh1 {
    font-size: 1.4em !important;
    color: #222;
    border: none;
    padding: 0;
    margin: 0 0 0.5em 0;
    box-shadow: none
}

#text h2.revisionh2 {
    font-size: 1.2em !important;
    color: #222;
    border: none;
    padding: 0;
    margin: 0
}

#text {
    font-size: 1.2em
}

#currentView table td {
    font-size: 1em
}

#currentView table td table td {
    font-size: 1em
}

#currentView p {
    font-size: 1em
}

#text h1 {
    font-size: 1.6em !important;
    font-size: 1em !important
}

#text p {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin-right: 22px !important;
    margin-top: 1em !important
}

.thread div.threadText {
    font-size: 1.1em !important;
    line-height: 1.4em;
    color: #333 !important
}

div.threadText td {
    font-size: 1em;
    line-height: 1.4em;
    color: #333 !important
}

#text td {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.6em !important
}

.documentPart table td {
    border: 1px solid #eee !important;
    padding: 4px !important
}

.taskContent table td {
    border: 1px solid #eee !important;
    padding: 4px !important
}

.documentPartTitle,.documentPartTitle b {
    font-weight: 400;
    font-size: 16px
}

.documentPartTitle {
    margin-bottom: 10px
}

.DocumentArticleContentWrapper {
    background-color: #fff !important
}

.documentPart {
    table-layout: fixed
}

.documentPart table {
    background-color: #fff !important;
    margin: 20px 10px 20px 0 !important;
    width: 97% !important
}

.taskContent table {
    background-color: #fff !important;
    margin: 20px 10px 20px 0 !important;
    width: 97% !important
}

.documentPart table p {
    margin-top: 0 !important;
    line-height: normal !important
}

#text .documentPart table p {
    margin-top: 0 !important;
    line-height: normal !important
}

.taskContent table p {
    margin-top: 0 !important
}

.documentPart p {
    margin-top: 10px !important
}

.taskContent p {
    margin-top: 10px !important
}

.folderOuter {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #99ccff;
    border-radius: 4px;
    padding: 3px 5px 3px 15px;
    padding: 5px;
    width: 20px !important
}

.folderInner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ccc;
    border-radius: 4px;
    padding: 2px 5px 2px 10px;
    padding: 5px;
    width: 20px !important
}

.folderOuterOff {
}

.folderInnerOff {
}

.hand {
    color: #0099ff;
    cursor: pointer;
    padding-top: 10px
}

#text td a {
    color: #0099ff;
    text-decoration: none
}

#text td a.btn {
    color: #fff
}

#text td p.attachmentFile {
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-toP: 15px;
    font-size: .8em
}

.folderInner a {
    color: #3399ff !important;
    width: 100%;
    height: 22px;
    line-height: 26px;
    padding-top: 4px;
    background: url('../imgs/lawbank/folderlarge.png') 50% 100% no-repeat;
    display: block;
    font-weight: bold;
    text-align: center
}

.folderOuter a {
    color: #b5b5b5 !important;
    width: 100%;
    height: 22px;
    line-height: 26px;
    padding-top: 4px;
    background: url('../imgs/lawbank/folderlarge.png') 50% 100% no-repeat;
    display: block;
    font-weight: bold;
    text-align: center
}

#SearchResults h4 {
    border: 0;
    margin: 0;
    width: auto
}

#SearchResults h4 a {
}

#SearchResults h4 span {
    color: #666
}

.searchTitle {
    margin: 0 !important
}

.searchTitleLawbank {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important
}

#SearchResults legend {
    text-indent: 5px
}

#SearchResults legend a {
    text-decoration: underline
}

.blueStyle a {
    color: #0099ff !important
}

.blueStyle span {
    color: #666 !important
}

.blueStyle {
    padding-bottom: 0 !important
}

#FacebookLink .tooltipRight {
    padding-top: 40px !important;
    margin-top: 40px;
    border-top: 1px solid #fff
}

#colorbox_DocumentIntelliRelatives ul li {
    font-size: 12px !important;
    border-bottom: 1px solid #f6f6f6 !important
}

#colorbox_DocumentIntelliRelatives ul li a {
    color: #333 !important;
    text-decoration: none !important;
    display: block !important;
    padding: 8px 6px !important
}

#colorbox_DocumentIntelliRelatives ul li a span {
    position: relative !important;
    top: 5px !important
}

#colorbox_DocumentIntelliRelatives ul li a:hover {
    color: #000 !important;
    text-decoration: none !important;
    background-color: #f6f6f6 !important
}

#colorbox_DocumentIntelliRelatives ul li span {
    color: #999 !important;
    font-size: 10px !important;
    font-style: italic !important
}

.articleToolbar {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5
}

td.articleToolbar {
    width: 50% !important
}

.articleToolbar:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.articleToolbar a img {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    margin: 0 5px
}

.articleToolbar a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

table.documentPartVersions {
    width: 700px;
    table-collapse: collapse
}

td.articleToolbar {
    width: 100px
}

#currentView table td.rev_archive {
    font-size: 0.7em !important;
    padding: 0;
    vertical-align: middle
}

#currentView table td.rev_archive a {
    display: block;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    cursor: pointer
}

#currentView table td.rev_archive a:hover {
    background: #fff
}

h1.colorbox_DocumentRelatives {
    color: #161616 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    padding: 10px 5px !important;
    margin-bottom: 0 !important
}

div.colorbox_DocumentRelatives {
}

div.colorbox_DocumentRelatives .section {
    float: left;
    width: 32%;
    background: none;
    padding: 0;
    min-height: 300px
}

.ls-responsive .liquid-slider .panel .panel-wrapper {
    padding: 0 !important;
    overflow: hidden;
    border-top: 2px solid #3399ff
}

.ls-wrapper .ls-nav a {
    color: #aaa !important;
    background: #f2f2f2 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.ls-wrapper .ls-nav a:hover {
    color: #888 !important;
    background: #e2e2e2 !important
}

.ls-wrapper .ls-nav .current,.ls-wrapper .ls-nav .current:hover {
    background: #3399ff !important;
    color: #fff !important
}

div.colorbox_DocumentRelatives h2 {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 30px;
    height: 30px;
    margin: 20px 0 15px 5px
}

div.colorbox_DocumentRelatives .onlineBank h2 {
    background: url('../imgs/lawbank/bankicon_small.png') no-repeat 0 50%;
    padding-left: 30px
}

div.colorbox_DocumentRelatives .explorer h2 {
    background: url('../imgs/explorer/explorericon_small.png') no-repeat 0 50%;
    padding-left: 30px
}

div.colorbox_DocumentRelatives .komvos h2 {
    background: url('../imgs/komvos/komvosicon_small.png') no-repeat 0 50%;
    padding-left: 30px
}

.articleList h3 {
    font-size: 14px;
    color: #3c3c3c;
    padding-bottom: 3px;
    background: #fafafa;
    cursor: pointer
}

.articleList h3.collaped:before {
    content: "\f055";
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    color: #adadad
}

.articleList h3.expanded:before {
    content: "\f056";
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    color: #adadad
}

.articleList li a {
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: normal
}

.articleList ul ul li a {
    font-size: 13px;
    color: #1374b4
}

.articleList li a:hover {
    background: #f2f2f2;
    color: #1374b4
}

.articleList ul ul {
    margin-left: 15px
}

.articleList li a:before {
    content: "\f105";
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1374b4;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.articleList ul ul li a:before {
    content: "\f0da";
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1374b4;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

div.colorbox_DocumentRelatives .revisions .section {
    padding: 0 5px
}

.revisions .articleList li.active a {
    background: #1374b4;
    color: #fafafa
}

.revisions .articleList li.active a,.revisions .articleList li.active a:hover,.revisions .articleList li.active span.revdate,.revisions .articleList li.active a:before {
    color: #fafafa;
    text-decoration: none
}

.revisions .articleList li.active a:before {
    color: #fafafa;
    text-decoration: none
}

.articleList li span.revdate {
    color: #1374b4;
    font-weight: bold
}

h2.noshow {
    display: none
}

.section h2 {
    margin-top: 20px
}

.articleList ul {
    margin-top: 0
}

#currentView table td.right_arrow {
    vertical-align: middle;
    width: 25px;
    text-align: right;
    color: #222;
    font-size: 14px
}

#currentView table td.left_arrow {
    vertical-align: middle;
    width: 25px;
    text-align: left;
    color: #222;
    font-size: 14px
}

#currentView table td.timeline {
    font-size: 0.7em !important;
    padding: 0
}

ul.timeline {
    width: 650px;
    background: url('../imgs/line.jpg') repeat-x 0 50%;
    position: relative;
    height: 120px;
    margin: 0;
    padding: 0
}

ul.timeline li {
    width: 30px;
    position: absolute;
    text-align: center;
    margin-top: 47px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

ul.timeline li.first {
    left: -2px;
    text-align: left
}

ul.timeline li.last {
    right: -2px;
    text-align: right
}

ul.timeline li a,ul.timeline li a:hover {
    display: block;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #f0f0f0 !important;
    position: relative;
    height: 40px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

ul.timeline li a span {
    color: #fff !important
}

ul.timeline li a .fa-file-o {
    color: #000 !important
}

#text #currentView ul.timeline li a:hover,ul.timeline li a:hover span {
    color: #d8d8d8 !important
}

#text #currentView ul.timeline li a:hover .revTitle {
    color: #2b2b2b;
    background: #d8d8d8
}

#text #currentView ul.timeline li.last a,ul.timeline li.last a span {
    color: #363636 !important
}

#text #currentView ul.timeline li.last a span.fa-file-text {
    color: #fff !important
}

#text #currentView ul.timeline li.last a .revTitle {
    color: #000;
    font-weight: bold
}

#text #currentView ul.timeline li.last a:hover .revTitle {
    background: #363636;
    color: #fff !important
}

#text #currentView ul.timeline li.first {
    margin-left: 0 !important
}

#text #currentView ul.timeline li.first a,ul.timeline li.first a span {
    color: #363636 !important
}

#text #currentView ul.timeline li.first a .fa-file-text-o {
    color: #fff
}

#text #currentView ul.timeline li.first a .revTitle {
    color: #000;
    font-weight: bold
}

#text #currentView ul.timeline li.first a:hover .revTitle {
    background: #363636;
    color: #fff !important
}

#text #currentView ul.timeline li.active a,ul.timeline li.active a span {
    color: #3399ff !important
}

#text #currentView ul.timeline li.active a .fa-file-o {
    color: #fff !important
}

#text #currentView ul.timeline li.active a .revTitle {
    background: #3399ff !important;
    color: #fff !important
}

ul.timeline li.down a {
    background: url('../imgs/line2.jpg') repeat-y 50% 0
}

ul.timeline li.down a span {
    margin-top: -2px
}

ul.timeline li.up a {
    background: url('../imgs/line2.jpg') repeat-y 50% 50%;
    top: -14px
}

ul.timeline li.up a span {
    margin-top: 11px
}

#text #currentView p.revTitle {
    color: #7b7b7b;
    background: none;
    padding: 5px;
    position: absolute;
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 4px
}

.up .revTitle {
    top: -30px;
    left: -15px
}

.down .revTitle {
    top: 40px;
    left: -15px
}

#content .primary {
    width: 64%;
    float: left;
    background: #fff;
    padding: 20px;
    font-family: Open Sans
}

#content .secondary {
    width: 25%;
    padding: 20px;
    float: right;
    background: #fff
}

#content .primary h1 {
    margin-bottom: 1em
}

#content .primary h2 {
    margin-bottom: 1em;
    color: #666;
    font-weight: bold
}

#content .primary p {
    margin-bottom: 1.5em;
    font-family: Open Sans;
    font-size: 1.2em;
    line-height: 1.6em
}

#content .primary li {
    font-family: Open Sans
}

#content .primary p.odata-link {
    margin-bottom: 1.5em;
    font-size: 1.6em;
    line-height: 1.6em;
    color: #0099ff;
    font-style: italic
}

#content .primary p.odata-link span {
    color: #222
}

table.sample td,table.sample th {
    padding: 5px;
    font-size: 1.2em;
    line-height: 1.6em;
    font-family: Open Sans;
    color: #222
}

#content .secondary label {
    font-size: 1.4em;
    color: #555;
    display: block;
    margin-bottom: 0.5em
}

#content .secondary input {
    font-size: 1.2em;
    background: #f6f6f6;
    color: #878787;
    display: block;
    margin-bottom: 1em;
    border: 1px solid #fff;
    border-radius: 6px;
    width: 97% !important;
    padding: 7px 5px
}

#content .sh_bright {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important
}

#content .sh_bright .sh_sourceCode {
    background-color: #fff !important;
    color: #401e7a !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_keyword {
    color: #ff3030 !important;
    font-weight: 700 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_type {
    color: #f7b92c !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_regexp,#content .sh_bright .sh_sourceCode li .sh_specialchar,#content .sh_bright .sh_sourceCode li .sh_string {
    color: #1861a7 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_comment {
    color: #38ad24 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_number {
    color: #32ba06 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_preproc {
    color: #5374b0 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_symbol {
    color: #3030ee !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_function {
    color: #d11ced !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_cbracket {
    color: #3030ee !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_url {
    color: #1861a7 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_date,#content .sh_bright .sh_sourceCode li .sh_file,#content .sh_bright .sh_sourceCode li .sh_time {
    color: #ff3030 !important;
    font-weight: 700 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_ip,#content .sh_bright .sh_sourceCode li .sh_name {
    color: #1861a7 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_variable {
    color: #00f !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_newfile,#content .sh_bright .sh_sourceCode li .sh_oldfile {
    color: #1861a7 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_difflines {
    color: #ff3030 !important;
    font-weight: 700 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_selector {
    color: #00f !important;
    font-weight: 400 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_property {
    color: #ff3030 !important;
    font-weight: 700 !important;
    font-style: normal !important
}

#content .sh_bright .sh_sourceCode li .sh_value {
    color: #1861a7 !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.snippet-wrap {
    position: relative
}

*:first-child + html .snippet-wrap {
    display: inline-block
}

* html .snippet-wrap {
    display: inline-block
}

.snippet-reveal {
    text-decoration: underline
}

.snippet-wrap .snippet-menu,.snippet-wrap .snippet-hide {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: .9em;
    z-index: 1;
    background-color: transparent
}

.snippet-wrap .snippet-hide {
    top: auto;
    bottom: 10px
}

*:first-child + html .snippet-wrap .snippet-hide {
    bottom: 25px
}

* html .snippet-wrap .snippet-hide {
    bottom: 25px
}

.snippet-wrap .snippet-menu pre,.snippet-wrap .snippet-hide pre {
    background-color: transparent;
    margin: 0;
    padding: 0
}

.snippet-wrap .snippet-menu a,.snippet-wrap .snippet-hide a {
    padding: 5px;
    text-decoration: underline;
    background: #f2f2f2;
    font-size: 1.2em;
    font-family: Arial
}

.snippet-wrap pre.sh_sourceCode {
    padding: 1em;
    line-height: 1.8em;
    overflow: auto;
    position: relative
}

.snippet-wrap pre.snippet-textonly {
    padding: 2em;
    font-size: 1.2em;
    font-family: Arial
}

*:first-child + html .snippet-wrap pre.snippet-formatted {
    padding: 2em 1em
}

* html .snippet-wrap pre.snippet-formatted {
    padding: 2em 1em
}

.snippet-reveal pre.sh_sourceCode li {
    padding: 5em 1em;
    text-align: right
}

.snippet-wrap .snippet-num li {
    padding-left: 1.5em
}

.snippet-wrap .snippet-no-num {
    list-style: none;
    padding: .6em 1em;
    margin: 0
}

.snippet-wrap .snippet-no-num li {
    list-style: none;
    padding-left: 0
}

.snippet-wrap .snippet-num {
    margin: 1em 0 1em 1em;
    padding-left: 3em
}

.snippet-wrap .snippet-num li {
    list-style: decimal-leading-zero outside none
}

.snippet-wrap .snippet-no-num li.box {
    padding: 0 6px;
    margin-left: -6px
}

.snippet-wrap .snippet-num li.box {
    border: 1px solid;
    list-style-position: inside;
    margin-left: -3em;
    padding-left: 6px
}

*:first-child + html .snippet-wrap .snippet-num li.box {
    margin-left: -2.4em
}

* html .snippet-wrap .snippet-num li.box {
    margin-left: -2.4em
}

.snippet-wrap li.box-top {
    border-width: 1px 1px 0 !important
}

.snippet-wrap li.box-bot {
    border-width: 0 1px 1px !important
}

.snippet-wrap li.box-mid {
    border-width: 0 1px !important
}

.snippet-wrap .snippet-num li .box-sp {
    width: 18px;
    display: inline-block
}

*:first-child + html .snippet-wrap .snippet-num li .box-sp {
    width: 27px
}

* html .snippet-wrap .snippet-num li .box-sp {
    width: 27px
}

.snippet-wrap .snippet-no-num li.box {
    border: 1px solid
}

.snippet-wrap .snippet-no-num li .box-sp {
    display: none
}

.snippet-wrap li:nth-child(even) {
    background: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px
}

.snippet-container {
    margin: 2em;
    border: 2px solid #eee
}

.coda-slider-wrapper.codeSnippet {
    margin-bottom: 50px;
    padding-top: 30px
}

#content .rotatorNewItem span {
    background: #ff6666;
    padding: 0 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff !important;
    line-height: 18px !important;
    font-size: 1em !important
}

#content .rotatorFreshItem span {
    background: #f2f2f2;
    padding: 0 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ff6666 !important;
    line-height: 18px !important;
    font-size: 1em !important
}

#content .rotatorNewItem2 span {
    background: #000;
    padding: 0 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff !important;
    line-height: 18px !important;
    font-size: 1em !important
}

#content .rotatorNewAnswerItem span {
    background: #66cc66;
    padding: 0 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff !important;
    line-height: 18px !important;
    font-size: 1em !important
}

#content .rotatorItemUnit span {
    color: rgb(0,153,255) !important;
    font-style: normal;
    font-size: 1em !important
}

.tableCollapsed {
    border: 0;
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%
}

.documentChapter {
    font-weight: bold;
    text-align: center
}

.documentPartRelativeOuter,.documentPartRelativeInner {
    cursor: pointer;
    height: 24px;
    text-align: left;
    vertical-align: top;
    width: 30px !important
}

.documentPartRelativeInnerOff {
}

.documentPartRelativeOuterOFf {
}

.documentPartRelativeInner {
    background-color: #99ccff
}

.documentPartRelativeInner:hover {
    background-color: #3399ff !important
}

.documentPartRelativeOuter {
    background-color: #ddd
}

.documentPartRelativeOuter:hover {
    background-color: #ccc !important
}

div.documentPartRel,div.documentPartTitle {
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif
}

.window-frame {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px
}

.documentPart {
    border: 0;
    border-bottom: 1px solid white!important;
    border-collapse: separate!important;
    padding: 8px 1px 8px 1px
}

.error {
    color: crimson;
    font-size: 16px;
    font-weight: bold
}

.mainMenu {
}

.searchUnits {
    color: #696969;
    font-style: normal
}

.padding10 {
    padding: 10px 10px 10px 10px
}

.section {
    background-color: #ffffcc;
    position: relative;
    width: 100%
}

.paragraph {
    padding: 3px 3px 3px 3px
}

.articleContent {
    padding: 2px 2px 2px 20px
}

.relatedContent {
    background-color: #e0e1e0;
    border: solid 1px #669DCC;
    display: none;
    filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='gray',Positive='true'";
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    height: 256px;
    left: 50px;
    overflow: visible;
    padding: 10px 10px 10px 10px;
    position: absolute;
    text-align: left;
    width: 416px;
    z-index: 10000
}

.relatedContentTitle {
    background-color: #84B3D8;
    color: #f5f5f5;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px
}

.relatedContentTitleYellow {
    background-color: #EBE7AA;
    color: #2E4F6B;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px
}

.closeLink {
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-style: italic
}

.document {
    width: 100%
}

.sxetikesLink {
    color: #2E4F6B;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding-top: 3px
}

.sxetikesSideLink {
    color: #696969;
    padding-top: 3px
}

.sxetikesCat {
    color: #2E4F6B;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding-bottom: 3px
}

.sxetikesColumn {
    background-color: #EBE7AA
}

.sxetikesColumnPar {
    background-color: #84B3D8
}

.sxetikesColumnTitle {
    font-weight: bold
}

.sxetikesImage {
    vertical-align: middle
}

.sxetiki {
    margin-left: 12px
}

.arrowBox {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    padding: 3px 3px 3px 3px
}

.arrowBoxArticle {
    display: inline-block;
    padding: 3px 3px 3px 3px
}

.versionArrow {
    cursor: pointer
}

.searchResultBox {
    height: 100%;
    overflow: visible;
    padding: 10px 10px 10px 10px;
    width: 100%
}

.searchLink a:link {
    color: #4169e1;
    text-decoration: none
}

.searchLink a:visited {
    color: #4169e1;
    text-decoration: none
}

.searchLink a:hover {
    color: #ff8c00;
    text-decoration: none
}

.searchLink a:active {
    color: #ff8c00;
    text-decoration: none
}

.searchTitle {
    color: #666;
    font-size: 13px;
    margin: 0 !important
}

.searchTitle div {
    margin-left: 15px !important;
    margin-top: 2px !important
}

.searchSideLink {
    color: #4169e1;
    cursor: pointer;
    display: inline-block
}

.titleSmall {
    color: #660033;
    font-weight: bold
}

.articleTitle {
    color: #2f4f4f;
    font-size: 12px;
    font-weight: bold
}

.favLink {
    cursor: pointer
}

.favHover {
    cursor: pointer;
    text-decoration: underline
}

.newRead {
    color: #898989;
    cursor: pointer;
    font-style: italic;
    font-weight: normal
}

.newReadTopics {
    color: black;
    cursor: pointer;
    font-style: normal;
    font-weight: bold
}

.newHilite {
    background-color: #ffd700;
    color: Black;
    cursor: pointer;
    font-weight: bold
}

.borderRight {
    border-right: solid 1px #82a7d1
}

.borderTopBottom {
    border-bottom: solid 1px #82a7d1;
    border-top: solid 1px #82a7d1
}

.icon {
    border: solid 1px #dcdcdc
}

.iconSmall {
    border: 0
}

.attachmentPane {
    border: solid 1px #696969
}

#floaterDiv {
    background-color: #f5f5f5;
    left: 710;
    position: absolute;
    top: 0;
    visibility: hidden
}

.floatButton {
    background-color: #B3CEE6;
    border: solid 1px #2E4F6B;
    color: #2E4F6B;
    font-style: oblique;
    font-weight: bold;
    padding: 1px;
    width: 110px
}

.textWordMatchResult {
    background-color: #FFFF00
}

.textWordMatch {
    background-color: #FFA500
}

.resultsGroup {
    background-color: #dedede;
    font-weight: bold;
    text-align: center
}

.actionImage {
    border: 0;
    cursor: pointer;
    vertical-align: middle
}

.defbgImage {
    background-image: url(/network/images/menuImages/micbig.jpg)
}

.floatRight {
    float: right
}

.sideHandle {
    color: Blue;
    cursor: pointer;
    font-size: 10px;
    font-style: italic;
    font-weight: bold
}

.lawLinks {
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
    width: 100%
}

.lawLinks img {
    border: none
}

body.ef-page {
    background: #f6f6f6;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 100%
}

.ef-page #wrap {
    padding-left: 120px;
    height: auto!important;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s
}

body.ef-page p,body.ef-page #text p,body.ef-page li {
    color: #333;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.4
}

body.ef-page #text p {
    margin-right: 0!important
}

#main.forum__content {
    width: 960px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body.ef-page #text {
    font-size: 1em
}

#text.article__content {
    width: 100%;
    margin: 0;
    position: relative
}

#text h1 {
    margin: 10px 0;
    text-align: center
}

.panel-wrapper h2.watched-questions-header,.panel-wrapper h2.your-questions-header {
    margin: 30px 0 0 0;
    text-align: center;
    color: #222;
    font-size: 1.8em
}

.alertMessage {
    padding: 100px 50px
}

.alertMessage h2 {
    color: #222;
    text-align: center
}

.text-center {
    text-align: center
}

span.newTag {
    display: block!important;
    background: #e74528;
    color: #fff;
    padding: 2px;
    font-size: 8px;
    line-height: 8px;
    position: relative;
    left: -7px;
    top: -57px
}

.eo-action {
    color: #3498db
}

.cancel-action {
    color: #e74528
}

.ask-contact {
    color: #2ecc71
}

.ask-meeting {
    color: #1abc9c
}

.public-private-topic {
    color: #9b59b6
}

.pin-topic {
    color: #AB8116
}

.user-action {
    color: #484f53
}

.adminButtons {
    text-align: right;
    margin: 10px 0 30px 0
}

.printTags,.print-only {
    display: none
}

.ef-page .container-fluid:after,.ef-page .container-fluid:before,.ef-page .container:after,.ef-page .container:before,.ef-page .row:after,.ef-page .row:before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .container {
    width: 960px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .row {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .container--search {
    background-color: #ecf0f1;
    margin-bottom: 0;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .container--search:hover {
    background-color: #e4e9ea
}

.ef-page .top-search {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 0
}

.ef-page .top-search__input-container {
    padding-right: 0;
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .top-search__input-container:before {
    color: #888888;
    content: '\f002';
    font-size: 1.6em;
    font-family: Arial;
    position: absolute;
    left: 25px;
    top: 10px
}

.ef-page .top-search__input {
    width: 100%;
    padding: 10px 0 10px 40px;
    border: 1px solid #d9e3e5;
    color: #aaa;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .top-search__input:hover,.ef-page .top-search__input:focus {
    border: 1px solid #3498db
}

.top-search__checkbox {
    float: left;
    margin: 10px 20px 0 0;
    font-size: .9em
}

.ef-page .top-search__btn-container {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page .breadcrumb {
    color: #ddd;
    font-size: 1em;
    font-weight: 300;
    padding: 0;
    clear: both;
    margin-bottom: 10px;
    margin-top: 20px
}

.ef-page .breadcrumb a {
    color: #3498db;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.ef-page .breadcrumb a:hover {
    color: #2980b9;
    background: #fff;
    text-decoration: underline
}

.RadGrid_Network {
    background: #fff!important
}

#firstTable,.secondTable {
    color: #666;
    font-size: 12px;
    width: 960px
}

#firstTable a,.secondTable a {
    color: #666;
    text-decoration: none
}

#firstTable a:hover,.secondTable a:hover {
    color: #000;
    text-decoration: none
}

#firstTable td,.secondTable td {
    padding: 10px;
    text-align: center
}

.toprow {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 14px
}

.subtitle {
    border-bottom: 2px solid #0099ff;
    color: #0099ff;
    font-size: 14px
}

.contentrows:first-child td {
    text-align: left !important
}

#firstTable tr >:first-child {
    text-align: left !important;
    width: 460px
}

.leftwide1 {
    text-align: left !important;
    width: 150px !important
}

.leftwide2 {
    text-align: left !important;
    width: 200px !important
}

.icontd {
    padding: 0 !important;
    width: 30px
}

.icontd img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 7px
}

.secondTable td p {
    color: #999;
    font-size: 1.1em !important;
    line-height: 14px;
    margin-top: 5px
}

.secondTable td p a {
    color: #0099ff !important;
    position: relative;
    text-decoration: none;
    top: 5px
}

.secondTable td p a:active {
    position: relative;
    top: 6px
}

.secondTable td p a:hover {
    color: #0099ff;
    text-decoration: underline
}

ul.question-list li {
    position: relative
}

ul.question-list li .question-icon-box {
    position: absolute;
    top: 0;
    left: 0
}

ul.question-list li .question-title {
    padding-left: 20px
}

#questionForm {
    border: 0 !important
}

#questionForm a {
    color: #666
}

#question a:hover {
    color: #000
}

#propose {
    clear: both;
    margin: 10px 0;
    padding: 10px
}

#propose p {
    color: #3498db;
    font-size: 14px
}

#propose ul {
    margin: 5px 0
}

#propose ul li {
    font-size: 12px;
    padding: 8px 0
}

#propose ul li a {
    color: #666;
    text-decoration: none
}

#propose ul li a:hover {
    color: #000;
    text-decoration: none
}

.solved {
    background: url('../imgs/komvos/solved.png') right no-repeat
}

.user {
    background: url('../imgs/komvos/user.png') right no-repeat
}

.eidikos {
    background: url('../imgs/komvos/eidikos.png') right no-repeat
}

.locked {
    background: url('../imgs/komvos/locked.png') right no-repeat
}

.checkboxesBox {
    display: inline-block;
    float: left;
    width: 200px
}

#checkboxes {
    border: 0 !important
}

#explorerexplain {
    margin: 5px 0 15px 0
}

a.linkReadNew:link {
    color: #30f;
    text-decoration: none
}

a.linkReadNew:visited {
    color: #30f;
    text-decoration: none
}

a.linkReadNew:hover {
    color: #f30;
    text-decoration: none
}

a.linkReadNew:active {
    color: #30f;
    text-decoration: none
}

a.linkReadTopicsNew:link {
    color: #30f;
    font-weight: bold;
    text-decoration: none
}

a.linkReadTopicsNew:visited {
    color: #30f;
    font-weight: bold;
    text-decoration: none
}

a.linkReadTopicsNew:hover {
    color: #f30;
    font-weight: bold;
    text-decoration: none
}

a.linkReadTopicsNew:active {
    color: #30f;
    font-weight: bold;
    text-decoration: none
}

.topicImage {
    border: 0
}

.top-tipsy,.bottom-tipsy {
    font-size: 12px;
    padding: 20px;
    position: absolute;
    z-index: 100000;
    top: 50px
}

.top-tipsy-inner,.bottom-tipsy-inner {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 10px
}

.bottom-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat 0 0;
    height: 5px;
    position: absolute;
    width: 9px
}

.bottom-tipsy-n .bottom-tipsy-arrow {
    left: 50%;
    margin-top: 0;
    top: 15px
}

.top-tipsy-arrow {
    background: url('../imgs/lawbank/tipsy.gif') no-repeat 0 100%;
    height: 5px;
    position: absolute;
    width: 9px
}

.top-tipsy-s .top-tipsy-arrow {
    left: 50%;
    margin-top: 0;
    bottom: 15px
}

#article-header {
    clear: both;
    margin: 20px 0 0 0
}

#article-header h1 {
    font-size: 1.6em;
    line-height: 1.2;
    border: none;
    box-shadow: none;
    position: relative
}

body.admin {
    padding-top: 50px
}

body.admin #leftbar.komvos-bar {
    top: 50px;
    height: calc(100% - 50px)
}

#plAdmin {
    height: 50px;
    padding: 8px 10px;
    background: #2d2d30;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.admin-btn {
    border: 1px solid #2ecc71;
    color: #2ecc71;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 15px;
    display: inline-block
}

.admin-btn:hover {
    background: #2ecc71;
    color: #fff
}

.admin-btn--gemini {
    border-color: #3498db;
    background: #3498db;
    color: #fff
}

.admin-btn--gemini:hover {
    background: #257ab4
}

#plAdmin img.topicImage {
    position: static
}

.admin__notifications {
    float: left
}

.admin__actions {
    float: right
}

.admin__notifications li,.admin__actions li {
    display: inline-block;
    float: left
}

body.ef-page .admin__notifications li {
    margin-right: 5px
}

body.ef-page .admin__actions li {
    margin-left: 5px
}

body.ef-page .notification {
    height: 34px;
    line-height: 34px;
    width: 34px;
    border-radius: 50px;
    text-align: center
}

body.ef-page .notification--private {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

body.ef-page .notification--locked {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff
}

body.ef-page .notification--free {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff
}

body.ef-page .notification--qotd-today {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #fff
}

body.ef-page .notification--qotd-future {
    background-color: #fff;
    border-color: #fff;
    color: #9b59b6
}

body.ef-page .notification--qotd-old {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
    opacity: .7
}

body.ef-page .notification--rating {
    width: auto;
    border-left: 1px solid #555;
    border-radius: 0;
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 0!important
}

body.ef-page .notification .fa {
    vertical-align: middle;
    color: inherit;
    font-size: 22px;
    line-height: 34px
}

body.ef-page .notification--rating .fa {
    float: left;
    margin-right: 2px;
    color: #000
}

body.ef-page .notification--rating .star--filled {
    color: #f1c40f
}

body.ef-page .notification--rating-warning .star--filled {
    color: #e74c3c
}

body.ef-page .notification--rating-perfect .star--filled {
    color: #2ecc71
}

body.ef-page .notification--yesno {
    color: #888
}

body.ef-page .notification--yesno .yesno__answer {
    color: inherit;
    margin-right: 5px
}

#plKomvosAdvanced {
    clear: both;
    background: #fff;
    padding: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    overflow: hidden
}

#plKomvosAdvanced .action {
    float: left;
    width: 25%;
    border-right: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#plKomvosAdvanced .action.last {
    float: right;
    border: none
}

#plKomvosAdvanced a {
    font-size: .8em;
    color: #34495e;
    padding: 10px 10px 10px 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#plKomvosAdvanced a > span {
    color: inherit
}

#plKomvosAdvanced a:before {
    color: #7a8590;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 28px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 15px
}

#plKomvosAdvanced .aspNetDisabled {
    cursor: not-allowed;
    opacity: .3;
    color: #34495e;
    padding: 0 10px 0 60px
}

#hlToggleWatchTopic {
}

#hlToggleWatchTopic:hover {
    color: #3498db
}

#hlToggleWatchTopic:before {
    content: "\f08d"
}

#hlToggleWatchTopic:hover:before {
    content: "\f00c";
    color: #3498db
}

#hlToggleWatchTopic.topic-is-watched {
    color: #AB8116
}

#hlToggleWatchTopic.topic-is-watched:hover {
    color: #e74528
}

#hlToggleWatchTopic.topic-is-watched:before {
    color: #AB8116
}

#hlToggleWatchTopic.topic-is-watched:hover:before {
    content: "\f00d";
    color: #e74528
}

#hlToggleTopicVisibility {
}

#hlToggleTopicVisibility:hover {
    color: #9b59b6
}

#hlToggleTopicVisibility:before {
    content: "\f070"
}

#hlToggleTopicVisibility:hover:before {
    content: "\f00c";
    color: #9b59b6
}

#hlToggleTopicVisibility.private-topic-on {
    color: #9b59b6
}

#hlToggleTopicVisibility.private-topic-on:hover {
    color: #e74528
}

#hlToggleTopicVisibility.private-topic-on:before {
    color: #9b59b6
}

#hlToggleTopicVisibility.private-topic-on:hover:before {
    content: "\f00d";
    color: #e74528
}

#hlToggleTopicVisibility.aspNetDisabled:before {
    top: 5px
}

#hlToggleTopicVisibility.aspNetDisabled:hover {
    color: #34495e
}

#hlToggleTopicVisibility.aspNetDisabled:hover:before {
    content: "\f070";
    color: #7a8590
}

#hlAskForContact:hover {
    color: #2ecc71
}

#hlAskForContact:before {
    content: "\f095";
    color: #7a8590
}

#hlAskForContact:hover:before {
    content: "\f00c";
    color: #2ecc71
}

#hlAskForContact.applied-for-contact {
    color: #2ecc71
}

#hlAskForContact.applied-for-contact:hover {
    color: #e74528
}

#hlAskForContact.applied-for-contact:before {
    color: #2ecc71
}

#hlAskForContact.applied-for-contact:hover:before {
    content: "\f00d";
    color: #e74528
}

#hlAskForContact.aspNetDisabled:before {
    top: 5px
}

#hlAskForContact.aspNetDisabled:hover {
    color: #34495e
}

#hlAskForContact.aspNetDisabled:hover:before {
    content: "\f095";
    color: #7a8590
}

#hlAskForMeeting:hover {
    color: #1abc9c
}

#hlAskForMeeting:before {
    content: "\f133";
    color: #7a8590
}

#hlAskForMeeting:hover:before {
    content: "\f00c";
    color: #1abc9c
}

#hlAskForMeeting.applied-for-meeting {
    color: #1abc9c
}

#hlAskForMeeting.applied-for-meeting:hover {
    color: #e74528
}

#hlAskForMeeting.applied-for-meeting:before {
    color: #1abc9c
}

#hlAskForMeeting.applied-for-meeting:hover:before {
    content: "\f00d";
    color: #e74528
}

#hlAskForMeeting.aspNetDisabled:before {
    top: 5px
}

#hlAskForMeeting.aspNetDisabled:hover {
    color: #34495e
}

#hlAskForMeeting.aspNetDisabled:hover:before {
    content: "\f133";
    color: #7a8590
}

#hltopicHistory {
}

#hltopicHistory:before {
    content: "\f1da";
    color: #7a8590
}

#hltopicHistory:hover:before {
    color: #3498db
}

#hltopicHistory.active:before {
    color: #3498db
}

#overlay {
    background: #000;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9997
}

#topicHistory {
    font-size: .8em;
    background: #fff;
    padding: 20px;
    min-height: 100px;
    width: 100%;
    position: relative;
    z-index: 9998;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

#topicHistoryDetails {
    max-height: 300px;
    overflow-y: auto
}

#topicHistory h2 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 600
}

#topicHistory p {
    margin-bottom: 20px
}

#topicHistory ol {
    padding: 0 0 0 20px;
    list-style: decimal
}

#topicHistory li {
    margin-bottom: 10px
}

#topicHistory .button-container {
    text-align: right;
    margin: 20px 0 0 0
}

#topicHistory .close-button {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#topicHistory .close-button:hover {
    color: #0e4264;
    background: #f1f1f1
}

#topicHistory .close-button:hover .fa {
    color: #e74528
}

#topicHistory table {
    font-size: 1em;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#topicHistory table > thead > tr > th {
    font-size: 1em;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
    border-top: 0;
    padding: 8px;
    line-height: 1.42857
}

#topicHistory table > tbody > tr > td {
    font-size: 1em;
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD
}

#topicHistory table > tbody > tr:nth-child(2n+1) {
    background-color: #F9F9F9
}

#colorbox .komvos-actions {
    margin: 20px;
    font-size: 1em
}

#colorbox .komvos-actions h1 {
    border: none;
    color: #555;
    font-size: 1.85em;
    line-height: 1.2;
    padding: 0
}

#colorbox .komvos-actions .success {
    color: #2ecc71
}

#colorbox .komvos-actions .cancel {
    color: #e74528
}

#colorbox .komvos-actions p {
    line-height: 1.4;
    margin-bottom: 1em
}

#colorbox .komvos-actions .button-container {
    margin-top: 20px;
    margin-bottom: 0;
    clear: both;
    line-height: unset
}

#colorbox .komvos-actions .ef-btn {
    margin-right: 10px
}

#colorbox .komvos-actions p a.positive-btn {
    background: #2ecc71;
    box-shadow: 0 4px 0 #278750
}

#colorbox .komvos-actions p a.positive-btn:active {
    box-shadow: none;
    background: #278750
}

.post {
    font-size: 1em;
    margin: 10px 0 40px 0;
    padding: 0 0 0 200px;
    position: relative;
    float: left;
    clear: both;
    min-height: 200px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.post--by-epsilon {
    padding: 0 200px 0 0
}

.post--quick-answer,.post--question {
    padding: 0 0 0 0;
    width: calc(100% - 200px)
}

.post-header {
    color: #333;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    text-align: center
}

.post--by-epsilon .post-header {
    left: auto;
    right: 0;
    color: #333
}

.post--quick-answer .post-header {
    background: #2980b9;
    min-height: 50px;
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    width: auto;
    position: relative;
    text-align: left;
    padding-left: 70px;
    padding-right: 20px;
    font-size: 1em
}

.post--question .post-header {
    background: #bdc3c7;
    min-height: 50px;
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    width: auto;
    position: relative;
    text-align: left;
    padding-left: 70px;
    padding-right: 20px;
    font-size: 1em
}

.post-author__name {
    color: #34495e;
    width: 100%;
    display: inline-block
}

.post--quick-answer .post-author__name {
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    margin-top: 5px;
    float: left;
    width: auto
}

.post--question .post-author__name {
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    margin-top: 8px;
    float: left;
    width: auto
}

.post-author {
    margin: 0;
    float: none;
    color: inherit;
    padding: 0;
    display: inline-block;
    font-weight: 300
}

.post-author #ef-logo {
    display: none
}

.UserNameTopic {
    display: inline-block
}

.UserNameTopic i {
    background: #bdc3c7;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    font-size: 50px;
    border: 5px solid #fff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.UserNameTopic i:hover {
    background: #a9b5bd
}

.post--question .UserNameTopic i {
    background: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 15px;
    border: none
}

.user-ef {
    background: none;
    display: inline-block;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 10px
}

.user-ef #e-f {
    top: 0;
    position: relative
}

.post--by-epsilon .UserNameTopic i {
    background: #3498db;
    color: #fff
}

.post--by-epsilon .UserNameTopic i:hover {
    background: #2980b9
}

.post--by-epsilon .post-author {
    color: inherit;
    padding: 0
}

.post--by-epsilon .icoForumRegisteredUser {
    display: none
}

.post--by-epsilon .post-author img {
    vertical-align: middle
}

.UserNameStars {
    font-style: italic;
    font-size: 0.8em
}

.UserNameStars img {
    display: block
}

.UserNameStars img:first-child {
    display: none!important
}

.post--by-epsilon .UserNameStars {
    font-weight: normal;
    opacity: 1;
    border: none;
    margin: 5px 0;
    padding: 0;
    text-align: center
}

.post--by-epsilon .UserNameStars img {
    display: block;
    margin: 0 auto 5px auto
}

.post--question .UserNameStars {
    margin-left: 5px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top
}

.post--question .UserNameStars img {
    display: inline-block;
    vertical-align: middle
}

.post-date {
    color: inherit;
    margin-top: 10px;
    display: inline-block;
    font-size: .9em;
    font-weight: 300
}

.post--quick-answer .post-date,.post--question .post-date {
    color: #fff;
    display: inline-block;
    font-size: .9em;
    font-weight: 300;
    opacity: 1;
    float: right;
    margin-top: 10px
}

.post-content {
    padding: 15px 15px 0 15px;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px
}

.post--question .post-content {
    padding: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.post--question .post-content__inner {
    font-size: 1.125em
}

.post--by-epsilon .post-content {
    border: 5px solid #3498db
}

.post--quick-answer .post-content {
    font-size: 1.125em;
    color: #fff;
    background: #3498db;
    border: 5px solid #3498db;
    border-top-right-radius: 0;
    padding: 30px;
    border-top-left-radius: 0
}

.post--quick-answer .post-content__inner {
    font-size: 1em
}

.post-content:after {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 20px
}

.post--by-epsilon .post-content:after {
    left: 100%;
    border-left-color: #3498db;
    right: unset;
    border-right-color: transparent
}

.post--quick-answer .post-content:after,.post--question .post-content:after {
    display: none
}

.change-post-height {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    cursor: pointer;
    padding: 5px
}

.change-post-height:hover {
    background: #eaeaea
}

.change-post-height svg {
    fill: #888
}

.post--by-epsilon .change-post-height svg {
    fill: #3498db
}

.post-content__inner {
    overflow: hidden;
    font-size: 1.125em;
    min-height: 4em
}

.post-content h2 {
    color: inherit;
    font-size: 1.2em
}

#text .post-content p {
    font-size: 1em;
    color: inherit!important;
    font-family: inherit!important;
    margin: 0 0 1em 0!important
}

#text .post--quick-answer .post-content p.see-full-answer {
    text-align: center;
    font-size: .8em;
    margin-top: 40px!important
}

.post--quick-answer .post-content p.see-full-answer a {
    font-weight: 300;
    color: #fff;
    background: #2980b9;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    opacity: .8
}

.post--quick-answer .post-content p.see-full-answer a:hover {
    opacity: 1;
    text-decoration: none
}

.post-content span,.post-content em {
    color: inherit
}

.post-content b,.post-content strong {
    font-weight: 600;
    color: inherit
}

.post-content a {
    background: #e2f2fe;
    color: #3498db;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.post-content a:hover {
    color: #2980b9;
    background: #d1e8fa
}

.post-content table {
    margin: 1em 0
}

.post-content table tr td,.post-content table tr th {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 5px 10px;
    font-size: .9em;
    text-align: left;
    font-family: "Open Sans"!important;
    vertical-align: middle
}

.post-content table tr:nth-child(odd) td {
    background: #f5f6f7
}

.header-separator {
    text-align: center;
    position: relative;
    clear: both;
    margin: 30px 0 20px 0;
    float: left;
    width: 100%
}

.header-separator h2 {
    font-size: 1.5em;
    font-weight: 300;
    background: #f6f6f6;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: .25em
}

.header-separator h2:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: .5em;
    z-index: -1;
    border-top: 1px solid #3498db;
    opacity: .5
}

.post--hidden {
    min-height: 270px;
    margin: 0 0 50px 0;
    position: relative;
    text-align: center;
    padding: 70px 0 0 0;
    float: none;
    position: relative
}

.post--hidden::after {
    content: "";
    background: url('../imgs/komvos/access-denied.jpg') no-repeat 50% 0;
    background-size: contain;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.post--hidden h2 {
    color: #555;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4
}

.post--hidden p {
    text-align: center;
    font-size: 1.6em
}

.post--hidden.hiddenEditor {
    background: url('../imgs/komvos/hidden_editor.jpg') no-repeat 50% 0;
    background-size: contain;
    padding-top: 80px;
    height: 300px
}

.thread .post-admin-tools {
    font-size: .8em;
    text-align: right;
    clear: both;
    padding: 0 20px 20px 20px
}

.thread .post-admin-tools a {
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #23a5fe;
    display: block;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    padding: 5px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.thread .post-admin-tools a:hover {
    background: #fdfdfd;
    padding-top: 10px
}

.thread .post-admin-tools a.deletePost:hover {
    color: red;
    background: #fdfdfd;
    padding-top: 10px
}

.thread .post-admin-tools a i {
    margin-left: 5px
}

.komvos__tags {
    clear: both;
    font-size: 1em
}

.komvos__tags h2 {
    color: #333;
    margin-bottom: 10px
}

.komvos__tags .tag-loader {
    width: 80px;
    height: auto
}

.komvos__tags .TagsContent {
    border: 1px solid #cdd4d8;
    overflow: hidden;
    clear: both
}

.komvos__tags .TagsContent.focus {
    border-color: #3498db;
    background: #fff
}

.komvos__tags .TagsContent input {
    border: none;
    width: 85%;
    float: left;
    padding: 10px;
    background: none
}

.komvos__tags .TagsContent img {
    float: right;
    cursor: pointer;
    opacity: 0.5;
    margin-top: 8px;
    margin-right: 10px
}

.komvos__tags .TagsContent img:hover {
    opacity: 1
}

.komvos__tags .TagsContainer {
    clear: both;
    overflow: hidden;
    margin-top: 5px
}

.komvos__tags .tag-items {
    overflow: hidden;
    float: left
}

.komvos__tags .tag-items li {
    padding: 7px 30px 7px 10px;
    font-size: .8em;
    color: #fff;
    background: #3498db url('/imgs/deleteIcon_.png') 95% 50% no-repeat;
    border: 1px solid #3498db;
    margin: 0 5px 5px 0;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.komvos__tags .tag-items li:hover {
    background-color: #2a76a8;
    border-color: #2a76a8
}

.komvos__sq {
    margin-top: 50px;
    clear: both
}

.sq__header {
    color: #333;
    margin-bottom: 20px
}

.sq__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.sq__item {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    min-height: 60px;
    position: relative;
    padding-left: 60px;
    box-sizing: border-box
}

.sq__comments {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px
}

.sq__comments__number {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    color: #fff;
    text-align: center;
    top: 10px;
    font-weight: 700
}

.sq__comments svg {
    width: 50px;
    height: 50px;
    fill: #3498db
}

.sq__item__title {
    color: #3498db;
    font-weight: 300;
    margin-bottom: 5px
}

.sq__item__title:hover {
    color: #3498db;
    text-decoration: underline
}

.sq__item__date {
    display: block;
    color: #999;
    font-size: .8em
}

#plProgressBar {
    clear: both;
    overflow: hidden;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

ul.progressBar {
    margin: 0;
    width: 60%;
    float: left;
    overflow: hidden;
    background: url('../imgs/ProgressBar/progress-bar.gif') repeat-x 0 31px
}

ul.progressBar li {
    float: left;
    width: 33%
}

ul.progressBar li:first-child,ul.progressBar li:last-child {
    width: 17%
}

ul.progressBar li.stepDone {
    background: url('../imgs/ProgressBar/progress-bar_done.gif') repeat-x 0 35px
}

ul.progressBar li.active {
    background: url('../imgs/ProgressBar/progress-bar_active.png') no-repeat 50% 35px
}

ul.progressBar li.step4.active {
    background: url('../imgs/ProgressBar/progress-bar_active.png') no-repeat 0 35px
}

ul.progressBar p.stepTitle {
    color: #848484;
    font-size: 1em;
    line-height: 1.2;
    height: 40px;
    text-align: center;
    display: none
}

ul.progressBar li:first-child p.stepTitle {
    text-align: left
}

ul.progressBar li:last-child p.stepTitle {
    text-align: right
}

ul.progressBar li.stepDone p.stepTitle,ul.progressBar li.active p.stepTitle,ul.progressBar li.active:hover p.stepTitle {
    color: #13bf6c
}

ul.progressBar span.date {
    color: #888;
    font-size: .8em;
    text-align: center;
    padding-top: 10px;
    display: block;
    display: none
}

ul.progressBar li a {
    display: block;
    height: 75px;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none
}

ul.progressBar li.step1 a {
    background: transparent url('../imgs/ProgressBar/step1.png') no-repeat 0 50%
}

ul.progressBar li.step1.stepDone a {
    background: url('../imgs/ProgressBar/step1_done.png') no-repeat 0 50%
}

ul.progressBar li.step1.active a {
    background: transparent url('../imgs/ProgressBar/step1_active.png') no-repeat 0 50%
}

ul.progressBar li.step2 a {
    background: transparent url('../imgs/ProgressBar/step2.png') no-repeat 50% 50%
}

ul.progressBar li.step2.stepDone a {
    background: url('../imgs/ProgressBar/step2_done.png') no-repeat 50% 50%
}

ul.progressBar li.step2.active a {
    background: transparent url('../imgs/ProgressBar/step2_active.png') no-repeat 50% 50%
}

ul.progressBar li.step3 a {
    background: url('../imgs/ProgressBar/step3.png') no-repeat 50% 50%
}

ul.progressBar li.step3.stepDone a {
    background: url('../imgs/ProgressBar/step3_done.png') no-repeat 50% 50%
}

ul.progressBar li.step3.active a {
    background: transparent url('../imgs/ProgressBar/step3_active.png') no-repeat 50% 50%
}

ul.progressBar li.step4 a {
    background: url('../imgs/ProgressBar/stepfinal.png') no-repeat 100% 50%
}

ul.progressBar li.step4.stepDone a {
    background: url('../imgs/ProgressBar/stepfinal_done.png') no-repeat 100% 50%
}

ul.progressBar li.step4.active a {
    background: transparent url('../imgs/ProgressBar/stepfinal_active.png') no-repeat 100% 50%
}

.current-state {
    float: right;
    width: 40%
}

.current-state .current-state-text {
    font-size: 1.7em;
    color: #2ecc71;
    text-align: right
}

.current-state .answerDate {
    text-align: right;
    font-size: .85em
}

.current-state .answerDate span.date {
    color: #2ecc71;
    font-weight: 400
}

.reqAnswers {
    background: #fff;
    height: 100px;
    display: none
}

.reqAnswers p {
    font-size: 0.8em;
    color: #aaa;
    margin-bottom: 0;
    font-style: italic
}

.reqAnswers p strong {
    display: inline-block;
    min-width: 180px;
    font-weight: normal
}

.reqQuestionDate,.reqAnswerDate {
    color: #aaa
}

.reqQuestionDate:hover {
    text-decoration: none;
    color: #aaa
}

.reqAnswerDate {
}

.reqAnswerDate:hover {
    text-decoration: none;
    color: #aaa
}

.ef-row::after,.ef-row::before {
    content: "";
    display: table;
    width: 100%
}

.qreply-rating {
    margin-bottom: 50px
}

.qreply-container {
    float: left;
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.qreply .post {
    margin-top: 30px
}

.qreply-container .post-content:after {
    display: none
}

.qreply .post-header {
    width: 170px;
    padding: 0 15px
}

.header__icon i {
    background: #34495e;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    font-size: 50px;
    border: 5px solid #fff;
    color: #fff
}

.header__title {
    color: #34495e;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 1.4em;
    margin-top: 10px
}

.header__text {
    color: #34495e;
    width: 100%;
    display: inline-block;
    font-weight: 300;
    font-size: 1em
}

.header__text p {
    font-size: .9em!important
}

.header__text strong {
    font-weight: 400
}

.header__text .lessCharacters,.header__text .sufficientCharacters {
    text-align: center;
    float: unset
}

.post-footer {
    clear: both;
    overflow: hidden
}

.attach-file-container {
    float: left;
    width: 45%
}

.submit-btn-container {
    float: right;
    width: 45%
}

.ef-btn--ghost.ef-btn--attach {
    border-color: #fff!important
}

.ef-btn--ghost.ef-btn--attach svg {
    fill: #3498db;
    vertical-align: top
}

.ef-btn--ghost.ef-btn--attach:hover,.ef-btn--ghost.ef-btn--attach:hover,.ef-btn--ghost.ef-btn--attach:hover {
    border-color: #fff!important;
    background: #fff!important;
    color: #3498db!important
}

.ef-btn--quickreply {
    background: #34495e!important;
    color: #fff!important;
    float: right;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif
}

.ef-btn--quickreply:hover,.ef-btn--primary:focus,.ef-btn--primary:active {
    background: #2c3e50!important;
    color: #fff!important
}

#upQuickReply input.uploadFile-fake {
    width: 50%
}

#upQuickReply #errNoReply {
    margin-top: 20px
}

.btn.browse-button {
    background: #95a5a6;
    color: #FFF;
    box-shadow: 0 4px 0 #7f8c8d;
    display: inline-block
}

.btn.browse-button:active {
    background: #7f8c8d
}

.btn.browse-button:hover {
    background: #f1f6f7
}

.komvos-input-file-wrapper .browse-button {
    padding: 5px 20px 3px;
    border-radius: 4px;
    margin-left: 10px
}

.upload-file {
    display: none;
    width: 100%;
    clear: both
}

#text .upload-file p {
    margin: 0!important
}

#text #QuickReplyDivupQuickReply input.komvos-input-file {
    width: 800px
}

#text #upQuickReply .reply-header #quickMsg {
    clear: both;
    margin: 0
}

#text #upQuickReply .reply-header h2 {
    float: left;
    width: 45%;
    color: #222
}

.quick-reply__errors {
    clear: both
}

.error-msg {
    color: #e74528;
    margin-bottom: 20px
}

.error-msg span {
    color: inherit
}

.ef-page .RadEditor > table {
    width: 100% !important;
    height: 100%!important;
    border: none!important;
    margin: 0
}

.ef-page .RadEditor > table tr:first-child,.ef-page .RadEditor > table tr:nth-child(4),.ef-page .RadEditor > table tr:nth-child(5),.ef-page .RadEditor > table tr:nth-child(6) {
    display: none
}

.ef-page .RadEditor > table td {
    background: none;
    line-height: unset
}

.ef-page .RadEditor > table td a {
    background: none
}

.ef-page .RadEditor > table td a:hover {
    background: #e1e1e1
}

.ef-page .RadEditor .reContentCell {
    width: 100% !important;
    border: none!important
}

.ef-page .RadEditor .reContentArea {
    width: 100%!important;
    height: 100%!important;
    background: #fafbfc;
    padding: 15px;
    box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,0.3);
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff
}

.ef-page .RadEditor .reContentArea:focus {
    background: #fff;
    border: 2px solid #3498db;
    box-shadow: none
}

.attachment {
    padding-left: 1em
}

.lessCharacters {
    color: #e74c3c
}

.sufficientCharacters {
    color: #2ecc71
}

.rating-container {
    float: left;
    width: 50%;
    padding-right: 30px;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rating {
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
    position: absolute;
    top: 10px;
    right: 0;
    max-width: 200px;
    padding-left: 30px;
    box-sizing: border-box
}

#yesNo {
    overflow: hidden;
    margin-bottom: 30px;
    margin-bottom: 0
}

.rating__header {
    color: #333;
    line-height: 1.3
}

.rating__buttons {
    margin-top: 15px;
    float: left;
    width: 100%
}

.rating__buttons .ef-btn {
    background: #fff;
    color: #272d2d!important;
    padding-left: 2em;
    padding-right: 2em;
    float: left;
    margin: 10px
}

.rating__buttons .ef-btn:hover,.rating__buttons .ef-btn:focus {
    background: #c7c7c7;
    color: #000!important
}

.rating__buttons .ef-btn:active,.rating__buttons .ef-btn.active {
    background: #3498db;
    color: #fff!important;
    outline-color: #f39c12
}

.rating__comment {
    float: none;
    width: 100%;
    text-align: left;
    display: none
}

#text .rating__comment p {
    margin: 0!important;
    padding: 0;
    text-align: left;
    float: right
}

.rating__comment p .ef-btn--secondary {
    float: right;
    padding: 0 14px;
    font-size: 0.8em;
    height: 100px;
    line-height: 100px
}

.rating textarea {
    color: #4d4d4d;
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    width: calc(100% - 100px);
    height: 100px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: .8em!important;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rating textarea:focus {
    border: 1px solid #3498db;
    background: #fff
}

.rating textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.rating textarea:focus::-moz-placeholder {
    color: transparent
}

body.ef-page #text p.comment__text {
    font-size: .8em;
    width: calc(100% - 50px);
    max-height: 100px;
    overflow: auto;
    float: left
}

.comment__edit {
    float: right;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    margin-top: 15px;
    opacity: .5;
    color: #3498db
}

.comment__edit:hover {
    opacity: 1
}

#starRating {
    clear: both
}

.rating__comments {
    clear: both;
    margin-bottom: 50px
}

.rating__comments table {
    font-size: 1em;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rating__comments table > thead > tr > th {
    font-size: .8em;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
    border-top: 0;
    padding: 8px;
    line-height: 1.42857
}

.rating__comments table > tbody > tr > td {
    font-size: .8em;
    padding: 5px;
    line-height: 1.2;
    vertical-align: middle;
    border-top: 1px solid #DDD
}

.rating__comments table > tbody > tr > td:nth-child(2),.rating__comments table > tbody > tr > td:nth-child(3),.rating__comments table > thead > tr > th:nth-child(2),.rating__comments table > thead > tr > th:nth-child(3) {
    text-align: center
}

.rating__comments table > tbody > tr:nth-child(2n+1) {
    background-color: #F9F9F9
}

.rating--bottom {
    position: static;
    max-width: none;
    padding-left: 0
}

.rating--bottom .rating__comment {
    float: right;
    width: 100%
}

.rating--bottom .rating__comment p {
    text-align: right
}

.rating--bottom .rating textarea {
    height: 60px;
    font-size: 1em
}

.similar {
    margin-top: 10px
}

.similar img {
    position: absolute;
    right: 0;
    top: -1px
}

.similar h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.similar ul {
    list-style: disc;
    list-style-position: inside
}

.similar li {
    margin-bottom: 10px
}

.similar a {
    color: #3498db;
    text-decoration: none
}

.similar a:hover {
    text-decoration: underline
}

.komvos-row .btn,p .btn {
    color: #fff;
    background: #3498db;
    box-shadow: 0 4px 0 #2980b9;
    border-radius: 4px;
    padding: 5px 20px 3px;
    font-weight: 400;
    font-size: 1.2em;
    position: relative;
    font-family: "Open Sans","Arial",san serif;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer
}

.komvos-row .btn,.komvosbuttonForum,#btnForumHelp {
    border: none;
    font-size: 15px
}

.btn:hover,.btn:focus {
    background: #49a8e8;
    box-shadow: 0 4px 0 #2980b9
}

.btn:active,.btn.active,#btnForumHelp:active {
    top: 4px;
    box-shadow: none;
    background: #2980b9;
    position: relative
}

.btn.cancel-button {
    background: #ecf0f1;
    color: #95a5a6;
    box-shadow: 0 4px 0 #bdc3c7
}

.btn.cancel-button:hover {
    background: #f1f6f7!important;
    box-shadow: 0 4px 0 #bdc3c7
}

.btn.cancel-button:active {
    background: #bdc3c7!important;
    box-shadow: none!important
}

.submit-button-container {
    text-align: center;
    margin-bottom: 100px!important;
    margin-top: 20px
}

#btnSubmitQuestion {
    float: none;
    width: 70%;
    font-size: 1.3em;
    padding-top: 7px;
    padding-bottom: 7px
}

#successOverlay {
    background-color: #ecf0f1;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.komvosbutton,.komvosbutton2,.explorerbutton2 {
    border-radius: 4px;
    box-shadow: #bfbfbf 1px 1px 3px;
    opacity: .6;
    background-color: #0099ff;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none
}

.actionLink {
    background-color: #0099ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #bfbfbf;
    color: #fff !important;
    font-size: 14px;
    opacity: 0.6;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none !important
}

.komvosbuttonExplorer {
    background-color: #0099ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #bfbfbf;
    clear: both;
    color: #fff !important;
    font-size: 14px;
    margin: 0 0 15px 5px;
    opacity: 0.6;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none
}

.komvosbutton2 {
    cursor: pointer;
    margin: 10px 0;
    position: relative;
    top: 5px
}

.explorerbutton2 {
    clear: both;
    display: block;
    float: right;
    margin: 10px 0 15px 0;
    position: relative;
    width: 120px
}

.komvosbutton {
    left: -170px;
    position: relative;
    top: 45px
}

.komvosbutton:active {
    position: relative;
    top: -14px
}

.komvosbutton2:active,.explorerbutton2:active,.komvosbuttonExplorer:active {
    position: relative;
    top: 1px
}

.komvosbutton:hover,.komvosbutton2:hover,.explorerbutton2:hover,.komvosbuttonExplorer:hover {
    opacity: 1
}

.ef-page--print {
    background: #fff!important;
    padding-bottom: 100px
}

.ef-page--print .colorboxPadding {
    padding: 20px 20px 70px 20px
}

.ef-page--print h1 {
    border: none;
    font-size: 2em;
    margin-bottom: 1em;
    padding: 0
}

.ef-page--print .thread div.threadText {
    font-size: 1em !important
}

.ef-page--print .thread .threadHeader {
    font-weight: 300;
    margin-bottom: 20px
}

.ef-page--print .UserNameStars,.ef-page--print .UserNameTopic i {
    display: none
}

.ef-page--print .print__copyright p {
    font-size: .9em;
    font-weight: 300;
    color: #000
}

.ef-page--print .thread {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}

.ef-page--print .print__personal-comment {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}

.ef-page--print .print__personal-comment h2 {
    color: #333;
    font-size: 1em;
    font-weight: 600
}

.print__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.80);
    width: 100%;
    padding: 15px 10px 10px 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page--print .thread div.threadText a:link {
    text-decoration: underline;
    font-weight: 600;
    color: #000
}

.ef-page--print .thread div.threadText table {
    margin: 1em 0
}

.ef-page--print .thread div.threadText table tr td,.ef-page--print .thread div.threadText table tr th {
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 5px 10px;
    font-size: .9em;
    text-align: left;
    font-family: "Open Sans"!important;
    vertical-align: middle
}

.ef-page--print .thread div.threadText tr:nth-child(odd) td {
    background: #f5f6f7
}

.ef-page--addcomment {
    background: #fff!important
}

.ef-page--addcomment .colorboxPadding {
    padding: 20px;
    height: 100%
}

.ef-page--addcomment h1 {
    border: none;
    font-size: 2em;
    margin-bottom: 1em;
    padding: 0
}

.addcomment__footer {
    background: #fff;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.addcomment__footer .buttons-right {
    float: right
}

.addcomment__footer .buttons-left {
    float: left
}

.addcomment__footer .buttons-right .ef-btn {
    margin-left: 10px
}

.ef-page--addcomment .RadEditor {
    min-height: calc(100% - 200px)!important
}

.ef-page--sendemail {
    background: #fff!important
}

.ef-page--sendemail h1 {
    border: none;
    font-size: 2em;
    margin-bottom: 1em;
    padding: 0
}

.ef-page--sendemail label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: .85em;
    width: 25%;
    float: left;
    margin-bottom: 0;
    text-align: right;
    padding: 5px 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page--sendemail .input__box {
    float: left;
    width: 75%
}

.ef-page--sendemail input,.ef-page--sendemail textarea {
    background-color: #f5f6f7;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    font-size: .85em;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px;
    width: 100%;
    -o-transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    -webkit-transition: background-color ease .3s;
    transition: background-color ease .3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page--sendemail input:hover,.ef-page--sendemail textarea:hover {
    background-color: #fff
}

.ef-page--sendemail input:focus,.ef-page--sendemail textarea:focus {
    background-color: #fff;
    border: 1px solid #3498db;
    outline: 1px solid #3498db
}

.ef-page--sendemail .form-group {
    margin-bottom: 15px
}

.ef-page--sendemail .button-container {
    padding-left: 25%
}

.ef-page--sendemail .form-group--error input {
    border: 1px solid #e74c3c;
    outline: 1px solid #e74c3c;
    background-color: #f8eeee
}

.ef-page--sendemail .form-group--error label {
    color: #e74c3c
}

.ef-page--sendemail .form-group--error input:focus {
    background: #fff
}

.ef-page--sendemail .form-group:before,.ef-page--sendemail .form-group:after {
    display: table;
    content: " "
}

.ef-page--sendemail .form-group:after {
    clear: both
}

.ef-page--sendemail .ef-checkbox {
    padding-left: 25%
}

.ef-page--sendemail .ef-checkbox label {
    float: none;
    width: auto;
    padding: 0 0 0 2em
}

.ef-page--sendemail .form__note {
    padding-left: 25%;
    font-weight: 300;
    font-style: italic;
    font-size: .85em;
    margin-top: 20px
}

.ef-page--sendemail .form__error {
    margin: 0 0 20px 0;
    font-size: .85em;
    padding: 1em
}

.colorbox-div {
    display: none
}

.komvos-content-wrapper {
    width: 100%;
    padding-top: 60px!important
}

.komvos-content-wrapper span {
    color: #333
}

.komvos-content-inner {
    float: left
}

.komvos-content-inner:first-child {
    margin-right: 5%
}

.komvos-content-inner-main {
    width: 65%
}

.komvos-content-inner-small {
    width: 30%
}

.komvos-content-wrapper h1 {
    font-size: 26px;
    color: #333;
    line-height: 1.5em;
    border-bottom: 1px solid #ccc!important
}

.komvos-row {
    width: 100%;
    float: left
}

.komvos-row-label {
    padding: 10px 0
}

.komvos-note-span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
    padding: 10px 0;
    margin-bottom: 10px;
    clear: both;
    width: 100%
}

.komvos-ask-question-wrapper {
    font-size: 16px
}

.komvos-ask-question-sector {
    margin-bottom: 10px
}

.komvos-ask-question-sector > span {
    display: inline-block
}

.komvos-ask-question-sector input {
    float: left
}

#forumCategories {
    border: 1px solid #fff;
    cursor: pointer !important;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#forumCategories:hover,#forumCategories:active,#forumCategories:focus {
    border: 1px solid #3498db
}

#txtTopicTitle {
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#txtTopicTitle:hover,#txtTopicTitle:active,#txtTopicTitle:focus {
    border: 1px solid #3498db
}

.subject-subcategory {
    float: left;
    width: 30%;
    padding: 10px;
    height: 150px
}

.subject-subcategory h2 {
    color: #555;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 10px
}

.subject-subcategory a {
    display: block;
    cursor: pointer;
    padding: 7px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.subject-subcategory a:hover {
    background: #f1f1f1;
    color: #222;
    padding-left: 10px
}

.komvos-new-input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    text-indent: 10px
}

.komvos-new-input>table {
    height: 100%
}

.RadComboBox .rcbInputCell .rcbEmptyMessage {
    font-size: 14px;
    font-style: normal!important;
    color: #999!important;
    text-indent: 10px
}

.komvos-new-input>table td.rcbArrowCell.rcbArrowCellRight,.komvos-new-input>table td.rcbArrowCell.rcbArrowCellRight>a {
    width: 32px;
    height: 100%
}

div.RadComboBox .rcbArrowCellRight a {
    cursor: pointer
}

table.table-input-wrapper td {
    padding: 10px 0
}

.lessCharactersDescr {
    opacity: .5
}

.lessCharacters {
    color: #e74c3c;
    float: right
}

.sufficientCharacters {
    color: #2ecc71;
    float: right
}

.komvos-content-wrapper .komvos-error-span {
    color: #e74c3c;
    height: 30px;
    padding-left: 10px;
    font-size: .8em
}

.komvos-error-input {
    border: 1px solid #ed9890 !important;
    background-color: #fff7f7 !important
}

.rcbSlide .RadComboBoxDropDown {
    border: none;
    background: #d9d9d9
}

.rcbSlide .RadComboBoxDropDown .rcbList > .rcbItem {
    color: #777;
    padding: 5px 0 5px 10px
}

.rcbSlide .RadComboBoxDropDown .rcbList > .rcbSeparator {
    color: #fff;
    background: #089bd5;
    padding: 5px 0 5px 10px
}

.rcbSlide .RadComboBoxDropDown .rcbList > .rcbHovered {
    color: #777;
    background: #fafafa;
    padding: 5px 0 5px 10px;
    cursor: pointer
}

.komvos-new-input,.komvos-ask-question-sector .RadEditor.Metro.reWrapper {
    border-radius: 4px
}

.komvos-row .reTool,.komvos-row .reTool_text {
    border: none!important
}

.komvos-row .reTool:hover,.komvos-row .reTool_text:hover {
    background: #f1f1f1!important;
    border-color: #f1f1f1!important
}

#editor_contentDiv {
    font-size: 14px
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

span.komvos-input-file-wrapper {
    position: relative;
    overflow: hidden
}

input.komvos-input-file {
    width: 630px;
    position: absolute;
    height: 40px;
    top: -10px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

input.uploadFile-fake {
    background-color: #fff;
    width: 450px;
    height: 40px;
    padding: 0 10px;
    border: none;
    border-radius: 4px
}

#new-question-upload-file-button {
    background: #95a5a6;
    color: #FFF;
    box-shadow: 0 4px 0 #7f8c8d;
    display: inline-block;
    margin-left: 20px;
    padding: 10px 20px
}

ul.icon-bullets {
    margin-bottom: 20px
}

ul.icon-bullets li {
    font-size: 1.15em;
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 1.4;
    position: relative
}

ul.icon-bullets li:before {
    content: "\f18e";
    color: #3498db;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 0
}

.komvos-ask-question-sector .panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 4px
}

.komvos-ask-question-sector .panel-advanced {
    border-color: #3498db
}

.komvos-ask-question-sector .panel-advanced > .panel-heading {
    color: #FFF;
    background-color: #3498db;
    border-color: #3498db;
    text-align: right
}

.komvos-ask-question-sector .panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.komvos-ask-question-sector .panel-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit
}

.komvos-ask-question-sector .panel-title a {
    text-decoration: none;
    font-weight: 600;
    color: #fff
}

.komvos-ask-question-sector .panel-title a:hover {
    opacity: .8
}

.komvos-ask-question-sector .panel-body {
    padding: 10px;
    overflow: hidden
}

.komvos-ask-question-sector .panel-body .separator {
    width: 100%;
    clear: both;
    opacity: .2
}

.komvos-ask-question-sector .panel-body label {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: .9em;
    line-height: 1.2;
    margin-bottom: 10px
}

.komvos-ask-question-sector .panel-body .request {
    float: left;
    margin-right: 5px
}

.komvos-ask-question-sector .panel-body #cbWantsTopicHidden {
    float: left;
    margin-right: 5px
}

#lblKomvosAdvancedPremiumServices {
    color: #fff
}

.komvos-ask-question-sector .panel-advanced-deactivated {
    border-color: #e74c3c
}

.komvos-ask-question-sector .panel-advanced-deactivated > .panel-heading-deactivated {
    color: #fff;
    background: #e74c3c;
    border-color: #e74c3c;
    padding: 5px 15px;
    text-align: right
}

.komvos-ask-question-sector .deactived {
    color: #e74c3c
}

.komvos-ask-question-sector .disabled {
    color: #ccc
}

.loadingNewTopicEntry {
    position: fixed;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.komvos-box-white {
    width: 90%;
    background-color: #fff;
    padding: 10px 5%;
    color: #333
}

.komvos-ask-question-sector.komvos-box-white {
    margin-bottom: 30px
}

.komvos-box-white > h2 {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5em;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.komvos-box-white>.komvos-row {
    margin-bottom: 10px;
    font-size: 14px
}

.komvos-box-white .komvos-row-inner {
    padding: 5px 0
}

.komvos-content-wrapper .exp-date {
    color: #34495e
}

.komvos-content-wrapper .exp-date small {
    color: #888;
    display: block;
    margin-top: 5px;
    margin-left: 28px
}

.komvos-content-wrapper .exp-date small span {
    color: #888
}

.komvos-content-wrapper .exp-date small.almost-expire {
    color: #e74528
}

.komvos-content-wrapper .exp-date small.almost-expire span {
    color: #e74528
}

#span-questions,#span-questions > span {
    color: #089bd5;
    margin-top: 10px;
    margin-bottom: 10px
}

#span-contacts,#span-contacts > span {
    color: #2ecc71;
    margin-bottom: 10px
}

#span-meetings,#span-meetings > span {
    color: #1abc9c;
    margin-bottom: 10px
}

.komvos-prog-bar {
    height: 30px;
    position: relative;
    background-color: #f1f1f1;
    margin: 10px 0
}

.komvos-prog-bar,.progress-bar {
    border-radius: 4px
}

.progress-bar {
    width: 0;
    height: 100%;
    float: left;
    position: relative
}

.prog-bar-max {
    width: 35px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 0;
    opacity: .5
}

.prog-bar-value {
    width: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 8px;
    color: #fff
}

.prog-bar-value,.prog-bar-max {
    font-weight: bold
}

.no-more-contacts,.no-more-meetings {
    clear: both
}

#lblContactsFull,#lblMeetingsFull {
    color: #E74C3C;
    font-size: .8em
}

#lblNoKomvosAdvancedContactsClient,#lblNoKomvosAdvancedMeetingsClient {
    font-size: .8em;
    line-height: 1.4;
    display: block;
    margin: 10px 0
}

#hlMailForNewContacts {
    background: #2ECC71;
    box-shadow: 0 4px 0 #27ae60;
    font-size: .8em
}

#hlMailForNewContacts:hover {
    background: #33dd7b
}

#hlMailForNewContacts:active {
    top: 4px;
    box-shadow: none;
    background: #27ae60
}

#hlMailForNewMeetings {
    background: #1ABC9C;
    box-shadow: 0 4px 0 #16a085;
    border-radius: 5px;
    font-size: .8em
}

#hlMailForNewMeetings:hover {
    background: #22ceac;
    text-decoration: none
}

#hlMailForNewMeetings:active {
    top: 4px;
    box-shadow: none;
    background: #16a085
}

#hlIwantContactsSubcription,#hlIwantMeetingsSubcription {
    font-size: .8em
}

#pnlOldTopics ul {
    margin: 0
}

#pnlOldTopics ul>li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1
}

#pnlOldTopics ul>li>a {
    color: #0099ff
}

#pnlOldTopics ul>li>a:hover {
    text-decoration: none
}

#pnlOldTopics ul>li>div {
    margin-top: 5px
}

#pnlOldTopics ul>li>div .fa {
    margin-right: 5px
}

#pnlOldTopics ul>li>div span {
    font-size: 1em;
    color: inherit!important
}

.komvos-no-more-questions p {
    margin: 10px 0
}

#text .adsbox_inner {
    clear: both;
    width: 800px
}

#pvPosts .thread .post-header {
    background-color: #e3e3e3;
    color: #333;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding: 5px 10px 5px 10px;
    overflow: hidden
}

#pvPosts .threadPrivateOn .post-header {
    background-color: #3498db;
    color: #fff;
    padding: 5px 10px 5px 0
}

#pvPosts .thread .post-header .post-author {
    margin: 0;
    float: left;
    color: inherit;
    padding: 0
}

#pvPosts .thread .post-header .post-author .icoForumRegisteredUser,#pvPosts .thread .post-header .post-author .icoForumLevel {
    position: relative;
    top: 4px
}

#pvPosts .threadPrivateOn .post-header .post-author {
    color: inherit;
    padding: 0
}

#pvPosts .threadPrivateOn .post-header .post-author .icoForumRegisteredUser {
    display: none
}

#pvPosts .threadPrivateOn .post-header .post-author img {
    vertical-align: middle
}

#pvPosts .threadPrivateOn .post-header .post-author .UserNameTopic {
    font-weight: bold;
    color: inherit;
    border-left: 1px solid rgba(255,255,255,0.50);
    margin-left: 10px;
    padding-left: 10px
}

#pvPosts .threadPrivateOn .post-header .post-author .UserNameStars {
    font-weight: normal;
    opacity: .7;
    border: none;
    margin: 0;
    padding: 0
}

#pvPosts .thread .post-header .post-date {
    float: right;
    color: inherit
}

#pvPosts .thread .post-content {
    padding: 15px;
    line-height: 1.5;
    color: #333
}

#pvPosts .thread .post-content span,#pvPosts .thread .post-content em {
    color: inherit
}

#pvPosts .thread .post-content table {
    margin: 1em 0
}

#pvPosts .thread .post-content table tr td,#pvPosts .thread .post-content table tr th {
    border: 2px solid #fff;
    background: #f2f2f2;
    padding: 3px 5px;
    font-size: 0.8em;
    text-align: left
}

#pvPosts .thread .post-content table tr:nth-child(odd) td {
    background: #e2e2e2
}

#pvPosts .thread {
    font-size: 1em;
    background-color: #fff;
    overflow: hidden;
    border-left: 10px solid #bdc3c7;
    margin: 10px 0 40px 0;
    padding: 0;
    position: relative
}

#pvPosts .threadAlt {
    background: #eee;
    margin: 10px 0;
    padding: 0;
    position: relative
}

#pvPosts .threadPrivateOn {
    border-left: 10px solid #3498db
}

.dateTime {
    max-width: 10em
}

.threadModerated {
    opacity: 0.5
}

.komvos-advanced .row {
    margin-right: -15px;
    margin-left: -15px
}

.komvos-advanced .row:after {
    clear: both;
    display: table;
    content: "";
    box-sizing: border-box
}

.komvos-advanced .col-md-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.komvos-advanced .col-md-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.komvos-advanced .col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.komvos-advanced .col-md-4 .border-top,.komvos-advanced .border-top {
    border-top: 3px solid #006ba1;
    background: #fff;
    padding: 10px 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.komvos-advanced {
    font-family: 'Open Sans';
    font-size: 16px
}

.komvos-advanced .img-responsive {
    max-width: 100%;
    height: auto
}

.komvos-advanced p {
    margin-bottom: 10px
}

.komvos-advanced p.bullet {
    position: relative
}

.komvos-advanced p.bullet:before {
    height: 12px;
    width: 12px;
    margin-right: 10px;
    background-image: url('../imgs/komvos/3bullets.png');
    background-repeat: no-repeat;
    content: "";
    display: inline-block
}

.komvos-advanced p.small {
    font-size: 0.857em
}

.komvos-advanced p.small span {
    color: #555;
    font-weight: 300;
    font-style: italic
}

.komvos-advanced p.small span:after {
    height: 1em;
    width: 1px;
    margin: 0 10px;
    background-color: #555;
    content: "";
    display: inline-block
}

.komvos-advanced p.button-container {
    font-size: 0.857em;
    text-align: center
}

.komvos-advanced .col-md-4.border-top p {
    padding-left: 0
}

.komvos-advanced ul {
    margin-bottom: 10px
}

.komvos-advanced h2 {
    margin-bottom: 10px;
    margin-top: 50px;
    color: #006ba1;
    font-weight: bold;
    position: relative
}

.komvos-advanced h2:first-child {
    margin-top: 0
}

.komvos-advanced h2:before {
    content: '';
    background-image: url('../imgs/komvos/header-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    color: #006ba1;
    left: -60px;
    top: -10px;
    position: absolute;
    width: 48px;
    height: 40px
}

.komvos-advanced h3 {
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    font-weight: 300;
    border-bottom: 1px solid #ddd
}

.komvos-advanced .table {
    width: 100%;
    max-width: 100%;
    margin: 20px 0
}

.komvos-advanced table {
    border-spacing: 0;
    border-collapse: collapse
}

.komvos-advanced .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F9F9F9
}

.komvos-advanced .table-striped > thead > tr {
    background-color: #006ba1
}

.komvos-advanced .table > tbody > tr > th,.komvos-advanced .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #DDD;
    font-size: 1em
}

.komvos-advanced .table > tbody > tr > td {
    text-align: center
}

.komvos-advanced .table.left > tbody > tr > td {
    text-align: left
}

.komvos-advanced .table > tbody > tr > td .fa {
    color: #0084c2
}

.komvos-advanced .table > tbody > tr > td p {
    font-size: 0.857em
}

.komvos-advanced .table > thead > tr > th,.komvos-advanced .table > thead > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #fff;
    border-top: 1px solid #DDD;
    font-size: 1em
}

.komvos-advanced .table > tbody > tr > th:first-child,.komvos-advanced .table > thead > tr > th:first-child {
    text-align: left
}

#leftbar.komvos-bar {
    background-color: #34495e;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 120px;
    z-index: 10000;
    padding-left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color,transform 0.3s ease;
    -moz-transition: background-color,transform 0.3s ease;
    -o-transition: background-color,transform 0.3s ease;
    transition: background-color,transform 0.3s ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#leftbar.komvos-bar:hover {
    background-color: #34495e;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding: 0
}

.komvos-bar .top-links-outer {
    position: absolute;
    top: 0;
    width: 100%
}

.komvos-bar .bottom-links {
    position: absolute;
    bottom: 0;
    width: 100%
}

#leftbar.komvos-bar ul.top-links li {
    font-size: .85em;
    margin: 0;
    padding: 0
}

#leftbar.komvos-bar .bottom-links > li {
    font-size: .85em;
    margin: 0;
    padding: 0
}

.mCSB_inside > .mCSB_container {
    margin-right: 0!important
}

#leftbar.komvos-bar a {
    display: block;
    padding: 10px 0;
    text-align: center
}

#leftbar.komvos-bar a:hover {
    background: #3b5269
}

#leftbar.komvos-bar a:hover svg,#leftbar.komvos-bar a:hover span.icon-text {
    opacity: 1
}

#leftbar.komvos-bar li.favorites-active a svg,#leftbar.komvos-bar li.comment-active a svg,#leftbar.komvos-bar li.watch-active a svg {
    opacity: 1
}

#leftbar.komvos-bar li.favorites-active #heart--empty,#leftbar.komvos-bar li.favorites-inactive #heart--filled,#leftbar.komvos-bar li.comment-active #comment--empty,#leftbar.komvos-bar li.comment-inactive #comment--filled,#leftbar.komvos-bar li.watch-active #pin--empty,#leftbar.komvos-bar li.watch-inactive #pin--filled {
    opacity: 0
}

#leftbar.komvos-bar #heart--filled,#leftbar.komvos-bar #comment--filled,#leftbar.komvos-bar #pin--filled {
    fill: #2ecc71
}

#leftbar.komvos-bar svg {
    opacity: 0.7;
    width: 28px;
    height: 28px;
    fill: #fff;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease
}

#leftbar.komvos-bar li span.icon-text {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    padding: 0 5px;
    opacity: .7;
    display: block;
    -webkit-transition: opacity,transform 0.4s ease;
    -moz-transition: opacity,transform 0.4s ease;
    -o-transition: opacity,transform 0.4s ease;
    transition: opacity,transform 0.4s ease;
}

#leftbar.komvos-bar:hover li span.icon-text {
    color: #fff;
    display: block;
    height: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.share-links {
    position: relative;
    width: 100%;
    min-height: 90px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.share-links__trigger {
    z-index: 10;
    position: absolute;
    width: 120px;
    height: 70px
}

.share-links ul {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    visibility: hidden;
    text-align: left;
    padding-left: 120px;
    -webkit-transition: visibility 0.3s;
    -moz-transition: visibility 0.3s;
    -o-transition: visibility 0.3s;
    transition: visibility 0.3s
}

#leftbar.komvos-bar .share-links li {
    display: inline-block;
    line-height: 50px;
    padding: 0;
    margin: 0 0 0 5px;
    float: left
}

.share-links ul a {
    border-radius: 50%;
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#leftbar.komvos-bar .share-links ul a:hover {
    background: none
}

#leftbar.komvos-bar .share-links ul a svg {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    opacity: 1;
    fill: #34495e;
    -webkit-transform: translateY(0) scale(0) translateX(0);
    -moz-transform: translateY(0) scale(0) translateX(0);
    -ms-transform: translateY(0) scale(0) translateX(0);
    -o-transform: translateY(0) scale(0) translateX(0);
    transform: translateY(0) scale(0) translateX(0)
}

.share-links.share-links--visible {
    width: 300px
}

.share-links.share-links--visible ul svg {
    -webkit-transform: translateY(0) scale(1) translateX(0)!important;
    -moz-transform: translateY(0) scale(1) translateX(0)!important;
    -ms-transform: translateY(0) scale(1) translateX(0)!important;
    -o-transform: translateY(0) scale(1) translateX(0)!important;
    transform: translateY(0) scale(1) translateX(0)!important;
    -webkit-animation: scaleIn 0.2s backwards;
    -moz-animation: scaleIn 0.2s backwards;
    -o-animation: scaleIn 0.2s backwards;
    animation: scaleIn 0.2s backwards;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

#leftbar.komvos-bar .share-links.share-links--visible ul li:first-of-type svg {
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    animation-delay: 0.05s
}

#leftbar.komvos-bar .share-links.share-links--visible ul li:nth-of-type(2) svg {
    -webkit-animation-delay: 0.10s;
    -moz-animation-delay: 0.10s;
    -o-animation-delay: 0.10s;
    animation-delay: 0.10s
}

#leftbar.komvos-bar .share-links.share-links--visible ul li:nth-of-type(3) svg {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s
}

#leftbar.komvos-bar #email {
    fill: #ea4335
}

#leftbar.komvos-bar #facebook {
    fill: #3b5998
}

#leftbar.komvos-bar #twitter {
    fill: #55acee
}

#leftbar.komvos-bar #email #envelope {
    fill: #fff
}

#leftbar.komvos-bar #facebook #fb-logo {
    fill: #fff
}

#leftbar.komvos-bar #twitter #bird {
    fill: #fff
}

#leftbar.komvos-bar a:hover #email {
    fill: #bf372b
}

#leftbar.komvos-bar a:hover #facebook {
    fill: #263d6f
}

#leftbar.komvos-bar a:hover #twitter {
    fill: #3d82b6
}

.share-links.share-links--visible ul {
    visibility: visible
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: translateX(-500%) scale(0)
    }

    to {
        -webkit-transform: translateX(0) scale(1)
    }
}

@-moz-keyframes scaleIn {
    from {
        -moz-transform: translateX(-500%) scale(0)
    }

    to {
        -moz-transform: translateX(0) scale(1)
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: translateX(-500%) scale(0);
        -moz-transform: translateX(-500%) scale(0);
        -ms-transform: translateX(-500%) scale(0);
        -o-transform: translateX(-500%) scale(0);
        transform: translateX(-500%) scale(0)
    }

    to {
        -webkit-transform: translateX(0) scale(1);
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -o-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

.thread .reply,.threadAlt .reply {
    color: #fff !important;
    background: #3498db;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #999;
    opacity: .6;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 15px
}

.thread .reply:hover,.threadAlt .reply:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.threadPrivateOn .reply {
    color: #666 !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #999;
    opacity: .8;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 15px
}

.threadPrivateOn .reply:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none
}

#threadBottom .replyAll {
    color: #fff !important;
    background: #3498db;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #999;
    left: 680px;
    line-height: 35px;
    opacity: .8;
    padding: 10px;
    position: relative;
    top: 15px
}

#threadBottom .replyAll:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none
}

#question {
    background-color: #e6e6e6;
    border: 0;
    border-radius: 4px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    height: 40px;
    margin: 10px 0;
    padding: 0 5px 0 5px;
    width: 504px
}

.question {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    height: 40px;
    margin: 10px 0;
    padding: 0 5px 0 10px;
    width: 650px !important
}

.rightCol .question {
    position: relative;
    top: 24px
}

.rightCol .question .rcbReadOnly {
    border: 0;
    padding: 0 5px 0 10px !important
}

.spanQ {
    color: #000;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    margin: 15px 0 10px 0;
    padding: 0 0 0 15px
}

.questionQ {
    height: 25px !important;
    width: 225px !important
}

#searchquestion {
    background: url('../imgs/komvos/searchquestion.png') no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 30px;
    text-indent: -9999px;
    top: 82px;
    width: 24px
}

.AddQuestionBox {
    border: 0 !important;
    margin: 20px
}

.editorModule {
    display: none
}

#lblStarClickResponse {
    display: none
}

.komvospagenumber {
    background: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #999
}

.komvospagenumber a {
    color: #999
}

.komvospagenumber span {
    color: #999;
    font-weight: bold
}

.colorboxPadding {
    padding: 20px
}

.colorboxPadding h2 {
    margin-bottom: 10px
}

.left-nav-trigger {
    background: #3498db;
    border: 1px solid #fff;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0,0,0,0);
    z-index: 100000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left-nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s
}

.left-nav-trigger span,.left-nav-trigger span::after,.left-nav-trigger span::before {
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.left-nav-trigger span::after,.left-nav-trigger span::before {
    content: '';
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s
}

.left-nav-trigger span::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px)
}

.left-nav-trigger span::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

.left-nav-is-visible .left-nav-trigger span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.left-nav-is-visible .left-nav-trigger span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.left-nav-is-visible .left-nav-trigger span {
    background-color: rgba(0,0,0,0)
}

.left-nav-is-visible .left-nav-trigger {
    background: #34495e
}

.left-nav-is-visible #leftbar.komvos-bar {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.left-nav-is-visible.ef-page #wrap {
    -webkit-transform: translateX(120px) translateY(0);
    -moz-transform: translateX(120px) translateY(0);
    -ms-transform: translateX(120px) translateY(0);
    -o-transform: translateX(120px) translateY(0);
    transform: translateX(120px) translateY(0)
}

.printbox {
    background-color: #fff;
    color: #000000;
    width: 400px;
    height: 200px;
    margin: auto;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none
}

.printbox h2 {
    color: #333;
    margin-bottom: 1.5em;
    text-align: center
}

.printbox .ef-checkbox {
    margin-bottom: 1em
}

.printbox .btn-container {
    text-align: center;
    margin-top: 1.5em
}

.ef-page #footerLawbank p {
    font-size: .8em;
    width: 100%
}

.ef-page #footerLawbank a {
    color: #fff
}

#middleBox_inner {
    float: left;
    margin: 20px 0 0 0;
    position: relative;
    width: 100%;
    min-height: 80px
}

.content_inner {
    padding-top: 20px !important
}

#leftinner {
    float: left;
    margin: 50px 0 0 10px;
    padding-right: 80px;
    width: 240px
}

#rightinner {
    float: right;
    margin: 27px 0 0 10px;
    padding-left: 50px;
    width: 240px
}

#eMagpic {
    float: left;
    padding-left: 20px;
    padding-top: 30px;
    width: 188px
}

.emagimgbox {
    height: 186px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 140px
}

#emag h2 {
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    margin-top: 30px;
    padding: 0 0 10px 0
}

#leftinner h2 {
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    margin: 25px 30px 15px 0;
    padding: 0 0 10px 0
}

#rightinner h2 {
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    margin: 25px 30px 15px 0;
    padding: 0 0 10px 0
}

#shortintro {
    margin: 30px 30px 10px 0;
    padding-bottom: 15px
}

#magdesc {
    font-size: 12px;
    height: 160px;
    margin-top: 30px;
    overflow: hidden;
    text-align: justify;
    width: 430px
}

.othermag {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    background-color: #fff;
    bottom: 5px;
    color: #0099ff;
    display: block;
    font-size: 12px;
    font-size: 12px;
    opacity: 0.8;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 138px;
    z-index: 10
}

.othermag a {
    color: #0099ff;
    text-decoration: none
}

.emagcaption {
    color: #666;
    padding-right: 35px;
    padding-top: 5px;
    text-align: center
}

.emagleft p a {
    color: #333
}

.emagleft em {
    color: #999;
    font-weight: 300
}

#SearchResults .rgRow:hover,#SearchResults .rgAltRow:hover {
    background-color: #fff
}

#innermenu {
    margin: 20px 30px 0 0
}

#innermenu li {
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    font-size: 1.6em;
    line-height: 31px
}

#innermenu li a {
    color: #999;
    display: block;
    height: 31px;
    width: 219px
}

#innermenu li a:hover {
    background: url('../imgs/innermenubg.png') no-repeat;
    color: #fff;
    display: block;
    height: 31px;
    text-decoration: none;
    width: 219px
}

#eMagpic img {
    -moz-box-shadow: 1px 1px 3px #bfbfbf;
    -webkit-box-shadow: 1px 1px 3px #bfbfbf;
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px #bfbfbf
}

.otheremagpic {
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6
}

.magbutton {
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #bfbfbf;
    -moz-opacity: 0.6;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #333333;
    -webkit-opacity: 0.6;
    background-color: #0099ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #bfbfbf;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.6;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none
}

.magbutton:active {
    position: relative;
    top: 1px
}

.magbutton:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#leftinner label {
    color: #333;
    display: inline-block;
    font-size: 1.2em;
    width: 50px
}

#rightinner label {
    color: #333;
    display: inline-block;
    font-size: 1.2em;
    width: 50px
}

#rightinner select {
    border: 1px solid #ccc;
    color: #333;
    width: 150px
}

.imgholder {
    float: left;
    margin: 30px 20px 10px 20px;
    width: 180px
}

.boxgrid {
    -moz-box-shadow: 1px 1px 3px #bfbfbf;
    -webkit-box-shadow: 1px 1px 3px #bfbfbf;
    background: #f6f6f6;
    border: solid 5px #fff;
    box-shadow: 1px 1px 3px #bfbfbf;
    cursor: pointer;
    height: 176px;
    overflow: hidden;
    position: relative;
    width: 130px
}

.boxgrid img {
    border: 0;
    left: 0;
    position: absolute;
    top: 0
}

.boxcaption {
    float: left;
    position: absolute
}

.captionfull .boxcaption {
    background: url('../imgs/emag/arrows.png') 50% 8px no-repeat;
    left: 0;
    top: 176px
}

.boxgrid p {
    font-size: 14px;
    padding-top: 15px;
    text-align: center
}

.boxgrid a {
    background: #fff;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    width: 130px
}

.boxgrid a:hover {
    text-decoration: none
}

.contentslider {
    padding: 10px
}

.cs_wrapper,.cs_article {
}

.cs_leftBtn,.cs_rightBtn {
    width: 30px
}

.contentslider {
    display: block;
    height: 400px;
    margin: 0 auto;
    margin-left: -30px;
    position: relative;
    width: 900px
}

.cs_wrapper {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.cs_slider {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 10000px
}

.cs_article {
    display: block;
    float: left;
    height: 400px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    width: 900px
}

.cs_leftBtn,.cs_rightBtn {
    height: 400px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    z-index: 10000
}

.cs_leftBtn {
    left: -40px;
    outline: 0
}

.cs_rightBtn {
    outline: 0;
    right: 0
}

.cs_leftBtn img,.cs_rightBtn img {
    border: 0;
    margin: 0;
    position: relative;
    top: 200px
}

#sort {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    position: absolute;
    right: 0
}

#sort li {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background-color: #ccc;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "Catalog",Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style: none;
    margin: 0
}

#sort li a {
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 5px;
    position: relative;
    text-decoration: none
}

#sort li a:hover {
    color: #fff
}

#sort li:hover > a {
    color: #fff
}

#sort ul li:hover a,#sort li:hover li a {
    background: none;
    border: none;
    border: 0 !important;
    color: #ccc;
    padding: 0 !important
}

#sort ul a:hover {
    background: #333 !important;
    color: #fff !important
}

#sort li:hover > ul {
    display: block;
    margin: 0 0 0 0
}

#sort ul {
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    background: #ccc;
    behavior: url('../ie-css3.htc');
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    display: none;
    margin: 0 0 0 -0 !important;
    padding: 5px 0 0 0 !important;
    position: absolute;
    width: 120px
}

#sort ul li {
    float: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 5px;
    padding: 4px
}

#sort ul a {
    font-weight: normal
}

#sort ul a:hover {
    background: transparent !important;
    font-weight: normal
}

#sort ul ul {
    left: 181px;
    top: -3px
}

#sort ul li:first-child > a {
}

#sort ul li:last-child > a {
}

#sort:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#sort {
    display: inline-block
}

html[xmlns] #sort {
    display: block
}

* html #sort {
    height: 1%
}

.sort {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    position: absolute;
    right: 0
}

.sort li {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    background-color: #ccc;
    border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "Catalog",Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    list-style: none;
    margin: 0
}

.sort li a {
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 5px;
    position: relative;
    text-decoration: none
}

.sort li a:hover {
    color: #fff
}

.sort li:hover > a {
    color: #fff
}

.sort ul li:hover a,.sort li:hover li a {
    background: none;
    border: none;
    border: 0 !important;
    color: #ccc;
    padding: 0 !important
}

.sort ul a:hover {
    background: #333 !important;
    color: #fff !important
}

.sort li:hover > ul {
    display: block;
    margin: 0 0 0 0
}

.sort ul {
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    background: #ccc;
    behavior: url('../ie-css3.htc');
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    display: none;
    margin: 0 0 0 -0 !important;
    padding: 5px 0 0 0 !important;
    position: absolute;
    width: 120px
}

.sort ul li {
    float: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 5px;
    padding: 4px
}

.sort ul a {
    font-weight: normal
}

.sort ul a:hover {
    background: transparent !important;
    font-weight: normal
}

.sort ul ul {
    left: 181px;
    top: -3px
}

.sort ul li:first-child > a {
}

.sort ul li:last-child > a {
}

.sort:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.sort {
    display: inline-block
}

html[xmlns] .sort {
    display: block
}

* html .sort {
    height: 1%
}

#colorbox,#cboxOverlay,#cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999999
}

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    border: 0;
    display: block;
    float: left;
    margin: auto
}

.cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%
}

#cboxOverlay {
    background-color: #ecf0f1;
    opacity: 0.8
}

#colorbox {
    padding: 20px
}

#cboxTopLeft {
    background: url(images/controls.png) no-repeat 0 0;
    height: 14px;
    width: 14px
}

#cboxTopCenter {
    background: url(images/border.png) repeat-x top left;
    height: 14px
}

#cboxTopRight {
    background: url(images/controls.png) no-repeat -36px 0;
    height: 14px;
    width: 14px
}

#cboxBottomLeft {
    background: url(images/controls.png) no-repeat 0 -32px;
    height: 43px;
    width: 14px
}

#cboxBottomCenter {
    background: url(images/border.png) repeat-x bottom left;
    height: 43px
}

#cboxBottomRight {
    background: url(images/controls.png) no-repeat -36px -32px;
    height: 43px;
    width: 14px
}

#cboxMiddleLeft {
    background: url(images/controls.png) repeat-y -175px 0;
    width: 14px
}

#cboxMiddleRight {
    background: url(images/controls.png) repeat-y -211px 0;
    width: 14px
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    border: 1px solid #ccc;
    padding: 50px
}

#cboxLoadedContent {
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center
}

#cboxTitle {
    bottom: -25px;
    color: #7C7C7C;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#cboxCurrent {
    bottom: -25px;
    color: #7C7C7C;
    font-weight: bold;
    left: 58px;
    position: absolute
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    background: url(images/controls.png) no-repeat 0 0;
    bottom: -29px;
    height: 23px;
    position: absolute;
    text-indent: -9999px;
    width: 23px
}

#cboxPrevious {
    background-position: -51px -25px;
    left: 0
}

#cboxPrevious:hover {
    background-position: -51px 0
}

#cboxNext {
    background-position: -75px -25px;
    left: 27px
}

#cboxNext:hover {
    background-position: -75px 0
}

#cboxClose {
    background-position: -100px -25px;
    right: 0
}

#cboxClose:hover {
    background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0
}

.coda-slider-wrapper {
    padding: 0
}

.coda-slider-no-js .coda-slider {
    height: 450px !important;
    overflow: auto !important;
    padding-right: 0
}

.coda-slider,.coda-slider .panel {
    min-height: 400px;
    width: 960px
}

.coda-slider-wrapper.arrows .coda-slider,.coda-slider-wrapper.arrows .coda-slider .panel {
    width: 960px
}

.coda-slider-wrapper.arrows .coda-slider {
    margin: 0 0
}

.coda-nav-left a,.coda-nav-right a {
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    color: #000;
    display: none;
    opacity: 0.4;
    position: absolute;
    top: 400px
}

.coda-nav-left a:hover,.coda-nav-right a:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    display: none;
    opacity: 1
}

.coda-nav-left a {
    background: url('../imgs/emag/cs_leftImg.png') no-repeat;
    display: none;
    height: 33px;
    left: -30px;
    text-indent: -9999px;
    width: 30px
}

.coda-nav-right a {
    background: url('../imgs/emag/cs_rightImg.png') no-repeat;
    display: none;
    height: 33px;
    right: -30px;
    text-indent: -9999px;
    width: 30px
}

.coda-nav ul li a.current {
    background: #39c
}

.coda-slider .panel-wrapper {
    padding: 0
}

.coda-slider p.loading {
    padding: 0;
    text-align: center
}

.coda-nav ul {
    clear: both;
    display: block;
    height: 55px;
    margin: auto;
    overflow: hidden
}

.coda-nav ul li {
    display: inline
}

.coda-nav ul li a {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    background: #e5e5e5;
    border-right: 1px solid #f6f6f6;
    display: block;
    float: left;
    font-size: 16px;
    height: 68px;
    line-height: 55px;
    opacity: 0.8;
    padding: 0 15px;
    text-align: center;
    text-decoration: none !important
}

.coda-nav ul li a:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    background: #fff url('') 100% repeat-x;
    color: #000 !important;
    opacity: 1
}

.coda-nav ul li a.current {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    background-color: #fff;
    color: #000 !important;
    display: block;
    font-size: 16px;
    height: 59px;
    line-height: 55px;
    opacity: 1 !important;
    padding: 0 15px;
    text-align: center;
    text-decoration: none !important
}

.current a:hover {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    color: #000 !important;
    opacity: 1 !important;
    text-decoration: none !important
}

.coda-slider-wrapper {
    clear: both;
    margin-top: 20px;
    overflow: auto
}

.coda-slider {
    float: left;
    overflow: hidden;
    position: relative
}

.coda-slider .panel {
    display: block;
    float: left
}

.coda-slider .panel-container {
    position: relative
}

.coda-nav-left,.coda-nav-right {
    float: left
}

.coda-nav-left a,.coda-nav-right a {
    display: none;
    text-align: center;
    text-decoration: none
}

.RadGrid_Network {
    background: #f6f6f6;
    border: 0 solid #828282;
    color: #999
}

.RadGrid_Network,.RadGrid_Network .rgMasterTable,.RadGrid_Network .rgDetailTable,.RadGrid_Network .rgGroupPanel table,.RadGrid_Network .rgCommandRow table,.RadGrid_Network .rgEditForm table,.RadGrid_Network .rgPager table,.GridToolTip_Network {
    font: 12px/16px "segoe ui",arial,sans-serif
}

.RadGrid_Network .rgAdd,.RadGrid_Network .rgRefresh,.RadGrid_Network .rgEdit,.RadGrid_Network .rgDel,.RadGrid_Network .rgFilter,.RadGrid_Network .rgPagePrev,.RadGrid_Network .rgPageNext,.RadGrid_Network .rgPageFirst,.RadGrid_Network .rgPageLast,.RadGrid_Network .rgExpand,.RadGrid_Network .rgCollapse,.RadGrid_Network .rgSortAsc,.RadGrid_Network .rgSortDesc,.RadGrid_Network .rgUpdate,.RadGrid_Network .rgCancel,.RadGrid_Network .rgUngroup,.RadGrid_Network .rgExpXLS,.RadGrid_Network .rgExpDOC,.RadGrid_Network .rgExpPDF,.RadGrid_Network .rgExpCSV {
    background-image: url('../imgs/Grid/sprite.gif')
}

.RadGrid_Network .rgHeaderDiv {
    background: #eee 0 -7550px repeat-x url('../imgs/Grid/sprite.gif')
}

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px
}

.RadGrid_Network .rgHeader,.RadGrid_Network th.rgResizeCol {
    background-color: #F6F6F6;
    border: 0;
    border-bottom: 2px solid #000
}

.RadGrid_Network th.rgSorted {
    background-color: #c4c4c4;
    background-position: 0 -2600px
}

.RadGrid_Network .rgHeader,.RadGrid_Network .rgHeader a {
    color: #333;
    color: #000;
    font-size: 14px
}

.RadGrid_Network .rgRow td,.RadGrid_Network .rgAltRow td,.RadGrid_Network .rgEditRow td,.RadGrid_Network .rgFooter td {
    border-style: solid;
    border-width: 0 0 0 0
}

.RadGrid_Network .rgRow td {
    border-color: #f6f6f6;
    color: #666;
    font-size: 12px
}

.RadGrid_Network .rgAltRow {
    background: #f6f6f6;
    color: #000;
    font-size: 12px
}

.RadGrid_Network .rgAltRow td {
    border-color: #f6f6f6;
    color: #666;
    font-size: 12px
}

.RadGrid_Network .rgRow .rgSorted {
    background-color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.RadGrid_Network .rgAltRow .rgSorted {
    background-color: #e6e6e6;
    border-bottom-color: #e6e6e6
}

.RadGrid_Network .rgSelectedRow .rgSorted,.RadGrid_Network .rgActiveRow .rgSorted,.RadGrid_Network .rgHoveredRow .rgSorted,.RadGrid_Network .rgEditRow .rgSorted {
    background-color: transparent
}

.RadGrid_Network .rgRow a,.RadGrid_Network .rgAltRow a,.RadGrid_Network .rgEditRow a,.RadGrid_Network tr.rgEditRow a,.RadGrid_Network tr.rgHoveredRow a,.RadGrid_Network tr.rgActiveRow a,.RadGrid_Network .rgFooter a,.RadGrid_Network .rgEditForm a {
    color: #666
}

.RadGrid_Network .rgMasterTable .rgSelectedCell,.RadGrid_Network .rgSelectedRow {
    background: #828282 0 -3900px repeat-x url('../imgs/Grid/sprite.gif');
    color: #fff
}

* + html .RadGrid_Network .rgSelectedRow .rgSorted {
    background-color: #828282
}

* html .RadGrid_Network .rgSelectedRow .rgSorted {
    background-color: #828282
}

.RadGrid_Network .rgSelectedCell a,.RadGrid_Network .rgSelectedRow a {
    color: #fff
}

.RadGrid_Network .rgMasterTable .rgActiveCell,.RadGrid_Network .rgActiveRow,.RadGrid_Network .rgHoveredRow {
    background: #c5c5c5 0 -2900px repeat-x url('../imgs/Grid/sprite.gif');
    color: #333
}

* + html .RadGrid_Network .rgActiveRow .rgSorted,* + html .RadGrid_Network .rgHoveredRow .rgSorted {
    background-color: #c5c5c5
}

* html .RadGrid_Network .rgActiveRow .rgSorted,* html .RadGrid_Network .rgHoveredRow .rgSorted {
    background-color: #c5c5c5
}

.RadGrid_Network .rgEditRow {
    background: #fff 0 -4900px repeat-x url('../imgs/Grid/sprite.gif');
    color: #333
}

* + html .RadGrid_Network .rgEditRow .rgSorted {
    background-color: #fff
}

* html .RadGrid_Network .rgEditRow .rgSorted {
    background-color: #fff
}

.RadGrid_Network .rgActiveRow td,.RadGrid_Network .rgActiveRow td.rgSorted,.RadGrid_Network .rgHoveredRow td,.RadGrid_Network .rgHoveredRow td.rgSorted {
    border-bottom-color: #9e9e9e
}

.RadGrid_Network .rgSelectedRow td,.RadGrid_Network .rgSelectedRow td.rgSorted {
    border-bottom-color: #6c6c6c
}

.RadGrid_Network .rgDrag {
    background-image: url('../imgs/Grid/rgDrag.gif')
}

.RadGrid_Network .rgFooterDiv,.RadGrid_Network .rgFooter {
    background: #eee
}

.RadGrid_Network .rgFooter td {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #828282
}

.RadGrid_Network .rgPager .rgStatus {
    border: 1px solid;
    border-color: #828282 #c9c9c9 #eee #c9c9c9;
    border-left-width: 0
}

.RadGrid_Network .rgStatus div {
    background-image: url('/imgs/loading_round_32.gif')
}

.RadGrid_Network .rgPager {
    background: #eee
}

.RadGrid_Network td.rgPagerCell {
    border: 1px solid;
    border-color: #828282 #eee #eee;
    border-right-width: 0
}

.RadGrid_Network .rgInfoPart {
    color: #8a8a8a
}

.RadGrid_Network .rgInfoPart strong {
    color: #4c4e54
}

.RadGrid_Network .rgPageFirst {
    background-position: 0 -550px
}

.RadGrid_Network .rgPageFirst:hover {
    background-position: 0 -600px
}

.RadGrid_Network .rgPagePrev {
    background-position: 0 -700px
}

.RadGrid_Network .rgPagePrev:hover {
    background-position: 0 -750px
}

.RadGrid_Network .rgPageNext {
    background-position: 0 -850px
}

.RadGrid_Network .rgPageNext:hover {
    background-position: 0 -900px
}

.RadGrid_Network .rgPageLast {
    background-position: 0 -1000px
}

.RadGrid_Network .rgPageLast:hover {
    background-position: 0 -1050px
}

.RadGrid_Network .rgPager .rgPagerButton {
    background: #e8e8e8 repeat-x 0 -1550px url('../imgs/Grid/sprite.gif');
    border-color: #d0d0d0 #aeaeae #8b8b8b;
    color: #000;
    font-family: "segoe ui",arial,sans-serif
}

.RadGrid_Network .rgNumPart a:hover,.RadGrid_Network .rgNumPart a:hover span,.RadGrid_Network .rgNumPart a.rgCurrentPage,.RadGrid_Network .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('../imgs/Grid/sprite.gif')
}

.RadGrid_Network .rgNumPart a {
    color: #000
}

.RadGrid_Network .rgNumPart a:hover {
    background-position: 100% -1250px
}

.RadGrid_Network .rgNumPart a:hover span {
    background-position: 0 -1150px
}

.RadGrid_Network .rgNumPart a.rgCurrentPage,.RadGrid_Network .rgNumPart a.rgCurrentPage:hover {
    background-position: 100% -1450px
}

.RadGrid_Network .rgNumPart a.rgCurrentPage span,.RadGrid_Network .rgNumPart a.rgCurrentPage:hover span {
    background-position: 0 -1350px
}

.RadGrid_Network .rgHeader .rgSortAsc {
    background-position: 3px -248px;
    height: 10px
}

.RadGrid_Network .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px
}

.GridReorderTop_Network,.GridReorderBottom_Network {
    background: 0 0 no-repeat url('../imgs/Grid/sprite.gif')
}

.GridReorderBottom_Network {
    background-position: 0 -50px
}

.RadGrid_Network .rgFilterRow {
    background: #eee
}

.RadGrid_Network .rgFilterRow td {
    border-bottom: 1px solid #828282
}

.RadGrid_Network .rgFilter {
    background-position: 0 -300px
}

.RadGrid_Network .rgFilter:hover {
    background-position: 0 -350px
}

.RadGrid_Network .rgFilterActive,.RadGrid_Network .rgFilterActive:hover {
    background-position: 0 -400px
}

.RadGrid_Network .rgFilterBox {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    color: #333;
    font-family: "Open Sans",arial,sans-serif
}

.RadMenu_Network .rgHCMClear,.RadMenu_Network .rgHCMFilter {
    background: #e8e8e8 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
    border-color: #d0d0d0 #a8a8a8 #8b8b8b;
    color: #000;
    font-family: "segoe ui",arial,sans-serif
}

.RadMenu_Network .rgHCMClear:hover,.RadMenu_Network .rgHCMFilter:hover {
    background-color: #e5e5e5;
    background-position: center -67px;
    border-color: #d1d1d1 #b9b9b9 #a3a3a3
}

.GridContextMenu_Network .rmLeftImage {
    background-image: url('../Common/../imgs/Grid/contextMenu.gif')
}

.GridContextMenu_Network .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0
}

.GridContextMenu_Network .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px
}

.GridContextMenu_Network .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px
}

.GridContextMenu_Network .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px
}

.GridContextMenu_Network .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px
}

.GridContextMenu_Network .rgHCMCols .rmLeftImage {
    background-position: 0 -200px
}

.GridContextMenu_Network .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px
}

.GridContextMenu_Network .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px
}

.RadGrid_Network .rgGroupPanel {
    background: #eee 0 -1900px repeat-x url('../imgs/Grid/sprite.gif');
    border: 0;
    border-bottom: 1px solid #828282
}

.RadGrid_Network .rgGroupPanel td {
    border: 0;
    padding: 3px 4px
}

.RadGrid_Network .rgGroupPanel td td {
    padding: 0
}

.RadGrid_Network .rgGroupPanel .rgSortAsc {
    background-position: 4px -144px
}

.RadGrid_Network .rgGroupPanel .rgSortDesc {
    background-position: 4px -94px
}

.RadGrid_Network .rgUngroup {
    background-position: 0 -6998px
}

.RadGrid_Network .rgGroupItem {
    background: #c6c6c6 0 -6500px repeat-x url('../imgs/Grid/sprite.gif');
    border: 1px solid;
    border-color: #c4c4c4 #c4c4c4 #9e9e9e
}

.RadGrid_Network .rgMasterTable td.rgGroupCol,.RadGrid_Network .rgMasterTable td.rgExpandCol {
    background: #d9d9d9 none;
    border-color: #d9d9d9
}

.RadGrid_Network .rgGroupHeader {
    background: #d9d9d9;
    color: #000;
    font-size: 1.1em;
    line-height: 21px
}

.RadGrid_Network .rgGroupHeader td {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #828282
}

.RadGrid_Network .rgGroupHeader td.rgGroupCol {
    border-top-color: #828282
}

.RadGrid_Network .rgExpand {
    background-position: 5px -496px
}

.RadGrid_Network .rgCollapse {
    background-position: 3px -444px
}

.RadGrid_Network .rgEditForm {
    border-bottom: 1px solid #828282
}

.RadGrid_Network .rgUpdate {
    background-position: 0 -1800px
}

.RadGrid_Network .rgCancel {
    background-position: 0 -1850px
}

.RadGrid_Network .rgDetailTable {
    border-color: #828282
}

.RadGrid_Network .rgCommandRow {
    background: #c5c5c5 0 -2099px repeat-x url('../imgs/Grid/sprite.gif');
    color: #000
}

.RadGrid_Network .rgCommandCell {
    border: 1px solid;
    border-color: #999 #f2f2f2;
    border-top-width: 0;
    padding: 0
}

.RadGrid_Network tfoot .rgCommandCell,.RadGrid_Network .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-bottom-width: 0;
    border-top-width: 1px
}

.RadGrid_Network .rgCommandTable td {
    border: 0;
    padding: 2px 7px
}

.RadGrid_Network .rgCommandTable {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #fdfdfd
}

.RadGrid_Network .rgCommandRow a {
    color: #000;
    text-decoration: none
}

.RadGrid_Network .rgAdd {
    background-position: 0 -1650px;
    margin-right: 3px
}

.RadGrid_Network .rgRefresh {
    background-position: 0 -1600px;
    margin-right: 3px
}

.RadGrid_Network .rgEdit {
    background-position: 0 -1700px
}

.RadGrid_Network .rgDel {
    background-position: 0 -1750px
}

.RadGrid_Network .rgSelected .rgDel {
    background-position: 0 -1775px
}

.RadGrid_Network .rgExpXLS,.RadGrid_Network .rgExpDOC,.RadGrid_Network .rgExpPDF,.RadGrid_Network .rgExpCSV {
    background-image: url('../Common/../imgs/Grid/export.gif')
}

.RadGrid_Network .rgExpXLS {
    background-position: 0 0
}

.RadGrid_Network .rgExpDOC {
    background-position: 0 -50px
}

.RadGrid_Network .rgExpPDF {
    background-position: 0 -100px
}

.RadGrid_Network .rgExpCSV {
    background-position: 0 -150px
}

.rgCellSelectorArea_Network,.GridRowSelector_Network {
    background: #4c4e54
}

.GridItemDropIndicator_Network {
    border-top: 1px dashed
}

.GridToolTip_Network {
    background: #fff;
    border: 1px solid #828282;
    color: #333;
    padding: 3px
}

.RadGridRTL_Network .rgPageFirst {
    background-position: 0 -1000px
}

.RadGridRTL_Network .rgPageFirst:hover {
    background-position: 0 -1050px
}

.RadGridRTL_Network .rgPagePrev {
    background-position: 0 -850px
}

.RadGridRTL_Network .rgPagePrev:hover {
    background-position: 0 -900px
}

.RadGridRTL_Network .rgPageNext {
    background-position: 0 -700px
}

.RadGridRTL_Network .rgPageNext:hover {
    background-position: 0 -750px
}

.RadGridRTL_Network .rgPageLast {
    background-position: 0 -550px
}

.RadGridRTL_Network .rgPageLast:hover {
    background-position: 0 -600px
}

.RadGridRTL_Network .rgExpand {
    background-position: -20px -496px
}

div.RadComboBox .rcbArrowCellRight a {
    background: url('../imgs/LogoBullet.png') 0 5px no-repeat
}

div.RadComboBox .rcbInputCellLeft {
    text-align: right
}

.RadScheduler_Metro,.RadScheduler_Metro a,.RadScheduler_Metro input,.RadScheduler_Metro select,.RadScheduler_Metro textarea {
    color: #767676;
    font: normal 12px/14px "Segoe UI",Arial,sans-serif
}

.RadScheduler_Metro textarea {
    background: #fff
}

.RadScheduler_Metro .rsHeader .rsDatePickerActivator,.RadScheduler_Metro .rsHeader .rsPrevDay,.RadScheduler_Metro .rsHeader .rsNextDay {
    background-image: url('../imgs/Scheduler/rsSprites.png')
}

div.RadScheduler_Metro .rsHeader {
    background-color: #25a0da;
    border: 1px solid #25a0da;
    color: #fff
}

.RadScheduler_Metro .rsHeader a,.RadScheduler_Metro .rsHeader a:hover,.RadScheduler_Metro .rsHeader em,.RadScheduler_Metro .rsHeader span {
    color: #fff
}

.RadScheduler_Metro .rsTopWrap .rsHeader li,.RadScheduler_Metro .rsTopWrap .rsHeader .rsSelected {
    line-height: 24px;
    margin: 0 1px;
    padding: 3px 0
}

.RadScheduler_Metro .rsTopWrap .rsHeader ul a,.RadScheduler_Metro .rsTopWrap .rsHeader ul .rsSelected em {
    border: 1px solid #25a0da;
    font-size: 11px;
    line-height: 22px;
    margin: 0;
    padding: 0 9px;
    text-transform: uppercase
}

.RadScheduler_Metro .rsTopWrap .rsHeader ul a:hover {
    border-color: #fff
}

.RadScheduler_Metro .rsTopWrap .rsHeader ul .rsSelected em {
    border-color: #bee3f4
}

.RadScheduler_Metro .rsTopWrap .rsHeader ul a span {
    padding: 0
}

.RadScheduler_Metro .rsHeader a.rsToday:hover {
    color: #000
}

.RadScheduler_Metro div.rsHeader .rsPrevDay,.RadScheduler_Metro div.rsHeader .rsNextDay {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.RadScheduler_Metro div.rsHeader .rsPrevDay {
    background-position: 0 -48px;
    margin: 5px 0 0 3px
}

.RadScheduler_Metro div.rsHeader .rsNextDay {
    background-position: -20px -48px;
    margin: 5px 6px 0 0
}

.RadScheduler_Metro div.rsHeader a.rsPrevDay:hover {
    background-position: -70px -48px
}

.RadScheduler_Metro div.rsHeader a.rsNextDay:hover {
    background-position: -90px -48px
}

.RadScheduler_Metro div.rsHeader h2 {
    font-size: 15px;
    text-transform: lowercase
}

.RadScheduler_Metro .rsContent {
    background: #fff
}

.RadScheduler_Metro .rsHorizontalHeaderTable {
    background-color: #fff;
    color: #767676
}

.RadScheduler_Metro .rsHorizontalHeaderWrapper {
    background-color: #fff;
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsSpacerCell,.RadScheduler_Metro .rsAllDayHeader,.RadScheduler_Metro .rsVerticalHeaderWrapper,.RadScheduler_Metro .rsVerticalHeaderTable {
    background-color: #fff
}

.RadScheduler_Metro .rsVerticalHeaderTable th {
    border-color: #e5e5e5 #e5e5e5;
    color: #767676
}

.RadScheduler_Metro .rsHorizontalHeaderTable th {
    background-color: #fff;
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsVerticalHeaderTable th {
    border-color: transparent #e5e5e5;
    border-top: 0
}

.RadScheduler_Metro .rsVerticalHeaderTable .rsAlt th {
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsAllDayRow {
    background-color: #e5e5e5
}

.RadScheduler_Metro .rsSpacerCell,.RadScheduler_Metro .rsAllDayHeader,.RadScheduler_Metro .rsVerticalHeaderTable .rsAllDayHeader {
    border-color: #e5e5e5 #e5e5e5;
    color: #767676
}

.RadScheduler_Metro .rsAllDayRow td,.RadScheduler_Metro .rsContentTable .rsAllDayRow td {
    border-color: #e5e5e5;
    border-style: solid
}

.RadScheduler_Metro .rsVerticalHeaderTable .rsMainHeader th {
    border-bottom-color: #e5e5e5
}

.RadScheduler_Metro .rsSpacerCell,.RadScheduler_Metro .rsContent .rsAllDayHeader {
    border-bottom-color: #e5e5e5
}

.RadScheduler_Metro .rsContent,.RadScheduler_Metro .rsTopWrap .rsFooter {
    border: 1px solid #e5e5e5;
    border-top: 0
}

.RadScheduler_Metro .rsContentTable td {
    border-bottom-style: dotted;
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsContentTable .rsAlt td {
    border-bottom-style: solid;
    border-color: #e5e5e5 #e5e5e5
}

.RadScheduler_Metro .rsMonthView .rsOtherMonth {
    background-color: #e5e5e5
}

.RadScheduler_Metro .rsApt .rsArrowTop,.RadScheduler_Metro .rsApt .rsArrowBottom,.RadScheduler_Metro .rsApt .rsArrowLeft,.RadScheduler_Metro .rsApt .rsArrowRight,.RadScheduler_Metro .rsApt .rsAptDelete,.RadScheduler_Metro .rsApt .rsAptResize,.RadScheduler_Metro .rsApt .rsAptReminder,.RadScheduler_Metro .rsApt .rsAptRecurrence,.RadScheduler_Metro .rsApt .rsAptRecurrenceException {
    background-color: transparent;
    background-image: url('../imgs/Scheduler/rsSprites.png');
    background-repeat: no-repeat
}

div.RadScheduler_Metro .rsAptResize {
    bottom: 0
}

div.RadScheduler_Metro .rsApt .rsAptDelete {
    top: 4px;
    width: 22px
}

.RadScheduler_Metro .rsNonWorkHour,.RadScheduler_Metro .rsSunCol,.RadScheduler_Metro .rsSatCol {
    background-color: #f5f5f5
}

.RadScheduler_Metro .rsAptCreate,.RadScheduler_Metro .rsMonthView .rsAptCreate,.RadScheduler_Metro .rsAptCreateRow2,.RadScheduler_Metro .rsMonthView .rsAptCreateRow2,.RadScheduler_Metro .rsAptCreateRow3,.RadScheduler_Metro .rsMonthView .rsAptCreateRow3,.RadScheduler_Metro .rsAptCreateRow4,.RadScheduler_Metro .rsMonthView .rsAptCreateRow4,.RadScheduler_Metro .rsAptCreateRow5,.RadScheduler_Metro .rsMonthView .rsAptCreateRow5 {
    background: #e5e5e5
}

.RadScheduler_Metro .rsSelectedSlot,.RadScheduler_Metro .rsMonthView .rsSelectedSlot {
    background: #25a0da;
    border-color: #25a0da
}

.RadScheduler_Metro .rsContentTable td.rsAptCreate.rsSelectedSlot {
    background-color: #25a0da;
    border-color: #25a0da
}

.RadScheduler_Metro .rsContentTable td.rsSelectedSlot {
    background-color: #25a0da;
    border-color: #25a0da
}

div.RadScheduler_Metro .rsApt {
    background-color: #fff;
    border: 0;
    margin: 0
}

div.RadScheduler_Metro .rsAptOut {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: auto
}

div.RadScheduler_Metro .rsAptContent {
    background-color: #fff;
    background-image: none;
    border-width: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: auto
}

div.RadScheduler_Metro .rsAptIn,div.RadScheduler_Metro .rsAptMid {
    background-image: none;
    border-color: #e5e5e5;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    width: auto
}

div.RadScheduler_Metro .rsAptMid {
    border-width: 4px 0 1px
}

div.RadScheduler_Metro .rsAptIn {
    border-width: 0 1px
}

.rsCategoryBlue .rsAptContent {
    background-color: #d5e4f7!important;
    bacground-image: url(/imgs/blue_cell_grad.jpg) repeat-x 0 0!important
}

.rsAptContent {
    font-size: 13px!important
}

.RadScheduler_Metro .rsCategoryBlue,.RadScheduler_Metro .rsCategoryRed,.RadScheduler_Metro .rsCategoryGreen,.RadScheduler_Metro .rsCategoryOrange,.RadScheduler_Metro .rsCategoryPink,.RadScheduler_Metro .rsCategoryYellow,.RadScheduler_Metro .rsCategoryViolet,.RadScheduler_Metro .rsCategoryDarkRed,.RadScheduler_Metro .rsCategoryDarkBlue,.RadScheduler_Metro .rsCategoryDarkGreen,.RadScheduler_Metro .rsAptColor,.RadScheduler_Metro .rsCategoryBlue .rsAptOut,.RadScheduler_Metro .rsCategoryRed .rsAptOut,.RadScheduler_Metro .rsCategoryGreen .rsAptOut,.RadScheduler_Metro .rsCategoryOrange .rsAptOut,.RadScheduler_Metro .rsCategoryPink .rsAptOut,.RadScheduler_Metro .rsCategoryYellow .rsAptOut,.RadScheduler_Metro .rsCategoryViolet .rsAptOut,.RadScheduler_Metro .rsCategoryDarkRed .rsAptOut,.RadScheduler_Metro .rsCategoryDarkBlue .rsAptOut,.RadScheduler_Metro .rsCategoryDarkGreen .rsAptOut,.RadScheduler_Metro .rsAptColor .rsAptOut {
    background: none;
    border: 0
}

.RadScheduler_Metro .rsCategoryBlue .rsAptOut,.RadScheduler_Metro .rsCategoryRed .rsAptOut,.RadScheduler_Metro .rsCategoryGreen .rsAptOut,.RadScheduler_Metro .rsCategoryOrange .rsAptOut,.RadScheduler_Metro .rsCategoryPink .rsAptOut,.RadScheduler_Metro .rsCategoryYellow .rsAptOut,.RadScheduler_Metro .rsCategoryViolet .rsAptOut,.RadScheduler_Metro .rsCategoryDarkRed .rsAptOut,.RadScheduler_Metro .rsCategoryDarkBlue .rsAptOut,.RadScheduler_Metro .rsCategoryDarkGreen .rsAptOut,.RadScheduler_Metro .rsAptColor .rsAptOut {
    overflow: visible
}

.RadScheduler_Metro .rsCategoryBlue .rsAptMid,.RadScheduler_Metro .rsCategoryRed .rsAptMid,.RadScheduler_Metro .rsCategoryGreen .rsAptMid,.RadScheduler_Metro .rsCategoryOrange .rsAptMid,.RadScheduler_Metro .rsCategoryPink .rsAptMid,.RadScheduler_Metro .rsCategoryYellow .rsAptMid,.RadScheduler_Metro .rsCategoryViolet .rsAptMid,.RadScheduler_Metro .rsCategoryDarkRed .rsAptMid,.RadScheduler_Metro .rsCategoryDarkBlue .rsAptMid,.RadScheduler_Metro .rsCategoryDarkGreen .rsAptMid,.RadScheduler_Metro .rsAptColor .rsAptMid {
    background-image: none
}

.RadScheduler_Metro .rsCategoryBlue .rsAptIn,.RadScheduler_Metro .rsCategoryRed .rsAptIn,.RadScheduler_Metro .rsCategoryGreen .rsAptIn,.RadScheduler_Metro .rsCategoryOrange .rsAptIn,.RadScheduler_Metro .rsCategoryPink .rsAptIn,.RadScheduler_Metro .rsCategoryYellow .rsAptIn,.RadScheduler_Metro .rsCategoryViolet .rsAptIn,.RadScheduler_Metro .rsCategoryDarkRed .rsAptIn,.RadScheduler_Metro .rsCategoryDarkBlue .rsAptIn,.RadScheduler_Metro .rsCategoryDarkGreen .rsAptIn,.RadScheduler_Metro .rsAptColor .rsAptIn {
    background-color: #fff;
    background-image: none;
    border-width: 0 1px
}

.RadScheduler_Metro .rsMonthView .rsDateBox {
    background-color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.RadScheduler_Metro .rsMonthView .rsAptCreate .rsDateBox {
    background-color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.RadScheduler_Metro .rsMonthView .rsAptCreate {
    background-image: none
}

.RadScheduler_Metro .rsMonthView .rsContentTable td {
    border-color: #e5e5e5;
    border-style: solid
}

.RadScheduler_Metro div.rsFooter {
    background-color: #fff
}

.RadScheduler_Metro div.rsFooter .rsFullTime {
    background-color: transparent;
    background-image: url('../imgs/Scheduler/rsSprites.png');
    background-position: 0 -248px;
    background-repeat: no-repeat;
    padding: 3px 0 4px 17px
}

.RadScheduler_Metro div.rsFooter a.rsFullTime:hover {
    background-position: 0 -271px
}

.RadScheduler_Metro .rsAptEditResizeHandle {
    background-image: url('../imgs/Scheduler/rsSprites.png')
}

div.RadScheduler_Metro .rsAptEditFormWrapper {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5
}

.RadScheduler_Metro .rsAptEditFormWrapper .rsAptEditTextareaWrapper {
    background-color: #fff;
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsAptEditFormWrapper .rsAptEditTextareaWrapper textarea {
    background-color: #fff
}

.RadScheduler_Metro .rsAdvancedEdit div.rsAdvTitle {
    background: #e5e5e5
}

.RadScheduler_Metro .rsAdvancedEdit .rsAdvContentWrapper {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5
}

* html .RadScheduler_Metro div.rsAdvancedModal .rsAdvContentWrapper {
    background: #e5e5e5
}

.RadScheduler_Metro div.rsAdvancedModal div.rsAdvButtonWrapper {
    padding: 10px 10px 13px 0
}

.RadScheduler_Metro div.rsAdvancedModal {
    padding-bottom: 8px
}

.RadScheduler_Metro .rsAdvancedEdit .rsAdvInput,.RadScheduler_Metro .rsAdvancedEdit select,.RadScheduler_Metro .rsAdvancedEdit .textareaWrapper {
    border-color: #767676
}

.RadScheduler_Metro .rsAdvancedEdit .rsInvalid textarea,.RadScheduler_Metro .rsAdvancedEdit .rsInvalid input,.RadScheduler_Metro .rsAdvancedEdit .rsAdvTimePicker .riEmpty {
    background-image: url('Input/sprite.gif')
}

.RadScheduler_Metro .rsAdvancedEdit .textareaWrapper {
    background: #fff
}

.RadScheduler_Metro .rsAdvancedEdit .rsInvalid {
    border-color: #de3914;
    color: #5d1f00
}

.RadScheduler_Metro .rsAdvancedEdit h2,.RadScheduler_Metro .rsAdvancedEdit h3 {
    color: #767676
}

.RadScheduler_Metro .rsAdvancedEdit h2 {
    border-bottom: 1px solid #e5e5e5
}

.RadScheduler_Metro .rsAdvancedEdit h2 span {
    background: #e5e5e5
}

.RadScheduler_Metro .rsAdvancedEdit .rsAdvancedSubmitArea {
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsTimePick .RadInput_Metro input.riEnabled,.RadScheduler_Metro .rsTimePick .RadInput_Metro input.riHover,.RadScheduler_Metro .rsTimePick .RadInput_Metro input.riFocused {
    background-image: url('../imgs/Scheduler/rsSprites.png')
}

.RadScheduler_Metro div.rsAdvancedEdit .rsAdvTitle,.RadScheduler_Metro div.rsAdvancedModal div.rsAdvTitle,.RadScheduler_Metro div.rsModalWrapper .rsModalOuter,.RadScheduler_Metro div.rsAdvancedModal div.rsAdvContentWrapper {
    background-color: #e5e5e5
}

.RadScheduler_Metro .rsModalBgTopLeft,.RadScheduler_Metro .rsModalBgTopRight,.RadScheduler_Metro .rsModalBgBottomLeft,.RadScheduler_Metro .rsModalBgBottomRight {
    background-image: url('../imgs/Scheduler/rsModalBg.png')
}

div.RadScheduler_Metro .rsAnimating {
    background-image: none
}

* html .RadScheduler_Metro .rsModalBgTopLeft,* html .RadScheduler_Metro .rsModalBgTopRight,* html .RadScheduler_Metro .rsModalBgBottomLeft,* html .RadScheduler_Metro .rsModalBgBottomRight {
    background-image: none
}

.RadScheduler_Metro .rsAdvancedEdit .rsAdvTitle {
    border: 1px solid #e5e5e5;
    border-bottom: 0
}

.RadScheduler_Metro .rsAdvancedModal .rsAdvTitle {
    border: 0
}

.RadScheduler_Metro .rsAdvancedEdit a.rsAdvEditClose,.RadScheduler_Metro div.rsModalWrapper .rsModalOuter .rsModalWindowClose {
    -moz-opacity: .8;
    background-color: #e5e5e5;
    background-image: url('../imgs/Scheduler/rsSprites.png');
    background-position: -43px -528px;
    filter: alpha(opacity=80);
    height: 18px;
    margin-top: -23px;
    opacity: .8;
    width: 28px
}

.RadScheduler_Metro .rsAdvancedEdit a.rsAdvEditClose:hover,.RadScheduler_Metro .rsModalWrapper .rsModalOuter a.rsModalWindowClose:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.RadScheduler_Metro .rsModalWrapper .rsModalTitle {
    background-image: url('../imgs/Scheduler/rsSprites.png');
    color: #767676
}

.RadScheduler_Metro .rsModalWrapper .rsModalInner {
    background-color: #fff;
    border-color: #e5e5e5
}

.RadScheduler_Metro .rsModalWrapper .rsModalIcon {
    background-image: url('../imgs/Scheduler/rsSprites.png')
}

.RadScheduler_Metro .rsModalWrapper .rsModalInner .rsModalButtons a,.RadScheduler_Metro .rsAdvancedEdit div.rsAdvancedSubmitArea a,.RadScheduler_Metro .rsTopWrap .rsAptEditFormWrapper .rsEditOptions a {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #767676
}

.RadScheduler_Metro .rsModalWrapper .rsModalInner .rsModalButtons a:hover,.RadScheduler_Metro .rsAdvancedEdit div.rsAdvancedSubmitArea a:hover,.RadScheduler_Metro .rsTopWrap .rsAptEditFormWrapper .rsEditOptions a:hover {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #000
}

.RadScheduler_Metro .rsBottomIndicator .rsOvertimeArrow {
    background: transparent url('../imgs/Scheduler/rsSprites.png') no-repeat -180px -31px
}

.RadScheduler_Metro .rsTopIndicator .rsOvertimeArrow {
    background: transparent url('../imgs/Scheduler/rsSprites.png') no-repeat -134px -31px
}

.RadScheduler_Metro .rsAptSelected .rsAptIn,.RadScheduler_Metro .rsAptSelected .rsAptMid,.RadScheduler_Metro .rsAptSelected .rsAptContent {
    background-image: none
}

.RadScheduler_Metro .rsApt .rsAptContent {
    background-color: #fff;
    background-image: none
}

.ReminderDialog_Metro,.ReminderDialog_Metro a {
    color: #767676;
    font: normal 12px/14px "Segoe UI",Arial,sans-serif
}

.ReminderDialog_Metro .rsRemContentPanel {
    background-color: #fff
}

.ReminderDialog_Metro div.rsModalBgTopLeft,.ReminderDialog_Metro div.rsModalBgTopRight,.ReminderDialog_Metro div.rsModalBgBottomLeft,.ReminderDialog_Metro div.rsModalBgBottomRight {
    bottom: 1px
}

.ReminderDialog_Metro .rsRemTitleBar {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ccc
}

.ReminderDialog_Metro a.rsRemTitleBarCloseBtn {
    -moz-opacity: .8;
    background-color: #e5e5e5;
    background-position: -43px -528px;
    filter: alpha(opacity=80);
    height: 17px;
    margin-top: -24px;
    opacity: .8;
    width: 26px
}

.ReminderDialog_Metro a.rsRemTitleBarCloseBtn:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.ReminderDialog_Metro .rsRemTitleIcon,.ReminderDialog_Metro .rsRemTitleBarIcon,.ReminderDialog_Metro a.rsRemTitleBarCloseBtn {
    background-image: url('../imgs/Scheduler/rsSprites.png');
    color: #767676
}

.ReminderDialog_Metro .rsRemActions a.rsRemDismissAllBtn,.ReminderDialog_Metro .rsRemActions a.rsRemOpenItemBtn,.ReminderDialog_Metro .rsRemActions a.rsRemDismissBtn,.ReminderDialog_Metro .rsRemSnoozePanel a.rsRemSnoozeBtn {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #767676;
    height: 20px;
    line-height: 20px;
    width: 71px
}

.ReminderDialog_Metro .rsRemActions a.rsRemDismissAllBtn:hover,.ReminderDialog_Metro .rsRemActions a.rsRemOpenItemBtn:hover,.ReminderDialog_Metro .rsRemActions a.rsRemDismissBtn:hover,.ReminderDialog_Metro .rsRemSnoozePanel a.rsRemSnoozeBtn:hover {
    background-color: #25a0da;
    border: 1px solid #25a0da;
    color: #fff
}

.no-js .liquid-slider {
    height: 350px;
    overflow: scroll
}

.ls-preloader {
    background: url(../img/loading.gif) #f2f2f2 no-repeat center 75px;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.ls-wrapper {
    margin: 0 auto;
    clear: both;
    overflow: auto;
    position: relative
}

.ls-wrapper .liquid-slider {
    background: #f2f2f2;
    width: 1030px;
    float: left;
    overflow: hidden;
    position: relative
}

.ls-wrapper .panel-container {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.ls-wrapper .liquid-slider .panel-container .fade {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.ls-wrapper .liquid-slider .panel {
    width: 1030px;
    display: block;
    float: left
}

.ls-wrapper .liquid-slider .panel img {
}

.ls-wrapper .liquid-slider .panel video {
}

.ls-wrapper .liquid-slider .panel-wrapper {
    padding: 20px;
    position: relative
}

.ls-wrapper .ls-nav a {
    background: #d8d8d8;
    color: #333333;
    margin-right: 1px;
    padding: 10px 15px;
    outline: 0
}

.ls-wrapper .ls-nav a:hover {
    background: #f2f2f2;
    color: #333333;
    text-shadow: none
}

.ls-wrapper .ls-nav .current {
    background: #f2f2f2
}

.currentCrossLink {
    font-weight: bold
}

.ls-wrapper .ls-nav ul {
    padding: 0;
    clear: both;
    display: block;
    margin: auto;
    overflow: hidden
}

.ls-wrapper .ls-nav ul li {
    display: inline
}

.ls-wrapper .ls-nav ul li a {
    display: block;
    float: left;
    text-decoration: none
}

.ls-wrapper .ls-nav {
    overflow: hidden;
    clear: both
}

.ls-wrapper .ls-select-box {
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: url(../img/menu.png) no-repeat right #ddd
}

.ls-wrapper .ls-select-box select {
    width: 150%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 5px;
    font-size: 110%;
    border: none;
    height: 35px;
    cursor: pointer;
    outline: 0
}

.ls-wrapper .ls-nav-left,.ls-wrapper .ls-nav-right {
    float: left
}

.ls-wrapper .ls-nav-left a,.ls-wrapper .ls-nav-right a {
    background: #000;
    color: #fff;
    padding: 5px;
    width: 100px;
    display: block;
    text-align: center;
    text-decoration: none
}

.ls-wrapper .ls-nav-left-arrow,.ls-wrapper .ls-nav-right-arrow {
    cursor: pointer;
    float: left
}

.ls-wrapper .ls-nav-left-arrow a,.ls-wrapper .ls-nav-right-arrow a {
    display: block
}

.ls-wrapper .ls-nav-left,.ls-wrapper .ls-nav-left-arrow {
    clear: both
}

.ls-wrapper .ls-nav-right-arrow {
    width: 25px;
    height: 25px;
    background: url(../img/arrow.png) no-repeat top right;
    margin-top: 50px;
    margin-right: 5px;
    position: relative
}

.ls-wrapper .ls-nav-left-arrow {
    width: 25px;
    height: 25px;
    background: url(../img/arrow.png) no-repeat top left;
    margin-top: 50px;
    margin-left: 5px;
    position: relative
}

.ls-wrapper .ls-nav-left-arrow:hover {
    background: url(../img/arrow.png) no-repeat bottom left
}

.ls-wrapper .ls-nav-left-arrow:active {
}

.ls-wrapper .ls-nav-right-arrow:hover {
    background: url(../img/arrow.png) no-repeat bottom right
}

.ls-wrapper .ls-nav-right-arrow:active {
}

.arrows .liquid-slider {
    margin: 0 10px
}

.ls-responsive .liquid-slider {
    width: 100%;
    margin: 0
}

.ls-responsive .liquid-slider .panel .panel-wrapper {
    padding: 10px
}

.ls-responsive .ls-nav-left {
    position: absolute;
    left: 0;
    z-index: 2
}

.ls-responsive .ls-nav-left a {
    background: #9A9A9A;
    width: 80px
}

.ls-responsive .ls-nav-left a:hover {
    background: #747474
}

.ls-responsive .ls-nav-right {
    position: absolute;
    right: 0;
    z-index: 2
}

.ls-responsive .ls-nav-right a {
    background: #9A9A9A;
    width: 80px
}

.ls-responsive .ls-nav-right a:hover {
    background: #747474
}

.ls-responsive .ls-nav-left-arrow {
    position: absolute;
    left: 0;
    z-index: 2
}

.ls-responsive .ls-nav-right-arrow {
    position: absolute;
    right: 0;
    z-index: 2
}

@media only screen and (min-width: 481px) {
    .ls-wrapper .liquid-slider .panel img {
    }
}

@media only screen and (min-width: 768px) {
    .ls-wrapper .liquid-slider .panel img {
    }

    .ls-responsive .liquid-slider .panel .panel-wrapper {
        padding: 20px 35px
    }
}

@media only screen and (min-width: 1030px) {
}

@media only screen and (min-width: 1240px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-widget {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em
}

#leftmenu .ui-widget {
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: CatalogLight,Helvetica,Arial,sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #444444
}

#leftmenu .ui-widget-content {
    border: none!important;
    background-color: transparent!important
}

.ui-widget-content a {
    color: #444444
}

#leftmenu .ui-widget-content a {
    font-family: CatalogLight,Helvetica,Arial,sans-serif!important
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #dddddd url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
    color: #444444;
    font-weight: bold
}

.ui-widget-header a {
    color: #444444
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #0073ea
}

#leftmenu .ui-state-default,#leftmenu .ui-widget-content .ui-state-default,#leftmenu .ui-widget-header .ui-state-default {
    border: none!important;
    background-color: transparent!important;
    font-weight: normal!important
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #0073ea;
    text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #0073ea;
    background: #0073ea url(images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ff0084
}

#leftmenu .ui-state-active,#leftmenu .ui-widget-content .ui-state-active,#leftmenu .ui-widget-header .ui-state-active {
    border: none!important;
    background-color: transparent!important;
    font-weight: normal!important
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #ff0084;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #cccccc;
    background: #ffffff url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
    color: #444444
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #444444
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #ff0084;
    background: #ffffff url(images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #222222
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #222222
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_ff0084_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_0073ea_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_666666_256x240.png)
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_0073ea_256x240.png)
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ff0084_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 2px
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 2px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 2px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 2px
}

.ui-widget-overlay {
    background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
    opacity: .8;
    filter: Alpha(Opacity=80)
}

.ui-widget-shadow {
    margin: -4px 0 0 -4px;
    padding: 4px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .6;
    filter: Alpha(Opacity=60);
    border-radius: 0
}

div.star-rating {
    float: left;
    width: 28px;
    height: 27px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.star-rating,div.star-rating a {
    background: url(../imgs/star.png) no-repeat 0 0
}

div.star-rating a {
    display: block;
    width: 28px;
    height: 100%;
    background-position: 0 0;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -27px!important
}

div.star-rating-hover a {
    background-position: 0 -54px
}

div.star-rating-readonly a {
    cursor: default !important
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 Arial;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.forum-help {
    margin-top: 90px;
    padding: 20px
}

.forum-help .answer {
    display: none
}

.forum-help h1 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    border: none
}

.forum-help h2 {
    border-bottom: 1px solid #CCC;
    color: #000;
    font-family: "Open Sans",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-weight: normal;
    margin: 20px 0 10px 0;
    padding: 10px 0 5px
}

.forum-help h2:first-child {
    margin-top: 0
}

.forum-help h3 {
    line-height: 24px;
    font-weight: 700;
    color: #09F;
    cursor: pointer;
    margin: 0;
    padding: 10px 0 10px 25px;
    background: url(images/forum-help-imgs/open-close.png) no-repeat 0 13px
}

.forum-help h3:hover {
    background-color: #fafafa
}

.forum-help h3.close {
    background: url(images/forum-help-imgs/open-close.png) no-repeat 0 -25px;
    color: #222
}

.forum-help .text-center {
    text-align: center
}

.forum-help .container {
    max-width: 940px;
    font-family: 'Open Sans'
}

.forum-help p {
    margin: 0;
    padding: 0 0 20px 25px
}

.forum-help p.no-padding {
    padding: 0 0 0 0
}

.forum-help #faq-list {
    margin-left: 2em
}

.forum-help ul {
    list-style-type: disc;
    display: block;
    margin-left: 1em;
    margin-right: 1em;
    padding: 20px
}

.forum-help ul li {
    line-height: 1.5em
}

.footer {
    background: #1d1d1d;
    padding-top: 20px;
    width: 100%;
    height: auto;
    overflow: hidden
}

#footer {
    margin-top: 100px
}

.footer .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.footer h2 {
    color: #e6e6e6;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 1.714em;
    text-align: left
}

.footer p {
    color: #6f6f6f;
    font-weight: 400
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer a {
    color: #AAA!important;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.footer a:hover {
    color: #5ea3d1!important;
    text-decoration: none
}

.footer span {
    color: inherit
}

.footer .hidden {
    display: none
}

.footer .footer-network li {
    margin-bottom: 20px
}

.footer .footer-social .fa-inverse {
    color: #1d1d1d
}

.footer .footer-social {
    min-height: 190px;
    text-align: center
}

.member-of-media {
    margin-top: 20px
}

.member-of-media span {
    vertical-align: middle;
    margin-right: 10px;
    color: #666
}

.member-of-media svg {
    vertical-align: middle
}

.footer .footer-links {
    border-top: 1px solid #3b413c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    clear: both
}

.footer .footer-links ul {
    float: left
}

.footer .footer-links ul.app-links {
    float: right;
    margin: 10px 0
}

.footer .footer-links li {
    display: inline-block;
    margin-right: 20px
}

.footer .copyright-info {
    background: #0e0e0e;
    overflow: hidden;
    padding: 10px 0;
    clear: both
}

.footer .copyright-info .company-logo {
    float: left;
    max-width: 180px
}

.footer .company-logo img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}

.footer .copyright-info .copyright {
    float: right;
    color: #ababac;
    font-weight: 300
}

.footer .copyright-info .copyright a {
    color: #fff;
    font-weight: 600
}

.footer .footer-links li.app-link {
    float: right
}

.footer .footer-links li.app-link--ios {
    margin: 0
}

@media (max-width: 380px) {
    .footer .footer-links ul.app-links {
        float:right;
        margin: 10px 0;
        text-align: center
    }

    .footer .footer-links li.app-link--ios {
        margin: 0;
        float: none;
        align-self: center
    }

    .footer .footer-links li.app-link--android {
        margin: 0;
        float: none;
        align-self: center
    }

    .footer .footer-links ul {
        text-align: center
    }
}

@media (min-width: 992px) {
    .footer .col-md-3 {
        width:25%;
        float: left
    }
}

#menu {
    height: 55px;
    position: relative
}

#menu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu {
    left: 15px;
    position: absolute;
    width: 960px
}

.menu li {
    background: url('../imgs/menuborder.png') right no-repeat;
    float: left;
    font-family: "Catalog",Arial,Helvetica,sans-serif;
    font-size: 12px;
    list-style: none;
    margin: 0
}

#menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9
}

#menu li:hover > ul {
    left: -2px
}

#menu li div {
    float: left;
    left: 0;
    list-style: none;
    margin: 0 0 0 -9px;
    padding: 0 0 9px 7px;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 208px;
    z-index: 11
}

#menu li:hover > div {
    visibility: visible
}

#menu li.current a {
}

.last {
    background: none !important
}

#menu a {
    display: block;
    float: left;
    line-height: 50px;
    position: relative;
    text-decoration: none;
    z-index: 10
}

#menu .buyed {
    background: url('../imgs/check.png') center 90% no-repeat;
    color: #fff;
    cursor: pointer;
    display: block
}

.menu a {
    padding: 0 15px
}

.menu a:hover {
    background: url('../imgs/menuhoverbg.png') repeat-x;
    color: #fff;
    padding: 0 15px !important
}

.menu .menuLogo a.parent {
    background: url('../imgs/LogoBullet.png') right no-repeat !important;
    padding: 10px 30px 10px 10px!important
}

.menu .current a {
    background: url('../imgs/menuhoverbg.png') repeat-x !important
}

.menu .menuLogo {
    background: none !important
}

.menu .menuLogo a.parent span {
    height: 30px
}

.menu .submenuLogo a.parent {
    background: none !important;
    margin-right: 0 !important;
    padding: 10px 30px 10px 10px !important
}

.first {
    margin-left: 153px !important
}

#menu ul a span {
    color: #fff !important
}

#menu ul ul a:hover span {
    color: #fff !important
}

#menu ul ul li {
    z-index: 9
}

#menu ul ul {
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
    background-color: #595959;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.6);
    margin-left: 4px;
    margin-right: 5px;
    margin-top: -2px;
    padding: 0;
    z-index: 12
}

#menu ul ul a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: none !important;
    border-radius: 4px;
    display: block;
    float: none;
    line-height: 30px !important;
    padding: 0 7px 3px 8px !important;
    width: 184px;
    z-index: -1
}

#menu ul ul a:hover {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #898989 !important;
    border-radius: 4px;
    color: #fff
}

#menu ul ul a span {
    color: #cacaca !important
}

#menu ul ul a:hover span {
    color: #fff !important
}

#menu ul ul li.last {
    background: none
}

#menu ul ul li {
    width: 100%
}

#menu ul ul div {
    height: auto;
    margin: 0 0 0 188px !important;
    width: 208px;
    _padding: 0 0 9px 3px
}

#menu ul ul ul {
    _padding-right: 1px
}

.submenuLogo div {
    top: 0 !important
}

#menu a img {
    border: 0 !important;
    outline: 0 !important;
    text-decoration: none !important
}

#menu {
    position: relative;
    background: #fff!important;
    height: 50px;
    font-size: 12px;
    z-index: 10000
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.nav--ef > li {
    font-size: 1em;
    line-height: 1
}

.nav--ef > li > a {
    color: #444444!important;
    border-left: 1px solid #ecf0f1
}

.nav--ef > li > a > span {
    color: inherit
}

.nav--ef > .active > a {
    color: #1baee0!important;
    background: #ecf0f1!important
}

.nav--ef > li > a:hover {
    color: #1baee0!important;
    background: #f9f9f9!important
}

.nav--ef > li > a:focus {
    color: #1baee0!important;
    background: #f9f9f9!important
}

.nav--ef > li.dropdown:hover > a,.nav--ef > li.dropdown.active:hover > a {
    color: #1baee0!important;
    background-color: #373a3e!important
}

.nav--ef > li.dropdown:hover .fa {
    color: #1baee0
}

.nav--ef > li > .link--user,#header .menu li .link--user {
    padding-left: 40px!important;
    border-right: 1px solid #ecf0f1
}

.user__photo {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 25px!important;
    width: 100%;
    height: auto;
    fill: #85919a
}

#menu .nav--ef li:hover .user__photo {
    fill: #1baee0
}

#header .nav--ef li.back {
    display: none
}

#header {
    background: none;
    height: auto;
    margin-top: 0;
    width: 100%
}

#menu .nav--ef {
    position: static;
    width: auto;
    float: right
}

#menu .nav--ef a {
    color: #444444;
    display: block;
    float: left;
    line-height: 50px;
    position: relative;
    text-decoration: none;
    z-index: 10
}

#menu .nav--ef a span {
    color: #444444
}

.inactiveLink {
    pointer-events: none;
    cursor: default
}

#menu .nav--ef li {
    background: none;
    float: left;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em;
    list-style: none;
    margin: 0;
    z-index: 1000
}

#menu .nav--ef li.dropdown-header {
    display: block;
    padding: 15px 15px 0 15px;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    color: #5e646c;
    white-space: nowrap
}

#menu .nav--ef li.dropdown-header-username {
    font-size: 1.1em;
    color: #6e757e;
    padding-left: 35px
}

#menu .nav--ef li .dropdown-box {
    position: absolute;
    right: 0;
    left: auto;
    top: 50px;
    margin: 0;
    padding: 0;
    display: none;
    visibility: unset;
    width: auto;
    z-index: 10000
}

#menu .nav--ef li:hover .dropdown-box {
    display: block
}

#menu .nav--ef ul {
    background-color: #373a3e;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    opacity: 0.98;
    padding: 0;
    z-index: 10001
}

#menu .nav--ef ul a {
    color: #ddd;
    border-radius: 0;
    display: block;
    float: none;
    font-weight: 300;
    line-height: 1.4!important;
    padding: 8px 15px!important;
    width: auto;
    min-width: 170px;
    z-index: 10002
}

#menu .nav--ef ul a span {
    color: #ddd !important
}

#menu .nav--ef ul a:hover,#menu .nav--ef ul a:focus {
    color: #fff;
    border-radius: 0;
    background-color: #595d63!important
}

#menu .nav--ef .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #484c51 !important
}

@-ms-viewport {
    width: auto !important
}

ul.with-bullets {
    list-style: square;
    padding-left: 20px;
    margin: 20px 0
}

.column-list__header {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 #FFF;
    color: #333;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0
}

.column-list__header:first-child {
    margin: 0
}

.ef-btn,.bx-next {
    background-color: #eee;
    color: #333;
    white-space: normal;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 14px;
    cursor: pointer;
    outline: none;
    border: none;
    text-align: center;
    text-decoration: none;
    vertical-align: inherit;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.ef-btn:hover,.ef-btn:focus,.ef-btn:active,.ef-btn.active {
    color: #333;
    background-color: #dcdcdc;
    text-decoration: none;
    z-index: 100;
    outline: none
}

.ef-btn:active,.ef-btn.active {
    background-color: #eeeeee;
    box-shadow: inset 0 1px 8px rgba(0,0,0,0.25)
}

.ef-btn:focus {
    outline: 2px solid #3498db
}

.ef-btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ef-btn--withcross:before {
    content: "+";
    margin-top: -3px;
    margin-right: 5px;
    font-size: 23px;
    font-weight: 300;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle
}

.ef-btn .btn__text {
    color: inherit
}

.ef-btn-wide {
    padding-left: 25px;
    padding-right: 25px
}

.btn-container {
    overflow: hidden;
    clear: both;
    font-size: 1em!important
}

.ef-btn--round {
    border-radius: 20px
}

.ef-btn--ghost,.ef-btn--filter {
    background: none!important
}

.ef-btn--small {
    padding: 0.357em 0.714em
}

.ef-btn--large {
    padding: 0.714em 1em
}

.ef-btn--huge {
    padding: 1em 1.5em
}

.ef-btn--full {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.ef-btn--gamma {
    font-size: 0.857em
}

.ef-btn--beta {
    font-size: 1.286em
}

.ef-btn--alpha {
    font-size: 1.714em
}

.ef-btn--primary {
    background: #3498db;
    color: #fff!important
}

.ef-btn--primary:hover,.ef-btn--primary:focus,.ef-btn--primary:active {
    background: #2876aa;
    color: #fff!important;
    outline-color: #f39c12
}

.ef-btn--secondary {
    background: #3b413c;
    color: #fff!important
}

.ef-btn--secondary:hover,.ef-btn--secondary:focus,.ef-btn--secondary:active {
    background: #505357;
    color: #fff;
    outline-color: #f39c12
}

.ef-btn--survey {
    background: #8c55a3;
    color: #fff!important
}

.ef-btn--survey:hover,.ef-btn--survey:focus,.ef-btn--survey:active {
    background: #9b59b6;
    color: #fff;
    outline-color: #f39c12
}

.ef-btn--green {
    background: #66cc66;
    color: #fff !important
}

.ef-btn--green:hover,.ef-btn--green:focus,.ef-btn--green:active {
    background: #5ab25a;
    color: #fff;
    outline-color: #f39c12
}

.bx-next {
    background: #8c55a3;
    color: #fff!important;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    font-size: 1.286em
}

.bx-next:hover,.bx-next:focus,.bx-next:active {
    background: #9b59b6;
    color: #fff;
    outline-color: #f39c12;
    text-decoration: none
}

.bx-next.disabled,.ef-btn--survey.disabled {
    opacity: .5;
    cursor: not-allowed
}

.ef-btn--white {
    background: #f6f6f6;
    color: #272d2d!important
}

.ef-btn--white:hover,.ef-btn--white:focus,.ef-btn--white:active {
    background: #c7c7c7;
    color: #000!important
}

.ef-btn--delete {
    background: #f6f6f6;
    color: #272d2d!important
}

.ef-btn--delete:hover,.ef-btn--delete:focus,.ef-btn--delete:active {
    background: #f1f1f1;
    color: #e74c3c!important
}

.ef-btn--training {
    background: #e67e22;
    color: #fff!important
}

.ef-btn--training:hover,.ef-btn--training:focus,.ef-btn--training:active {
    background: #d35400;
    color: #fff
}

.ef-btn--orange {
    background: #e67e22;
    color: #fff!important
}

.ef-btn--orange:hover,.ef-btn--orange:focus,.ef-btn--orange:active {
    background: #d35400;
    color: #fff!important
}

.ef-btn--ghost {
    color: #3498db!important;
    border: 1px solid #3498db!important
}

.ef-btn--ghost:hover,.ef-btn--ghost:focus,.ef-btn--ghost:active {
    color: #fff!important;
    background: #2876aa!important;
    outline-color: #f39c12
}

.ef-btn--secondary.ef-btn--ghost {
    color: #272d2d;
    border: 1px solid #272d2d
}

.ef-btn--secondary.ef-btn--ghost:hover,.ef-btn--secondary.ef-btn--ghost:focus,.ef-btn--secondary.ef-btn--ghost:active {
    color: #fff;
    background: #272d2d!important
}

.ef-btn--white.ef-btn--ghost {
    color: #f6f6f6!important;
    border: 1px solid #f6f6f6!important
}

.ef-btn--white.ef-btn--ghost:hover,.ef-btn--white.ef-btn--ghost:focus,.ef-btn--white.ef-btn--ghost:active {
    color: #272d2d!important;
    background: #f6f6f6!important
}

.ef-btn--results.ef-btn--ghost {
    color: #1abc9c!important;
    border: 1px solid #1abc9c!important
}

.ef-btn--results.ef-btn--ghost:hover,.ef-btn--results.ef-btn--ghost:focus,.ef-btn--results.ef-btn--ghost:active {
    color: #fff!important;
    background: #1abc9c!important
}

.ef-btn--survey.ef-btn--ghost {
    color: #8c55a3!important;
    border: 1px solid #8c55a3!important
}

.ef-btn--survey.ef-btn--ghost:hover,.ef-btn--survey.ef-btn--ghost:focus,.ef-btn--survey.ef-btn--ghost:active {
    color: #8c55a3!important;
    background: #fff!important
}

.un__content {
    font-size: 14px
}

.un__buttons .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.un--warning .un__buttons .btn:focus {
    box-shadow: 0 4px 0 #b2631d;
    outline: none
}

.un__buttons {
    float: right;
    transform: translateY(-10px);
    margin-right: 10px
}

.un__buttons--nofloat {
    float: none;
    margin-left: 10px
}

.un__buttons .btn {
    background: #fff;
    opacity: 1;
    color: #333 !important;
    text-decoration: none !important;
    border: 1px solid #fff
}

.un__buttons .btn:hover {
    box-shadow: none !important
}

.un__buttons .btn + .btn {
    margin-left: 10px;
    background: none;
    color: #fff !important
}

.un__buttons .btn + .btn:hover {
    background-color: #fff;
    color: #333 !important
}

.un--default .un__buttons .btn {
    color: #333 !important
}

.un--default .un__buttons .btn + .btn {
    color: #fff !important
}

.un--default .un__buttons .btn + .btn:hover {
    color: #333 !important
}

.un--dark .un__buttons .btn {
    color: #2c3e50 !important
}

.un--dark .un__buttons .btn + .btn {
    color: #fff !important
}

.un--dark .un__buttons .btn + .btn:hover {
    color: #2c3e50 !important
}

.un--info .un__buttons .btn {
    color: #3498db !important
}

.un--info .un__buttons .btn + .btn {
    color: #fff !important
}

.un--info .un__buttons .btn + .btn:hover {
    color: #3498db !important
}

.un--success .un__buttons .btn {
    color: #27ae60 !important
}

.un--success .un__buttons .btn + .btn {
    color: #fff !important
}

.un--success .un__buttons .btn + .btn:hover {
    color: #27ae60 !important
}

.un--failure .un__buttons .btn {
    color: #e74c3c !important
}

.un--failure .un__buttons .btn + .btn {
    color: #fff !important
}

.un--failure .un__buttons .btn + .btn:hover {
    color: #e74c3c !important
}

.un--warning .un__buttons .btn {
    color: #f39c12 !important
}

.un--warning .un__buttons .btn + .btn {
    color: #fff !important
}

.un--warning .un__buttons .btn + .btn:hover {
    color: #f39c12 !important
}

.cs-dropdown {
    background: #ecf0f1;
    color: #333;
    border: none;
    border-radius: 4px;
    min-width: 12.4em;
    width: auto!important;
    font-size: 1.4rem;
    cursor: pointer;
    position: relative;
    padding: 3px 10px 3px 10px;
    height: auto;
    line-height: 1;
    text-indent: 0
}

.cs-dropdown:hover,.cs-dropdown:focus {
    background: #f2f5f6;
    outline: none;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2)
}

.cs-dropdown.pull-left {
    margin-right: 10px
}

.cs-dropdown__wrap {
    color: #333;
    background: none;
    border: none;
    display: block;
    position: relative
}

.cs-dropdown__input {
    color: #333;
    padding: 8px 25px 8px 15px;
    height: auto;
    line-height: 1.42857143;
    text-indent: 0;
    display: block
}

.cs-dropdown__arrow {
    min-height: 1.65em;
    line-height: 2.5em;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 1.9em;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block
}

.cs-dropdown__panel {
    display: none;
    top: 45px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-animation: scaleFade 0.15s;
    -moz-animation: scaleFade 0.15s;
    -o-animation: scaleFade 0.15s;
    animation: scaleFade 0.15s;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.cs-dropdown__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.cs-dropdown__options li {
    min-height: 1.8em;
    color: #555;
    border: none;
    padding: 5px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cs-dropdown__options li:hover {
    color: #000;
    font-weight: 400;
    box-shadow: none;
    background: none;
    text-decoration: underline;
    border: none
}

.cs-dropdown__options li.is-active {
    background: #f2f5f6;
    border: none;
    color: #000;
    box-shadow: none;
    font-weight: 600;
    text-decoration: none;
    border: none
}

.cs-dropdown__options .k-checkbox-label:hover:before {
    border-color: #2ecc71;
    background: #2ecc71
}

.LawbankDatePickerOptions li:hover {
    background-color: #3498db
}

.cs-dropdown__options {
    list-style: none;
    padding: 10px
}

.cs-dropdown__custom-dates {
    background: #f2f5f6;
    margin: -10px 10px 10px 10px;
    padding: 10px
}

.grid-filters {
    display: flex;
    justify-content: space-between;
    position: relative
}

.grid-filters__date {
    min-width: 250px
}

.grid-filters__category {
    position: relative
}

.grid-filters__category .cs-dropdown {
    width: 270px!important
}

.cs-dropdown__buttons {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cs-dropdown__buttons span {
    flex-grow: 1
}

.k-icon {
    pointer-events: all !important
}

.customOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15)
}

.taglist {
    margin: 0;
    padding: 0
}

.taglist .k-button {
    background: #ecf0f1;
    color: #333;
    padding: 9px 10px;
    font-size: 1em;
    border: none;
    margin-right: 5px;
    margin-bottom: 5px
}

.taglist .k-button:hover,.taglist .k-button:focus {
    background: #f2f5f6;
    outline: none;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2)
}

.taglist .k-button.-active {
    background: #3498db;
    color: #fff;
    font-weight: 600
}

.skeleton-row {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
    align-items: center
}

.grid-filters__category.-skeleton ul li {
    background: #f1f5f6;
    width: 115px;
    height: 45px;
    border-radius: 4px;
    background-image: linear-gradient(80deg,#d1d5d6 0,#e8e8e8 40px,#d1d5d6 80px);
    background-size: 600px;
    animation: shine-avatar 1.2s infinite linear
}

.skeleton-header {
    background: #a1a5a6;
    width: 100%;
    height: 25px;
    border-radius: 4px;
    background-image: linear-gradient(80deg,#aaa 0,#d8d8d8 40px,#aaa 80px);
    background-size: 900px;
    animation: shine-lines 1.2s infinite linear;
    margin-bottom: 10px
}

.skeleton-article {
    background: #f1f5f6;
    width: 80%;
    height: 35px;
    border-radius: 4px;
    background-image: linear-gradient(80deg,#d1d5d6 0,#e8e8e8 40px,#d1d5d6 80px);
    background-size: 900px;
    animation: shine-lines 1.2s infinite linear
}

.skeleton-date {
    background: #f1f5f6;
    width: 15%;
    height: 35px;
    border-radius: 4px;
    background-image: linear-gradient(80deg,#d1d5d6 0,#e8e8e8 40px,#d1d5d6 80px);
    background-size: 600px;
    animation: shine-date 1.2s infinite linear
}

.skeleton-tag {
    background: #f1f5f6;
    width: 80%;
    height: 25px;
    border-radius: 4px;
    background-image: linear-gradient(80deg,#d1d5d6 0,#e8e8e8 40px,#d1d5d6 80px);
    background-size: 900px;
    animation: shine-lines 1.2s infinite linear
}

.skeleton-row:first-child .skeleton-article {
    width: 70%
}

.skeleton-row:nth-child(2) .skeleton-article {
    width: 80%
}

.skeleton-row:nth-child(3) .skeleton-article {
    width: 75%
}

.skeleton-row:nth-child(4) .skeleton-article {
    width: 50%
}

.skeleton-row:nth-child(5) .skeleton-article {
    width: 55%
}

.skeleton-row:nth-child(6) .skeleton-article {
    width: 40%
}

.skeleton-row:nth-child(7) .skeleton-article {
    width: 70%
}

.skeleton-row:nth-child(8) .skeleton-article {
    width: 45%
}

.skeleton-row:nth-child(9) .skeleton-article {
    width: 50%
}

.skeleton-row:nth-child(10) .skeleton-article {
    width: 30%
}

@keyframes shine-avatar {
    0% {
        background-position: -32px;
        opacity: 1
    }

    40% {
        background-position: 208px;
        opacity: .5
    }

    100% {
        background-position: 208px;
        opacity: 1
    }
}

@keyframes shine-lines {
    0% {
        background-position: -50px;
        opacity: 1
    }

    40% {
        background-position: 850px;
        opacity: .5
    }

    100% {
        background-position: 850px;
        opacity: 1
    }
}

@keyframes shine-date {
    0% {
        background-position: -110px;
        opacity: 1
    }

    40% {
        background-position: 250px;
        opacity: .5
    }

    100% {
        background-position: 250px;
        opacity: 1
    }
}

.pos-relative-important {
    position: relative !important;
    top: 0;
    left: 0
}

.display-init-important {
    display: inline !important
}

.zindex-10002 {
    z-index: 10002 !important
}

.container--main {
    min-height: calc(100vh - 489px)
}

.list-item__badge.-important {
    display: inline-block!important;
    font-size: .9em;
    font-weight: 700;
    background: #456381;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    text-indent: 0;
    margin-right: 5px
}

.list-item__badge.-breaking {
    display: inline-block!important;
    font-size: .9em;
    font-weight: 700;
    background: #e74c3c;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    text-indent: 0;
    margin-right: 5px
}

.list-item__badge.-hot {
    display: inline-block!important;
    font-size: .9em;
    font-weight: 700;
    background: #e67e22;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    text-indent: 0;
    margin-right: 5px
}

.bubble-tutorial.-main {
    position: absolute;
    top: -130px;
    left: 0
}

.bubble-tutorial__content {
    position: relative;
    background: #fff;
    z-index: 100;
    width: 400px;
    padding: 10px;
    border-radius: 4px
}

.bubble-tutorial__overlay {
    position: fixed;
    background: rgba(0,0,0,0.50);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10
}

.bubble-tutorial.-main .bubble-tutorial__content:after,.bubble-tutorial.-side .bubble-tutorial__content:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px
}

.bubble-tutorial__buttons {
    text-align: right
}

.bubble-tutorial.-side {
    position: absolute;
    top: -120px;
    left: 0
}

.bubble-tutorial.-side .bubble-tutorial__content {
    width: 300px
}

.bubble-tutorial.-home {
    position: absolute;
    top: 55px;
    right: 26%;
    display: none
}

.bubble-tutorial.-home .bubble-tutorial__content {
    z-index: 1000000000;
    width: 320px
}

.bubble-tutorial.-home .bubble-tutorial__overlay {
    z-index: 1000000
}

.bubble-tutorial.-home .bubble-tutorial__content:after {
    top: 0;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-top: -30px
}

@media only screen and (min-width: 991px) {
    .bubble-tutorial.-home {
        right:32%;
        display: block
    }
}

@media only screen and (min-width: 1200px) {
    .bubble-tutorial.-home {
        right:26%;
        display: block
    }
}

#cmsWidgetListMenu a.dropdown-toggle:before {
    content: "NEO";
    background: #27ae60;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 2px;
    border-radius: 4px;
    font-size: 10px;
    position: absolute;
    top: 2px
}

#tagcloud {
    position: relative
}

.cbox_message {
    padding: 10px;
    background-color: #fff
}

#colorbox .cbox_message h1 {
    font-size: 2.5em
}

#colorbox .cbox_message p {
    font-size: 1.5em;
    padding-bottom: 10px
}

#colorbox .cbox_message p.padding-bottom-none {
    padding-bottom: 0
}

.cbox_message_error {
}

.cbox_message ul.cbox_list {
}

.cbox_message ul.cbox_list li {
    padding: 5px 0 5px 15px;
    font-size: 16px
}

.cbox_alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.cbox_alert_danger {
    background-color: #f2dede;
    border-color: #ebccd1
}

#colorbox .cbox_message .cbox_alert p {
    padding: 0
}

#colorbox .cbox_message .cbox_alert_danger p {
    color: #a94442
}

.cbox_loginButton {
    color: #fff;
    background-color: #3498db;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    height: auto;
    margin: 10px 0;
    opacity: 1;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a.cbox_loginButton {
    text-decoration: none;
    color: #fff
}

.cbox_loginButton:hover {
    background-color: #2876aa
}

.text-center {
    text-align: center
}

.full-width {
    width: 100%
}

.below-search-box {
    margin: 35px 15px 15px 15px;
    padding: 15px
}

.below-search-box p {
    font-size: 1.5em
}

.validator-holder {
    line-height: 1.2
}

.below-search-box .ef-page {
    width: 350px;
    margin: auto;
    padding: 15px;
    font-size: 1.5em;
    margin-top: 20px
}

.promo-code .promo-code-container {
    margin-top: 70px;
    text-align: center
}

.promo-code .promo-code-container .form-group {
    background: #fff;
    padding: 30px 0;
    border-radius: 10px
}

.promo-code .promo-code-container h1 {
    font-weight: 600;
    border: none;
    font-size: 3em;
    margin-bottom: 20px;
    box-shadow: none
}

.promo-code .promo-code-container p {
    font-size: 2em;
    line-height: 1.4;
    margin-bottom: 30px
}

.promo-code .promo-code-container .form-control {
    border: 0;
    border: 1px solid #aaa;
    border-radius: 0;
    display: inline-block;
    font-size: 1.5em;
    margin: 0;
    padding: 8px 8px;
    width: 350px;
    margin-right: 20px
}

.promo-code .promo-code-container .ef-btn {
    font-size: 1.5em
}

.promo-code #footer {
    position: fixed;
    bottom: 0
}

.ef-page--sendemail {
    background: #fff!important
}

.ef-page--sendemail h1 {
    border: none;
    font-size: 2em;
    margin-bottom: 1em;
    padding: 0
}

.ef-page--sendemail label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: .85em;
    width: 25%;
    float: left;
    margin-bottom: 0;
    text-align: right;
    padding: 5px 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page--sendemail .input__box {
    float: left;
    width: 75%
}

.below-search-box .input__box > input {
    margin-bottom: 5px
}

.ef-page--sendemail input:not([type="submit"]),.ef-page--sendemail textarea {
    background-color: #f5f6f7;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    font-size: .85em;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px;
    width: 100%;
    -o-transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    -webkit-transition: background-color ease .3s;
    transition: background-color ease .3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ef-page--sendemail input:not([type="submit"]):hover,.ef-page--sendemail textarea:hover {
    background-color: #fff
}

.ef-page--sendemail input:not([type="submit"]):focus,.ef-page--sendemail textarea:focus {
    background-color: #fff;
    border: 1px solid #3498db;
    outline: 1px solid #3498db
}

.ef-page--sendemail .form-group {
    margin-bottom: 15px
}

.ef-page--sendemail .button-container {
    padding-left: 25%
}

.ef-page--sendemail .form-group--error input {
    border: 1px solid #e74c3c;
    outline: 1px solid #e74c3c;
    background-color: #f8eeee
}

.ef-page--sendemail .form-group--error label {
    color: #e74c3c
}

.ef-page--sendemail .form-group--error input:focus {
    background: #fff
}

.ef-page--sendemail .form-group:before,.ef-page--sendemail .form-group:after {
    display: table;
    content: " "
}

.ef-page--sendemail .form-group:after {
    clear: both
}

.ef-page--sendemail .ef-checkbox {
    padding-left: 25%
}

.ef-page--sendemail .ef-checkbox label {
    float: none;
    width: auto;
    padding: 0 0 0 2em
}

.ef-page--sendemail .form__note {
    padding-left: 25%;
    font-weight: 300;
    font-style: italic;
    font-size: .85em;
    margin-top: 20px
}

.ef-page--sendemail .form__note.form__note_center {
    padding-left: 0;
    text-align: center
}

.ef-page--sendemail .form__error {
    margin: 0 0 20px 0;
    font-size: .85em;
    padding: 1em
}

.login-box {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif
}

.logout-box {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    text-align: center
}

#colorbox .logout-box h1 {
    font-size: 1.6em;
    border: none;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    margin-bottom: 0
}

.login-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

#colorbox h1 {
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0
}

#colorbox form {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px
}

.loginTextbox,.loginTextboxInside {
    background-color: #f1fafa;
    border: 1px solid #aaa;
    border-radius: 0;
    color: #444;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin: 0 0 10px 0;
    padding: 5px;
    width: 100%;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loginTextbox:hover,.loginTextboxInside:hover {
    background-color: #fff
}

.loginTextbox:focus,.loginTextboxInside:focus {
    background-color: #fff;
    border: 1px solid #3498db;
    outline: 1px solid #3498db
}

#loginDiv {
    border: 1px solid #d6d6d6;
    background: #fefefe
}

.login-box--inside {
    padding: 0
}

#btnSubmit.loginButton,.loginButtonInside {
    color: #fff;
    background: #3498db;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    height: auto;
    margin: 10px 0;
    opacity: 1;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#btnSubmit.loginButton:hover,.loginButtonInside:hover {
    background-color: #2876aa
}

#forget {
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

#notmember {
    text-align: center;
    font-family: inherit;
    line-height: inherit;
    font-size: 1.2em;
    margin: 15px 0 10px 0
}

.logoutButton {
    color: #fff;
    background: #e74c3c;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    height: auto;
    margin: 10px 0;
    opacity: 1;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.logoutButton:hover,.logoutButton:focus {
    background-color: #c0392b;
    color: #fff;
    text-decoration: none
}

#inline_content_logout h1 {
    font-size: 18px !important
}

#inline_content_logout p {
    font-size: 13px !important
}

.check {
    color: #444;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0
}

.check label {
    font-weight: 400
}

.login-box .error {
    font-size: inherit;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 400
}

#RightBar {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 150px;
    width: 35px;
    z-index: 99998
}

#SocialBar {
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    background-color: #1d1d1d;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    height: 114px;
    margin: 25px 0 0 0;
    width: 38px
}

.lastsocial {
    border: 0 !important
}

.ToolBar {
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    background-color: #1d1d1d;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    margin: 25px 0 0 0;
    width: 38px
}

#ToolBar a {
    background-color: #1d1d1d;
    display: block;
    border-bottom: 1px solid #4e4e4e;
    line-height: 1
}

#ToolBar a:hover {
    background-color: #4e4e4e
}

.svg-container {
    padding: 8px;
    display: block;
    text-align: center;
    height: 36px;
    box-sizing: border-box!important
}

.svg-container svg {
    fill: #fff;
    width: 20px;
    height: 20px
}

#Interest {
    margin-top: 10px
}

.Interest {
    height: 42px;
    margin: 60px 0 0 0;
    width: 35px
}

.Interest a {
    background-color: #1d1d1d;
    display: block;
    border-bottom: 1px solid #4e4e4e;
    border-radius: 2px;
    line-height: 1
}

.Interest a:hover {
    background-color: #4e4e4e
}

#BtnLogout a {
    background-color: #1d1d1d;
    display: block;
    border-radius: 2px;
    line-height: 1
}

#BtnLogout a:hover {
    background-color: #4e4e4e
}

#BtnLogout .svg-container svg {
    fill: #37e154
}

#BtnLogin a {
    background-color: #0099FE;
    display: block;
    border-radius: 2px;
    line-height: 1
}

#BtnLogin a:hover {
    background-color: #4caeef
}

#BtnLogin .svg-container svg {
    fill: #ffffff
}

#BackToTop {
    margin-top: 50px;
    cursor: pointer
}

.rightbar-btn {
    height: 42px;
    margin: 60px 0 0 0;
    width: 35px
}

.rightbar-btn a {
    background-color: #1d1d1d;
    display: block;
    border-bottom: 1px solid #4e4e4e;
    border-radius: 2px;
    line-height: 1
}

.rightbar-btn a:hover {
    background-color: #4e4e4e
}

.rightbar-btn .top-icon {
    transform: rotate(180deg)
}

.form__captcha {
    margin: 15px 0;
    overflow: hidden;
    background-color: #f9fcff;
    border: 2px dashed #cce6ff;
    width: 44em;
    padding: 1em
}

.form__captcha label {
    padding-right: 20px;
    padding-top: 15px;
    width: 230px!important;
    line-height: 1.2!important
}

.form__captcha .input-container {
    float: left
}

.captcha__input {
    display: block;
    font-size: 1.2em;
    color: #333
}

.captcha__input input {
    width: 50px!important;
    display: inline-block!important
}

.captcha__text {
    display: block;
    font-size: 1.2em;
    color: #aaa;
    font-style: italic
}

.contactform input:focus,.contactform textarea:focus,.interestform input:not([type=button]):focus,.interestform textarea:focus {
    border-color: #888
}

#cblProducts input[type="checkbox"]:focus {
    border: 1px dashed #3498db!important
}

.input__error {
    font-size: 1.2em;
    font-weight: 600;
    color: #a94442;
    margin-top: 15px;
    display: block
}

.form__error {
    text-align: center;
    display: block;
    padding: 1.5em;
    font-size: 1.2em;
    margin-top: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.form__correct {
    text-align: center;
    display: block;
    padding: 1.5em;
    font-size: 1.2em;
    margin-top: 20px;
    color: #74a942;
    background-color: #e8f2de;
    border-color: #e0ebcc
}

.obligatory-password-change {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif
}

.obligatory-password-change h1 {
    line-height: 1.25
}

.obligatory-password-change em {
    font-weight: 300
}

.obligatory-password-change .button-container {
    margin-top: 20px
}

.obligatory-password-change .button-container .ef-btn {
    margin-right: 15px
}

.ef-checkbox input[type="checkbox"] {
    display: none
}

.ef-checkbox label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
    display: inline-block
}

.ef-checkbox input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    position: absolute;
    left: 0;
    top: 0
}

.ef-checkbox input[type="checkbox"]:checked + label:before {
    background: #3498db;
    border-color: #3498db
}

.ef-checkbox input[type="checkbox"] + label:hover:before {
    border-color: #3498db
}

.ef-checkbox input[type="checkbox"]:checked + label:hover:before {
    border-color: #34495e
}

.ef-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promo-shortcut {
    position: fixed;
    z-index: 1000000;
    overflow: hidden;
    bottom: 0!important;
    right: 25px;
    width: 420px;
    height: 120px;
    font-size: 16px;
    color: #222;
    background: #f2f5f6;
    border: 1px solid #999;
    border-width: 1px 1px 0 1px;
    -o-transition: bottom ease-in-out .3s;
    -moz-transition: bottom ease-in-out .3s;
    -webkit-transition: bottom ease-in-out .3s;
    transition: bottom ease-in-out .3s
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.promo-shortcut.show {
    opacity: 1!important;
    display: block!important
}

.promo-shortcut.hide {
    opacity: 0!important;
    display: none!important
}

.promo-shortcut.close {
    opacity: 0!important
}

.promo-shortcut__close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    opacity: 0;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.promo-shortcut:hover .promo-shortcut__close {
    opacity: 1
}

.promo-shortcut__image {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.promo-shortcut__image img {
    height: 120px;
    width: auto;
    left: 0;
    position: absolute
}

.promo-shortcut__content {
    padding: 15px 15px 15px 135px;
    height: 120px
}

.promo-shortcut__heading {
    font-size: .9em;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 1.4;
    color: inherit;
    text-align: center
}

.promo-shortcut__description {
    font-size: .8em;
    font-weight: 300;
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 1.2;
    color: inherit;
    text-align: center
}

.promo-shortcut__description strong {
    font-weight: 400
}

.promo-shortcut__link {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4;
    text-align: center
}

.promo-shortcut--dark {
    background: #373a3e;
    color: #ecf0f1
}

.promo-shortcut--dark .promo-shortcut__heading {
    opacity: .6
}

.promo-shortcut--dark a {
    color: #fff
}

.promo-shortcut--dark a:hover {
    color: #35aeff
}

.promo-shortcut--noimage .promo-shortcut__image {
    display: none
}

.promo-shortcut--noimage .promo-shortcut__content {
    padding: 15px
}

.ua-IE9-andLower .slideOutDown {
    display: none
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.slicknav_menu {
    display: none;
    border-bottom: 5px solid #3498db;
    position: relative
}

.slicknav_nav {
    background: #3498db;
    z-index: 1000000;
    position: relative
}

.slicknav_nav > li:nth-child(2) > .dropdown-box,.slicknav_nav > li:nth-child(3) > .dropdown-box {
    display: none
}

.slicknav_nav > li:nth-child(4),.slicknav_nav > li:nth-child(5) {
    display: none
}

.slicknav_nav a:not([href]),.slicknav_nav .link--user {
    color: #34495e;
    display: none!important
}

.slicknav_nav a[href] {
    color: #fff;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 15px
}

.slicknav_nav a[href] span {
    color: inherit
}

.slicknav_nav a .fa {
    display: none
}

.slicknav_nav a:hover,.slicknav_nav a:focus,.slicknav_nav a:active,.slicknav_nav li.active a {
    background: #2980b9
}

.slicknav_nav .dropdown-header {
    color: #fff;
    opacity: .5;
    font-size: .8em;
    display: none
}

.slicknav_nav .user__photo {
    position: static;
    max-width: 15px!important;
    width: 100%;
    height: auto;
    fill: #34495e
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1000001;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear
}

.slicknav_open .hamburger {
    position: absolute
}

.hamburger:hover {
    opacity: 0.7
}

.hamburger-box {
    width: 40px;
    height: 24px;
    position: relative;
    display: block
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px;
    display: block
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #3498db;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -moz-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in;
    -moz-transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in,-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19)
}

.slicknav_open .hamburger-inner {
    background-color: #fff;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -o-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1)
}

.slicknav_open .hamburger-inner::before {
    background-color: #fff;
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out;
    -moz-transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out;
    -o-transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out
}

.slicknav_open .hamburger-inner::after {
    background-color: #fff;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1)
}

.at4-recommended.at4-recommended-toaster div.at-recommended-label {
    padding-bottom: 5px!important;
    font-weight: bold
}

.at-h4 {
    font-size: 13px!important;
    line-height: 18px!important;
    height: 110px!important
}

.at4-toaster-outer .at4-recommended-item {
    width: 120pt!important
}

.at4-toaster-outer .at4-recommended-item .at4-recommended-item-img {
    max-height: 75pt!important;
    max-width: 120pt!important
}

.at4-toaster-outer .at4-recommended-item .at4-recommended-item-img img {
    width: 120pt!important;
    left: 0!important;
    height: 80pt!important
}

.at4-recommended-toaster .at-logo {
    height: 5px!important;
    display: none!important
}

.at-branding-logo {
    display: none!important
}

.at4-toaster-outer .at4-recommended .at4-recommended-item .at4-recommended-item-caption small {
    display: none!important
}

.at4-recommended a:link {
    color: #3498db!important
}

.at4-jumboshare .at-share-btn {
    margin: 2px 2px!important
}

.coda-nav--custom .coda-nav ul li a {
    width: 180px;
    height: auto;
    line-height: 1.45;
    padding: 6px 15px
}

.coda-slider-wrapper.arrows .coda-nav ul li a {
    max-width: 130px;
    height: 50px;
    line-height: 1.45;
    padding: 6px 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.downloadpage {
    padding: 15px
}

.cs-grid {
    border: none;
    margin: 10px 0 40px 0
}

.cs-grid .k-grid-header {
    background: none;
    border: none;
    padding: 0!important
}

.cs-grid .k-grid-header .k-header {
    background: #34495e;
    color: #ECF0F1;
    font-weight: 600;
    border: none;
    font-size: .9em;
    vertical-align: middle
}

.cs-grid .k-grid-header .k-header > .k-link {
    border: none;
    color: #ECF0F1;
    white-space: normal;
    text-align: center
}

.cs-grid .k-grid-header .k-grid-header-wrap {
    border: none
}

.cs-grid tr td {
    border-color: #fff;
    border-width: 2px
}

.cs-grid .k-grid-header .k-header.k-state-focused {
    background: none;
    outline: none;
    box-shadow: none
}

.cs-grid .k-grid-header .k-header .k-link.k-state-active {
    background: none;
    outline: none;
    box-shadow: none
}

.cs-grid .k-grouping-header {
    display: none
}

.cs-grid .k-grid-content {
    color: #576475;
    font-size: .9em;
    font-weight: 400;
    overflow-y: auto;
    margin: 10px 0 20px 0
}

.cs-grid .k-grid-content table {
    min-height: initial
}

.cs-grid tr.k-alt,.cs-grid tr.k-alt:hover {
    background-color: #f1f5f6
}

.cs-grid tr:hover {
    background-image: none;
    background-color: transparent
}

.cs-grid .k-state-disabled {
    opacity: .3
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.cs-grid .k-pager-wrap {
    background: none;
    border: none;
    padding: 1em 0;
    color: #313131
}

.cs-grid .k-pager-numbers .k-state-selected {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    background-image: none
}

.cs-grid .k-pager-wrap .k-link:hover {
    color: #2e2e2e;
    background-color: #f1f5f6;
    border-color: #e1e5e6;
    background-image: none
}

.cs-grid .k-pager-sizes .k-dropdown-wrap.k-state-default {
    background: #ecf0f1;
    color: #333;
    border: none;
    border-radius: 2px;
    background-image: none
}

.cs-grid .k-pager-sizes .k-dropdown-wrap.k-state-hover {
    background: #ecf0f1;
    background-image: none;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2)
}

.k-popup .k-list>.k-state-hover {
    color: #2e2e2e;
    background-color: #f1f5f6;
    border-color: #e1e5e6
}

.k-popup .k-list>.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 1px #3498db
}

.k-popup .k-list>.k-state-selected {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
    background-image: none;
    box-shadow: none
}

@media only screen and (min-width: 992px) {
    #BackToTop {
        display:none
    }
}

@media only screen and (min-width: 1101px) {
    .ef_logo_normal {
        display:block
    }

    #ef_logo_mobile {
        display: none
    }

    .ef-page--komvos #footerLawbank {
        width: 960px!important
    }
}

@media only screen and (min-width: 1101px) and (max-width:1200px) {
    .ef-page--komvos #wrap {
        padding-left:80px
    }
}

@media only screen and (max-width: 1100px) {
    .ef-page--komvos #wrap {
        padding-left:120px
    }

    .ef-page--komvos .container {
        width: 100%;
        padding: 0
    }

    #main.forum__content {
        width: 800px
    }

    .navbar-brand {
        padding: 0
    }

    .ef_logo_normal {
        display: none
    }

    #ef_logo_mobile {
        display: block
    }

    .ef-page--komvos .top-search__input-container {
        width: 65%;
        margin-left: 10%
    }

    .post--quick-answer,.post--question {
        width: 100%
    }

    .post--question .post-content,.post--quick-answer .post-content,.post-content {
        font-size: 1.125em
    }

    .rating {
        position: static;
        max-width: none;
        padding-left: 0
    }

    .rating__comment {
        float: right;
        width: 50%
    }

    .rating__comment p {
        text-align: right
    }

    .rating textarea {
        height: 60px;
        font-size: 1em
    }

    #footerLawbank {
        width: 100% !important;
        overflow: hidden;
        border-radius: 0;
        box-shadow: none
    }

    #footerLawbank p {
        width: 100%;
        font-size: 0.8em;
        text-align: right;
        padding-right: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #footerLawbank p a {
        color: #fff
    }
}

@media only screen and (max-width: 990px) {
    body.ef-page--komvos {
        overflow-x:hidden
    }

    .ef-page--komvos #wrap {
        padding: 0
    }

    #main.forum__content {
        width: 100%;
        padding: 0 30px
    }

    #ef_logo_mobile {
        width: 60px;
        height: auto
    }

    .slicknav_menu {
        display: block
    }

    #menu {
        height: auto;
        min-height: 50px;
        font-size: .8em
    }

    #menu .nav--ef {
        left: unset;
        right: 0;
        position: absolute;
        display: none
    }

    #menu .nav--ef > li > a {
        padding: 0 10px
    }

    .ef-page--komvos .top-search__input-container:before {
        top: 5px
    }

    #leftbar.komvos-bar {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .left-nav-trigger {
        display: block
    }

    .ef-page--komvos #RightBar,.ef-page--komvos .nav_up {
        display: none!important
    }

    #footerLawbank p {
        text-align: center;
        padding-right: 0
    }
}

@media only screen and (max-width: 767px) {
    #main.forum__content {
        padding:0 10px
    }

    #article-header h1 {
        font-size: 1em
    }

    #menu .nav--ef > li {
        display: none
    }

    #menu .nav--ef > li.lastmenu {
        display: block;
        float: right;
        display: none
    }

    .ef-page--komvos .top-search__btn-container {
        display: none
    }

    .ef-page--komvos .top-search__input-container {
        width: 100%;
        margin: 0;
        padding: 0 10px
    }

    .ef-page--komvos .top-search__input-container:before {
        left: 20px
    }

    #plKomvosAdvanced {
        padding: 5px 0
    }

    #plKomvosAdvanced .action,#plKomvosAdvanced .action.last {
        text-align: center
    }

    #plKomvosAdvanced a {
        padding: 10px
    }

    #plKomvosAdvanced a > span {
        display: none
    }

    #plKomvosAdvanced a:before {
        position: static
    }

    #topicHistory {
        padding: 20px 10px 10px 10px
    }

    #plProgressBar {
        padding: 0
    }

    ul.progressBar {
        width: 100%
    }

    .current-state {
        float: right;
        width: 100%
    }

    .current-state .current-state-text {
        font-size: 1.3em
    }

    .post {
        margin: 10px 0 20px 0;
        padding: 0
    }

    .post--question .post-header {
        padding-bottom: 10px;
        min-height: unset;
        margin-bottom: 0
    }

    .post--question .UserNameTopic i {
        top: 10px;
        left: 10px
    }

    .post-author {
        width: 100%
    }

    .post--question .post-author__name {
        margin: 0;
        font-size: 1em;
        font-weight: 400
    }

    .post--question .UserNameStars {
        width: 80px;
        height: 20px;
        overflow: hidden;
        margin-top: -5px
    }

    .UserNameStars {
        width: 100%;
        text-align: center
    }

    .UserNameStars img {
        display: inline
    }

    .post--quick-answer .post-date,.post--question .post-date {
        float: left;
        margin-top: 5px
    }

    .post--quick-answer .post-date .fa,.post--question .post-date .fa {
        display: none
    }

    .post--quick-answer .post-header {
        margin-bottom: 0
    }

    .post--quick-answer .post-author,.post--quick-answer .post-author__name {
        width: 100%
    }

    .post--question .post-content,.post--quick-answer .post-content {
        padding: 20px 10px
    }

    .post--question .post-content,.post--quick-answer .post-content,.post-content {
        font-size: 1em
    }

    #text .post--quick-answer .post-content p.see-full-answer {
        font-size: 1em;
        margin: 20px 0 0 0!important
    }

    .post-header {
        position: static;
        width: 100%;
        margin-bottom: 30px
    }

    .post--by-epsilon .post-content:after {
        left: 45%;
        border-bottom-color: #3498db;
        right: unset;
        border-right-color: rgba(0,0,0,0);
        border-left-color: rgba(0,0,0,0);
        top: -40px
    }

    .post-content:after {
        right: unset;
        left: 45%;
        top: -40px;
        border: solid rgba(0,0,0,0);
        border-bottom-color: #fff;
        border-width: 20px
    }

    .rating__buttons {
        width: 100%
    }

    .rating__comment {
        width: 100%;
        text-align: left
    }

    .left-nav-trigger {
        bottom: 10px;
        right: 10px
    }

    body.admin {
        padding-top: 85px
    }

    #plAdmin {
        height: 85px
    }

    .admin__actions {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 5px
    }

    body.ef-page--komvos .admin__actions li {
        margin-left: 5px;
        float: none;
        display: inline-block
    }
}

@media only screen and (max-width: 550px) {
    .komvos-page--addcomment .btn__text {
        display:none
    }

    #colorbox .komvos-actions h1 {
        font-size: 1.5em
    }
}

@media only screen and (max-height: 480px) {
    #leftbar.komvos-bar {
        width:160px
    }

    .left-nav-is-visible.ef-page--komvos #wrap {
        -webkit-transform: translateX(160px) translateY(0);
        -moz-transform: translateX(160px) translateY(0);
        -ms-transform: translateX(160px) translateY(0);
        -o-transform: translateX(160px) translateY(0);
        transform: translateX(160px) translateY(0)
    }

    #leftbar.komvos-bar li {
        padding: 0!important
    }

    #leftbar.komvos-bar li a {
        position: relative;
        padding: 15px 5px 15px 40px
    }

    #leftbar.komvos-bar a svg,#leftbar.komvos-bar li:hover svg {
        -moz-transform: translateX(0) translateY(0) scale(1);
        -webkit-transform: translateX(0) translateY(0) scale(1);
        -ms-transform: translateX(0) translateY(0) scale(1);
        -o-transform: translateX(0) translateY(0) scale(1);
        transform: translateX(0) translateY(0) scale(1);
        position: absolute;
        left: 5px;
        top: 15px
    }

    #leftbar.komvos-bar li span.icon-text {
        display: inline-block;
        text-align: left;
        margin: 0
    }

    #leftbar.komvos-bar:hover li span.icon-text {
        display: inline-block;
        color: #fff
    }

    .share-links {
        height: 44px;
        min-height: unset
    }

    .share-links__trigger {
        width: 114px;
        height: 14px
    }

    .share-links ul {
        padding-left: 165px
    }

    #leftbar.komvos-bar .share-links li {
        margin: 0 0 0 3px;
        float: left
    }

    .share-links ul a {
        height: 44px;
        width: 44px
    }

    #leftbar.komvos-bar .share-links ul a svg {
        height: 44px;
        width: 44px
    }

    #topicHistoryDetails {
        max-height: 200px
    }
}
}

.full-width {
    width: 100%
}

.marginTop-md {
    margin-top: 15px
}

.marginTop-lg {
    margin-top: 25px
}

#softwareSlide,#trainingSlide,#DownloadsSlide {
    background: url('../imgs/ef/softtrainslidebg.png') no-repeat;
    height: 122px;
    margin-top: 5px;
    position: relative;
    width: 964px
}

#softwareSlide p,#trainingSlide p,#DownloadsSlide p {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 3px 10px;
    width: 260px
}

#softwareSlide p span,#trainingSlide span,#DownloadsSlide span {
    color: #000;
    font-size: 18px;
    line-height: 30px
}

#softwarelogos,#downloadlogos,#traininglogos {
    height: 80px;
    margin-left: 280px;
    padding: 30px 0 0 0
}

#traininglogos {
    margin-left: 350px
}

#hyper {
    background: url('../imgs/ef/hyperlogo.png') top no-repeat;
    display: block;
    float: left;
    height: 49px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 128px
}

#hyper:hover {
    background: url('../imgs/ef/hyperlogo.png') bottom no-repeat;
    opacity: 1
}

#pylon {
    background: url('../imgs/ef/pylonlogo.png') top no-repeat;
    display: block;
    float: left;
    height: 49px;
    margin-left: 25px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 50px
}

#pylon:hover {
    background: url('../imgs/ef/pylonlogo.png') bottom no-repeat;
    opacity: 1
}

#extra {
    background: url('../imgs/ef/extralogo.png') top no-repeat;
    display: block;
    float: left;
    height: 49px;
    margin-left: 0;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 98px
}

#extra:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    background: url('../imgs/ef/extralogo.png') bottom no-repeat;
    opacity: 1
}

#business {
    background: url('../imgs/ef/businesslogo.png') top no-repeat;
    display: block;
    float: left;
    height: 49px;
    margin-left: 25px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 120px
}

#business:hover {
    background: url('../imgs/ef/businesslogo.png') bottom no-repeat;
    opacity: 1
}

#eSalary {
    background: url('../imgs/ef/esalary.png') top no-repeat;
    display: block;
    float: left;
    height: 75px;
    margin-left: 35px;
    margin-top: -15px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 140px
}

#eSalary:hover {
    background: url('../imgs/ef/esalary.png') bottom no-repeat;
    opacity: 1
}

#eSalaryAdvanced {
    background: url('../imgs/ef/esalaryadv.png') top no-repeat;
    display: block;
    float: left;
    height: 75px;
    margin-left: 25px;
    margin-top: -15px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 143px
}

#eSalaryAdvanced:hover {
    background: url('../imgs/ef/esalaryadv.png') bottom no-repeat;
    opacity: 1
}

#eSalaryPublic {
    background: url('../imgs/ef/esalarypub.png') top no-repeat;
    display: none;
    float: left;
    height: 75px;
    margin-left: 25px;
    margin-top: -15px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 152px
}

#eSalaryPublic:hover {
    background: url('../imgs/ef/esalarypub.png') bottom no-repeat;
    opacity: 1
}

#SmartCalendar {
    background: url('../imgs/ef/smartcal.png') top no-repeat;
    display: block;
    float: left;
    height: 75px;
    margin-left: 25px;
    margin-top: -15px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 127px
}

#SmartCalendar:hover {
    background: url('../imgs/ef/smartcal.png') bottom no-repeat;
    opacity: 1
}

#eSalaryPublic:hover {
    background: url('../imgs/ef/esalarypub.png') bottom no-repeat;
    opacity: 1
}

#ekkatharisi {
    background: url('../imgs/ef/Forou.png') top no-repeat;
    display: block;
    float: left;
    height: 75px;
    margin-left: 25px;
    margin-top: -15px;
    opacity: 0.6;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 127px
}

#ekkatharisi:hover {
    background: url('../imgs/ef/Forou.png') bottom no-repeat;
    opacity: 1
}

.slideclose {
    display: block;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 15
}

.slideclose:hover {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 15
}

#footer {
    width: 100%
}

.ef-searchbox {
    height: 60px;
    width: 627px
}

#ef-innernews h1 {
    line-height: 28px;
    margin-right: 60px;
    margin-left: 0
}

#ef-innernews {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    float: left;
    margin-top: 10px;
    position: relative;
    width: 587px;
    padding: 0 20px
}

#ef-newsletter {
    float: left;
    height: 56px;
    overflow: hidden;
    padding: 2px 0;
    width: 310px
}

#ef-innernews-social {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    height: 50px;
    margin: 20px 20px 10px 10px;
    width: 597px
}

#ef-newsletter p {
    float: left;
    margin: 7px 0 0 10px;
    width: 120px
}

.rotatorItemUnit {
    color: #ccc !important;
    font-style: italic
}

h1 {
    color: #000;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 2.4em;
    font-weight: 800;
    margin: 0 0 0 10px;
    padding: 8px 0 0 0
}

h2 a {
    color: #000;
    text-decoration: none
}

h2 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 10px 0 5px 0
}

h3 {
    color: #000;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 10px 0 5px 0
}

.out {
    margin-left: 10px
}

h4 {
    border-bottom: 1px solid #333;
    color: #fff;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 19px 0;
    padding-bottom: 5px;
    width: 250px
}

.ef-innerlist {
    margin: 10px
}

.ef-innerlist li {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0
}

.ef-innerlist li span {
    color: #999;
    font-style: italic
}

.ef-innerlist li span a {
    color: #999;
    font-style: italic;
    text-decoration: none !important
}

.ef-innerlist li span a:hover {
    color: #000;
    font-style: italic;
    text-decoration: underline
}

#newsCatmenu {
    display: block;
    list-style: none;
    margin: 0 0 15px 0
}

#newsCatmenu li {
    font-size: 10.5px !important;
    margin: 0 !important
}

#newsCatmenu li a {
    background-color: #0099ff;
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    padding: 0 !important;
    padding: 5px 17px 7px 17px !important;
    text-decoration: none
}

#newsCatmenu li a:hover {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none
}

#ef-seeOther-inner ul,#ef-seeSearch-inner ul {
    margin: 10px !important;
    padding-bottom: 10px
}

#ef-seeOther-inner ul {
    font-size: 12px;
    line-height: 16px
}

#topLogoRow img {
    float: left
}

#efLogo {
    display: block;
    margin: 0 37px 0 10px;
    padding-top: 10px
}

.ef-mainleft img {
    float: left;
    margin: 3px 10px 10px 0
}

.shadow {
    margin: 0 !important;
    padding: 0 !important
}

#ef-newsletter img {
    float: left;
    margin: 7px 0 0 10px
}

#ef-newsletter a img {
    opacity: 0.6
}

#ef-newsletter a:hover img {
    opacity: 1
}

#ef-search,.ef-search,.search {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 4px 0 0 4px;
    color: #666;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 1.8em;
    font-style: italic;
    height: 45px;
    line-height: 45px;
    margin: 8px 0 8px 10px;
    outline: 0;
    padding: 0 0 0 10px;
    width: 530px;
    -webkit-box-shadow: inset 0 0 4px #dddddd;
    -moz-box-shadow: inset 0 0 4px #dddddd;
    box-shadow: inset 0 0 4px #dddddd
}

.ef-search_hover {
    -webkit-box-shadow: inset 0 0 5px #999;
    -moz-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999
}

.ef-search_focus {
    -webkit-box-shadow: inset 0 0 5px #0099ff;
    -moz-box-shadow: inset 0 0 5px #0099ff;
    box-shadow: inset 0 0 5px #0099ff
}

#ef-submit,.ef-submit,.submit {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    background: #fff url('../imgs/ef/ef-searchBtn.png') left no-repeat;
    border: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    line-height: 45px;
    outline: 0;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    top: -2px;
    top: -3px\0/;
    width: 65px
}

body:not(:-moz-handler-blocked) #ef-submit,.ef-submit,.submit {
    height: 45px;
    top: -1px !important
}

#bg {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    background: transparent !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    display: inline-block;
    position: absolute;
    right: -100px;
    top: -6px;
    width: 430px;
    z-index: 1
}

.button_0 {
    background: url('/imgs/ef/ef-starIcon.png') center no-repeat
}

.button_0_selected {
    background: url('/imgs/ef/ef-starIcon_selected.png') center no-repeat
}

.button_1 {
    background: url('/imgs/ef/ef-lawbankIcon.png') center no-repeat
}

.button_1_selected {
    background: url('/imgs/ef/ef-lawbankIcon_selected.png') center no-repeat
}

.button_2 {
    background: url('/imgs/ef/ef-komvosIcon.png') center no-repeat
}

.button_2_selected {
    background: url('/imgs/ef/ef-komvosIcon_selected.png') center no-repeat
}

.button_3 {
    background: url('/imgs/ef/ef-explorerIcon.png') center no-repeat
}

.button_3_selected {
    background: url('/imgs/ef/ef-explorerIcon_selected.png') center no-repeat
}

.button {
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    cursor: pointer;
    display: block;
    float: left;
    height: 67px;
    opacity: 0.6;
    position: relative;
    top: -8px;
    width: 81px;
    z-index: 30;
    _cursor: hand
}

.button:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.buttonSelected,.button_1_selected,.button_2_selected,.button_3_selected {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important
}

#selector {
    height: 67px;
    left: 0;
    position: absolute;
    width: 81px;
    z-index: 2
}

.fb-comments {
    margin: 0 auto
}

.fb-comments,.fb-comments DIV {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    background: transparent !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    display: inline-block
}

.colorboxPadding {
    padding: 20px
}

.colorboxPadding h2 {
    margin-bottom: 10px
}

.maildir {
    color: #000000;
    font-weight: bold;
    padding: 3px 3px 3px 3px
}

.downloadbtn2,.downloadbtn3,.downloadbtn4,.downloadbtn5 {
    -moz-border-radius: 4px;
    -moz-box-shadow: 1px 1px 3px #bfbfbf;
    -moz-opacity: 0.6;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #333333;
    -webkit-opacity: 0.6;
    background-color: #0099ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #bfbfbf;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px;
    opacity: 0.6;
    padding: 5px 18px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    top: 15px
}

.downloadbtn3 {
    line-height: 50px;
    padding: 7px 18px !important;
    top: 0 !important
}

.downloadbtn5 {
    padding: 7px 18px !important;
    top: 15px !important
}

.downloadbtn4 {
    background-color: #999 !important;
    padding: 7px 18px !important;
    position: absolute;
    right: 68px !important;
    top: 45px !important
}

.downloadbtn2:active {
    position: relative;
    top: 16px
}

.downloadbtn3:active {
    position: relative;
    top: 1px
}

.downloadbtn4:active {
    top: 1px
}

.downloadbtn5:active {
    position: relative;
    top: 1px
}

.downloadbtn2:hover,.downloadbtn3:hover,.downloadbtn4:hover,.downloadbtn5:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.noShadow {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important
}

#softwarebg_e,#softwarebg_bl,#softwarebg_b,#softwarebg_m {
    overflow: hidden
}

#ef-evresisinner div,#ef-evresisinner,.previewContent {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important
}

#ef-evresisinner table td {
    border: 0 !important
}

#previewContent table td {
    border-color: #aaa
}

#ef-vies,#ef-vat {
    margin-top: 10px;
    position: relative
}

#txtVies,#txtVat {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 5px;
    outline: 0;
    padding: 3px
}

#viesImage {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    left: 260px;
    position: absolute;
    top: 55%
}

#ef-vies p,#ef-vat p {
    margin: 20px 10px 0 20px;
    padding-bottom: 5px
}

#afmdetails {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    color: #333;
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 20px 10px 0 20px;
    padding: 10px;
    padding-bottom: 5px
}

#afmdetailsPanel {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important
}

#homepgbox {
    float: left;
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
    width: 310px
}

.homepgbtn {
    padding: 12px 10px 10px 10px
}

.homepgbtnloggedout {
    padding: 0 10px 0 10px !important
}

.homepgbtn li:first-child {
    background: url('/imgs/ef/home16.png') left no-repeat !important;
    color: #333;
    font-size: 1.2em;
    padding: 1px 0 0 25px
}

.homepgbtn li {
    background: url("../imgs/ef/neoIconNews.png") left no-repeat;
    color: #333;
    font-size: 1.2em;
    padding: 5px 0 5px 40px
}

.homepgbtn li a:hover {
    color: #0099ff
}

#containerbanner {
    -moz-box-shadow: 0 -2px 3px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.8);
    border: 5px solid #fff;
    border-bottom: 0;
    bottom: 0;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.8);
    display: none;
    height: 148px;
    left: 50%;
    margin-left: -483px;
    position: fixed;
    width: 950px;
    z-index: 9999
}

#innerbanner {
    border: 0;
    padding: 0
}

#innerbanner a img {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8
}

#innerbanner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#loginsmall a,#p1 a {
    color: #999 !important;
    text-decoration: none
}

#loginsmall a:hover,#p1 a:hover {
    color: #333 !important
}

#p1 {
    background: url("../imgs/ef/neoIconNews.png") left no-repeat;
    padding-left: 40px
}

#ef-innernews {
    font-family: 'Open Sans',Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    color: #333
}

#ef-innernews ul {
    margin: 10px;
    list-style-type: disc !important
}

#ef-innernews ul li {
    color: #333 !important;
    position: relative;
    left: 20px;
    padding-right: 20px
}

#ef-innernews table p {
    margin: 0 !important;
    padding: 4px
}

#ef-innernews ol {
    list-style-type: decimal !important;
    margin: 10px;
    color: #333;
    font-size: 1.2em
}

#ef-innernews em {
    font-style: italic !important;
    color: #333 !important;
    font-weight: normal !important
}

#ucListViewCMS_RadGrid1_ctl00 h4 {
    width: auto !important
}

#DivSearchWait {
    font-size: 12px !important;
    color: #000
}

div.reToolWrapper table.reSpinBox input.radfd_skipme {
    width: 30px!important
}

.overlay2 {
    background-color: #34495e;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 99999999
}

.section-image-wrapper {
    background: #fff;
    border-radius: 6px;
    display: block;
    width: 930px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    z-index: 999999999999999;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (max-width: 1400px) {
    .section-image-wrapper {
        width:700px;
        height: auto;
        top: 50%
    }
}

.section-header {
    background: #fff;
    padding: 8px 5px 5px 5px;
    text-align: right;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

p .btn.close-the-ad {
    background: #e74c3c;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 4px 0 #c0392b
}

p .btn.close-the-ad:hover {
    background: #f86050
}

.section-content {
    border: 5px solid #fff
}

.section-image a {
    border: none
}

.section-image a img {
    height: auto;
    max-width: 100%;
    border: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

@media print {
    *,:after,:before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

@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.#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro: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"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        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
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:14.33px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(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: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.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-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.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,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

html,body {
}

body > #searchform {
    margin: 0;
    height: 100%
}

section.content {
    margin-bottom: 100px
}

.stroke {
    outline: 1px solid red !important
}

.stroke--blue {
    outline: 1px solid blue !important
}

.stroke--purple {
    outline: 1px solid purple !important
}

#colorbox,#cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

body {
    font-family: "Open Sans",Arial,sans-serif
}

ul {
    padding: 0;
    list-style: none
}

a {
    color: #3498db;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

a:hover,a:focus {
    color: #34495e;
    text-decoration: underline
}

.alert-warning {
    color: white !important;
    background-color: red !important;
    border-color: #FAEBCC !important
}

.alert {
    padding: 10px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: normal
}

.columnist {
    font-size: 0.5em
}

.nav--ef > li {
    font-size: 1em;
    line-height: 1
}

.nav--ef > li > a {
    color: #444444!important;
    border-left: 1px solid #ecf0f1
}

.nav--ef > li > a > span {
    color: inherit
}

.nav--ef > .active > a {
    color: #1baee0!important;
    background-color: #ecf0f1!important
}

.nav--ef > li > a:hover {
    color: #1baee0!important;
    background-color: #f9f9f9!important
}

.nav--ef > li > a:focus {
    color: #1baee0!important;
    background-color: #f9f9f9!important
}

.nav--ef > li.dropdown:hover > a {
    color: #1baee0!important;
    background-color: #373a3e!important
}

.nav--ef > li.dropdown:hover .fa {
    color: #1baee0
}

.nav--ef > li > .link--user,#header .menu li .link--user {
    padding-left: 40px!important;
    border-right: 1px solid #ecf0f1
}

.user__photo {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 25px!important;
    width: 100%;
    height: auto;
    fill: #85919a
}

#menu .nav--ef li:hover .user__photo {
    fill: #1baee0
}

#header .nav--ef li.back {
    display: none
}

#header {
    background: none;
    height: auto;
    margin-top: 0;
    width: 100%
}

#menu {
    height: auto;
    position: relative
}

#menu .nav--ef {
    position: static;
    width: auto;
    float: right
}

#menu .nav--ef a {
    color: #444444;
    display: block;
    float: left;
    line-height: 50px;
    position: relative;
    text-decoration: none;
    z-index: 10
}

#menu .nav--ef a span {
    color: #444444
}

#menu .nav--ef li {
    background: none;
    float: left;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em;
    list-style: none;
    margin: 0
}

#menu .nav--ef li.dropdown-header {
    display: block;
    padding: 15px 15px 0 15px;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    color: #5e646c;
    white-space: nowrap
}

#menu .nav--ef li.dropdown-header-username {
    font-size: 1.1em;
    color: #6e757e;
    padding-left: 35px
}

#menu .nav--ef li .dropdown-box {
    position: absolute;
    right: 0;
    left: auto;
    top: 50px;
    margin: 0;
    padding: 0;
    display: none;
    visibility: unset;
    width: auto;
    z-index: 100000
}

#menu .nav--ef li:hover .dropdown-box {
    display: block
}

#menu .nav--ef ul {
    background-color: #373a3e;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    z-index: 100001
}

#menu .nav--ef ul a {
    color: #ddd;
    border-radius: 0;
    display: block;
    float: none;
    font-weight: 300;
    line-height: 1.4!important;
    padding: 8px 15px!important;
    width: auto;
    min-width: 210px;
    z-index: 100002
}

#menu .nav--ef ul a span {
    color: #ddd !important
}

#menu .nav--ef ul a:hover,#menu .nav--ef ul a:focus {
    color: #fff;
    border-radius: 0;
    background-color: #595d63!important
}

#menu .nav--ef .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #484c51 !important
}

#RightBar {
    right: 0;
    overflow: hidden
}

#divRightMenu * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.LoginButton,.LoggedinButton {
    background: rgba(0,0,0,0);
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

.container--search {
    background-color: #ecf0f1;
    margin-bottom: 20px;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.container--search:hover {
    background-color: #e4e9ea
}

.top-search {
    padding-top: 10px;
    padding-bottom: 10px
}

.top-search__input-container {
    padding-right: 0
}

.top-search__input-container:before {
    color: #888888;
    content: '\f002';
    font-size: 1.6em;
    font-family: Arial;
    position: absolute;
    left: 25px;
    top: 4px
}

.top-search__input {
    width: 100%;
    padding: 10px 0 10px 40px;
    border: 1px solid #d9e3e5;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.top-search__input:hover,.top-search__input:focus {
    border: 1px solid #3498db
}

.contactform label,.interestform label,.account label {
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: 300;
    width: 250px
}

.contactform input,.contactform textarea,.interestform input,.interestform textarea {
    border: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 7px 8px 7px 8px;
    width: 350px
}

#cblProducts label {
    font-weight: 300;
    font-size: 1em;
    display: inline !important;
    float: none !important;
    line-height: 10px !important;
    margin-left: 10px !important;
    width: 300px !important
}

#cblProducts input[type="checkbox"] {
    background: none !important;
    border: 0 !important;
    display: inline;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    width: auto !important
}

.contactform input.ef-btn,.interestform input.ef-btn {
    border: none;
    border-radius: 0
}

.contactform,.interestform {
    padding-bottom: 50px
}

.contactform h1,.interestform h1 {
    margin: 15px 0 !important;
    font-size: 2em
}

.contactform p,.interestform p {
    margin-bottom: 20px !important
}

.account input {
    background-color: #fff;
    background-image: none !important;
    border: 0;
    border-radius: 4px;
    color: #666;
    display: block;
    font-size: 1.2em;
    margin: 6px 0;
    padding: 7px 8px 7px 8px;
    width: 150px
}

.marginaccount {
    margin-bottom: 20px
}

#timokatalogos {
    background-color: #fff;
    border-radius: 8px;
    font-size: 1em;
    margin: 30px 0 15px 0;
    width: 100%
}

#timokatalogos td {
    border-bottom: 2px solid #f6f6f6;
    padding: 10px
}

.free {
    border: 1px solid #f6f6f6;
    vertical-align: middle;
    width: 180px
}

.premiumFirst {
    background-color: #eee;
    border-top-right-radius: 8px;
    width: 180px
}

.premiumLast {
    background-color: #eee;
    border-bottom-right-radius: 8px;
    color: #fff !important;
    width: 180px
}

.premium {
    background-color: #eee;
    vertical-align: middle;
    width: 180px
}

.timoTitle td {
    background-color: #333 !important;
    color: #fff !important
}

#timokatalogos td img {
    display: block;
    margin: 0 auto
}

.column-list__header {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 1.4em;
    font-weight: 300;
    margin: 0;
    padding: 0 0 10px 0
}

.column-list__btncontainer {
    text-align: right
}

.firstbox {
    display: inline-block;
    float: left;
    margin: 25px 0 5px 10px;
    position: relative;
    width: 300px
}

.adsbox_inner .firstbox {
    margin-right: 155px !important
}

.column-list li {
    color: #666;
    font-size: 1em;
    line-height: 1.4;
    margin: 10px 0
}

.column-list li em,.column-list li span {
    color: #0099ff
}

.column-list li a {
    color: #666;
    text-decoration: none;
    font-weight: 300
}

.column-list li a:visited {
    color: #2c77ba;
    text-decoration: none;
    font-weight: 300
}

.column-list li a:hover {
    color: #0099ff;
    text-decoration: underline
}

.rtIn,.rtIn:visited {
    color: #0099ff!important;
    font-size: 1em
}

.coda-nav--custom .coda-nav ul li a {
    width: 180px;
    height: auto;
    line-height: 1.45
}

.downloadpage {
    padding: 15px
}

.downloadpage h2 {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 1.4em;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0
}

.downloadpage li {
    list-style: disc;
    margin-left: 20px
}

.screenShot {
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    float: left;
    margin: 0 15px 0 0
}

.forum-button-container {
    margin-top: 30px
}

.question-list {
    margin: 10px 0 0 0!important
}

.column-list li .question-title em,.column-list li .question-title span {
    color: #ccc;
    font-size: 0.9em
}

#searchresults {
    margin-top: 5px;
    min-height: 370px
}

#searchresults p {
    margin: 5px 0
}

#searchresults p a {
    color: #444
}

#searchresults ul {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 0 rgba(255,255,255,1);
    padding-bottom: 10px
}

#searchresults ul li {
    color: #333;
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 0 3px 0
}

#searchresults em {
    clear: both;
    color: #999;
    display: block;
    font-style: italic
}

#searchresults em span {
    color: #2c77ba
}

.tabs__menu {
    background: #F5F7F7;
    float: left;
    width: 100%;
    margin: 0
}

.tabs__menu li {
    float: left;
    font-size: 1em;
    text-align: center
}

.tabs__menu li a {
    color: #666;
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: 2px solid #eee
}

.tabs__menu li a:hover {
    color: #0099ff;
    background-color: #fff;
    text-decoration: none
}

.tabs__menu li a:focus {
    text-decoration: none
}

.tabs__menu .active a,.tabs__menu .active a:hover,.tabs__menu .active a:focus {
    color: #0099ff;
    background: none;
    font-weight: 700;
    border-bottom: 2px solid #0099ff
}

.tabs__menu img {
    display: block;
    padding: 0 18px 0 17px;
    position: relative;
    top: 7px
}

.tabs__menu a img {
    opacity: 0.6
}

.tabs__menu a img:hover {
    opacity: 1
}

.tabs__tab-content {
    padding: 25px 15px 15px 15px;
    clear: both;
    background: #fff
}

.sidebox__tabs {
    overflow: hidden
}

.sidebox__tabs .tabs__menu {
    margin-bottom: 10px
}

.sidebox__tabs .tabs__menu li a {
    color: #666;
    padding: 0 5px;
    border-bottom: 2px solid #ddd
}

.sidebox__tabs .tabs__menu .active a,.sidebox__tabs .tabs__menu .active a:hover,.sidebox__tabs .tabs__menu .active a:focus {
    color: #0099ff;
    border-bottom: 2px solid #0099ff
}

#ef-calendar .tabs__menu li,#ef-software .tabs__menu li {
    width: 50%
}

#ef-books .tabs__menu li {
    width: 50%
}

#ef-entipa .tabs__menu li,#ef-seminars .tabs__menu li {
    width: 33.3333333%
}

.k-tabstrip {
    border: none
}

.k-tabstrip:focus {
    box-shadow: none
}

.k-tabstrip-items {
    padding: 0;
    border-bottom: 2px solid #eee;
    background: #F5F7F7
}

.k-tabstrip>.k-content {
    border: none;
    margin: 0;
    padding: 15px 0 0 0
}

.k-tabstrip-items .k-item {
    background: none;
    border-width: 0 0 2px 0;
    border-color: transparent;
    margin: 0;
    font-family: "Open Sans",sans-serif
}

.k-tabstrip-items .k-state-active,.k-tabstrip-items .k-tab-on-top {
    border-color: #0099ff;
    color: #0099ff
}

.k-tabstrip-items .k-state-hover {
    background: #fefefe
}

.k-tabstrip-items .k-link {
    color: currentColor;
    padding: 10px 15px
}

.k-tabstrip-items .k-state-active .k-link,.k-tabstrip-items .k-tab-on-top .k-link {
    font-weight: 600;
    color: #0099ff
}

.k-tabstrip-items .k-loading {
    border: none
}

.k-tabstrip>.k-button {
    position: absolute;
    top: .4em;
    z-index: 2;
    display: inline-block;
    vertical-align: middle
}

html body .k-tabstrip>.k-button.k-button-bare {
    background: #0099ff!important;
    color: inherit;
    border-width: 0
}

.k-tabstrip>.k-button:hover {
    opacity: .7
}

.k-tabstrip-next {
    right: 5px
}

.k-tabstrip-prev {
    left: 5px
}

.k-tabstrip-next .k-icon {
    background: none;
    color: #fff
}

.k-tabstrip-next .k-icon:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-width: 6px;
    border-left-color: #fff;
    display: inline-block;
    margin-left: 5px
}

.k-tabstrip-prev .k-icon {
    background: none;
    color: #fff
}

.k-tabstrip-prev .k-icon:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-width: 6px;
    border-right-color: #fff;
    display: inline-block;
    margin-right: 5px
}

.epsilon-tv {
    background: #252d35;
    margin-bottom: 30px;
    padding: 20px 0
}

.epsilon-tv h2 {
    color: #fff;
    border: none;
    margin: 0;
    font-size: 2.2em
}

.epsilon-tv h3 {
    color: #c4dded;
    margin: 0;
    padding: 0;
    font-size: 1.2em
}

.tvshow__heading {
    color: #fff;
    margin: 25px 0 15px 0;
    padding: 15px 0;
    font-size: 1.4em;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.20);
    border-width: 1px 0
}

.tvshow__title {
    display: block;
    margin-bottom: 5px
}

.tvshow__guests {
    display: block;
    font-weight: 300
}

.tvshow__details {
    color: #c4dded;
    margin: 15px 0 30px 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 300
}

.tvshow__details li {
    display: inline-block;
    margin-right: 30px
}

.tvshow__details strong {
    font-weight: 400;
    display: inline-block;
    margin-right: 5px
}

.epsilon-tv a {
    color: #87c8e5
}

.tvshow__chatbox iframe {
    width: 100%!important;
    height: 410px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#spLoading {
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    color: white;
    width: 100%
}

.live-badge {
    padding: 5px 7px;
    font-size: 21px;
    background-color: #e74c3c;
    vertical-align: top;
    -webkit-animation: blinker 1.2s cubic-bezier(.5,0,1,1) infinite alternate;
    animation: blinker 1.2s cubic-bezier(.5,0,1,1) infinite alternate
}

@keyframes blinker {
    to {
        opacity: 0
    }
}

@-webkit-keyframes blinker {
    to {
        opacity: 0
    }
}

.linkbox {
    display: block;
    position: relative;
    z-index: 1000;
    margin-bottom: 15px;
    clear: both;
    background: #f5f7f7
}

.linkbox__heading {
    background: #456381;
    display: block;
    padding: 15px;
    position: relative;
    z-index: 1000;
    color: #fff
}

.linkbox__content {
    display: block;
    padding: 15px 15px 0 15px;
    position: relative;
    z-index: 990
}

.linkbox__footer {
    display: block;
    padding: 0 15px 10px 15px;
    overflow: hidden;
    text-align: right;
    height: 30px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.linkbox__content .linkbox__footer {
    background: none;
    display: block;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.linkbox__title {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0 80px 3px 0;
    white-space: nowrap
}

.linkbox__subtitle {
    color: #fff;
    display: block;
    font-size: .9em;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap
}

.linkbox__text {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px
}

.linkbox__image {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px
}

.linkbox__icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    text-align: right;
    font-size: 40px
}

.linkbox__icon .fa {
    font-size: 30px;
    line-height: 62px;
    color: #373a3e
}

.linkbox__icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em
}

.linkbox__photo {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 100px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: auto;
    overflow: hidden
}

.linkbox__content-title {
    color: #1b1b1b;
    display: block;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 5px
}

.linkbox__content-link {
    color: inherit
}

.linkbox__content-subtitle {
    color: #1b1b1b;
    display: block;
    font-weight: 300;
    font-size: 1em
}

.linkbox__content-quote {
    color: #1b1b1b;
    display: block;
    font-weight: 300;
    font-size: 1em;
    position: relative;
    padding-left: 40px
}

.linkbox__content-quote:before {
    color: #1b1b1b;
    content: '\f10d';
    font-size: 2em;
    font-family: Arial;
    position: absolute;
    left: 0
}

.linkbox__readmore {
    color: #fff;
    background: #3498db;
    font-size: 1em;
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: relative;
    transition: .2s all ease
}

.linkbox__readmore:hover {
    color: #fff;
    background: #3498db;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px
}

.linkbox__readmore:before,.linkbox__readmore:after {
    content: "";
    width: 1px;
    height: 15px;
    background: currentColor;
    position: absolute;
    top: 8px;
    left: 15px
}

.linkbox__readmore:after {
    width: 15px;
    height: 1px;
    top: 15px;
    left: 8px
}

.linkbox__readmore span {
    color: currentColor;
    display: none;
    margin-left: 10px;
    opacity: 0;
    font-weight: 400;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.linkbox__readmore:hover span {
    display: block;
    opacity: 1
}

.linkbox--forotechnikos {
    overflow: hidden
}

.linkbox--forotechnikos .linkbox__heading {
    padding: 15px 55px 15px 15px
}

.linkbox--forotechnikos .linkbox__subtitle {
    white-space: normal;
    line-height: 1.2
}

.linkbox--forotechnikos .linkbox__content {
    padding: 10px 45px 0 10px
}

.linkbox--forotechnikos .linkbox__readmore {
    float: none
}

.linkbox--survey-wide {
}

.linkbox--survey-wide .linkbox__icon {
    left: 10px
}

.ef-btn--survey-wide {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
    color: #8c55a3;
    box-shadow: 0 3px 5px -3px rgba(0,0,0,0.5);
    z-index: 999999!important
}

.ef-btn--survey-wide:hover {
    background-color: #a268ba;
    color: #fff
}

.ef-btn-survey-wide-chevron {
    margin-left: 5px
}

.linkbox--survey-wide .linkbox__heading {
    width: 100%;
    display: inline-block;
    background-color: #8c55a3
}

.linkbox--survey-wide .linkbox__title,.linkbox--survey-wide .linkbox__sep,.linkbox--survey-wide .linkbox__subtitle {
    float: left;
    line-height: 20px
}

.linkbox--survey-wide .linkbox__title {
    margin-right: 0;
    padding-left: 70px
}

.linkbox--survey-wide .linkbox__sep {
    margin: 0 10px;
    color: #fff;
    font-size: 1.4em
}

.linkbox--survey-wide .linkbox__subtitle {
    margin: 0;
    font-size: 1.1em
}

.linkbox--survey-wide .linkbox__icon .fa {
    color: #8c55a3
}

.linkbox--survey-wide .linkbox__content {
    min-height: unset
}

.linkbox--survey-wide .linkbox__content-title {
    text-align: left;
    padding-left: 70px;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 3px
}

.linkbox--survey {
    height: 180px;
    overflow: hidden
}

.linkbox--survey .linkbox__content:hover {
    background: unset
}

.linkbox--survey .linkbox__content-title {
    margin-bottom: 10px
}

.linkbox--survey .linkbox__heading {
    background: #8c55a3
}

.linkbox--survey .linkbox__heading:hover {
    background: #6a3b7e
}

.linkbox--survey .linkbox__icon .fa {
    color: #8c55a3
}

.linkbox--question {
    overflow: hidden
}

.linkbox--question .linkbox__content-title {
    margin-bottom: 15px
}

.linkbox--tv .linkbox__title {
    margin-right: 0
}

.linkbox--weather .linkbox__heading {
    height: 80px
}

.linkbox--weather .linkbox__content {
    padding-bottom: 15px
}

.linkbox--weather .linkbox__title {
    font-size: 1.4em;
    line-height: 1.2;
    margin: 0 80px 5px 0
}

.linkbox--cloud .linkbox__image img {
    width: 100%;
    height: auto;
    max-width: 250px
}

.linkbox--newsletter .linkbox__heading {
    background: #2980b9
}

.linkbox--newsletter .linkbox__icon .fa {
    color: #2980b9
}

.linkbox--newsletter .linkbox__content {
    background: #2980b9;
    min-height: unset;
    padding-top: 20px;
    padding-bottom: 15px
}

.linkbox--newsletter .linkbox__content #efnewsletterinput {
    border: none;
    background: #f1f1f1;
    padding: 4px 5px 5px 5px;
    margin-right: 5px;
    color: #222222
}

#ef-promo-code .linkbox__heading {
    background: #8e44ad
}

#ef-promo-code .linkbox__icon .fa {
    color: #8e44ad
}

#ef-promo-code .linkbox__content {
    background: #8e44ad
}

.linkbox--apps .linkbox__heading {
    background: #95a5a6
}

.linkbox--apps .linkbox__icon .fa {
    color: #95a5a6
}

.linkbox--apps .linkbox__content {
    background: #95a5a6;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 15px
}

.linkbox--apps .linkbox__title {
    margin: 0 0 3px 0
}

.linkbox--apps .linkbox__content .app-icon {
    color: #fff;
    display: inline-block;
    margin-right: 15px
}

.linkbox--apps .linkbox__content .app-icon:hover {
    color: #34495e
}

.linkbox--payroll .linkbox__heading {
    background: #19b5ba
}

.linkbox--payroll .linkbox__icon .fa {
    color: #19b5ba
}

.linkbox--payroll .linkbox__title {
    font-size: 1.3em;
    line-height: 1.2;
    margin: 0 70px 5px 0
}

.linkbox--payroll .linkbox__content {
    background: #19b5ba;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 15px
}

.linkbox--payroll .linkbox__content-title {
    color: #19b5ba;
    background: #fafafa;
    opacity: .8;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px
}

.linkbox--payroll .linkbox__content .apply {
    padding-right: 0
}

.linkbox--payroll .linkbox__content .ask {
    padding-left: 0
}

.linkbox--payroll .linkbox__content .ef-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2
}

.linkbox--payroll .linkbox__content .ask .ef-btn--white {
    color: #19b5ba!important
}

.linkbox--payroll .linkbox__content .ask .ef-btn--white:hover {
    background: #e1e1e1
}

.linkbox--payroll .seminar-title {
    position: relative;
    color: #fff;
    min-height: 65px
}

.linkbox--payroll .seminar-date {
    font-size: 12px;
    position: absolute;
    left: 0;
    width: 60px;
    padding: 5px;
    background: #058387;
    text-align: center
}

.linkbox--payroll .seminar-date span {
    display: block
}

.linkbox--payroll .seminar-date span.day {
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1
}

.linkbox--payroll .seminar-date span.month {
    font-size: 1.2em;
    line-height: 1;
    font-weight: 300
}

.linkbox--payroll .seminar-date span.year {
    font-weight: 700
}

.linkbox--payroll .seminar-city {
    width: calc( 100% - 60px );
    margin-left: 70px;
    padding-top: 5px;
    font-size: 1.4em;
    font-weight: 300;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.linkbox--payroll .seminar-city__title {
    opacity: .3;
    font-size: 0.7em;
    font-weight: 600;
    display: block
}

.linkbox--ekloges .linkbox__content {
    height: 88px
}

.linkbox--ekloges .linkbox__content:hover {
    background: unset
}

.linkbox--ekloges .linkbox__content-title {
    margin-bottom: 10px
}

.linkbox--ekloges .linkbox__heading {
    background: #f39c12
}

.linkbox--ekloges .linkbox__readmore {
    background: #f39c12;
    color: #fff
}

.linkbox--ekloges .linkbox__readmore:hover {
    background: #f39c12;
    color: #fff
}

.jcarousel-wrapper {
    position: relative
}

.jcarousel {
    position: relative;
    overflow: hidden
}

.jcarousel ul {
    width: 400%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    float: left;
    width: 25%
}

.jcarousel__controls {
    position: relative;
    height: 30px;
    padding: 10px 20px 0 20px
}

.jcarousel-control-prev,.jcarousel-control-next {
    display: none;
    background: #456381;
    color: #fff;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    top: 35%;
    width: 20px;
    height: 20px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    font-size: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.jcarousel-control-prev {
    left: -15px
}

.jcarousel-control-next {
    right: -15px
}

.jcarousel-control-prev .fa,.jcarousel-control-next .fa {
    vertical-align: top
}

.jcarousel-control-prev.inactive,.jcarousel-control-next.inactive {
    display: none
}

.jcarousel-wrapper:hover .jcarousel-control-prev,.jcarousel-wrapper:hover .jcarousel-control-next {
    display: block
}

.jcarousel-control-prev:hover,.jcarousel-control-next:hover {
    color: #fff;
    opacity: 1
}

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 5px 0;
    width: 100%
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    background: #fff;
    color: #4E443C;
    border-radius: 2px;
    padding: 3px 8px;
    text-align: center;
    margin-right: 2px;
    opacity: 1
}

.jcarousel-pagination a.active {
    background: #456381;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.75)
}

.dlfile {
    display: block;
    position: relative;
    padding: 15px 15px 15px 60px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333
}

.dlfile:hover {
    background: #f5f6f7;
    text-decoration: none;
    color: #333
}

.dlfile__icon {
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 50px
}

.dlfile__icon svg {
    width: 1em;
    height: 1em
}

.dlfile__title {
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4
}

.dlfile__details {
    color: #aaa;
    font-weight: 400;
    display: block
}

.dlarrow {
    opacity: 0
}

.dlfile:hover .dlarrow {
    opacity: 1
}

.news-list__items .disqusCommentCount svg {
    fill: #333
}

.disqusCommentCount {
    background: none;
    font-weight: 600;
    color: currentColor;
    position: relative
}

.disqusCommentCount a {
    color: currentColor;
    padding-left: 25px;
    position: relative;
    z-index: 2;
    margin-left: 5px
}

.disqusCommentCount svg {
    fill: currentColor;
    vertical-align: middle;
    position: absolute;
    left: 7px;
    z-index: 1
}

.disqusCommentCountWrapper {
    display: none
}

#disqus_thread {
    margin: 20px 10px;
    box-shadow: none!important
}

.article-list--distinct .disqusCommentCount {
    color: #fff
}

.article-comments {
    color: currentColor;
    margin: 0
}

.article-comments svg {
    fill: currentColor;
    vertical-align: middle
}

.article-comments a {
    color: currentColor
}

.article-shortcut .article-comments {
    margin-top: 5px
}

.linkbox__comments {
    float: left;
    margin-top: 5px
}

#divBreakingNewsDisquss {
    float: right
}

#divFirstNewsDisquss,#divSecondNewsDisquss,#divThirdNewsDisquss {
    float: right
}

.icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    overflow: hidden
}

@media (min-width: 1200px) {
    .for-mobile {
        display:none
    }
}

.strossle.row {
    margin-right: 0;
    margin-left: 0
}

.strossle-widget-posts > .strossle.row {
    background-color: #fff
}

.strossle-widget-home > .strossle.row {
    background-color: #fff
}

.breaking-row {
    margin-bottom: 15px;
    background: #e74c3c;
    color: #fff;
    display: flex;
    margin: 0 0 15px 0
}

.breaking__image {
    padding: 0;
    margin: 0;
    background-size: cover;
    min-height: 200px;
    background-position: 50% 50%
}

.breaking__title {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0 0 15px 0
}

.breaking__summary {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 0 15px 0
}

.breaking__timestamp {
    font-weight: 400
}

.breaking__footer {
    overflow: hidden;
    padding: 0 0 10px 0;
    opacity: .7
}

.breaking-row a {
    color: #fff
}

.important-news {
    margin-bottom: 20px;
    overflow: hidden
}

.important-news__link {
    color: #222
}

.important-news__title {
    color: #222;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

.important-news__summary {
    color: #222;
    font-size: 1em;
    font-weight: 300;
    display: block
}

.important-news__img {
    width: 150px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .important-news--first {
        background:#f5f7f7;
        padding: 15px
    }

    .important-news--first.col-md-12 {
        font-size: 1.3em
    }

    .important-news--first.col-md-12 .important-news__title {
        font-weight: 700
    }

    .important-news.col-md-12 .important-news__summary {
        font-size: .9em
    }

    .important-news--first .important-news__link {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        word-break: break-word
    }

    .important-news--first .important-news__img {
        width: 250px;
        height: auto
    }
}

.home-widget {
    padding-bottom: 10px;
    margin: 0 15px
}

.home-widget__header {
    padding: 1px 0 0 0
}

.news-list__catheading {
    margin: -.5em 0 1em 0;
    font-size: 1em;
    font-weight: 400
}

.home-widget__list {
    display: flex;
    flex-wrap: wrap
}

.home-widget__list li {
    margin-bottom: 20px;
    color: #d1dfea;
    float: left;
    width: 50%;
    text-align: center
}

.home-page .home-widget__list > li {
    width: 50%
}

.home-widget__list li:hover {
    background: rgba(0,0,0,0.05);
    color: #fff
}

.home-widget__list li a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: inherit;
    cursor: pointer;
    min-height: 32px
}

.home-widget__list li a:hover {
    text-decoration: none
}

.home-widget-item__icon {
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #d1dfea;
    display: inline-block
}

.home-widget-item__icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: top
}

.home-widget-item__arrow {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #d1dfea;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px
}

.home-widget-item__arrow svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: top
}

.home-widget-item__title {
    font-weight: 400;
    display: block
}

.home-widget-item__date {
    position: absolute;
    left: 0;
    font-weight: 600;
    padding: 0 2px;
    color: #fff
}

.law-num {
    padding: 0 2px;
    font-weight: 600;
    color: #fff
}

.home-widget-item--new .home-widget-item__date {
    background: #fff;
    color: #456381;
    border-radius: 2px;
    width: 42px;
    text-align: center
}

.home-widget-item--new .law-num {
    background: #fff;
    color: #456381;
    border-radius: 2px
}

.home-widget__list .direct-link .home-widget-item__arrow {
    display: none
}

.home-widget__list li a:hover .home-widget-item__icon {
    color: #fff
}

.home-widget__list li a:hover .home-widget-item__arrow {
    color: #fff
}

.home-widget__list--inner li,.home-page .home-widget__list--inner li {
    text-align: left;
    width: 100%
}

.home-widget__list--inner li a {
    padding: 0 20px 0 0;
    min-height: initial
}

.home-widget__list--with-date li a {
    padding: 0 20px 0 50px
}

.home-widget__list .home-widget-item__arrow {
    display: none
}

.home-widget__list--inner .home-widget-item__arrow {
    display: none
}

.home-widget__list--with-date .home-widget-item__arrow {
    display: none
}

.home-widget__footer {
    padding: 0;
    text-align: right;
    height: 30px
}

.home-widget--tax-period {
    background: #456381;
    color: #fff
}

.home-widget--tax-period .more-link,.home-widget--tax-period .more-link:hover {
    background: #fff;
    color: #456381
}

.news-row {
    margin-bottom: 30px
}

.news-list {
    border-top: 3px solid #444444;
    border: none
}

.news-list__heading {
    color: #1d1d1d;
    font-size: 1em;
    padding: 0;
    margin: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    color: inherit;
    font-weight: 700;
    border: none
}

.news-list__heading::after {
    content: "";
    background: currentcolor;
    width: 2.7em;
    height: 2px;
    display: block;
    margin-top: 15px
}

.news-list__items {
    font-size: 1em
}

.news-list__items li {
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 10px 0
}

.news-list__items li a {
    color: #444
}

.news-list__items li a:hover {
    color: #222;
    text-decoration: underline
}

.news-list__items li span {
    color: #0099ff
}

.new-item {
    background: #0099ff;
    border-radius: 4px;
    padding: 0 3px;
    color: #fff!important;
    font-size: .9em;
    font-weight: 600;
    display: inline-block
}

.news-list__more {
    text-align: right
}

.rotatorNewItem .date {
    background: #ff6666;
    color: #ffffff;
    padding: 0 4px;
    border-radius: 4px
}

.rotatorFreshItem .date {
    background: #f2f2f2;
    color: #ff6666;
    padding: 0 4px;
    border-radius: 4px
}

.rotatorNewItem2 .date {
    background: #373a3e;
    color: #ffffff;
    padding: 0 4px;
    border-radius: 4px
}

.rotatorNewAnswerItem .date {
    background: #66cc66;
    color: #ffffff;
    padding: 0 4px;
    border-radius: 4px
}

.news-list--studies .news-list__items,.news-list--hr .news-list__items {
    height: 220px;
    overflow: hidden
}

.news-list--clubs .news-list__items,.news-list--business .news-list__items,.news-list--international .news-list__items,.news-list--forum .news-list__items,.news-list--insurance .news-list__items {
    height: 400px;
    overflow: hidden
}

.news-list--stock .news-list__items {
    height: 149px;
    overflow: hidden
}

.news-list--suggested .news-list__items,.news-list--explorer .news-list__items,.news-list--insurance .news-list__items,.news-list--forum .news-list__items {
    height: 600px;
    overflow: hidden
}

.news-list--latest .news-list__items,.news-list--lawbank .news-list__items {
    height: 800px;
    overflow: hidden
}

@media (max-width: 990px) {
    .news-list--latest .news-list__items,.news-list--lawbank .news-list__items,.news-list--suggested .news-list__items,.news-list--explorer .news-list__items,.news-list--insurance .news-list__items,.news-list--forum .news-list__items,.news-list--clubs .news-list__items,.news-list--business .news-list__items,.news-list--international .news-list__items,.news-list--forum .news-list__items,.news-list--insurance .news-list__items,.news-list--studies .news-list__items,.news-list--hr .news-list__items {
        height:auto
    }
}

.news-shortcut {
    background: #F5F7F7;
    margin-bottom: 20px
}

.news-shortcut:hover {
    background: #e4e4e4
}

.news-shortcut__link {
    color: #444;
    position: relative
}

.news-shortcut--dark,.news-shortcut--fpress {
    background: #456381!important
}

.news-shortcut--dark:hover,.news-shortcut--fpress:hover {
    background: #3d5974!important
}

.news-shortcut--dark .news-shortcut__link,.news-shortcut--fpress .news-shortcut__link {
    color: #fff
}

.news-shortcut:hover .news-shortcut__image,.news-shortcut:hover iframe {
    opacity: .9
}

.news-shortcut__link:hover {
    text-decoration: none
}

.news-shortcut__text {
    padding: 10px;
    font-size: 1em;
    line-height: 1.2;
    margin: 0
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.row-eq-height .col-md-3 {
}

.news-shortcut--video {
    margin-bottom: 20px;
    background: #F5F7F7
}

.news-shortcut--video:hover {
    background: #e4e4e4
}

.news-shortcut--video iframe {
    width: 100%;
    height: auto
}

.news-shortcut--video.col-md-6 iframe {
    width: 100%;
    height: 180px
}

.news-shortcut--video.col-md-3 iframe {
    width: 100%;
    height: 100px
}

.firstVideoDiv {
    position: relative
}

.secondVideoDiv,.thirdVideoDiv {
    height: 175px;
    overflow: hidden;
    position: relative
}

.news-shortcut--video .firstVideoThumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative
}

.news-shortcut--video .secondVideoThumb,.news-shortcut--video .thirdVideoThumb {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.news-shortcut--video .firstVideoDiv:before,.news-shortcut--video .secondVideoDiv:before,.news-shortcut--video .thirdVideoDiv:before {
    content: '\f16a';
    font-family: Arial;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    font-size: 60px;
    opacity: .8;
    color: #fff;
    top: 50%;
    z-index: 1000;
    width: 60px;
    margin: 0 auto;
    cursor: pointer;
    background: #000;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news-shortcut--video .firstVideoDiv:hover:before,.news-shortcut--video .secondVideoDiv:hover:before,.news-shortcut--video .thirdVideoDiv:hover:before {
    opacity: 1;
    color: #f12b24;
    background: #fff
}

.widgetpage__header {
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 600;
    border: none;
    box-shadow: none
}

.widgetpage__description {
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 400;
    border: none;
    box-shadow: none
}

.widgetpage__header + .widgetpage__description {
    margin-top: -1em
}

.cms-list__header,.forum-list__header,.lawbank-list__header {
    background: none;
    box-sizing: border-box;
    font-weight: 600;
    border-bottom: 1px solid #333;
    display: none
}

.cms-list-item,.lawbank-list-item,.forum-list-item,.widget-list-item {
    background: #fafbfc;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    border-bottom: 1px solid #ccc
}

.cms-list-item:nth-child(2n+1),.forum-list-item:nth-child(2n+1),.lawbank-list-item:nth-child(2n+1),.widget-list-item:nth-child(2n+1) {
    background: none
}

.cms-list-item:before,.cms-list-item:after,.cms-list__header:before,.cms-list__header:after,.forum-list-item:before,.forum-list-item:after,.lawbank-list-item:before,.lawbank-list-item:after,.widget-list-item:before,.widget-list-item:after {
    display: table;
    content: " "
}

.cms-list-item:after,.cms-list__header:after,.forum-list-item:after,.lawbank-list-item:after,.widget-list-item:after {
    clear: both
}

.list-item__badge {
    text-indent: 5px;
    display: inline-block!important;
    font-size: .9em;
    font-weight: 700
}

.badge--breaking {
    background: #e74c3c;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px
}

.badge--important {
    background: #456381;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px
}

.cms-list-item__title {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 10px
}

.cms-list-item__category {
    box-sizing: border-box;
    float: left;
    width: auto;
    padding: 0 10px 10px 10px
}

.cms-list-item__date {
    box-sizing: border-box;
    float: left;
    width: auto;
    padding: 0 10px 10px 0
}

.cms-list-item__date:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #aaa;
    display: inline-block;
    border-radius: 50px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.cms-list__header .cms-list-item__title,.cms-list__header .cms-list-item__category,.cms-list__header .cms-list-item__date {
    padding: 0 10px 3px 0
}

.lawbank-list-item__title {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 10px
}

.lawbank-list-item__date {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
    opacity: .7
}

.lawbank-list-item__title a {
    display: block;
    color: #333
}

.lawbank-list-item__title a:hover {
    text-decoration: underline
}

.lawbank-list-item__title a span {
    display: block;
    font-weight: 600;
    color: #0099ff;
    margin-bottom: 5px
}

.lawbank-list-item__title a:hover span {
    text-decoration: none
}

.forum-list-item__main {
    box-sizing: border-box;
    float: left;
    width: 90%;
    padding: 10px
}

.forum-list-item__status {
    box-sizing: border-box;
    float: left;
    width: 10%;
    padding: 10px;
    font-size: 20px
}

.forum-list-item__user {
    box-sizing: border-box;
    float: left;
    width: 90%;
    padding: 0 10px 10px 10px;
    margin-left: 10%
}

.forum-list-item__main a {
    display: block
}

.forum-list-item__main a:hover {
    text-decoration: none
}

.forum-list-item__title {
    display: block;
    font-weight: 600
}

.forum-list-item__main a:hover .forum-list-item__title {
    text-decoration: underline
}

.forum-list-item__category,.forum-list-item__timestamp {
    display: inline-block;
    font-size: .9em;
    opacity: .7;
    color: #333
}

.forum-list-item__timestamp:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #aaa;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px;
    vertical-align: middle
}

.forum-list-item__status svg {
    width: 1em;
    height: 1em
}

.forum-list-item__status svg.answered-icon {
    fill: #0099ff
}

.forum-list-item__status svg.pending-icon {
    fill: #aaa
}

.widget-list-item a {
    display: block;
    float: left;
    width: 100%
}

.widget-list-item__title {
    box-sizing: border-box;
    float: left;
    width: 85%;
    padding: 10px
}

.widget-list-item__icon {
    box-sizing: border-box;
    float: left;
    width: 15%;
    padding: 5px 10px 0 10px;
    font-size: 30px;
    text-align: center
}

.widget-list-item__icon svg {
    width: 1em;
    height: 1em;
    fill: #0099ff
}

.widgets-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gridWidget {
    position: relative;
    background: #ecf0f1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding: 15px;
    width: 150px;
    margin: 15px;
    cursor: pointer;
    transition: .2s all ease-in
}

.gridWidget:hover {
    background: #fafbfc;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.2)
}

.gridWidget__pin {
    opacity: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s all ease-in
}

.gridWidget__pin:hover {
    border-right: 40px solid #ecf0f1
}

.gridWidget__title {
    color: #333;
    font-weight: 400;
    font-size: 1.5em;
    text-align: center
}

.gridWidget:hover .gridWidget__pin {
    opacity: 1
}

.gridWidget__pin .fa {
    color: #0099ff;
    font-size: 14px;
    position: absolute;
    right: -32px;
    top: 5px
}

.-pinned .gridWidget__pin {
    opacity: 1;
    border-right: 40px solid #0099ff
}

.-pinned .gridWidget__pin:hover {
    border-right: 40px solid #137ec6
}

.-pinned .gridWidget__pin .fa {
    color: #fff
}

h2.widgetpage__subheader {
    font-weight: 400;
    font-size: 18px
}

h2.widgetpage__subheader .fa {
    color: #a1a5a6
}

.gridWidget__pin {
    display: none;
    opacity: 0
}

@media (max-width: 550px) {
    .gridWidget {
        width:calc(50% - 30px)
    }
}

#ef-seminars {
    margin-bottom: 40px
}

.heading--seminars {
    font-size: 1.2em;
    margin: 0;
    border: none;
    padding: 0
}

.heading--seminars a {
    color: #fff;
    background: #e67e22;
    padding: 8px 15px;
    display: block
}

.heading--seminars a:hover {
    background-color: #d35400;
    text-decoration: none
}

.heading--seminars a svg {
    fill: #fff;
    margin-right: 5px;
    width: 40px;
    height: 19px;
    stroke: #fff;
    vertical-align: middle
}

.seminar-list li {
    position: relative;
    border-bottom: 1px solid #DDD;
    padding: 5px 0 5px 25px
}

.seminar-list li:before {
    color: #444;
    content: '\f133';
    font-size: 1.2em;
    font-family: Arial;
    position: absolute;
    left: 0;
    top: 5px
}

.seminar-list li .date {
    opacity: .5
}

#ef-software {
    margin-bottom: 40px
}

.heading--software {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    border: none;
    padding: 0
}

.heading--software a {
    color: #fff;
    background: #cc0000;
    padding: 8px 15px 8px 15px;
    display: block
}

.heading--software a:hover {
    background-color: #8a1818;
    text-decoration: none
}

#ef-software .tabs__tab-content {
    padding: 25px 15px 15px 15px;
    clear: both;
    background: none
}

#ef-software .product-image {
    float: left;
    margin: 0 20px 0 0;
    width: 110px;
    height: auto
}

#ef-odigos {
    margin-bottom: 40px
}

.heading--guide {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    border: none;
    padding: 0
}

.heading--guide span {
    color: #fff;
    background: #9b59b6;
    padding: 8px 15px;
    display: block
}

.heading--guide svg {
    fill: #fff;
    margin-right: 5px;
    width: 40px;
    height: 19px;
    stroke: #fff;
    vertical-align: middle
}

#ef-odigos .accordionbg li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

#ef-odigos .accordionbg li:before {
    color: #999;
    content: '\f0da';
    font-size: 1em;
    font-family: Arial;
    position: absolute;
    left: 0;
    top: 0
}

.heading-accordion {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0
}

.heading-accordion .accordion-arrow {
    float: right;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.heading-accordion.accordionoff .accordion-arrow {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion {
    border: 0
}

.accordion a {
    color: #444;
    display: block
}

.accordionoff a {
    color: #000;
    display: block;
    opacity: 0.6;
    text-decoration: none
}

.accordion a:hover {
    color: #000;
    opacity: .6;
    text-decoration: none
}

.accordionoff a:hover {
    color: #000;
    opacity: 1;
    text-decoration: none
}

.accordionbg {
    background-color: #F5F7F7;
    box-shadow: 1px 1px 3px #ccc inset;
    overflow: hidden;
    padding: 10px
}

.accordionbgoff {
    display: none
}

.accordionli {
    border-bottom: 1px solid #fff;
    clear: both;
    margin: 10px;
    padding-bottom: 10px
}

.container--main {
    padding: 30px 15px 50px 15px
}

.article-column {
    z-index: 1;
    padding-left: 0;
    padding-right: 15px;
    float: left;
    position: relative;
    min-height: 1px
}

.side-content {
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    float: left;
    position: relative;
    min-height: 1px
}

.main-content {
    z-index: 1;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px
}

.home-page .main-content {
    width: calc(100% - 230px)
}

.home-page .side-content {
    width: 230px;
    padding: 0 15px 0 0
}

.home-page .article-column {
    width: 230px
}

.article-list {
    padding: 0 15px;
    margin-bottom: 20px;
    color: #1d1d1d
}

.article-list--basic {
    background: #f5f7f7;
    border-top: 3px solid transparent
}

.article-list__heading {
    color: #1d1d1d;
    font-size: 1em;
    padding: 0;
    margin: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    color: inherit;
    font-weight: 700;
    border: none
}

.article-list__heading::after {
    content: "";
    background: currentcolor;
    width: 2.7em;
    height: 2px;
    display: block;
    margin-top: 15px
}

.article-shortcut {
    border-top: 1px solid #d6d6d6;
    padding: 20px 0
}

.article-shortcut:nth-child(2) {
    border: none;
    padding-top: 0
}

.article-shortcut__title {
    color: #3498db;
    font-weight: 400
}

.article-author {
    display: block;
    margin: 10px 0 0 0;
    position: relative;
    min-height: 50px;
    overflow: hidden
}

.article-author__photo {
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 100px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: auto
}

.article-author__name {
    color: #444444;
    display: inline-block;
    margin: 10px 0 0 0;
    padding-right: 60px;
    font-weight: 400;
    line-height: 1.4
}

.article-author__specialty {
    font-size: .9em;
    font-weight: 300;
    color: #888;
    display: block;
    margin-top: 5px;
    padding-right: 60px
}

.article-list--distinct {
    background: #456381;
    border-top: 3px solid transparent;
    color: #fff
}

.article-list--distinct .article-list__heading,.article-list--distinct .article-list__heading a {
    color: #fff
}

.article-list--distinct .article-shortcut {
    border-color: #8c9bab
}

.article-list--distinct .article-shortcut__title {
    color: #fff
}

.article-list--distinct .article-author__name {
    color: #c4dded
}

.article-list--distinct .article-author__specialty {
    color: #c4dded;
    opacity: .8
}

.article-list--distinct .more-link {
    background: #fff;
    color: #456381
}

.article-list--distinct .more-link:hover {
    background: #fff;
    color: #456381
}

.article-list__footer {
    overflow: hidden;
    padding-bottom: 15px;
    text-align: right;
    height: 30px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.article-list__readmore {
    color: #fff;
    background: #3498db;
    font-size: 1em;
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: relative
}

.article-list__readmore:hover {
    color: #fff;
    background: #3498db;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px
}

.article-list__readmore:before,.article-list__readmore:after {
    content: "";
    width: 1px;
    height: 15px;
    background: currentColor;
    position: absolute;
    top: 8px;
    left: 15px
}

.article-list__readmore:after {
    width: 15px;
    height: 1px;
    top: 15px;
    left: 8px
}

.article-list__readmore span {
    color: currentColor;
    display: none;
    margin-left: 10px;
    opacity: 0;
    font-weight: 400;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.article-list__readmore:hover span {
    display: block;
    opacity: 1
}

.sidebox {
    position: relative;
    margin-bottom: 20px;
    background: #F5F7F7;
    padding: 0 15px 15px 15px
}

.sidebox__header {
    border-top: 3px solid transparent
}

.sidebox__heading {
    color: #1d1d1d;
    font-size: 1em;
    padding: 0;
    margin: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    color: inherit;
    font-weight: 700;
    border: none
}

.sidebox__heading::after {
    content: "";
    background: currentcolor;
    width: 2.7em;
    height: 2px;
    display: block;
    margin-top: 15px
}

.sidebox__content {
    padding: 0
}

.sidebox__footer {
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: right;
    height: 30px
}

.sidebox--distinct {
    background: #456381
}

.sidebox--distinct .sidebox__heading {
    color: #ffffff
}

.sidebox--simple {
    position: relative;
    margin-bottom: 20px;
    background: none
}

.sidebox--simple .sidebox__header {
    border-color: transparent
}

.sidebox__content ul {
    margin: 0
}

.sidebox__content ul li,.sidebox__content p {
    color: #1B1B1B;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 10px
}

.sidebox__content ul li a {
    color: #1B1B1B
}

.sidebox__content ul li a:hover {
    color: #000;
    text-decoration: underline
}

.sidebox__content ul li span {
    color: #3498db
}

.sidebox--distinct .sidebox__content p {
    color: #fff
}

.sidebox--distinct .sidebox__content ul li a {
    color: #fff
}

.sidebox--distinct .sidebox__content ul li a:hover {
    color: #fff;
    text-decoration: underline
}

.sidebox--distinct .sidebox__content ul li span {
    color: #3498db
}

.sidebox__readmore {
    color: #fff;
    background: #3498db;
    font-size: 1em;
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: relative
}

.sidebox__readmore:hover {
    color: #fff;
    background: #3498db;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px
}

.sidebox__readmore:before,.sidebox__readmore:after {
    content: "";
    width: 1px;
    height: 15px;
    background: currentColor;
    position: absolute;
    top: 8px;
    left: 15px
}

.sidebox__readmore:after {
    width: 15px;
    height: 1px;
    top: 15px;
    left: 8px
}

.sidebox__readmore span {
    color: currentColor;
    display: none;
    margin-left: 10px;
    opacity: 0;
    font-weight: 400;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.sidebox__readmore:hover span {
    display: block;
    opacity: 1
}

.more-link {
    color: #fff;
    background: #3498db;
    font-size: 1em;
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: relative
}

.more-link:hover {
    color: #fff;
    background: #3498db;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px
}

.more-link:before,.more-link:after {
    content: "";
    width: 1px;
    height: 15px;
    background: currentColor;
    position: absolute;
    top: 8px;
    left: 15px
}

.more-link:after {
    width: 15px;
    height: 1px;
    top: 15px;
    left: 8px
}

.more-link span {
    color: currentColor;
    display: none;
    margin-left: 10px;
    opacity: 0;
    font-weight: 400;
    line-height: 1;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.more-link:hover span {
    display: inline-block;
    opacity: 1
}

.sidelink a {
    display: block;
    background: #e74c3c;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    padding: 15px;
    text-align: center
}

.sidelink a:hover {
    background: #c0392b
}

.sidelink a.mydata {
    background: #333138;
    font-size: 1.0em;
    padding-bottom: 10px
}

.sidelink a.mydata:hover {
    background: #26252a
}

.sidelink a.mydata img {
    width: 100px;
    height: auto;
    vertical-align: top;
    margin-left: 10px;
    padding-bottom: 5px
}

.espa {
    display: flex;
    flex-direction: column;
    background-color: #333138;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.-mobilevisible {
    display: none
}

@media (max-width: 990px) {
    .-mobilehidden {
        display:none
    }

    .-mobilevisible {
        display: block
    }
}

.ef-caltitle {
    margin-top: 5px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #ecf0f1
}

.calitem {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
    min-height: 50px
}

.calitem__date {
    position: absolute;
    left: 0;
    top: 0
}

.caldate__number {
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1
}

.caldate__month {
    font-size: .9em;
    text-align: right;
    font-weight: 400
}

.calevent {
    margin-bottom: 5px
}

.calevent a {
    background: #fff;
    line-height: 1.3;
    padding: 5px 10px;
    display: block;
    font-size: .9em;
    color: #3498db
}

.show-more-events {
    text-align: center;
    color: #888;
    height: auto;
    padding: 5px 0;
    cursor: pointer;
    line-height: 1;
    font-size: .9em
}

.show-more-events:hover {
    background: #fff;
    color: #333
}

.show-more-events svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    line-height: 1
}

.circular-loader {
    box-sizing: border-box
}

.circular-loader:after,.circular-loader:before {
    box-sizing: border-box;
    display: block
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes blink {
    from {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.circular-loader:after {
    content: '';
    position: relative;
    width: 32px;
    height: 32px;
    border: solid 5px #aaa;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite
}

.sidebox--modal {
    background: #F5F7F7;
    display: none;
    width: 95%;
    padding: 0 20px 20px 20px;
    border-radius: 2px;
    z-index: 100000;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 4px rgba(112,112,112,0.33);
    box-shadow: 0 2px 4px rgba(112,112,112,0.33);
    -webkit-animation: scaleFade .15s;
    animation: scaleFade .15s;
    -ms-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.sidebox--modal .calitem__events {
    display: flex;
    flex-wrap: wrap
}

.sidebox--modal .calevent {
    width: 23%;
    margin: 0 10px 10px 0;
    width: 100%;
    margin: 0 0 10px 0
}

@-webkit-keyframes scaleFade {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleFade {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.sidebox__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer
}

.sidebox__close:hover {
    opacity: 1
}

.sidebox__close:before,.sidebox__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333
}

.sidebox__close:before {
    transform: rotate(45deg)
}

.sidebox__close:after {
    transform: rotate(-45deg)
}

.sidebox .powered-by {
    text-align: left;
    font-style: italic;
    color: #aaa;
    font-size: 0.8em;
    margin: 0 0 10px 0
}

#ef-magazines .sidebox__content {
    min-height: 170px
}

#ef-books2,#ef-books3,#ef-books4 {
    display: none
}

.magazine__title {
    float: left;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 600;
    border: none;
    margin: 0 0 5px 0;
    padding: 0
}

.magazine__description {
    float: left;
    font-size: 1em;
    font-weight: 300
}

.magazine__cover {
    height: auto;
    max-width: 100%;
    display: inline-block;
    border: 4px solid #fff;
    margin: 0 !important;
    padding: 0 !important
}

.book__zoom {
    display: block;
    margin-bottom: 10px
}

.book__image {
    padding-right: 0;
    text-align: center
}

.book__text {
}

.sidebar-comment {
    padding: 0 0 0 50px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    display: block
}

.sidebar-comment:hover {
    background: #f5f7f7;
    text-decoration: none
}

.sidebar-comment .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    background: none
}

.sidebar-comment .avatar img {
    width: 100%;
    border-radius: 100px;
    border: 3px solid #FFF
}

.sidebar-comment p {
    color: #333;
    font-weight: 400
}

.sidebar-comment p.comment-link {
    color: #0099ff;
    font-size: .9em
}

.sidebar-comment .author {
    font-weight: 700;
    color: #333333
}

.sidebar-comment .time-ago {
    font-weight: 700;
    color: #333333
}

#ef-kodnom li {
    position: relative;
    padding-left: 50px
}

#ef-kodnom li:before {
    color: #333;
    content: '\f0e3';
    font-size: 2em;
    font-family: Arial;
    position: absolute;
    left: 0;
    top: 0
}

#ef-entipa .sidebox__content ul li a {
    color: #3498db
}

#ef-entipa .sidebox__content ul li a:hover {
    color: #000;
    text-decoration: underline
}

#ef-entipa .sidebox__content a:before {
    color: #3498db;
    content: '\f1c1';
    font-size: 1.2em;
    font-family: Arial;
    position: absolute;
    left: 0;
    top: 0
}

#ef-entipa .sidebox__content a:hover:before {
    color: #000
}

#ef-entipa .sidebox__content li {
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px
}

#viesdetails {
    position: relative;
    padding-left: 40px;
    min-height: 50px
}

#viesdetails img {
    position: absolute;
    left: 0;
    top: 0
}

.job-list li {
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px
}

.job-list li:before {
    color: #3498db;
    content: '\f08d';
    font-size: 1.2em;
    font-family: Arial;
    position: absolute;
    left: 0;
    top: 0
}

#newspapers {
    text-align: center
}

#weather .city {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

#weather .cityName {
    font-size: 1.2em;
    float: left;
    width: 150px;
    text-align: left;
    font-weight: 600;
    line-height: 40px
}

#weather .temp {
    font-size: 1.2em;
    float: left;
    font-weight: 300;
    line-height: 40px
}

#weather .icon {
    float: right;
    border: none !important;
    margin-right: 0
}

#weather .icon img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    top: 0 !important
}

#weather .time {
    clear: both;
    width: 100%;
    font-size: 0.8em
}

.#ef-new-articles {
    padding: 0
}

#ef-new-articles li {
    margin-bottom: 20px;
    position: relative
}

#ef-new-articles .author__image {
    border-radius: 50%;
    margin-top: 0;
    width: 40px;
    height: auto;
    opacity: 1;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0
}

#ef-new-articles .article__text {
    padding-left: 60px;
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1.4
}

#ef-new-articles .author__name {
    display: block;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px
}

.#ef-cms-related-articles {
    padding: 0 0 15px 0
}

.sidebox.adslinkside {
    border: none;
    background: none;
    text-align: center
}

.main-header {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 2.5em;
    line-height: 1.3
}

.sub-header {
    padding: 0;
    margin: -10px 0 10px 0;
    font-size: 1.8em;
    line-height: 1.3;
    opacity: .7
}

#emag h2 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    font-size: 1.4em
}

.emagimgbox {
    height: 186px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 140px
}

#eMagpic {
    float: left;
    padding-left: 20px;
    padding-top: 30px;
    width: 188px
}

#eMagpic img {
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px #bfbfbf
}

.otheremagpic {
    opacity: 0.6
}

#magdesc {
    margin-top: 30px;
    overflow: hidden
}

.othermag {
    background-color: #fff;
    bottom: 5px;
    color: #0099ff;
    display: block;
    font-size: 12px;
    opacity: 0.8;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 138px;
    z-index: 10
}

.othermag a {
    color: #0099ff;
    text-decoration: none
}

.emagcaption {
    color: #666;
    padding-right: 35px;
    padding-top: 5px;
    text-align: center
}

.emagleft p a {
    color: #333
}

.emagleft em {
    color: #999;
    font-weight: 300
}

.imgholder {
    float: left;
    margin: 30px 20px 10px 20px;
    width: 180px
}

.boxcaption {
    float: left;
    position: absolute
}

.captionfull .boxcaption {
    background: url('../imgs/emag/arrows.png') 50% 8px no-repeat;
    left: 0;
    top: 176px
}

#emag .panel {
    background: transparent !important
}

.boxgrid {
    background: #f6f6f6;
    border: solid 5px #fff;
    box-shadow: 1px 1px 3px #bfbfbf;
    cursor: pointer;
    height: 176px;
    overflow: hidden;
    position: relative;
    width: 130px
}

.boxgrid img {
    border: 0;
    left: 0;
    position: absolute;
    top: 0
}

.boxgrid p {
    font-size: 14px;
    padding-top: 15px;
    text-align: center
}

.boxgrid a {
    background: #fff;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    width: 130px
}

.boxgrid a:hover {
    text-decoration: none
}

#ef-path {
    color: #999;
    margin: 0;
    padding: 0 0 10px 0
}

#ef-path span {
    color: #999
}

#ef-path a {
    color: #999;
    text-decoration: none
}

#ef-path a:hover {
    color: #000;
    text-decoration: none
}

.article__header {
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 2em;
    line-height: 1.3
}

.article__main-img {
    margin: 0 0 1em 0;
    max-width: 100%;
    width: 100%;
    height: auto
}

.article__text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 2em 0;
    font-family: 'Open Sans',Arial,sans-serif;
    color: #333
}

.article__text h2 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 600;
    margin: 1.5em 0 .5em 0;
    border: none;
    padding: 0
}

.article__text h2:first-child {
    margin-top: 0
}

.article__text h3 {
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 600;
    margin: 1.5em 0 .5em 0
}

.article__text h3:first-child {
    margin-top: 0
}

.article__text p {
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1em 0;
    clear: both
}

.article__text ul {
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0 2em;
    list-style-type: disc
}

.article__text ol {
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0 2em
}

.article__text li {
    font-size: 1em;
    margin-bottom: 1em
}

.article__text span {
    color: inherit
}

.efallow_underline {
    text-decoration: underline
}

.efallow_italic {
    font-style: italic;
    font-weight: 300
}

.efallow_highlight {
    color: #222 !important;
    background: #faffc8 !important
}

.efallow_red {
    color: #dd3838 !important
}

.editor-code-style {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.429;
    color: #333;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto
}

.efallow_header {
    font-size: 1.5em !important;
    font-weight: 600 !important;
    margin: 1.5em 0 .5em 0;
    padding: 0;
    display: block
}

.article__text p.efallow_header {
    font-size: 1.5em !important;
    font-weight: 600 !important;
    margin: 1.5em 0 .5em 0;
    padding: 0;
    display: block
}

.efallow_blockquote {
    font-size: 0.9em !important;
    padding-left: 1em;
    margin-left: 1em;
    border-left: 2px solid #666;
    display: block;
    line-height: 1.6
}

.article__text p.efallow_blockquote,.article__text blockquote {
    font-size: 0.9em !important;
    padding-left: 1em;
    margin-left: 1em;
    border-left: 2px solid #666;
    display: block;
    line-height: 1.6
}

.efallow_important {
    text-align: center !important;
    font-size: 1.2em;
    margin: 0 20px;
    padding: 0;
    font-weight: 300;
    display: block;
    font-style: italic
}

.article__text p.efallow_important {
    text-align: center !important;
    font-size: 1.2em;
    margin: 0 20px;
    padding: 0;
    font-weight: 300;
    display: block;
    font-style: italic
}

.article__text .cboxElement {
    display: block;
    overflow: hidden;
    text-align: center
}

.article__text img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.article__secondarycontent {
    padding-top: 0
}

.sidebox-article {
    position: relative;
    margin-bottom: 20px;
    clear: both
}

.sidebox-article__header {
    border-top: 3px solid #444
}

.sidebox-article__heading {
    color: #1D1D1D;
    font-size: 1.2em;
    padding: 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #d6d6d6
}

.sidebox-article__content {
    padding: 10px 15px;
    overflow: hidden
}

.sidebox-article__footer {
    padding: 0 15px 10px 15px;
    overflow: hidden;
    position: relative
}

.sidebox-article .article-author {
    margin: 0;
    min-height: 100px;
    padding: 10px 0;
    font-size: 1.2em
}

.sidebox-article .article-author__photo {
    position: static;
    max-width: 100px;
    max-height: 100px;
    background: #f1f1f1;
    margin: 0
}

.sidebox-article .article-author__name {
    color: #444;
    font-size: 1.2em;
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
    display: block
}

.sidebox-article .article-author__specialty {
    color: #444;
    font-size: 1em;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
    border: none;
    display: block
}

.sidebox-article .article__category {
    font-style: italic
}

.share-buttons__list {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.share-buttons__item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.share-buttons__link {
    display: inline-block;
    color: #444444;
    background: #fff;
    text-align: center;
    padding: 10px
}

.share-buttons__#btnMail {
    color: #D50F25;
    border: 1px solid #D50F25
}

.share-buttons__#btnPrint {
    color: #27ae60;
    border: 1px solid #27ae60
}

.share-buttons__#btnFav {
    color: #8e44ad;
    border: 1px solid #8e44ad
}

.share-buttons__#btnTwitter {
    color: #00aced;
    border: 1px solid #00aced
}

.share-buttons__#btnFacebook {
    color: #3b5998;
    border: 1px solid #3b5998
}

.share-buttons__#btnMail:hover {
    color: #fff;
    border: 1px solid #D50F25;
    background: #D50F25
}

.share-buttons__#btnPrint:hover {
    color: #fff;
    border: 1px solid #27ae60;
    background: #27ae60
}

.share-buttons__#btnFav:hover {
    color: #fff;
    border: 1px solid #8e44ad;
    background: #8e44ad
}

.share-buttons__#btnTwitter:hover {
    color: #fff;
    border: 1px solid #00aced;
    background: #00aced
}

.share-buttons__#btnFacebook:hover {
    color: #fff;
    border: 1px solid #3b5998;
    background: #3b5998
}

.social-buttons__item {
    margin-bottom: 10px;
    margin-left: -15px
}

#plAtlantis.powered-by {
    box-shadow: none !important;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left
}

#plAtlantis.powered-by img {
    vertical-align: middle;
    margin-left: 10px
}

.ef-comments-note {
    color: #333;
    font-size: 12px;
    font-style: italic;
    padding: 10px
}

#ucSemantics_pnlUserHTML {
    clear: both;
    margin: 0 0 35px 0;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.4
}

td #Tags {
    margin: 0;
    padding-bottom: 20px;
    overflow: hidden
}

.tag-loader {
    width: 80px;
    height: auto
}

.TagsContent {
    border: 1px solid #cdd4d8;
    overflow: hidden;
    clear: both
}

.TagsContent input {
    border: none;
    width: 85%;
    float: left;
    padding: 5px 10px;
    background: none
}

.TagsContent img {
    float: right;
    cursor: pointer;
    opacity: 0.5;
    margin-top: 6px;
    margin-right: 5px
}

.TagsContent img:hover {
    opacity: 1
}

.TagsContainer {
    clear: both;
    overflow: hidden
}

.tag-items {
    overflow: hidden;
    float: left
}

.tag-items li {
    padding: 5px 20px 5px 7px;
    background: #ededed url('/imgs/deleteIcon_.png') 95% 50% no-repeat;
    border: 1px solid #e0e0e0;
    margin: 5px 5px 0 0;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.tag-items li:hover {
    background: #dbdbdb url('/imgs/deleteIcon.png') 95% 50% no-repeat
}

.survey__content {
    background: #f5f6f7;
    margin-bottom: 0 !important;
    padding-bottom: 100px
}

.survey__personal-details {
    clear: both;
    float: left;
    width: 100%;
    min-height: 160px
}

.survey__access-denied {
    min-height: 200px
}

.active-survey {
    background: #ecf0f1;
    padding: 10px 15px 15px 15px;
    color: #222;
    border-radius: 20px
}

.active-survey .button-container {
    text-align: center;
    margin: 20px 70px 30px 70px
}

.active-survey h2 {
    font-size: 1.8em;
    font-weight: 300;
    border: none;
    text-align: center;
    margin-top: 0
}

.active-survey .donut-chart {
    padding: 0 0 10px 0
}

.active-survey .survey-box {
    margin-bottom: 0;
    border-top: 1px solid #fff;
    padding-top: 10px
}

.survey-box--bordered {
    border-right: 1px solid #fff
}

.active-survey .survey-box__heading {
    font-size: 1.4em;
    font-weight: 300;
    border: none;
    margin: 0;
    padding: 8px 0 15px 0
}

.active-survey .survey-box__icon {
    left: unset;
    top: unset;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: static;
    display: inline-block
}

.prize-list li:before {
    content: "\f18e";
    font-family: Arial;
    color: #bdc3c7;
    font-size: 12px;
    position: absolute;
    left: 0
}

.prize-list li {
    font-size: .9em;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px
}

.prize-box {
    background: #ecf0f1;
    padding: 15px;
    margin: 15px;
    color: #222
}

.prize-box--finished {
    border: 1px solid #8c55a3
}

.prize-box .details {
    font-size: .9em;
    margin-bottom: 1em;
    font-weight: 300;
    opacity: .8
}

.survey-started {
    margin-right: 15px
}

.prize-box strong {
    font-weight: 600
}

.prize-box h2 {
    font-size: 2em;
    line-height: 1.2;
    border: none;
    font-weight: 300;
    margin: 0
}

.prize-box h3 {
    font-size: 1.2em;
    line-height: 1.2;
    border: none;
    font-weight: 300;
    margin: 0
}

.prize__ribbon {
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 30px;
    border-top: 60px solid #8c55a3;
    border-left: 60px solid transparent
}

.prize__ribbon .fa {
    position: absolute;
    bottom: 32px;
    right: 7px;
    color: #fff;
    font-size: 18px
}

.prize-box--finished .prize__ribbon {
    opacity: 1
}

.prize-box__prizes li {
    position: relative;
    padding-left: 30px
}

.prize-box__prizes li > strong {
    position: absolute;
    left: 0;
    width: 30px
}

.prize-box__winners li {
    position: relative;
    padding-left: 90px
}

.prize-box__winners li > strong {
    position: absolute;
    left: 0;
    width: 90px
}

.prize-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.survey-description-container {
    width: 100%
}

.survey-description p {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: 300
}

.survey-description strong {
    font-weight: 600
}

.survey-description h2 {
    font-size: 2em;
    line-height: 1.2;
    border: none
}

.survey__header {
    background: #8c55a3;
    color: #fff;
    margin-bottom: 15px
}

.survey__header h1 {
    margin-bottom: 0;
    font-size: 2.5em
}

.survey__header h2 {
    border: none;
    opacity: .6;
    margin-top: 0;
    font-size: 2em;
    font-weight: 300;
    max-width: 700px
}

.survey-nav {
    margin: 20px 0 0 0
}

.survey-nav__item {
    float: left;
    display: inline-block;
    padding: 7px 10px;
    background: #5d3270;
    color: #dccae4;
    margin-right: 10px
}

.survey-nav__item.active,.survey-nav__item.active:hover {
    background: #f5f6f7;
    color: #8c55a3
}

.survey-nav__item:hover {
    text-decoration: none;
    background: #683b7c;
    color: #fff
}

.survey__question {
    border: none;
    font-size: 2em;
    margin: 15px 0;
    color: #222;
    line-height: 1.3
}

.survey__question--personal {
    font-size: 1.4em;
    font-weight: 400;
    margin: 15px 0 10px 0;
    color: #222;
    line-height: 1.3
}

.survey__answer-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fefefe;
    color: #222222;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 1.2em;
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.survey__answer-label:hover,.survey__answer-label.label-checked {
    background: #fff;
    color: #8c55a3;
    border-color: #8c55a3
}

.survey__answer-label--simple {
    display: block;
    color: #222222;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.survey__answer-text {
    margin: 0;
    color: inherit
}

.survey__answer-choice {
    text-align: right
}

.survey__answer-radio,.survey__answer-checkbox {
    color: #fff;
    background: #cbd1d8;
    position: relative;
    top: 0;
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    margin-right: 0.5rem;
    z-index: 1000;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    -o-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0
}

.survey__answer-radio:hover,.survey__answer-checkbox:hover {
    background: #9faab7
}

.survey__answer-radio:hover::before,.survey__answer-checkbox:hover::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    position: absolute;
    content: '\f00c';
    font-family: Arial;
    display: inline-block;
    text-align: center
}

.survey__answer-radio:checked,.survey__answer-checkbox:checked {
    background: #8c55a3
}

.survey__answer-radio:checked::before,.survey__answer-checkbox:checked::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    position: absolute;
    content: '\f00c';
    font-family: Arial;
    display: inline-block;
    text-align: center
}

.survey__answer-radio:focus {
    background: #8c55a3;
    outline: none !important
}

.survey__answer-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 0;
    z-index: unset
}

.survey__answer-checkbox:hover::before,.survey__answer-checkbox:checked::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px
}

.survey__answer-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    -o-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #8c55a3;
    content: '';
    display: block;
    position: relative;
    z-index: 100
}

.survey__answer-radio::after {
    border-radius: 50%
}

.survey__answer-label--inline {
    display: block;
    text-align: center;
    background: none;
    color: #222222;
    border: none;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    margin-bottom: 0;
    clear: both;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in
}

.survey__answer-label--inline .survey__answer-text,.survey__answer-label--inline .survey__answer-choice {
    text-align: left;
    display: block
}

.survey__answer-gender {
    font-weight: 400;
    font-size: 1em;
    color: #222
}

.survey__answer-gender .survey__answer-radio {
    color: #fff;
    background: #cbd1d8;
    position: relative;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    margin-right: 0.5rem;
    z-index: 1000;
    border-radius: 50%;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    -o-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0
}

.survey__answer-gender.male .survey__answer-radio {
    background: #cbd1d8 url('../../imgs/male.png') no-repeat 0 100%;
    background-size: contain;
    opacity: .8;
    border: 2px solid #cbd1d8
}

.survey__answer-gender.female .survey__answer-radio {
    background: #cbd1d8 url('../../imgs/female.png') no-repeat 0 100%;
    background-size: contain;
    opacity: .8;
    border: 2px solid #cbd1d8
}

.survey__answer-gender.male .survey__answer-radio:hover,.survey__answer-gender.male .survey__answer-radio:checked {
    background-color: #8c55a3;
    border-color: #8c55a3;
    background-image: url('../../imgs/male-white.png');
    opacity: 1
}

.survey__answer-gender .survey__answer-radio:before {
    display: none
}

.survey__answer-gender.female .survey__answer-radio:hover,.survey__answer-gender.female .survey__answer-radio:checked {
    background-color: #8c55a3;
    border-color: #8c55a3;
    background-image: url('../../imgs/female-white.png');
    opacity: 1
}

.survey__answer-gender.male .survey__answer-radio:focus,.survey__answer-gender.female .survey__answer-radio:focus {
    background-color: #8c55a3
}

.survey__answer-gender .survey__answer-text,.survey__answer-gender .survey__answer-choice {
    text-align: center;
    display: block
}

@-webkit-keyframes click-wave {
    0% {
        width: 40px;
        height: 40px;
        opacity: 0.35;
        position: relative
    }

    100% {
        width: 200px;
        height: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0.0
    }
}

@-moz-keyframes click-wave {
    0% {
        width: 40px;
        height: 40px;
        opacity: 0.35;
        position: relative
    }

    100% {
        width: 200px;
        height: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0.0
    }
}

@-o-keyframes click-wave {
    0% {
        width: 40px;
        height: 40px;
        opacity: 0.35;
        position: relative
    }

    100% {
        width: 200px;
        height: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0.0
    }
}

@keyframes click-wave {
    0% {
        width: 40px;
        height: 40px;
        opacity: 0.35;
        position: relative
    }

    100% {
        width: 200px;
        height: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0.0
    }
}

.survey__next-question {
    text-align: right
}

.survey__answer-more-field {
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    border: none;
    background: #eee;
    padding: 5px 10px;
    padding: 0;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.label-checked .survey__answer-more-field {
    opacity: 1;
    padding: 5px 10px;
    border: 1px solid #ddd;
    overflow: visible;
    max-height: 100px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.label-checked .survey__answer-more-field:hover {
    border: 1px solid #8c55a3
}

.label-checked .survey__answer-more-field:focus {
    border: 1px solid #8c55a3;
    background: #fafafa;
    color: #222;
    outline: none
}

.bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important
}

.survey-side-content {
    padding-top: 80px
}

.survey-box {
    position: relative;
    margin-bottom: 30px
}

.survey-box__icon {
    position: absolute;
    text-align: center;
    left: 0;
    top: 10px;
    width: 50px;
    font-size: 30px;
    background: #bdc3c7;
    color: #fff
}

.survey-box__content {
    padding-left: 70px
}

.survey-box__heading {
    font-size: 2em;
    font-weight: 300;
    border: none;
    margin: 0;
    padding: 15px 0 20px 0
}

.bs-wizard {
    margin-top: 40px;
    padding: 0 0 10px 0
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
    width: 12.5%
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #222;
    font-size: 1em;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background: #dda7f2;
    top: 45px;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: '\f00c';
    font-family: Arial;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #8c55a3;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 5px
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:hover:after {
    background: #34495e
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
    background: #34495e;
    content: '\f128'
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    background-color: #fff
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background: #dda7f2;
    border-radius: 0
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%
}

.bs-wizard > .bs-wizard-step.active:first-child > .progress > .progress-bar {
    width: 0
}

.bs-wizard > .bs-wizard-step.active:last-child > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #fff
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%
}

.bs-wizard > .bs-wizard-step.disabled:last-child > .bs-wizard-dot:after {
    content: '\f06b';
    background: none;
    color: #34495e;
    opacity: 1;
    font-size: 24px
}

.bs-wizard > .bs-wizard-step.active:last-child > .bs-wizard-dot:after {
    content: '\f06b';
    background: #8c55a3;
    color: #fff;
    opacity: 1;
    font-size: 24px
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none
}

.survey-card {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    min-height: 100px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.survey-card__icon {
    font-size: 50px;
    color: #bdc3c7;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

#section-epaggelmatika .survey-card__icon .fa:before {
    content: '\f0b1'
}

#section-forologia .survey-card__icon .fa:before {
    content: '\f153'
}

#section-athlitismos .survey-card__icon .fa:before {
    content: '\f1e3'
}

#section-ergasia .survey-card__icon .fa:before {
    content: '\f0f7'
}

#section-oikonomia .survey-card__icon .fa:before {
    content: '\f201'
}

#section-geografia .survey-card__icon .fa:before {
    content: '\f277'
}

#section-igeia .survey-card__icon .fa:before {
    content: '\f0f9'
}

#section-politiki .survey-card__icon .fa:before {
    content: '\f1ea'
}

#section-psihagogia .survey-card__icon .fa:before {
    content: '\f001'
}

#section-tehnologia .survey-card__icon .fa:before {
    content: '\f109'
}

#section-koinonia .survey-card__icon .fa:before {
    content: '\f0c0'
}

#section-paideia .survey-card__icon .fa:before {
    content: '\f19d'
}

#section-diaskedasi .survey-card__icon .fa:before {
    content: '\f0f5'
}

#section-metakinisi .survey-card__icon .fa:before {
    content: '\f1b9'
}

#section-epsilon-net .survey-card__icon .fa:before {
    content: '';
    background: url('../../imgs/epsilon-squares-grey.png') no-repeat 0 100%;
    background-size: contain;
    width: 80px;
    height: 40px;
    display: inline-block
}

#section-epsilon-net .active .survey-card__icon .fa:before {
    content: '';
    background: url('../../imgs/epsilon-squares-white.png') no-repeat 0 100%;
    background-size: contain;
    width: 80px;
    height: 40px;
    display: inline-block
}

.survey-card__title {
    padding: 10px 5px 5px 5px
}

.survey-card__title h2 {
    font-weight: 300;
    font-size: 1.2em;
    color: inherit;
    border: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.survey-card__details {
    color: #555;
    font-size: .857em;
    font-weight: 300;
    padding-bottom: 5px
}

.survey-card:hover {
    border: 1px solid #8c55a3;
    color: #8c55a3;
    text-decoration: none
}

.survey-card:hover .survey-card__icon {
    color: #8c55a3
}

.survey-card.disabled {
    opacity: .4;
    cursor: default
}

.survey-card.disabled:hover {
    border: 1px solid #fff;
    color: #222;
    opacity: .7
}

.survey-card.disabled:hover .survey-card__icon {
    color: #bdc3c7
}

.survey-card.active {
    border: 1px solid #8c55a3;
    color: #fff;
    background: #8c55a3
}

.survey-card.active:hover {
    background: #a369bb
}

.survey-card.active .survey-card__icon {
    color: #fff
}

.survey-card.active .survey-card__details {
    color: #fff;
    opacity: .7
}

.survey-card.answered {
    color: #1abc9c;
    position: relative
}

.survey-card.answered:hover {
    border: 1px solid #1abc9c
}

.survey-card.answered .survey-card__icon {
    color: #1abc9c
}

.survey-card__ribbon {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 40px solid #1abc9c;
    border-left: 40px solid transparent
}

.survey-card__ribbon .fa {
    position: absolute;
    bottom: 22px;
    right: 5px;
    color: #fff;
    font-size: 12px
}

.survey-card.answered .survey-card__ribbon {
    opacity: 1
}

.back-to-index {
    color: #8c55a3
}

.back-to-index:hover {
    color: #a369bb
}

.survey-section__heading {
    font-weight: 300
}

.survey-section__icon {
    color: #bdc3c7
}

.ua-ok .survey-card__flip-container {
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.survey-card__flip-container {
    height: 128px;
    margin-bottom: 20px
}

.survey-card__flipper {
    position: relative;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d
}

.ua-ok .survey-card__front,.ua-ok .survey-card__back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.survey-card__front,.survey-card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 128px
}

.ua-ok .survey-card__front {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.ua-ok .survey-card__back {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.survey-card__front {
    z-index: 2;
    background: #fff
}

.survey-card__back {
    z-index: 1;
    background: #fff;
    cursor: pointer
}

.ua-ok .survey-card__flip-container.answered:hover .survey-card__back {
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.ua-ok .survey-card__flip-container.answered:hover .survey-card__front {
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.ua-IE9-andLower .survey-card__flip-container.answered:hover .survey-card__back {
    z-index: 5
}

.question-card.question-card-placeholder {
}

.question-card.question-card-absolute {
    position: absolute;
    z-index: 500
}

.flip-container.flip-container-scroll {
    overflow-y: scroll
}

.question-card.question-card-absolute .question-card__footer {
    box-shadow: 0 5px 8px -5px rgba(0,0,0,0.5)
}

.question-card {
    margin-bottom: 20px;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.question-card__header {
    padding: 10px;
    background: #1abc9c;
    color: #fff;
    position: relative
}

.question-card__header h2 {
    font-weight: 300;
    font-size: 1.2em;
    color: inherit;
    border: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.question-card__icon {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    text-align: center;
    color: #1abc9c;
    background: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.question-card__content {
    color: #555;
    font-size: 1.2em;
    font-weight: 300;
    padding: 10px;
    min-height: 300px;
    background: #fff
}

.question-card__footer {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff
}

.ua-ok .flip-container {
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.ua-ok .flip-container.hover .flipper {
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.ua-ok .flipper {
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flipper {
    position: relative
}

.ua-ok .front,.ua-ok .back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.front,.back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.front {
    z-index: 2
}

.ua-ok .front {
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.front {
    z-index: 2;
    background: #fff
}

.ua-ok .back {
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.back {
    z-index: 1;
    background: #fff
}

.ua-ok.ua-ie .front {
    opacity: 1
}

.ua-ok.ua-ie .back {
    opacity: 0
}

.ua-ok.ua-ie .front,.ua-ok.ua-ie .back {
    transition: opacity ease 500ms
}

.ua-ok.ua-ie .flip-container.hover .back {
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    z-index: 5
}

.ua-ok.ua-ie .flip-container.hover .front {
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0
}

.ua-IE9-andLower .flip-container.hover .back {
    z-index: 5;
    visibility: visible
}

.ua-IE9-andLower .flip-container.hover .front,.ua-IE9-andLower .flip-container .back {
    visibility: hidden
}

.question-text {
    min-height: 130px
}

.donut-chart {
    text-align: center;
    padding: 10px 0
}

.similarity {
    color: #1abc9c;
    position: relative;
    display: inline-block
}

.similarity .percentage {
    font-size: 1.6em;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 80px
}

.similarity .percentage span {
    font-weight: 300;
    font-size: .6em;
    line-height: 1;
    top: 0;
    margin-top: -25px;
    display: block
}

progress,progress[role] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: auto;
    height: 10px;
    width: 100%
}

.skill-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.skill {
    margin-bottom: 10px;
    position: relative
}

.skill h3 {
    font-size: 0.857em;
    font-weight: 300;
    font-family: "Open Sans",arial,sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.progressBarContainer {
    margin-top: 5px;
    width: 100%;
    height: 20px;
    background: #ecf0f1;
    overflow: hidden
}

.progressBarValue {
    height: 20px;
    float: left;
    background: #4ecdc4;
    width: 0;
    color: #fff;
    text-align: right;
    font-weight: 400;
    font-size: 0.857em
}

.progressBarValue.mine {
    background: #9b59b6
}

.progressBarValue span {
    margin-right: 10px
}

.progressBarValue .small-percentage {
    position: absolute;
    color: #222
}

.progressBarValue .zero-percentage {
    display: none
}

.hover .progressBarValue {
    -webkit-animation: bar-fill .7s ease-in-out .002s;
    -moz-animation: bar-fill .7s ease-in-out .002s;
    -o-animation: bar-fill .7s ease-in-out .002s;
    animation: bar-fill .7s ease-in-out .002s;
    width: 0
}

@-webkit-keyframes bar-fill {
    0% {
        width: 0
    }
}

@-moz-keyframes bar-fill {
    0% {
        width: 0
    }
}

@-o-keyframes bar-fill {
    0% {
        width: 0
    }
}

@keyframes bar-fill {
    0% {
        width: 0
    }
}

.age-group {
    padding: 0;
    text-align: center
}

.adslink {
    text-align: center;
    margin-bottom: 30px
}

.adslink a img {
    opacity: 0.8
}

.adslink a img:hover {
    opacity: 1
}

.ad-row {
    margin-bottom: 20px
}

.adslinktop {
    text-align: center;
    margin-bottom: 20px
}

.adslinktop img {
    box-shadow: none;
    max-width: 100%;
    height: auto
}

.ad-wide img {
    max-width: 100%;
    height: auto
}

.adslinkside img {
    margin-top: 10px;
    max-width: 100%;
    height: auto
}

#adsbox {
    clear: both;
    width: 960px
}

#adsbox .firstbox,#adsbox .secondbox,#adsbox .thirdbox {
    height: 200px !important;
    overflow: hidden
}

@media (min-width: 768px) {
    .side-content {
        padding-left:15px
    }

    .sidebox--modal {
        width: 700px
    }

    .calevent a {
        font-size: 1em
    }

    .sidebox--modal .calevent {
        width: 23%;
        margin: 0 10px 10px 0
    }

    .home-widget__list li {
        width: 100%
    }

    .home-widget__list--inner li {
        width: 100%
    }
}

@media (min-width: 992px) {
    .home-page .article-column {
        right:calc(100% - 480px)
    }

    .home-page .main-content {
        width: calc(100% - 480px);
        left: 230px
    }

    .home-page .side-content {
        width: 250px;
        padding-right: 0;
        padding-left: 15px
    }

    .side-content {
        padding-right: 15px
    }

    .container {
        width: calc(100% - 30px)
    }

    .sidebox--modal {
        width: 900px
    }

    .home-widget {
        margin: 0
    }

    .breaking-row {
        margin: 0 -15px 15px -15px
    }

    .home-widget__list li {
        width: 50%
    }

    .home-widget__list--inner li {
        width: 100%
    }

    .widget-list-item__title {
        width: 90%
    }

    .widget-list-item__icon {
        width: 5%
    }

    .lawbank-list-item__title {
        width: 80%
    }

    .lawbank-list-item__date {
        width: 20%;
        padding: 10px;
        opacity: 1
    }

    .forum-list-item__main {
        width: 80%;
        padding: 10px
    }

    .forum-list-item__status {
        width: 5%;
        padding: 10px
    }

    .forum-list-item__user {
        width: 15%;
        padding: 10px;
        margin: 0
    }

    .cms-list-item__title {
        width: 70%
    }

    .cms-list-item__category {
        width: 15%
    }

    .cms-list-item__date {
        width: 15%
    }

    .cms-list-item__date:before {
        display: none
    }

    .dlfile-list {
        display: flex;
        flex-wrap: wrap
    }

    .jcarousel__controls {
        position: relative;
        height: 30px;
        padding: 0 40px
    }

    .jcarousel-pagination {
        width: auto
    }
}

@media (min-width: 1200px) {
    .container {
        width:calc(100% - 30px)
    }

    .with-widget {
        display: flex
    }

    .home-widget__header {
        padding: 0
    }
}

@media (min-width: 1350px) {
    .container {
        width:1300px
    }

    .home-page .side-content {
        width: 300px
    }

    .home-page .article-column {
        width: 230px;
        right: calc(100% - 530px)
    }

    .home-page .main-content {
        width: calc(100% - 530px);
        left: 230px
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float:none
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        background: #fafafa;
        -webkit-box-shadow: 0 0 5px 0 #272d2d;
        box-shadow: 0 0 5px 0 #272d2d
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .collapsing {
        overflow: hidden !important
    }

    .navbar-collapse .nav > li a {
        color: #1baee0;
        display: block;
        padding: 0;
        height: 40px;
        line-height: 40px;
        font-size: 1em;
        font-weight: 400;
        overflow: hidden
    }

    .navbar-collapse .navbar-main {
        width: 90%
    }

    .navbar-collapse .navbar-main > li {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        border: 1px solid #eaeaea;
        border-width: 0 1px 1px 0
    }

    .navbar-collapse .navbar-main > li.home-page {
        display: block
    }

    .container {
        width: 100%
    }

    #menu .nav--ef > li:first-child {
        margin-left: 170px
    }

    #menu .nav--ef > li:first-child {
        z-index: 1005
    }

    #menu .nav--ef > li:nth-child(2) {
        z-index: 1004
    }

    #menu .nav--ef > li:nth-child(3) {
        z-index: 1003
    }

    #menu .nav--ef > li:nth-child(4) {
        z-index: 1002
    }

    #menu .nav--ef > li:nth-child(5) {
        z-index: 1001
    }

    #menu .nav--ef > li:nth-child(6) {
        z-index: 1000
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 5px 0;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0
    }

    .navbar-brand img {
        width: 150px;
        height: auto
    }

    .top-news .news-column,.top-news .news-column .col-md-9 {
        padding-right: 15px
    }

    .top-news .article-column {
        margin-top: 20px
    }

    .review-row .AddPosition img {
        max-width: 100%;
        height: auto
    }

    .side-content .article-column,.side-content .side-column {
        padding-left: 15px
    }

    .linkbox--question {
        background: #fff
    }

    .linkbox--forotechnikos {
        background: #fff
    }

    .row-eq-height {
        display: block
    }

    .linkbox--review .linkbox__icon {
        display: block
    }

    .news-shortcut--fpress .img-responsive {
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .top-search__input-container {
        padding-right:15px;
        margin-bottom: 10px
    }

    .fnews--primary {
        margin-bottom: 20px
    }

    .review-row .AddPosition {
        margin-bottom: 20px
    }

    .prize-container {
        display: inline-block
    }

    .prize__ribbon {
        top: 0;
        right: 30px
    }

    .footer .footer-social,.footer .footer-thes {
        text-align: right
    }

    .home-page .side-content {
        width: 100%
    }

    .home-page .article-column {
        width: 100%
    }

    .home-page .main-content {
        width: 100%
    }
}

@media (max-width: 550px) {
    .survey-nav__item {
        margin-bottom:10px
    }

    .prize-box__prizes {
        width: 100%
    }

    .footer .col-xs-6 {
        width: 100%
    }

    .footer .footer-social {
        min-height: 120px
    }

    .footer .footer-social,.footer .footer-thes,.footer .footer-ath,.footer .footer-network {
        text-align: center
    }

    .footer .footer-thes p br:last-child,.footer .footer-ath p br:last-child {
        display: none
    }

    .footer .footer-network li {
        margin-bottom: 20px;
        display: inline-block;
        margin-right: 20px
    }

    .footer h2 {
        background: #181818;
        padding: 10px 0;
        font-size: 1.286em;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .footer .copyright-info .company-logo {
        float: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .footer .copyright-info .company-logo img {
        display: inline;
        max-width: 200px
    }

    .footer .copyright-info .copyright {
        float: none;
        text-align: center
    }

    #menu .nav--ef > li:first-child .dropdown-box {
        right: 0
    }

    #menu .nav--ef > li .dropdown-box {
        right: auto
    }

    .question-card {
        width: 100%
    }
}



*, *::before, *::after {
	 box-sizing: border-box;
}
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	 display: block;
}
 [tabindex="-1"]:focus:not(:focus-visible) {
	 outline: 0 !important;
}
 hr {
	 box-sizing: content-box;
	 height: 0;
	 overflow: visible;
}
 h1, h2, h3, h4, h5, h6 {
	 margin-top: 0;
}
 p {
	 margin-top: 0;
}
 abbr[title], abbr[data-original-title] {
	 text-decoration: underline;
	 text-decoration: underline dotted;
	 cursor: help;
	 border-bottom: 0;
	 text-decoration-skip-ink: none;
}
 address {
	 margin-bottom: 1rem;
	 font-style: normal;
	 line-height: inherit;
}
 ol, ul, dl {
	 margin-top: 0;
	 margin-bottom: 1rem;
}
 ol ol, ul ul, ol ul, ul ol {
	 margin-bottom: 0;
}
 dd {
	 margin-bottom: 0.5rem;
	 margin-left: 0;
}
 blockquote {
	 margin: 0 0 1rem;
}
 sub {
	 bottom: -0.25em;
}
 sup {
	 top: -0.5em;
}
 .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-success {
    color: #fff;
    background-color: #28a745!important;
    border-color: #28a745;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#featured-media{
    width:100%!important;
    height:400px!important;
    background:none!important;
}
#featured-video{
    width:100%!important;
    height:100%!important;
    background:none!important;
}

/* Grid columns: .col-{breakpoint}-{i} */
.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-left: 15px;
  padding-right: 15px;
}

/* Float grid columns */
.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-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-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-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;
}

/* Widths for columns */
.col-xs-1 { width: 8.333333%; }
.col-xs-2 { width: 16.666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.333333%; }
.col-xs-5 { width: 41.666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.333333%; }
.col-xs-8 { width: 66.666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.333333%; }
.col-xs-11 { width: 91.666667%; }
.col-xs-12 { width: 100%; }

/* Similarly for sm, md, lg */
.col-sm-1 { width: 8.333333%; }
.col-sm-2 { width: 16.666667%; }
/* and so on... */
.col-md-1 { width: 8.333333%; }
/* and so on... */
.col-lg-1 { width: 8.333333%; }
/* and so on... */

/* Push, Pull, Offset Classes */
.col-xs-push-0 { left: auto; }
.col-xs-push-1 { left: 8.333333%; }
.col-xs-push-2 { left: 16.666667%; }
/* ... up to 12 */

.col-xs-pull-0 { right: auto; }
.col-xs-pull-1 { right: 8.333333%; }
.col-xs-pull-2 { right: 16.666667%; }
/* ... up to 12 */

.col-xs-offset-0 { margin-left: 0%; }
.col-xs-offset-1 { margin-left: 8.333333%; }
.col-xs-offset-2 { margin-left: 16.666667%; }
/* ... up to 12 */

/* Repeat for .col-sm-, .col-md-, .col-lg- similarly */
:root{--fore-color:#111;--secondary-fore-color:#444;--back-color:#f8f8f8;--secondary-back-color:#f0f0f0;--blockquote-color:#f57c00;--pre-color:#1565c0;--border-color:#aaa;--secondary-border-color:#ddd;--heading-ratio:1.19;--universal-margin:.5rem;--universal-padding:.5rem;--universal-border-radius:.125rem;--a-link-color:#0277bd;--a-visited-color:#01579b}html{font-size:16px}a,b,del,em,i,ins,q,span,strong,u{font-size:1em}html,*{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, sans-serif;line-height:1.5;-webkit-text-size-adjust:100%}*{font-size:1rem}body{margin:0;color:var(--fore-color);background:var(--back-color)}details{display:block}summary{display:list-item}abbr[title]{border-bottom:none;text-decoration:underline dotted}input{overflow:visible}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:calc(1.5 * var(--universal-margin)) var(--universal-margin);font-weight:500}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:var(--secondary-fore-color);display:block;margin-top:-.25rem}h1{font-size:calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio))}h2{font-size:calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio))}h3{font-size:calc(1rem * var(--heading-ratio) * var(--heading-ratio))}h4{font-size:calc(1rem * var(--heading-ratio))}h5{font-size:1rem}h6{font-size:calc(1rem / var(--heading-ratio))}p{margin:var(--universal-margin)}ol,ul{margin:var(--universal-margin);padding-left:calc(2 * var(--universal-margin))}b,strong{font-weight:700}hr{box-sizing:content-box;border:0;line-height:1.25em;margin:var(--universal-margin);height:.0625rem;background:linear-gradient(to right, transparent, var(--border-color) 20%, var(--border-color) 80%, transparent)}blockquote{display:block;position:relative;font-style:italic;color:var(--secondary-fore-color);margin:var(--universal-margin);padding:calc(3 * var(--universal-padding));border:.0625rem solid var(--secondary-border-color);border-left:.375rem solid var(--blockquote-color);border-radius:0 var(--universal-border-radius) var(--universal-border-radius) 0}blockquote:before{position:absolute;top:calc(0rem - var(--universal-padding));left:0;font-family:sans-serif;font-size:3rem;font-weight:700;content:"\201c";color:var(--blockquote-color)}blockquote[cite]:after{font-style:normal;font-size:.75em;font-weight:700;content:"\aβ  " attr(cite);white-space:pre}code,kbd,pre,samp{font-family:Menlo, Consolas, monospace;font-size:.85em}code{background:var(--secondary-back-color);border-radius:var(--universal-border-radius);padding:calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2)}kbd{background:var(--fore-color);color:var(--back-color);border-radius:var(--universal-border-radius);padding:calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2)}pre{overflow:auto;background:var(--secondary-back-color);padding:calc(1.5 * var(--universal-padding));margin:var(--universal-margin);border:.0625rem solid var(--secondary-border-color);border-left:.25rem solid var(--pre-color);border-radius:0 var(--universal-border-radius) var(--universal-border-radius) 0}sup,sub,code,kbd{line-height:0;position:relative;vertical-align:baseline}small,sup,sub,figcaption{font-size:.75em}sup{top:-.5em}sub{bottom:-.25em}figure{margin:var(--universal-margin)}figcaption{color:var(--secondary-fore-color)}a{text-decoration:none}a:link{color:var(--a-link-color)}a:visited{color:var(--a-visited-color)}a:hover,a:focus{text-decoration:underline}.container{margin:0 auto;padding:0 calc(1.5 * var(--universal-padding))}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-flow:row wrap}.col-sm,[class^='col-sm-'],[class^='col-sm-offset-'],.row[class*='cols-sm-']>*{box-sizing:border-box;flex:0 0 auto;padding:0 calc(var(--universal-padding) / 2)}.col-sm,.row.cols-sm>*{max-width:100%;flex-grow:1;flex-basis:0}.col-sm-1,.row.cols-sm-1>*{max-width:8.33333%;flex-basis:8.33333%}.col-sm-offset-0{margin-left:0}.col-sm-2,.row.cols-sm-2>*{max-width:16.66667%;flex-basis:16.66667%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-3,.row.cols-sm-3>*{max-width:25%;flex-basis:25%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-4,.row.cols-sm-4>*{max-width:33.33333%;flex-basis:33.33333%}.col-sm-offset-3{margin-left:25%}.col-sm-5,.row.cols-sm-5>*{max-width:41.66667%;flex-basis:41.66667%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-6,.row.cols-sm-6>*{max-width:50%;flex-basis:50%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-7,.row.cols-sm-7>*{max-width:58.33333%;flex-basis:58.33333%}.col-sm-offset-6{margin-left:50%}.col-sm-8,.row.cols-sm-8>*{max-width:66.66667%;flex-basis:66.66667%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-9,.row.cols-sm-9>*{max-width:75%;flex-basis:75%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-10,.row.cols-sm-10>*{max-width:83.33333%;flex-basis:83.33333%}.col-sm-offset-9{margin-left:75%}.col-sm-11,.row.cols-sm-11>*{max-width:91.66667%;flex-basis:91.66667%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-12,.row.cols-sm-12>*{max-width:100%;flex-basis:100%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-normal{order:initial}.col-sm-first{order:-999}.col-sm-last{order:999}@media screen and (min-width: 768px){.col-md,[class^='col-md-'],[class^='col-md-offset-'],.row[class*='cols-md-']>*{box-sizing:border-box;flex:0 0 auto;padding:0 calc(var(--universal-padding) / 2)}.col-md,.row.cols-md>*{max-width:100%;flex-grow:1;flex-basis:0}.col-md-1,.row.cols-md-1>*{max-width:8.33333%;flex-basis:8.33333%}.col-md-offset-0{margin-left:0}.col-md-2,.row.cols-md-2>*{max-width:16.66667%;flex-basis:16.66667%}.col-md-offset-1{margin-left:8.33333%}.col-md-3,.row.cols-md-3>*{max-width:25%;flex-basis:25%}.col-md-offset-2{margin-left:16.66667%}.col-md-4,.row.cols-md-4>*{max-width:33.33333%;flex-basis:33.33333%}.col-md-offset-3{margin-left:25%}.col-md-5,.row.cols-md-5>*{max-width:41.66667%;flex-basis:41.66667%}.col-md-offset-4{margin-left:33.33333%}.col-md-6,.row.cols-md-6>*{max-width:50%;flex-basis:50%}.col-md-offset-5{margin-left:41.66667%}.col-md-7,.row.cols-md-7>*{max-width:58.33333%;flex-basis:58.33333%}.col-md-offset-6{margin-left:50%}.col-md-8,.row.cols-md-8>*{max-width:66.66667%;flex-basis:66.66667%}.col-md-offset-7{margin-left:58.33333%}.col-md-9,.row.cols-md-9>*{max-width:75%;flex-basis:75%}.col-md-offset-8{margin-left:66.66667%}.col-md-10,.row.cols-md-10>*{max-width:83.33333%;flex-basis:83.33333%}.col-md-offset-9{margin-left:75%}.col-md-11,.row.cols-md-11>*{max-width:91.66667%;flex-basis:91.66667%}.col-md-offset-10{margin-left:83.33333%}.col-md-12,.row.cols-md-12>*{max-width:100%;flex-basis:100%}.col-md-offset-11{margin-left:91.66667%}.col-md-normal{order:initial}.col-md-first{order:-999}.col-md-last{order:999}}@media screen and (min-width: 1280px){.col-lg,[class^='col-lg-'],[class^='col-lg-offset-'],.row[class*='cols-lg-']>*{box-sizing:border-box;flex:0 0 auto;padding:0 calc(var(--universal-padding) / 2)}.col-lg,.row.cols-lg>*{max-width:100%;flex-grow:1;flex-basis:0}.col-lg-1,.row.cols-lg-1>*{max-width:8.33333%;flex-basis:8.33333%}.col-lg-offset-0{margin-left:0}.col-lg-2,.row.cols-lg-2>*{max-width:16.66667%;flex-basis:16.66667%}.col-lg-offset-1{margin-left:8.33333%}.col-lg-3,.row.cols-lg-3>*{max-width:25%;flex-basis:25%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-4,.row.cols-lg-4>*{max-width:33.33333%;flex-basis:33.33333%}.col-lg-offset-3{margin-left:25%}.col-lg-5,.row.cols-lg-5>*{max-width:41.66667%;flex-basis:41.66667%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-6,.row.cols-lg-6>*{max-width:50%;flex-basis:50%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-7,.row.cols-lg-7>*{max-width:58.33333%;flex-basis:58.33333%}.col-lg-offset-6{margin-left:50%}.col-lg-8,.row.cols-lg-8>*{max-width:66.66667%;flex-basis:66.66667%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-9,.row.cols-lg-9>*{max-width:75%;flex-basis:75%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-10,.row.cols-lg-10>*{max-width:83.33333%;flex-basis:83.33333%}.col-lg-offset-9{margin-left:75%}.col-lg-11,.row.cols-lg-11>*{max-width:91.66667%;flex-basis:91.66667%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-12,.row.cols-lg-12>*{max-width:100%;flex-basis:100%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-normal{order:initial}.col-lg-first{order:-999}.col-lg-last{order:999}}:root{--card-back-color:#f8f8f8;--card-fore-color:#111;--card-border-color:#ddd}.card{display:flex;flex-direction:column;justify-content:space-between;align-self:center;position:relative;width:100%;background:var(--card-back-color);color:var(--card-fore-color);border:.0625rem solid var(--card-border-color);border-radius:var(--universal-border-radius);margin:var(--universal-margin);overflow:hidden}@media screen and (min-width: 320px){.card{max-width:320px}}.card>.section{background:var(--card-back-color);color:var(--card-fore-color);box-sizing:border-box;margin:0;border:0;border-radius:0;border-bottom:.0625rem solid var(--card-border-color);padding:var(--universal-padding);width:100%}.card>.section.media{height:200px;padding:0;-o-object-fit:cover;object-fit:cover}.card>.section:last-child{border-bottom:0}@media screen and (min-width: 240px){.card.small{max-width:240px}}@media screen and (min-width: 480px){.card.large{max-width:480px}}.card.fluid{max-width:100%;width:auto}.card.warning{--card-back-color:#ffca28;--card-border-color:#e8b825}.card.error{--card-back-color:#b71c1c;--card-fore-color:#f8f8f8;--card-border-color:#a71a1a}.card>.section.dark{--card-back-color:#e0e0e0}.card>.section.double-padded{padding:calc(1.5 * var(--universal-padding))}:root{--form-back-color:#f0f0f0;--form-fore-color:#111;--form-border-color:#ddd;--input-back-color:#f8f8f8;--input-fore-color:#111;--input-border-color:#ddd;--input-focus-color:#0288d1;--input-invalid-color:#d32f2f;--button-back-color:#e2e2e2;--button-hover-back-color:#dcdcdc;--button-fore-color:#212121;--button-border-color:rgba(0,0,0,0);--button-hover-border-color:rgba(0,0,0,0);--button-group-border-color:rgba(124,124,124,0.54)}form{background:var(--form-back-color);color:var(--form-fore-color);border:.0625rem solid var(--form-border-color);border-radius:var(--universal-border-radius);margin:var(--universal-margin);padding:calc(2 * var(--universal-padding)) var(--universal-padding)}fieldset{border:.0625rem solid var(--form-border-color);border-radius:var(--universal-border-radius);margin:calc(var(--universal-margin) / 4);padding:var(--universal-padding)}legend{box-sizing:border-box;display:table;max-width:100%;white-space:normal;font-weight:700;padding:calc(var(--universal-padding) / 2)}label{padding:calc(var(--universal-padding) / 2) var(--universal-padding)}.input-group{display:inline-block}.input-group.fluid{display:flex;align-items:center;justify-content:center}.input-group.fluid>input{max-width:100%;flex-grow:1;flex-basis:0px}@media screen and (max-width: 767px){.input-group.fluid{align-items:stretch;flex-direction:column}}.input-group.vertical{display:flex;align-items:stretch;flex-direction:column}.input-group.vertical>input{max-width:100%;flex-grow:1;flex-basis:0px}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input:not([type]),[type="text"],[type="email"],[type="number"],[type="search"],[type="password"],[type="url"],[type="tel"],[type="checkbox"],[type="radio"],textarea,select{box-sizing:border-box;background:var(--input-back-color);color:var(--input-fore-color);border:.0625rem solid var(--input-border-color);border-radius:var(--universal-border-radius);margin:calc(var(--universal-margin) / 2);padding:var(--universal-padding) calc(1.5 * var(--universal-padding))}input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover,input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,textarea:hover,textarea:focus,select:hover,select:focus{border-color:var(--input-focus-color);box-shadow:none}input:not([type="button"]):not([type="submit"]):not([type="reset"]):invalid,input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus:invalid,textarea:invalid,textarea:focus:invalid,select:invalid,select:focus:invalid{border-color:var(--input-invalid-color);box-shadow:none}input:not([type="button"]):not([type="submit"]):not([type="reset"])[readonly],textarea[readonly],select[readonly]{background:var(--secondary-back-color)}select{max-width:100%}option{overflow:hidden;text-overflow:ellipsis}[type="checkbox"],[type="radio"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;height:calc(1rem + var(--universal-padding) / 2);width:calc(1rem + var(--universal-padding) / 2);vertical-align:text-bottom;padding:0;flex-basis:calc(1rem + var(--universal-padding) / 2) !important;flex-grow:0 !important}[type="checkbox"]:checked:before,[type="radio"]:checked:before{position:absolute}[type="checkbox"]:checked:before{content:'\2713';font-family:sans-serif;font-size:calc(1rem + var(--universal-padding) / 2);top:calc(0rem - var(--universal-padding));left:calc(var(--universal-padding) / 4)}[type="radio"]{border-radius:100%}[type="radio"]:checked:before{border-radius:100%;content:'';top:calc(.0625rem + var(--universal-padding) / 2);left:calc(.0625rem + var(--universal-padding) / 2);background:var(--input-fore-color);width:0.5rem;height:0.5rem}:placeholder-shown{color:var(--input-fore-color)}::-ms-placeholder{color:var(--input-fore-color);opacity:0.54}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button{overflow:visible;text-transform:none}button,[type="button"],[type="submit"],[type="reset"],a.button,label.button,.button,a[role="button"],label[role="button"],[role="button"]{display:inline-block;background:var(--button-back-color);color:var(--button-fore-color);border:.0625rem solid var(--button-border-color);border-radius:var(--universal-border-radius);padding:var(--universal-padding) calc(1.5 * var(--universal-padding));margin:var(--universal-margin);text-decoration:none;cursor:pointer;transition:background 0.3s}button:hover,button:focus,[type="button"]:hover,[type="button"]:focus,[type="submit"]:hover,[type="submit"]:focus,[type="reset"]:hover,[type="reset"]:focus,a.button:hover,a.button:focus,label.button:hover,label.button:focus,.button:hover,.button:focus,a[role="button"]:hover,a[role="button"]:focus,label[role="button"]:hover,label[role="button"]:focus,[role="button"]:hover,[role="button"]:focus{background:var(--button-hover-back-color);border-color:var(--button-hover-border-color)}input:disabled,input[disabled],textarea:disabled,textarea[disabled],select:disabled,select[disabled],button:disabled,button[disabled],.button:disabled,.button[disabled],[role="button"]:disabled,[role="button"][disabled]{cursor:not-allowed;opacity:.75}.button-group{display:flex;border:.0625rem solid var(--button-group-border-color);border-radius:var(--universal-border-radius);margin:var(--universal-margin)}.button-group>button,.button-group [type="button"],.button-group>[type="submit"],.button-group>[type="reset"],.button-group>.button,.button-group>[role="button"]{margin:0;max-width:100%;flex:1 1 auto;text-align:center;border:0;border-radius:0;box-shadow:none}.button-group>:not(:first-child){border-left:.0625rem solid var(--button-group-border-color)}@media screen and (max-width: 767px){.button-group{flex-direction:column}.button-group>:not(:first-child){border:0;border-top:.0625rem solid var(--button-group-border-color)}}button.primary,[type="button"].primary,[type="submit"].primary,[type="reset"].primary,.button.primary,[role="button"].primary{--button-back-color:#1976d2;--button-fore-color:#f8f8f8}button.primary:hover,button.primary:focus,[type="button"].primary:hover,[type="button"].primary:focus,[type="submit"].primary:hover,[type="submit"].primary:focus,[type="reset"].primary:hover,[type="reset"].primary:focus,.button.primary:hover,.button.primary:focus,[role="button"].primary:hover,[role="button"].primary:focus{--button-hover-back-color:#1565c0}button.secondary,[type="button"].secondary,[type="submit"].secondary,[type="reset"].secondary,.button.secondary,[role="button"].secondary{--button-back-color:#d32f2f;--button-fore-color:#f8f8f8}button.secondary:hover,button.secondary:focus,[type="button"].secondary:hover,[type="button"].secondary:focus,[type="submit"].secondary:hover,[type="submit"].secondary:focus,[type="reset"].secondary:hover,[type="reset"].secondary:focus,.button.secondary:hover,.button.secondary:focus,[role="button"].secondary:hover,[role="button"].secondary:focus{--button-hover-back-color:#c62828}button.tertiary,[type="button"].tertiary,[type="submit"].tertiary,[type="reset"].tertiary,.button.tertiary,[role="button"].tertiary{--button-back-color:#308732;--button-fore-color:#f8f8f8}button.tertiary:hover,button.tertiary:focus,[type="button"].tertiary:hover,[type="button"].tertiary:focus,[type="submit"].tertiary:hover,[type="submit"].tertiary:focus,[type="reset"].tertiary:hover,[type="reset"].tertiary:focus,.button.tertiary:hover,.button.tertiary:focus,[role="button"].tertiary:hover,[role="button"].tertiary:focus{--button-hover-back-color:#277529}button.inverse,[type="button"].inverse,[type="submit"].inverse,[type="reset"].inverse,.button.inverse,[role="button"].inverse{--button-back-color:#212121;--button-fore-color:#f8f8f8}button.inverse:hover,button.inverse:focus,[type="button"].inverse:hover,[type="button"].inverse:focus,[type="submit"].inverse:hover,[type="submit"].inverse:focus,[type="reset"].inverse:hover,[type="reset"].inverse:focus,.button.inverse:hover,.button.inverse:focus,[role="button"].inverse:hover,[role="button"].inverse:focus{--button-hover-back-color:#111}button.small,[type="button"].small,[type="submit"].small,[type="reset"].small,.button.small,[role="button"].small{padding:calc(0.5 * var(--universal-padding)) calc(0.75 * var(--universal-padding));margin:var(--universal-margin)}button.large,[type="button"].large,[type="submit"].large,[type="reset"].large,.button.large,[role="button"].large{padding:calc(1.5 * var(--universal-padding)) calc(2 * var(--universal-padding));margin:var(--universal-margin)}:root{--header-back-color:#f8f8f8;--header-hover-back-color:#f0f0f0;--header-fore-color:#444;--header-border-color:#ddd;--nav-back-color:#f8f8f8;--nav-hover-back-color:#f0f0f0;--nav-fore-color:#444;--nav-border-color:#ddd;--nav-link-color:#0277bd;--footer-fore-color:#444;--footer-back-color:#f8f8f8;--footer-border-color:#ddd;--footer-link-color:#0277bd;--drawer-back-color:#f8f8f8;--drawer-hover-back-color:#f0f0f0;--drawer-border-color:#ddd;--drawer-close-color:#444}header{height:3.1875rem;background:var(--header-back-color);color:var(--header-fore-color);border-bottom:.0625rem solid var(--header-border-color);padding:calc(var(--universal-padding) / 4) 0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}header.row{box-sizing:content-box} header button,header [type="button"],header .button,header [role="button"]{box-sizing:border-box;position:relative;top:calc(0rem - var(--universal-padding) / 4);height:calc(3.1875rem + var(--universal-padding) / 2);background:var(--header-back-color);line-height:calc(3.1875rem - var(--universal-padding) * 1.5);text-align:center;color:var(--header-fore-color);border:0;border-radius:0;margin:0;text-transform:uppercase}header button:hover,header button:focus,header [type="button"]:hover,header [type="button"]:focus,header .button:hover,header .button:focus,header [role="button"]:hover,header [role="button"]:focus{background:var(--header-hover-back-color)}header.sticky{position:-webkit-sticky;position:sticky;z-index:1101;top:0}.drawer-toggle:before{display:inline-block;position:relative;vertical-align:bottom;content:'\00a0\2261\00a0';font-family:sans-serif;font-size:1.5em}@media screen and (min-width: 768px){.drawer-toggle:not(.persistent){display:none}}[type="checkbox"].drawer{height:1px;width:1px;margin:-1px;overflow:hidden;position:absolute;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%)}[type="checkbox"].drawer+*{display:block;box-sizing:border-box;position:fixed;top:0;width:320px;height:100vh;overflow-y:auto;background:var(--drawer-back-color);border:.0625rem solid var(--drawer-border-color);border-radius:0;margin:0;z-index:1110;right:-320px;transition:right 0.3s}[type="checkbox"].drawer+* .drawer-close{position:absolute;top:var(--universal-margin);right:var(--universal-margin);z-index:1111;width:2rem;height:2rem;border-radius:var(--universal-border-radius);padding:var(--universal-padding);margin:0;cursor:pointer;transition:background 0.3s}[type="checkbox"].drawer+* .drawer-close:before{display:block;content:'\00D7';color:var(--drawer-close-color);position:relative;font-family:sans-serif;font-size:2rem;line-height:1;text-align:center}[type="checkbox"].drawer+* .drawer-close:hover,[type="checkbox"].drawer+* .drawer-close:focus{background:var(--drawer-hover-back-color)}@media screen and (max-width: 320px){[type="checkbox"].drawer+*{width:100%}}[type="checkbox"].drawer:checked+*{right:0}@media screen and (min-width: 768px){[type="checkbox"].drawer:not(.persistent)+*{position:static;height:100%;z-index:1100}[type="checkbox"].drawer:not(.persistent)+* .drawer-close{display:none}}:root{--table-border-color:#aaa;--table-border-separator-color:#666;--table-head-back-color:#e6e6e6;--table-head-fore-color:#111;--table-body-back-color:#f8f8f8;--table-body-fore-color:#111;--table-body-alt-back-color:#eee}table{border-collapse:separate;border-spacing:0;margin:0;display:flex;flex:0 1 auto;flex-flow:row wrap;padding:var(--universal-padding);padding-top:0}table caption{font-size:1.5rem;margin:calc(2 * var(--universal-margin)) 0;max-width:100%;flex:0 0 100%}table thead,table tbody{display:flex;flex-flow:row wrap;border:.0625rem solid var(--table-border-color)}table thead{z-index:999;border-radius:var(--universal-border-radius) var(--universal-border-radius) 0 0;border-bottom:.0625rem solid var(--table-border-separator-color)}table tbody{border-top:0;margin-top:calc(0 - var(--universal-margin));border-radius:0 0 var(--universal-border-radius) var(--universal-border-radius)}table tr{display:flex;padding:0}table th,table td{padding:calc(2 * var(--universal-padding))}table th{text-align:left;background:var(--table-head-back-color);color:var(--table-head-fore-color)}table td{background:var(--table-body-back-color);color:var(--table-body-fore-color);border-top:.0625rem solid var(--table-border-color)}table:not(.horizontal){overflow:auto;max-height:400px}table:not(.horizontal) thead,table:not(.horizontal) tbody{max-width:100%;flex:0 0 100%}table:not(.horizontal) tr{flex-flow:row wrap;flex:0 0 100%}table:not(.horizontal) th,table:not(.horizontal) td{flex:1 0 0%;overflow:hidden;text-overflow:ellipsis}table:not(.horizontal) thead{position:sticky;top:0}table:not(.horizontal) tbody tr:first-child td{border-top:0}table.horizontal{border:0}table.horizontal thead,table.horizontal tbody{border:0;flex:.2 0 0;flex-flow:row nowrap}table.horizontal tbody{overflow:auto;justify-content:space-between;flex:.8 0 0;margin-left:0;padding-bottom:calc(var(--universal-padding) / 4)}table.horizontal tr{flex-direction:column;flex:1 0 auto}table.horizontal th,table.horizontal td{width:auto;border:0;border-bottom:.0625rem solid var(--table-border-color)}table.horizontal th:not(:first-child),table.horizontal td:not(:first-child){border-top:0}table.horizontal th{text-align:right;border-left:.0625rem solid var(--table-border-color);border-right:.0625rem solid var(--table-border-separator-color)}table.horizontal thead tr:first-child{padding-left:0}table.horizontal th:first-child,table.horizontal td:first-child{border-top:.0625rem solid var(--table-border-color)}table.horizontal tbody tr:last-child td{border-right:.0625rem solid var(--table-border-color)}table.horizontal tbody tr:last-child td:first-child{border-top-right-radius:0.25rem}table.horizontal tbody tr:last-child td:last-child{border-bottom-right-radius:0.25rem}table.horizontal thead tr:first-child th:first-child{border-top-left-radius:0.25rem}table.horizontal thead tr:first-child th:last-child{border-bottom-left-radius:0.25rem}@media screen and (max-width: 767px){table,table.horizontal{border-collapse:collapse;border:0;width:100%;display:table}table thead,table th,table.horizontal thead,table.horizontal th{border:0;height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%)}table tbody,table.horizontal tbody{border:0;display:table-row-group}table tr,table.horizontal tr{display:block;border:.0625rem solid var(--table-border-color);border-radius:var(--universal-border-radius);background:#fafafa;padding:var(--universal-padding);margin:var(--universal-margin);margin-bottom:calc(2 * var(--universal-margin))}table th,table td,table.horizontal th,table.horizontal td{width:auto}table td,table.horizontal td{display:block;border:0;text-align:right}table td:before,table.horizontal td:before{content:attr(data-label);float:left;font-weight:600}table th:first-child,table td:first-child,table.horizontal th:first-child,table.horizontal td:first-child{border-top:0}table tbody tr:last-child td,table.horizontal tbody tr:last-child td{border-right:0}}:root{--table-body-alt-back-color:#eee}table.striped tr:nth-of-type(2n)>td{background:var(--table-body-alt-back-color)}@media screen and (max-width: 768px){table.striped tr:nth-of-type(2n){background:var(--table-body-alt-back-color)}}:root{--table-body-hover-back-color:#90caf9}table.hoverable tr:hover,table.hoverable tr:hover>td,table.hoverable tr:focus,table.hoverable tr:focus>td{background:var(--table-body-hover-back-color)}@media screen and (max-width: 768px){table.hoverable tr:hover,table.hoverable tr:hover>td,table.hoverable tr:focus,table.hoverable tr:focus>td{background:var(--table-body-hover-back-color)}}:root{--mark-back-color:#0277bd;--mark-fore-color:#fafafa}mark{background:var(--mark-back-color);color:var(--mark-fore-color);font-size:.95em;line-height:1em;border-radius:var(--universal-border-radius);padding:calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2)}mark.inline-block{display:inline-block;font-size:1em;line-height:1.5;padding:calc(var(--universal-padding) / 2) var(--universal-padding)}:root{--toast-back-color:#424242;--toast-fore-color:#fafafa}.toast{position:fixed;bottom:calc(var(--universal-margin) * 3);left:50%;transform:translate(-50%, -50%);z-index:1111;color:var(--toast-fore-color);background:var(--toast-back-color);border-radius:calc(var(--universal-border-radius) * 16);padding:var(--universal-padding) calc(var(--universal-padding) * 3)}:root{--tooltip-back-color:#212121;--tooltip-fore-color:#fafafa}.tooltip{position:relative;display:inline-block}.tooltip:before,.tooltip:after{position:absolute;opacity:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);transition:all 0.3s;z-index:1010;left:50%}.tooltip:not(.bottom):before,.tooltip:not(.bottom):after{bottom:75%}.tooltip.bottom:before,.tooltip.bottom:after{top:75%}.tooltip:hover:before,.tooltip:hover:after,.tooltip:focus:before,.tooltip:focus:after{opacity:1;clip:auto;-webkit-clip-path:inset(0%);clip-path:inset(0%)}.tooltip:before{content:'';background:transparent;border:var(--universal-margin) solid transparent;left:calc(50% - var(--universal-margin))}.tooltip:not(.bottom):before{border-top-color:#212121}.tooltip.bottom:before{border-bottom-color:#212121}.tooltip:after{content:attr(aria-label);color:var(--tooltip-fore-color);background:var(--tooltip-back-color);border-radius:var(--universal-border-radius);padding:var(--universal-padding);white-space:nowrap;transform:translateX(-50%)}.tooltip:not(.bottom):after{margin-bottom:calc(2 * var(--universal-margin))}.tooltip.bottom:after{margin-top:calc(2 * var(--universal-margin))}:root{--modal-overlay-color:rgba(0,0,0,0.45);--modal-close-color:#444;--modal-close-hover-color:#f0f0f0}[type="checkbox"].modal{height:1px;width:1px;margin:-1px;overflow:hidden;position:absolute;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%)}[type="checkbox"].modal+div{position:fixed;top:0;left:0;display:none;width:100vw;height:100vh;background:var(--modal-overlay-color)}[type="checkbox"].modal+div .card{margin:0 auto;max-height:50vh;overflow:auto}[type="checkbox"].modal+div .card .modal-close{position:absolute;top:0;right:0;width:1.75rem;height:1.75rem;border-radius:var(--universal-border-radius);padding:var(--universal-padding);margin:0;cursor:pointer;transition:background 0.3s}[type="checkbox"].modal+div .card .modal-close:before{display:block;content:'\00D7';color:var(--modal-close-color);position:relative;font-family:sans-serif;font-size:1.75rem;line-height:1;text-align:center}[type="checkbox"].modal+div .card .modal-close:hover,[type="checkbox"].modal+div .card .modal-close:focus{background:var(--modal-close-hover-color)}[type="checkbox"].modal:checked+div{display:flex;flex:0 1 auto;z-index:1200}[type="checkbox"].modal:checked+div .card .modal-close{z-index:1211}:root{--collapse-label-back-color:#e8e8e8;--collapse-label-fore-color:#212121;--collapse-label-hover-back-color:#f0f0f0;--collapse-selected-label-back-color:#ececec;--collapse-border-color:#ddd;--collapse-content-back-color:#fafafa;--collapse-selected-label-border-color:#0277bd}.collapse{width:calc(100% - 2 * var(--universal-margin));opacity:1;display:flex;flex-direction:column;margin:var(--universal-margin);border-radius:var(--universal-border-radius)}.collapse>[type="radio"],.collapse>[type="checkbox"]{height:1px;width:1px;margin:-1px;overflow:hidden;position:absolute;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%)}.collapse>label{flex-grow:1;display:inline-block;height:1.5rem;cursor:pointer;transition:background 0.3s;color:var(--collapse-label-fore-color);background:var(--collapse-label-back-color);border:.0625rem solid var(--collapse-border-color);padding:calc(1.5 * var(--universal-padding))}.collapse>label:hover,.collapse>label:focus{background:var(--collapse-label-hover-back-color)}.collapse>label+div{flex-basis:auto;height:1px;width:1px;margin:-1px;overflow:hidden;position:absolute;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);transition:max-height 0.3s;max-height:1px}.collapse>:checked+label{background:var(--collapse-selected-label-back-color);border-bottom-color:var(--collapse-selected-label-border-color)}.collapse>:checked+label+div{box-sizing:border-box;position:relative;width:100%;height:auto;overflow:auto;margin:0;background:var(--collapse-content-back-color);border:.0625rem solid var(--collapse-border-color);border-top:0;padding:var(--universal-padding);clip:auto;-webkit-clip-path:inset(0%);clip-path:inset(0%);max-height:400px}.collapse>label:not(:first-of-type){border-top:0}.collapse>label:first-of-type{border-radius:var(--universal-border-radius) var(--universal-border-radius) 0 0}.collapse>label:last-of-type:not(:first-of-type){border-radius:0 0 var(--universal-border-radius) var(--universal-border-radius)}.collapse>label:last-of-type:first-of-type{border-radius:var(--universal-border-radius)}.collapse>:checked:last-of-type:not(:first-of-type)+label{border-radius:0}.collapse>:checked:last-of-type+label+div{border-radius:0 0 var(--universal-border-radius) var(--universal-border-radius)}mark.secondary{--mark-back-color:#d32f2f}mark.tertiary{--mark-back-color:#308732}mark.tag{padding:calc(var(--universal-padding)/2) var(--universal-padding);border-radius:1em}:root{--progress-back-color:#ddd;--progress-fore-color:#555}progress{display:block;vertical-align:baseline;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:.75rem;width:calc(100% - 2 * var(--universal-margin));margin:var(--universal-margin);border:0;border-radius:calc(2 * var(--universal-border-radius));background:var(--progress-back-color);color:var(--progress-fore-color)}progress::-webkit-progress-value{background:var(--progress-fore-color);border-top-left-radius:calc(2 * var(--universal-border-radius));border-bottom-left-radius:calc(2 * var(--universal-border-radius))}progress::-webkit-progress-bar{background:var(--progress-back-color)}progress::-moz-progress-bar{background:var(--progress-fore-color);border-top-left-radius:calc(2 * var(--universal-border-radius));border-bottom-left-radius:calc(2 * var(--universal-border-radius))}progress[value="1000"]::-webkit-progress-value{border-radius:calc(2 * var(--universal-border-radius))}progress[value="1000"]::-moz-progress-bar{border-radius:calc(2 * var(--universal-border-radius))}progress.inline{display:inline-block;vertical-align:middle;width:60%}:root{--spinner-back-color:#ddd;--spinner-fore-color:#555}@keyframes spinner-donut-anim{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.spinner{display:inline-block;margin:var(--universal-margin);border:.25rem solid var(--spinner-back-color);border-left:.25rem solid var(--spinner-fore-color);border-radius:50%;width:1.25rem;height:1.25rem;animation:spinner-donut-anim 1.2s linear infinite}progress.primary{--progress-fore-color:#1976d2}progress.secondary{--progress-fore-color:#d32f2f}progress.tertiary{--progress-fore-color:#308732}.spinner.primary{--spinner-fore-color:#1976d2}.spinner.secondary{--spinner-fore-color:#d32f2f}.spinner.tertiary{--spinner-fore-color:#308732}span[class^='icon-']{display:inline-block;height:1em;width:1em;vertical-align:-0.125em;background-size:contain;margin:0 calc(var(--universal-margin) / 4)}span[class^='icon-'].secondary{-webkit-filter:invert(25%);filter:invert(25%)}span[class^='icon-'].inverse{-webkit-filter:invert(100%);filter:invert(100%)}span.icon-alert{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12' y2='16'%3E%3C/line%3E%3C/svg%3E")}span.icon-bookmark{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E")}span.icon-calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E")}span.icon-credit{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='1' y1='10' x2='23' y2='10'%3E%3C/line%3E%3C/svg%3E")}span.icon-edit{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 14.66V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.34'%3E%3C/path%3E%3Cpolygon points='18 2 22 6 12 16 8 16 8 12 18 2'%3E%3C/polygon%3E%3C/svg%3E")}span.icon-link{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E")}span.icon-help{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='17' x2='12' y2='17'%3E%3C/line%3E%3C/svg%3E")}span.icon-home{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E")}span.icon-info{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12' y2='8'%3E%3C/line%3E%3C/svg%3E")}span.icon-lock{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E")}span.icon-mail{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}span.icon-location{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E")}span.icon-phone{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E")}span.icon-rss{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11a9 9 0 0 1 9 9'%3E%3C/path%3E%3Cpath d='M4 4a16 16 0 0 1 16 16'%3E%3C/path%3E%3Ccircle cx='5' cy='19' r='1'%3E%3C/circle%3E%3C/svg%3E")}span.icon-search{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E")}span.icon-settings{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E")}span.icon-share{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E")}span.icon-cart{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E")}span.icon-upload{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E")}span.icon-user{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E")}:root{--generic-border-color:rgba(0,0,0,0.3);--generic-box-shadow:0 .25rem .25rem 0 rgba(0,0,0,0.125),0 .125rem .125rem -.125rem rgba(0,0,0,0.25)}.hidden{display:none !important}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;margin:-1px !important;border:0 !important;padding:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(100%) !important;clip-path:inset(100%) !important;overflow:hidden !important}.bordered{border:.0625rem solid var(--generic-border-color) !important}.rounded{border-radius:var(--universal-border-radius) !important}.circular{border-radius:50% !important}.shadowed{box-shadow:var(--generic-box-shadow) !important}.responsive-margin{margin:calc(var(--universal-margin) / 4) !important}@media screen and (min-width: 768px){.responsive-margin{margin:calc(var(--universal-margin) / 2) !important}}@media screen and (min-width: 1280px){.responsive-margin{margin:var(--universal-margin) !important}}.responsive-padding{padding:calc(var(--universal-padding) / 4) !important}@media screen and (min-width: 768px){.responsive-padding{padding:calc(var(--universal-padding) / 2) !important}}@media screen and (min-width: 1280px){.responsive-padding{padding:var(--universal-padding) !important}}@media screen and (max-width: 767px){.hidden-sm{display:none !important}}@media screen and (min-width: 768px) and (max-width: 1279px){.hidden-md{display:none !important}}@media screen and (min-width: 1280px){.hidden-lg{display:none !important}}@media screen and (max-width: 767px){.visually-hidden-sm{position:absolute !important;width:1px !important;height:1px !important;margin:-1px !important;border:0 !important;padding:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(100%) !important;clip-path:inset(100%) !important;overflow:hidden !important}}@media screen and (min-width: 768px) and (max-width: 1279px){.visually-hidden-md{position:absolute !important;width:1px !important;height:1px !important;margin:-1px !important;border:0 !important;padding:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(100%) !important;clip-path:inset(100%) !important;overflow:hidden !important}}@media screen and (min-width: 1280px){.visually-hidden-lg{position:absolute !important;width:1px !important;height:1px !important;margin:-1px !important;border:0 !important;padding:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(100%) !important;clip-path:inset(100%) !important;overflow:hidden !important}}
