/*******************************
            Global
*******************************/
/*@import url(http://fonts.googleapis.com/css?family=Bree+Serif);*/

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    word-break: normal;
}

html {
    font-size: 14px;
    height: auto;
}

body{
    background: #e9ebee;
}

.ui.grid{
    margin:0;
}

.view-mobile{
    display: none !important;
}

.shortStr {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nonmargin{
    margin: 0 !important;
}

.img-x1{
    width: 2.5em !important;
    height: 2.5em !important;
}
.img-x2{
    width: 3.5em !important;
    height: 3.5em !important;
}


/*-----------------------------------*/
/* Floats */
/*-----------------------------------*/
.use-float {
    zoom: 1;
}

.use-float:before, .use-float:after {
    content: " ";
    display: table;
}

.use-float:after {
    clear: both;
}

.use-float .fl {
    float: left;
}

.use-float .fr {
    float: right;
}

/*-----------------------------------*/
/* Flex */
/*-----------------------------------*/

.flex-container {
    display: -webkit-box;
    /* 2009 - Chrome, Safari , iOS Safari */
    display: -moz-box;
    /* 2009 - Firefox */
    display: -ms-flexbox;
    /* early 2012 - IE 10 */
    display: -webkit-flex;
    /* 2012 - Chrome */
    display: flex;
    /* 2012 - Opera 12.1, Firefox 22+ */
}

.flex-container .flex-or1 {
    -webkit-box-ordinal-group: 1;
    /* 2009 - Chrome, Safari , iOS Safari */
    -moz-box-ordinal-group: 1;
    /* 2009 - Firefox */
    -ms-flex-order: 1;
    /* early 2012 - IE 10 */
    -webkit-order: 1;
    /* 2012 - Chrome */
    order: 1;
}

.flex-container .flex-or2 {
    -webkit-box-ordinal-group: 2;
    /* 2009 - Chrome, Safari , iOS Safari */
    -moz-box-ordinal-group: 2;
    /* 2009 - Firefox */
    -ms-flex-order: 2;
    /* early 2012 - IE 10 */
    -webkit-order: 2;
    /* 2012 - Chrome */
    order: 2;
}

.flex-container .flex-or3 {
    -webkit-box-ordinal-group: 3;
    /* 2009 - Chrome, Safari , iOS Safari */
    -moz-box-ordinal-group: 3;
    /* 2009 - Firefox */
    -ms-flex-order: 3;
    /* early 2012 - IE 10 */
    -webkit-order: 3;
    /* 2012 - Chrome */
    order: 3;
}

.flex-container .flex-or4 {
    -webkit-box-ordinal-group: 4;
    /* 2009 - Chrome, Safari , iOS Safari */
    -moz-box-ordinal-group: 4;
    /* 2009 - Firefox */
    -ms-flex-order: 4;
    /* early 2012 - IE 10 */
    -webkit-order: 4;
    /* 2012 - Chrome */
    order: 4;
}

.flex-container .flex-or5 {
    -webkit-box-ordinal-group: 5;
    /* 2009 - Chrome, Safari , iOS Safari */
    -moz-box-ordinal-group: 5;
    /* 2009 - Firefox */
    -ms-flex-order: 5;
    /* early 2012 - IE 10 */
    -webkit-order: 5;
    /* 2012 - Chrome */
    order: 5;
}

.sample_box{
    padding: 10px;
    border: 1px solid #00b5ad;
    border-top:none;
    border-bottom: 1px solid #00b5ad;
}
.sample_box.s2{
    padding: 10px;
    border: 1px solid #ff7100;
    border-top:none;
    border-bottom: 1px solid #ff7100;
}
.sample_box.s3{
    padding: 10px;

    border: 1px solid #144bc0;
    border-top:none;
    border-bottom: 1px solid #144bc0;
}
.sample_box a{
    color: #144bc0 !important;
}

/*******************************
            Global
*******************************/





/*******************************
          Responsive
*******************************/

/* Mobile Only */
@media only screen and (max-width : 768px) {
    .use-float .fl, .use-float .fr{
        /*width: 100%;*/
    }
    .view-desktop{
        display: none !important;
    }
    .view-mobile{
        display: block !important;
    }
}
/* Mobile Only */

/*******************************
          Responsive
*******************************/