﻿body {
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url('../Images/treewallpaper.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a, a:link, a:visited, a:active, .editcontact .menuheading
{
    color: rgb(51, 51, 51);
    padding-left:4px;
    padding-right:4px;
}

a:hover
{
    padding-left: 4px;
    padding-right: 4px;
    color: rgb(0, 0, 255);
    border-radius: 8px;
}

header
{
    text-align: left;
}

.login header
{
    text-align: center;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 18px;
    margin: 0px;
    font-weight: normal;
}

h5{
    line-height:1.8 !important;
}

thead tr {
    height: 50px !important;
}

thead th {
    vertical-align: middle !important;
}

.login
{
    text-align: left;
}

.login fieldset
{
    border: 1px solid #AAA;
    border-radius: 8px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.login .register
{
    font-size: 11px;
    margin-top: 20px;
}

/*
.sidebar
{
    border: 1px solid #AAA;
    padding: 3px;
    border-radius: 4px;
    background-color: #EEE;
}
*/

.logo
{
    margin-top: 1px;
}

.sidebar
{
    font-size: 12px;
    margin-bottom: 22px;
}

.menuheader
{
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #AAA;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    color: #333333;
}

.menucontents
{
    border: 1px solid #666666;
    background: #d9dee8;
    padding: 8px;
    border-radius: 8px;
    font-family: Montserrat-Regular;
    font-size: 12px;
    letter-spacing: 3px;
    width: 230px;
    text-align: center;
    vertical-align: middle;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0px;    
}

.menucontents ul li
{
    list-style-type: none;
    list-style-position: inside;
    margin-left: 0px;
    margin-bottom: 2px;
    z-index:99;
}

.content
{
    border: 1px solid #AAA;
    margin-top: 8px;
    border-radius: 4px;
    text-align: justify;
    padding: 8px;
}

.fieldgroup
{
    border: 1px solid #AAA;
    border-radius: 4px;
    float: left;
    padding: 16px;
}

.formcontent input
{
    width: 225px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.formcontent .smallwidth
{
    width: 75px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.formcontent .tinywidth
{
    width: 25px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.fieldgroup table
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 8px;
}

.fieldgroup table tr td
{
    margin: 0px;
    padding: 0px;
}

.clearer
{
    height: 0px;
    clear: both;
}

select
{
    font-family: Montserrat-Regular;
    font-size: 13px;
    border-radius: 8px;
}

.selectlist
{
    /*width: 228px;*/
}

.formheader
{
    border: 0px solid #AAA;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 10px;
    background-color: #333;
    color: #FFF;
}

.formcontentouter
{
    margin-top: 8px;
    background-color: #EEE;
    border: 1px solid #AAA;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 20px;
}

.formcontentinner
{
    border: 1px solid #AAA;
    border-radius: 4px;
    background-color: #FFF;
}

.formcontent
{
    padding: 10px;
}

.formbuttons
{
    border: 1px solid #AAA;
    background: #D9D9D9;
    font-family: Consolas;
    font-size: 16px;
    color: #666666;
    background-color: #E1ECEC;
    border-radius: 4px;
}

.formbuttons input
{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formbutton
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
}

.listtable
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.smallerlisttable
{
    width: 600px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    
}

.listtable thead tr th
{
    background-color: #EEE;
    padding: 4px;
}

.listtable tbody tr td
{
    border: 0px solid #AAA;
    border-top-width: 1px;
    padding: 2px;
}

.field-validation-error
{
    font-size: 11px;
    font-weight: bold;
    color: #F00;
    margin-left: 3px;
}

.timesheet input
{
    font-size: 11px;
    height: 12px;
}

.contactstable tbody tr td
{
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
}

.contactstable thead tr th
{
    background-color: #FFFFFF;
}

.textlink
{
    cursor: pointer;
}

.imageicon
{
    vertical-align: text-bottom;
    margin-right: 4px;
}

.popupform input
{
    margin-bottom: 10px;
}

.branchtable tbody tr td
{
    vertical-align: middle;
}

input[type="checkbox"]
{
    width: 25px;
    height: 25px;
}

.addclients
{
    font-family: Arial;
    font-size: 12px;    
}

.popupdiv
{
    visibility: hidden;
}

.tableheader
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #AAA;
    text-align: left;
    font-size: 11px;
    padding-right: 10px;
    vertical-align: middle;
    padding-top: 5px;
    background-color: #99FFCC;
    font-family: Montserrat-Regular;
    height: 20px;
    font-weight: bold;
    color: #808080;
}

.formtable td
{
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
}

.addressfield input
{
    width: 240px;
}

.addressfieldshort, .formtable .datepicker
{
    width: 90px;
}

.field-validation-valid
{
    display: none;
}

.ui-dialog, .ui-dialog-content
{
    padding: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.notitle .ui-dialog-titlebar
{
    display: none;
}

.numericinput
{
    width: 100px;
}

.panel
{
    border: 1px solid #AAA;
    border-radius: 4px;
    padding: 4px;
}

.wideinput
{
    margin-left: 2px;
    width: 350px;
}

.placeholder {
	color: #999;
}

.expired
{
    background-color: #FAA;
}

.expirywarning
{
    background-color: #FF8;
}

.dropdownlegendbox
{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    vertical-align: middle;
    margin-right: 6px;
}

.dropdownlegendlabel
{
    display: inline-block;
    height: 16px;
    vertical-align: middle;
}

.disabled
{
    color: #BBB;
}

.notes
{
    border: 1px solid rgb(102, 102, 102);
    background-color: rgb(255, 255, 255);
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-family: 'trebuchet MS';
    font-size: 9px;
    width: 400px;
    height: 70px;
    cursor: default;
    color: #333333;
}

.notes:hover
{
    overflow: visible;
}

.notespopup
{
    font-size: 11px;
    margin-top: 10px;
    position: absolute;
    right: -379px;
    bottom: -1px;
    width: 360px;
    border: 1px solid rgb(234, 202, 74);
    background-color: rgb(244, 242, 159);
    padding: 4px;
    border-radius: 4px;
}

.greyed
{
    font-family: Montserrat-Regular;
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.filterheader
{
    text-align: left;
    width: 150px;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 8px;
}

.filterheaderlabel
{
    text-align: left;
}

.boldlabel
{
    font-weight: bold;    
    font-size: 12px;
}

.candidateslistbox
{
    border: 1px solid #AAA;
    border-radius: 4px;
    overflow: hidden;
}

.pagelinks
{
    text-align: right;
    margin-left: 8px;
    margin-top: 8px;
}

.reportbox
{
    border: 2px solid #AAA;
    border-radius: 4px;
    width: 700px;
    height: 100px;
    font-family: sans-serif;
    font-size: 10px;
    padding-top: 15px;
    float: left;
    color: #3366FF;
}

.reportbox_view
{
    margin: 10px;
    border: 2px solid #AAA;
    border-radius: 4px;
    width: 200px;
    height: 30px;
    font-family: sans-serif;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
    text-indent: 10px;
    padding-left: 15px;
    float: right;
    font-style: italic;
}


.radio
{
    margin-left: 0px !important;
    width: auto !important;
    vertical-align: middle !important;
}

.ajaxload img
{
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: text-bottom;
}

.spacer
{
    height: 20px;
    clear: both;
}

.longerinput
{
    width: 500px;
}

.chosen2
{
    text-align: left;
    width: 150px;
    height: 200px;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 8px;
}

.leftcolumn 
{
    width: 400px; 
    float: left
}

.rightcolumn 
{
    width: 400px; 
    float: right
}

.clear
{
    clear: both;
}

.bigsubmit
{
    font-family: Consolas;
    font-size: 16px;
    color: #666666;
    background-color: #E1ECEC;
    margin-bottom: 10px;
}

.readonlytextarea
{
    font-family: Montserrat-Regular;
    background-color: #C0C0C0;
    color: #666666;
}

a.createbutton
{
    padding: 15px 15px 5px 15px;
    margin: 10px;
    border: 2px solid #AAA;
    border-radius: 4px;
    height: 30px;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #FFFFFF;
    background-color: #3399FF;
}

.diaryinfo
{
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-style: italic;
}

.largetextbox
{
    width: 300px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight:bold;
    color: #333333;
}

.bignotes
{
    width: 1000px;
    height: 50px;
    font-family: Montserrat-Regular;
    font-size: 11px;
}

.smallarrows
{
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.editor-field
{
    vertical-align: middle;
}

.fullwidth
{
    width: 100%;
}

.smalllabel
{
    font-size: xx-small;
    color: #800000;
    font-style: italic;
    position: relative;
    bottom: 10px;
}

.panelleft
{
    margin: 10px;
    border: 1px solid #AAA;
    border-radius: 8px;
    width: 700px;
    float: left;
}

.panelright
{
    border: 1px solid #AAA;
    border-radius: 8px;
    width: 480px; 
    height: 700px;
    float: right;
}

.content-wrapper
{
    clear: both;
    position: relative;
    top: 50px;
}

.FancyCorners
{
    -moz-border-radius: 4px;
    border-radius: 4px;
}
      
.FancyCorners:before, .FancyCorners:after
{
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
      
.FancyCorners:after
{
    right: 10px;
    left: auto;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}
      
.DropShadow
{
    border: 1px solid rgb(236,224,0);
    position: relative;
    padding: 1em;
    width: 700px;
    background: rgb(232, 255, 255);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
      
.DropShadow:before, .DropShadow:after
{
    content: "";
    position: absolute;
    z-index: -2;
}

.view
{
    display: block;
    width: 15px;
    height: 15px;
}

.create
{
    background: url('../Images/create.png') no-repeat left top;
    display: block;
    width: 15px;
    height: 15px;
}

.boxtitle
{
    font-family: Montserrat-Regular;
    font-size: medium;
    font-weight: normal;
    font-variant: small-caps;
    position: relative;
    bottom: 10px;
}

.navbuttons
{
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.sections
{
    border: 1px solid rgb(234, 202, 74);
    background-color: rgb(244, 242, 159);
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-family: Montserrat-Regular;
    font-size: 10px;
    width: 600px;
    height: 70px;

}

.commsbutton
{
    border-color: #008000;
    border-width: thin;
    border-radius: 4px;
}

.largepanelleft
{
    margin: 10px;
    width: 1200px;
    float: left;
}

.largepanelright
{
    width: 500px; 
    float: right;
}

.largenotes
{
    width: 600px;
    height: 150px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    color: #333333;    
}

.clickcolumn
{
    cursor: pointer;
}

label, .label
{
    border: none;
    font: normal 12px/1 'Montserrat-Regular';
    color: rgba(90,90,90,1);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.forceuppercase
{
    text-transform: uppercase;
}

.smalltable
{
    width: 500px;   
}

.commsnotes
{
    border: 1px solid rgb(234, 202, 74);
    background-color: rgb(244, 242, 159);
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-family: Montserrat-Regular;
    font-size: 10px;
    width: 650px;
    height: 40px;
    cursor: default;
}

textarea
{
      display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: normal 11px/1 'Montserrat-Regular';
  color: rgba(0,142,198,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(90,90,90,1) ;
  box-shadow: 2px 2px 4px 0 rgba(90,90,90,1) !important;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    width: 200px;
    height: 75px;
}

input[type="select"]
{
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

input[type="text"]
{
    border: thin solid #666666;
    font: normal 12px/1 'Montserrat-Regular';
    color: darkslategrey;
    border-radius: 6px;
    letter-spacing: .2em;
    padding-left: 4px;
}

.normaltextbox
{
    width: 120px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    font-weight:bold;
    color: #333333;
}

.smallnotes
{
    border: 1px solid rgb(234, 202, 74);
    background-color: rgb(244, 242, 159);
    border-radius: 12px;
    cursor: pointer;
    font-family: Montserrat-Regular;
    font-size: 11px;
    width: 400px;
    height: 30px;
    font-weight: bold;
    color: #333333;
}

.smallbutton
{
    font-family: Montserrat-Regular;
    font-size: small;
    color: #808080;
    font-weight: bold;
    font-variant: small-caps;
}

.rowheader
{
    text-align: left;
    font-size: 11px;
    vertical-align: middle;
    padding-top: 5px;
    font-family: Montserrat-Regular;
    font-weight: bold;
    color: #808080;
}

.smallfont
{
    font-family: Montserrat-Regular;
    font-size: x-small;
    font-weight: bold;
    color: #666666;
    font-style: italic;
}

.questionnaireheaderrow
{
    text-align: left;
    font-family: Montserrat-Regular;
    font-size: large;
    font-weight: bolder;
    height: 30px;
}

.FixedOP
{
    font-family: 'Lucida Console';
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    text-transform: uppercase;
}

.FixedOPpointer
{
    font-family: 'Lucida Console';
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    color: #0000FF;
    text-transform: uppercase;    
}

.returnnotes
{
    border: 1px solid rgb(234, 202, 74);
    background-color: rgb(244, 242, 159);
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-family: Montserrat-Regular;
    font-size: 10px;
    width: 750px;
    height: 100px;
    cursor: default;
}

.clientnotes
{
    border: 1px solid rgb(234, 202, 74);
    background-color: rgb(244, 242, 159);
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-family: Montserrat-Regular;
    font-size: 10px;
    width: 450px;
    height: 100px;
    cursor: default;
}

.branchtable tbody tr td
{
    vertical-align: middle;
}

.editor-label
{
    margin-top: 15px;
}

.dropdownrefresh
{
    border-style: solid;
    border-width: 1px;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    background-color: #FFF;
    list-style-type: circle;
    list-style-position: outside;
    letter-spacing: .2em;
}

option
{
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    background-color: #FFF;
    letter-spacing: .2em;
    height: 25px;
}

.DatePicker
{
    border: medium solid #808000;
    font-family: Montserrat-Regular;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    border-radius: 6px;
    letter-spacing: .2em;
}

.actionbutton
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #666666;
    letter-spacing: 0.5em;
}

.longtextbox
{
    width: 400px;   
}

legend
{
    border-style: ridge;
    border-color: #808080;
    border-width: 2px;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #666666;
    background-color: #d9dee8;
    letter-spacing: .2em;
    position: relative;
    top: 10px;
    border-radius: 8px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    padding-top:10px !important;
}

.legend
{
    border-style: ridge;
    border-color: #808080;
    border-width: 2px;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #666666;
    background-color: #d9dee8;
    letter-spacing: .2em;
    position: relative;
    top: 10px;
    border-radius: 8px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    padding-top:10px !important;
}

.viewingdiv
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #333333;
    letter-spacing: .1em;
    margin-top: 20px;
}

th{
    font-family: 'Montserrat-SemiBold';
}

td
{
     font-family: 'Montserrat-Regular';
     color: black;
     text-align:left;
}

.menuitem{
    font-family: Montserrat-Medium;
    background-color:antiquewhite;
    border-radius:12px!important;
    margin:5px!important;
}

.singlenavbutton{
    font-size:16px!important;
    position:relative;
    top:5px!important;
}

.smallsubmit
{
    font-family: Consolas;
    font-size: 14px;
    color: #666666;
    background-color: #E1ECEC;

}

.popuplink
{
    font-family: Montserrat-Regular;
    font-style: italic;
    color: #0066FF;
    font-size: 12px;
    cursor: pointer;
}

table.gridtable {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 1px solid #5a5a5a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: normal 14px/normal "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(40,40,40,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 4px 4px 4px 4px rgba(90,90,90,0.7) ;
  box-shadow: 4px 4px 4px 4px rgba(90,90,90,0.7) ;
  text-shadow: 0 0 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: lightsteelblue;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

p
{
    font-size:16px !important; 
}

.nudgelabel
{
    font-size:10px;
    margin-left:1px;
    color: darkred !important;
}

.ui-dialog-buttonset button{
    margin-right:15px;
}

.dropdown-submenu 
{
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.page-header{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border:solid!important;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  font: normal 30px "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(242,234,234,1);
  text-indent: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: 2px;
  word-spacing: 2px;
  background: -webkit-linear-gradient(0deg, rgba(3,5,43,1) 0, rgba(20,37,168,1) 99%, rgba(20,37,168,1) 100%);
  background: -moz-linear-gradient(90deg, rgba(3,5,43,1) 0, rgba(20,37,168,1) 99%, rgba(20,37,168,1) 100%);
  background: linear-gradient(90deg, rgba(3,5,43,1) 0, rgba(20,37,168,1) 99%, rgba(20,37,168,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ;
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:10px !important;
  text-align:center!important;
}

.btn:hover{
    color:coral;
}

.raised
{
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: normal 13px/normal Arial, Helvetica, sans-serif;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(90,90,90,1) ;
    box-shadow: 2px 2px 4px 0 rgba(90,90,90,1) !important;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-ThinItalic';
    src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBoldItalic';
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraLightItalic';
    src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-LightItalic';
    src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBoldItalic';
    src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ThinItalic';
    src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
}

.tox{
    min-height:400px!important;
}

@font-face {
    font-family: 'ArchitectsDaughter-Regular';
    src: url('../fonts/ArchitectsDaughter-Regular.ttf') format('truetype');
}

.td{
    font: 'Montserrat-Regular'!important;
}

.container
{
    box-shadow:3px 3px 8px black;
    padding:30px!important;
    background-color:white!important;
}

.container-fluid{
    background-color:white!important;
}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*********************
  Roboto font
**********************/
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}
