/*custom css*/
.modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 50%;
    margin: 10% auto !important;
    z-index: 10;
    box-shadow: 0px 0px 5px 2.5px #eaeaea;
}
.modal > .modal-content {
    background-color: white;
    border: solid #eaeaea 0.5px;
    border-radius: 5px;
}
.modal > .modal-content > .modal-header {
    padding: 15px 20px 5px 20px;
    border-bottom: solid #eaeaea 2px;  
}
.modal > .modal-content > .modal-body {
    padding: 15px 20px 0px 20px;
}
.modal > .modal-content > .modal-footer {
    padding: 10px 20px 10px 20px;
    border-top: solid #eaeaea 2px;  
    text-align: right;
}
.modal > .modal-content > .modal-header > .close {
    float: right;
}
.modal > .modal-content > .modal-header > .modal-title {
    font-weight: bold;
    font-size: 18px;
}

.btn {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.btn-default {
    background-color: #eaeaea;
    color: gray;
}
.btn-primary {
    background-color: #862aa7;
    color: white !important;
}
.btn-sm {
    padding: 7px 20px;
}
.btn-nm07 {
    margin-top: -7px;
}
.mr05 {
    margin-right: 5px;
}

.mb1 { margin-bottom: 10px; }

* { box-sizing: border-box; }

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.border { border: solid black 1px; }

/*alternative css*/
.cv { text-align: center !important; padding: 10px; }
.cv-temp { margin: auto !important; }

.bg-color-eaeaea { background-color: black !important; height: 100px; width: 100px; }

.pull-right { float: right; }

/*cv template ui*/
.paper {
    margin: 15px auto;
    height: 279mm;
    width: 216mm;
}
.cv-temp1 {
    width: 100%; 
}
.cv-temp1 > .header {
    background-color: #313c4e;
    width: 100%;
    padding: 40px 20px;
}
.cv-temp1 > .header .name {
    font-size: 52px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-transform: uppercase;
}
.cv-temp1 > .header .tagline {
    font-size: 18px;
    margin: 20px 0 0px 0;
    text-transform: uppercase;
}
.cv-temp1 > .header .description {
    color: white !important;
    /*text-transform: capitalize;*/
    font-size: 52px;
}
.cv-temp1 > .header .profile {
    height: 51mm;
    width: 51mm;
}

.hidded {
    display: none;
}

.nform {
    /*border: solid black 1px;*/
    /*margin: 0px !important;*/
    padding: 0px 5px;
}

#titlebar {
    padding: 0px;
}

.with-padding {
    padding: 0px 25px !important;
}

.not-allowed {
     pointer-events: auto! important;
     cursor: not-allowed! important;
}

@media only screen and (max-width: 992px) {
    .dashboard-sidebar > .dashboard-sidebar-inner {
        /*border: solid black 1px;*/
        padding: 0px;
        margin-top: -20px;
    }
}
