@font-face {
    font-family: 'Cloud-Light';
    src: url('Cloud-Light.eot');
    src: url('Cloud-Light.woff2') format('woff2'),
    url('Cloud-Light.woff') format('woff'),
    url('Cloud-Light.ttf') format('truetype'),
    url('Cloud-Light.svg#Cloud-Light') format('svg'),
    url('Cloud-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body{
    background: #922b2b !important;
    font-family: 'Cloud-Light' !important;
}
.tophead{
    height: 80px;
    background: #922b2b;
}
.logo{
    float: right;
}
.contain_center{
    min-height: 300px;
}
.contain_center > table {
 color: #FFFFFF;
}
.left_menu{
    background: url("../image/left_bg.png") ;
    background-size: 100% 100%;
    min-height: 600px;
}
.left_menu > ul {
}
.left_menu > ul > li{
    font-size: 80px;
    color: #FFFFFF;
    cursor: pointer !important;
    width: 70px;
    height: 80px;
}

.left_menu > ul > li:before{
    cursor: pointer !important;
}
.left_menu > ul > li:hover{
    color: #e3e2d8;
}
.contain_form{
    padding: 50px;
}
.contain_form > table {
    color: #FFFFFF;

}
.contain_form > table  > tbody > tr > th {
    font-size: 20px;
    color: #FFFFFF;
}
.contain_form > table  > tbody > tr > td > span {
    font-size: 40px;
    cursor: pointer;
}
.popover{
    width:200px;
    min-height:50px;

}
.breadcrumb{
    background: none;
    font-size: 20px;
    color: #FFFFFF !important;
}
.breadcrumb > li {
    cursor: pointer;
}

.breadcrumb > active{
    color: #b9b9b9 !important;
}

.plus_add{
    padding-top: 10px;
}
.small{
    width: 30%;
}
.middle{
    width: 50%;
}
.large{
    width: 80%;
}
.form_add_table{
    border: none !important;
    font-size: 20px;
}
.form_add_table > tbody > tr > td  {
    border: none !important;
}
.status{
    position: fixed;
    width: 1000%;
    height: 1000%;
    background:rgba(0, 0, 0, 0.34);
    top: 0;
    left: 0;
    z-index: 45;
    display: none;
}
.popupbox{
    position:fixed;
    width: 430px;
    height: 250px;
    background: #ffffff;
    padding: 20px;
    font-size: 60px;
    text-align: center;
    color: #000000;
    border-radius: 20px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 7px 2px rgba(214,211,214,1);
    -moz-box-shadow: 0px 5px 7px 2px rgba(214,211,214,1);
    box-shadow: 0px 5px 7px 2px rgba(214,211,214,1);
    z-index: 50;
    display: none;
    margin-left: 1.8em;

}
.circle{
    width:200px;
    height:200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.circle > img {
    padding: 30px;
    padding-top: 60px;
}
.succes_col{
    background: #33ff00;
}
.error_col{
    background: #ff3333;
}
.link_project{
    cursor: pointer;
    font-size: 25px;
}
.link_project:hover{
    background: rgba(17, 35, 58, 0.44);

}

